Commit Graph

  • e8e3d6b87b
    Add GetGlyphRangesJoyoKanji metora 2018-02-27 11:52:19 +0800
  • 02e75afe0a
    Add GetGlyphRangesJoyoKanji metora 2018-02-27 11:50:12 +0800
  • 15bec84a42
    Update GetGlyphRangesJapanese to 2136 ideograms metora 2018-02-27 11:45:34 +0800
  • 3f335b0d42 Merge branch 'master' into examples_refactor omar 2018-02-26 18:22:36 +0100
  • a869e944b0 README.md typo fix Hossam Ayman 2018-02-26 17:31:02 +0200
  • c7835dd189 ImRect: Removed misleading IsFinite() function used by some Nav code. omar 2018-02-26 13:10:34 +0100
  • aae325cf8b
    README.md typo fix Hossam Ayman 2018-02-26 17:31:02 +0200
  • 5427eca960 Compacted some old Breaking Changes notes (Pre July 2015 stuff) omar 2018-02-25 19:05:31 +0100
  • e7b070d6d7 Tabs: Fixes for latest merged code. omar 2018-02-25 18:15:23 +0100
  • 08415e6679 Merge branch 'master' into tabs omar 2018-02-25 18:11:55 +0100
  • bd267ad739 Changelog: Added all change infos since 1.53 up to the current version. omar 2018-02-25 14:14:17 +0100
  • 133f06d658 Changelog: Added Changelog with info from 1.48 to 1.53. Haven't added 1.53..current yet. omar 2018-02-24 16:56:15 +0100
  • 27667fc035 TreeNode: Renamed Beta ImGuiTreeNodeFlags_NavCloseFromChild to ImGuiTreeNodeFlags_NavLeftJumpsBackHere. (#1079) omar 2018-02-25 13:45:47 +0100
  • 403b2d7d59 ImDrawList: Better looking non-AA rectangle (lower-right corner and rounding). (#1646) omar 2018-02-25 13:02:25 +0100
  • d7f97922b8 Examples: Fix d749d49903 missing the deletion code. (#1217) omar 2018-02-23 22:46:14 +0100
  • d749d49903 Examples: OpenGL3: Create the VAO in the render function so the setup can more easily be used with multiple shared GL context. (#1217) omar 2018-02-23 12:37:49 +0100
  • 98fd757ac0
    Merge 7d0627b462 into 6662fe7b18 Michael 2018-02-23 10:30:23 +0000
  • 6662fe7b18 stb_truetype: Fixed unused variable warnings for configuration where asserts are disabled. (#1642) omar 2018-02-23 11:07:51 +0100
  • ffda84cfae Examples: DirectX12: Merged to new example format, imgui_impl_dx12.cpp contains the DX12 stuff, couple with imgui_impl_win32.cpp omar 2018-02-23 10:56:06 +0100
  • e6bc840f6f Merge branch 'master' into examples_refactor omar 2018-02-23 10:47:32 +0100
  • 79969931e6 ImDrawList: PushTextureID(): Removed unnecessary param by reference. omar 2018-02-23 00:01:34 +0100
  • 288351a801 Examples: DirectX12: Tweaked assertion to more accurately represent what it wants to say. (#301) omar 2018-02-23 00:00:43 +0100
  • a1a36e762e Merge branch 'podgorskiy-master' omar 2018-02-22 23:24:44 +0100
  • 8040cf1425 Merge branch 'master' of https://github.com/podgorskiy/imgui into podgorskiy-master omar 2018-02-22 23:22:16 +0100
  • 63be3e7c82
    Update README.txt omar 2018-02-22 23:20:37 +0100
  • 7e24ce0956 Examples: DirectX12: Fixed shutdown issue. (#301) omar 2018-02-22 23:04:28 +0100
  • 9be7d048c8 Examples: DirectX12: Merge, various styling tweaks, update for 1.60 wip, synchronized Win32 features with other examples. (#301) omar 2018-02-22 22:18:59 +0100
  • 913f3692a2 Examples: DirectX12: Removed from current solution which is meant to be VS2010 compatible for now (will change soon). omar 2018-02-22 22:25:30 +0100
  • 0d063585e8 Merge branch 'jdm3_master' omar 2018-02-22 17:04:15 +0100
  • 94466745bb A tiny optimization to ImLineClosestPoint. Removed unnecessary sqrtf call. Podgorskiy 2018-02-21 23:18:25 -0500
  • b28995b667 Nav: Internals: Exposed NavMoveRequestCancel in imgui_internal.h (#1640) omar 2018-02-22 15:39:49 +0100
  • 7d0627b462 Added support for multiple OpenGl programs per window. Michael Siebert 2018-02-22 14:07:01 +0100
  • f43068c543 Examples: DirectX10, DirectX11: Simplified main example code. omar 2018-02-22 13:15:16 +0100
  • 0b26387a2b Simplified .gitignore list omar 2018-02-21 23:13:53 +0100
  • 493ec0bc98 Simplified .gitignore list omar 2018-02-21 23:13:53 +0100
  • f7ef10e547 Examples: Titles/comments in headers omar 2018-02-21 23:05:17 +0100
  • 91cadc1130 Merge branch 'master' into examples_refactor omar 2018-02-21 22:47:03 +0100
  • 9b9d9321cf Examples: SDL: Using %SDL2_DIR% in the .vcproj instead of %SDL_DIR%, the earlier is more standard. omar 2018-02-21 22:46:49 +0100
  • 47d1360124 Examples: Using SDL2_DIR instead of SDL_DIR (more standard). omar 2018-02-21 22:41:46 +0100
  • f67699456c Examples: Added SDL+Vulkan example, the abstraction worked here :) (ref #1367) omar 2018-02-21 22:41:04 +0100
  • 387f724d33 Examples: Vulkan: Formatting and tweaks (to match SDL's main). omar 2018-02-21 22:39:49 +0100
  • 2c3c5125b3 Drag and Drop: BeginDragDropSource(): temporarily removed the optional mouse_button=0 parameter because it is really usable in typical conditions at the moment. (#143, #1637) omar 2018-02-21 21:33:58 +0100
  • 16ff9faf51
    Update issue_template.md omar 2018-02-21 13:12:13 +0100
  • bcdfd5d61c Merge branch 'master' into examples_refactor omar 2018-02-20 16:18:02 +0100
  • 9c20a40b36 Examples: OpenGL: Cast call to glPolygonMode(). (#1628). omar 2018-02-20 15:49:17 +0100
  • 7d967c3039
    Merge 9acef4d70d into 201408a119 Ilya Glushchenko 2018-02-20 14:44:35 +0000
  • 201408a119
    Update .travis.yml omar 2018-02-20 15:12:17 +0100
  • 32bbd8be96
    Update .travis.yml omar 2018-02-20 15:07:34 +0100
  • 3186acdf8c
    Trying to download and build GLFW since APT repository are unreliable omar 2018-02-20 14:56:43 +0100
  • 98c2ca557c
    Update .travis.yml PPA source for glfw in the end of getting a newer version of GLFW omar 2018-02-20 14:40:12 +0100
  • daddd09cd5 Examples: Mouse cursor handling comments/tweaks to homogenize. (#1495) omar 2018-02-20 14:23:22 +0100
  • d534207622 Examples: GLFW: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). (#1495) omar 2018-02-20 14:18:02 +0100
  • 11b12488e8 Examples: GLFW*: Renamed GLFW callbacks exposed in .h to not include GL2/GL3/Vulkan in their name. omar 2018-02-20 14:09:46 +0100
  • 7e2e0535dd Examples: DirectX 9,10,11: Inputs: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). (#1495) omar 2018-02-20 13:55:09 +0100
  • 7cbcccd96b Update Breaking Change section with moved misc/fonts/ (#1631) omar 2018-02-20 12:08:37 +0100
  • 7ee2bc8f5e FAQ about backslashes in string literal since the one in main.cpp isn't being noticed enough. (#1397) omar 2018-02-20 10:24:31 +0100
  • e660d92fa5 Examples: GLFW: Added mouse cursors support (#1495) omar 2018-02-19 22:29:52 +0100
  • bc07c9d4d0
    Merge 6324ab52a8 into b33f0e215f Wolftronics-SBC 2018-02-19 11:43:01 +0000
  • 6324ab52a8 Combo added disabled viewport label Farkas Zoltán 2018-02-19 12:39:04 +0100
  • b33f0e215f Initialization happens during CreateContext(), which makes it easier for platform layers to interact with the context during their initialization. omar 2018-02-18 23:25:48 +0100
  • 9fdf72e42b Examples: WIn32: Prefixing every Win32 function calls with :: to denote global namespace in a consistent manner. omar 2018-02-18 21:23:11 +0100
  • df9051ded2 Examples: Vulkan: Added support for io.DisplayPos. omar 2018-02-18 21:15:51 +0100
  • 230c5ca735 Examples: Vulkan: Fixed GLFW calls. omar 2018-02-18 21:15:41 +0100
  • 3bd3693fb7 Examples: DirectX10, DirectX11, OpenGL2, OpenGL3: Added support for io.DisplayPos. omar 2018-02-18 21:09:28 +0100
  • 45cbebad64 Added dummy io.DisplayPos field. omar 2018-02-18 21:04:17 +0100
  • 9acef4d70d Examples: GL3: Change polygone mode storage variable's type to the correct OpenGL3 API type. Ilya Glushchenko 2018-02-18 22:06:27 +0300
  • 6d0f9244b8 Examples: Allegro5, Marmalade: Moved bindings to parent folder. Renamed Allegro stuff from *A5_ to *Allegro5_ omar 2018-02-16 23:54:57 +0100
  • 80a8aea7e3 Examples: Added SDL, Vulkan examples to .sln file. omar 2018-02-16 23:16:25 +0100
  • 4f0db01f7c Examples: DirectX9: Reusing imgui_impl_win32, removed that code from imgui_impl_dx9 omar 2018-02-16 23:15:14 +0100
  • 6cd4e30b58 Examples: DirectX10: Reusing imgui_impl_win32, removed that code from imgui_impl_dx10 omar 2018-02-16 23:11:43 +0100
  • 19540479d4 Examples: DirectX11: Extracted imgui_impl_dx11.* instead imgui_impl_dx11 and imgui_impl_win32 omar 2018-02-16 23:04:17 +0100
  • 90dffb5a06 Examples: Vulkan: Extracted into imgui_impl_vulkan.*, reused imgui_impl_glfw* files. omar 2018-02-16 22:50:19 +0100
  • ef521d1e0b Examples: SDL: Extracted into imgui_impl_sdl.*, reused imgui_impl_opengl* files. omar 2018-02-16 22:22:47 +0100
  • 42c32bf00c Examples: OpenGL2, OpenGL3: Added glPixelStorei() calls borrowed from SDL examples. omar 2018-02-16 22:22:10 +0100
  • c8a9969511 Examples: GLFW+GL2: Moved glfw, gl2 files to root folder, split imgui_impl_glfw_gl2 into _opengl2 and reused imgui_impl_glfw omar 2018-02-16 22:01:48 +0100
  • b0a8734c92 Examples: GLFW+GL3: Split imgui_impl_glfw_gl3 into imgui_impl_glfw and imgui_impl_gl3 (wip) omar 2018-02-16 21:38:38 +0100
  • 8d0723c2c3 ImFontAtlas: Added IsBuilt() helper. omar 2018-02-16 21:37:47 +0100
  • 1399c9c8a9 Merged a bunch of small inconsequential things from my work branch, to reduce the diff noise. omar 2018-02-17 00:49:57 +0100
  • bdb27366e7 Nav: Tweak windowing highlighting for full viewport windows. omar 2018-02-17 00:19:04 +0100
  • f5f3730b16 Examples: GLFW+GL2/GL3: Added glPixelStorei() calls borrowed from SDL examples. omar 2018-02-16 23:19:38 +0100
  • 9e713b115f Examples: Renamed .sln file. omar 2018-02-16 21:46:14 +0100
  • 243fd67b1c Examples: Vulkan: Fix for empty draw data (init time) + fixed warning. omar 2018-02-16 22:28:52 +0100
  • 10752423ec Examples: Vulkan: Added .vcproj files. omar 2018-02-16 22:34:41 +0100
  • 31158e575f Examples: SDL: Fixed minor warning. omar 2018-02-16 22:09:32 +0100
  • 00b24f27c2 Examples: SDL: Added .vcproj files. omar 2018-02-16 22:09:23 +0100
  • 03a44acf6f Examples: SDL: Minor stylistic tweaks. Fixed handling of ImGuiMouseCursor_None so it doesn't underflow array. Fixed harmless uninitialized pointer. (#1626) omar 2018-02-16 19:55:16 +0100
  • 7c75835200 Renamed misleading ImGuiMouseCursor_Move to ImGuiMouseCursor_ResizeAll. SDL: Fixed cursor. (#1626) omar 2018-02-16 19:49:33 +0100
  • ffb6e89f30 Use SDL system cursors in SDL examples. (#1626) (Squashed 4 commits) Oliver Faircliff 2018-02-16 17:45:31 +0000
  • 5414ce1d27
    Merge 83ca01aec7 into 63332d152a Oliver Faircliff 2018-02-16 18:35:34 +0000
  • 83ca01aec7 Move SDL cursor creation into Init functions for SDL OpenGL2/3 examples Oliver Faircliff 2018-02-16 18:35:27 +0000
  • d8219753f5 Use correct SDL system cursors in SDL OpenGL2 example Oliver Faircliff 2018-02-16 18:31:11 +0000
  • 63332d152a Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599) Examples: Updated examples. omar 2018-02-16 19:18:16 +0100
  • 76866e49ed Match imgui coding conventions better Oliver Faircliff 2018-02-16 18:16:40 +0000
  • 78d162958d Use correct SDL system cursors in SDL OpengGL3 example Oliver Faircliff 2018-02-16 17:45:31 +0000
  • 0cefd40888 Examples: Added Changelog to make updates easier. omar 2018-02-16 17:20:18 +0100
  • 20c14f9589 Fixed GCC zealous warnings (#1623) omar 2018-02-16 15:43:28 +0100
  • 1cbfe0700c Plot: plot a flat line if scale_min==scale_max (#1621) omar 2018-02-16 14:34:49 +0100
  • ff5f56dd21 Updated to stb_truetype 1.19 (include minor fix for #1622) omar 2018-02-16 11:59:23 +0100
  • a02a2c6484
    Merge e87e15dada into 41ecebff5a LAK132 2018-02-16 05:28:28 +0000
  • e87e15dada Don't include memory.h on Arduino LAK132 2018-02-16 15:54:08 +1030