Commit Graph

  • 9a46a19e99 Internals: Rename ImGuiSelectableFlags_PressedOnXXX to ImGuiSelectableFlags_SelectOnXXX, ImGuiButtonFlags_NoHoveredOnNav to ImGuiButtonFlags_NoHoveredOnFocus. ocornut 2020-03-10 21:51:35 +0100
  • 4a10af2bda Unicode, Windows: Remove stringapiset.h include (breaks vs2010 and seems unnecessary?). (#2541, #2815) ocornut 2020-03-11 13:24:48 +0100
  • e137db2df7 CI: Enable error on warnings for the extra warnings builds as an experiment. FAQ tweaks ocornut 2020-03-09 18:55:22 +0100
  • aef057e975 Internals: Added GetInputTextState() + comments. ocornut 2020-03-07 15:55:05 +0100
  • 2dcf8df9f4 Internals: Shuffled some of the windows-specific includes to avoid duplication. Might have undesirable side-effects on some compilers, please report! ocornut 2020-03-07 15:51:50 +0100
  • de37a0bfab Internals: fix potential warning. Comments around include sections. Moved a few bits. ocornut 2020-03-07 15:35:44 +0100
  • 1b5b87a40e Internals: Added #define NOMINMAX before windows.h include for single-compile-unit builds. ocornut 2020-03-07 15:19:51 +0100
  • fbaf65b8f6 Revert "Viewports: Renamed UpdatePlatformWindows > PlatformWindowsUpdate, RenderPlatformWindowsDefault -> PlatformWindowsRender, DestroyPlatformWindows > PlatformWindowsDestroy (#1542)" ocornut 2020-03-06 17:53:09 +0100
  • f2c7f3b200 Viewports: Renamed UpdatePlatformWindows > PlatformWindowsUpdate, RenderPlatformWindowsDefault -> PlatformWindowsRender, DestroyPlatformWindows > PlatformWindowsDestroy (#1542) ocornut 2020-03-06 17:28:32 +0100
  • 1b579a110d Viewports: Lots of comments about setting up multi-viewports. (#1542) ocornut 2020-03-05 18:26:18 +0100
  • 7e00cde8a9 Disable false-positive warning that papeared in pvs-studio v7.06.37052.34. Rokas Kupstys 2020-03-05 16:22:16 +0200
  • 1ecc1db226 Fix GCC warning ocornut 2020-03-05 12:35:01 +0100
  • a7ace918fe Merge branch 'master' into docking ocornut 2020-03-05 11:48:57 +0100
  • 0850b46c88 ImDrawList: Internals: Added IM_DRAWLIST_ARCFAST_TESSELLATION_MULTIPLIER setting. ocornut 2020-03-03 19:26:27 +0100
  • b029182a73 Merge branch 'features/unicode' ocornut 2020-03-03 18:59:54 +0100
  • 897704cb49 Menus: Tweak for first-level menu windows to be positioned regardless of MenuBarHeight() which is not stored in window, allowing undocumented modification of the menu bar height). omar 2020-03-02 20:18:43 +0100
  • a41332453e Unicode: Changelog, comments, minimum CI integration. (#2541, #2538, #2815) ocornut 2020-03-03 17:45:06 +0100
  • 0283a6e566 ImFont: Demo, Store Used4kPagesMap[] map in ImFont to facilitate iteration on all codepoints with a large value of IM_UNICODE_CODEPOINT_MAX. (#2815) omar 2019-10-29 23:48:59 +0100
  • c8ea0a017d Unicode: UTF32 support improvements (#2541, #2538, #2815) Sam Hocevar 2019-09-29 12:15:13 +0200
  • 6d59653e82 Unicode: full Unicode Support (6 squashed commits) (#2541, #2538) Cloud Wu 2019-05-08 10:10:20 +0800
  • 91ac93f9a6 Merge branch 'master' into docking ocornut 2020-03-03 17:06:38 +0100
  • 8c683de33f Internals: Refactor: Moved get height and contents regions functions, to Layout section. IF YOU GREAT CONFLICTS WHILE MERGING (NOT REBASING) THOSE 6 PREV COMMITS, TRY MERGING THEM INDIVIDUALLY 1 by 1 or 2 by 2 etc. ocornut 2020-03-03 16:25:42 +0100
  • 05c3e0b898 Merge commit 'caca55c642d16cf1c2649831c5d06b1f26146d12' into docking ocornut 2020-03-03 17:03:47 +0100
  • 602df11f19 Internals: Refactor: Moved item width/size functions to Layout section. ocornut 2020-03-03 16:21:04 +0100
  • 6c1810e503 Internals: Refactor: Moved cursor position functions to Layout section. ocornut 2020-03-03 16:18:59 +0100
  • 3ce26f65d4 Internals: Refactor: Moved ItemAdd(), ItemSize(), BeginGroup(), EndGroup(), SameLine(), Indent(), Unindent() to Layout section. ocornut 2020-03-03 16:03:07 +0100
  • caca55c642 Internals: Refactor: Moved code into a Styling section and some code into the Error Handling section. ocornut 2020-03-03 15:46:00 +0100
  • 2679bee28d Internals: Refactor: Moved code out of NewFrame() into UpdateTabFocus() and UpdateSettings() ocornut 2020-03-03 15:23:51 +0100
  • 095dc996b0 Disable deprecated-enum-enum-conversion (#3040, #2983) omar 2020-03-02 16:13:48 +0100
  • 628614c6ea Demo: Remove unnecessary code added by 24bd33ac. omar 2020-03-02 15:49:51 +0100
  • 24bd33ace8 Menus: Some renaming, comments, add to demo. Amend 0342a3c. (#1207) ocornut 2020-02-28 16:42:24 +0100
  • 0342a3c548 Menus: Implement BeginMenu() appending to existing menu when executed with same ID multiple times. (#1207) Rokas Kupstys 2020-02-28 15:50:44 +0200
  • 103c5edaaa Internals: debug log macros. omar 2020-02-27 16:10:36 +0100
  • 75de34e281 Viewports, Docking: Added per-viewport work area system for e.g. menu-bars. Fixed DocksapceOverViewport() and demo code (overlay etc) (#3035, #2889, #2474, #1542, #2109) ocornut 2020-02-26 23:58:45 +0100
  • f032ad6b1f Viewports: Renamed GetRect() to GetMainRect() in prevision for work rect. Comments ocornut 2020-02-26 20:18:06 +0100
  • 898e91f20d Internals: Added TempInputText() to facilitate creation of custom widgets, renamed TempInputTextScalar() to TempInputScalar() etc. (#2718) ocornut 2020-02-25 16:26:30 +0100
  • 871727dd2f Viewports: Software mouse cursor is also scaled by current DpiScale. (amend #939) ocornut 2020-02-25 15:51:57 +0100
  • 3ff13edad9 Viewports: Improve menu positioning in multi-monitor setups. Rokas Kupstys 2020-02-24 15:14:04 +0200
  • e547f898a9 Demo: Added color gradient in demo to identify srgb/linear issues better. Tweaks. ocornut 2020-02-24 12:44:19 +0100
  • 0345324646 Backends: SDL: Fixed mapping for ImGuiKey_KeyPadEnter. (#3031) [@Davido71] ocornut 2020-02-20 12:28:06 +0100
  • 7d80a8f4f5 Backends: Fix ImGui_ImplSDL2_InitForMetal() in docking branch. ocornut 2020-02-20 12:21:11 +0100
  • 3c80d57dc7 Viewports, Window: Avoid manually clipping resize grips and borders, which messes up with automation ability to locate the items. Also simpler and more standard. ocornut 2020-02-19 23:40:08 +0100
  • 02a6c06080 Window: Fixed a bug with child window inheriting ItemFlags from their parent when the child window also manipulate the ItemFlags stack. (#3024) [@Stanbroek] ocornut 2020-02-18 14:25:50 +0100
  • ea3fc76038 BeginMenu: Fixed a bug where SetNextWindowXXX data before a BeginMenu() would not be cleared when the menu is not open. (#3030) Omar 2020-02-18 12:49:02 +0100
  • bb1e6f8af6 Merge branch 'master' into docking Omar 2020-02-17 18:33:59 +0100
  • 8836975dcf Drag and Drop, Nav: Disabling navigation arrow keys when drag and drop is active. (#3025) Omar 2020-02-17 17:41:45 +0100
  • b62f1ea8e9 Fix zealous PVS studio warnings. Minor tweaks. Omar 2020-02-17 16:07:46 +0100
  • 09329ea4e6 Fix Clang 9.0 zealous warnings Omar 2020-02-17 15:29:59 +0100
  • ceec3cd3fd Backends: Win32: Added ImGui_ImplWin32_EnableDpiAwareness(), ImGui_ImplWin32_GetDpiScaleForHwnd(), ImGui_ImplWin32_GetDpiScaleForMonitor() helpers functions. Omar 2020-02-17 11:11:08 +0100
  • 8601187fee Backends: Win32: Clarify how the WndProc handler requires a forward declaration. Omar 2020-02-17 10:11:26 +0100
  • f339b24b3a
    Links, alphabetical order omar 2020-02-12 16:19:54 +0100
  • 2bc3a92f96
    Update README.md omar 2020-02-12 16:10:58 +0100
  • b4ac420fc5 Demo: Amend d284a6c (#2149, #515) omar 2020-02-11 19:31:33 +0100
  • d284a6cffc InputText: Fixed password fields displaying ASCII spaces as blanks. Fixed non-ASCII space occasionally creating unnecessary empty polygons. (#2149, #515) omar 2020-02-11 18:53:57 +0100
  • ccaec1a270 Version 1.76 WIP omar 2020-02-11 16:56:56 +0100
  • 30bb15672d Remove trailing spaces omar 2020-02-10 23:22:03 +0100
  • 70975fe44d Demo: Added a black and white gradient to Demo>Examples>Custom Rendering. omar 2020-02-10 22:08:52 +0100
  • d8948b5343 ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced by default. omar 2020-02-10 21:23:34 +0100
  • 21b9e42964 Minor fixes to example_sdl_metal and a changelog entry. Add example_sdl_metal to CI builds. Rokas Kupstys 2020-02-10 16:13:29 +0200
  • f346b4b302 Examples: SDL+Metal example. coding_jackalope 2020-02-07 12:48:59 -0800
  • d16c87a5b1 Internals: Minor renaming omar 2020-02-10 16:44:28 +0100
  • 8432d1bfc7 Merge branch 'master' into docking omar 2020-02-10 14:03:12 +0100
  • 58b3e02b95 Version 1.75 v1.75 omar 2020-02-09 17:36:00 +0100
  • 7e2d172ae5 Backends: GLFW, SDL: Platform monitors declared properly even if multi-viewport is not enabled. omar 2020-02-09 17:31:18 +0100
  • d37d25470a Added IMGUI_DISABLE compile-time definition to make all headers and sources empty. omar 2020-02-09 17:06:58 +0100
  • f694244dec InputText: Fix using a combination of _CallbackResize + _EnterReturnsTrue + lack of persisting user storage. (#3009) omar 2020-02-04 15:19:49 +0100
  • bdbb2b21f5 Fix 83efdcec from overflowing buffer + make it a single undo records + comments (#3008) omar 2020-02-03 16:37:54 +0100
  • 83efdcec8d Canceling text input with [esc] key uses stb_textedit facilities to restore original value. This makes restoration undoable using hotkeys. Rokas Kupstys 2020-02-03 10:29:08 +0200
  • 3bde375078 Nav, Docking: Fixed failing to restore NavId when refocusing due to missing nav window. omar 2020-02-02 22:40:56 +0100
  • 365b639981 Nav, Docking: Fixed failing to restore NavId when refocusing a child within a docked window. omar 2020-02-02 22:17:04 +0100
  • d4fc525614 Nav, Focus: Fixed messed up Ctrl+Tab order with Docked windows. omar 2020-02-02 21:24:53 +0100
  • 5be649e082 Merge branch 'master' into docking omar 2020-02-02 21:21:54 +0100
  • 5a437f198c Internals: GetItemStatusFlags(). Added Comments. omar 2020-02-02 21:01:22 +0100
  • fc42528f13 When testing for the presence of the ImGuiWindowFlags_NoBringToFrontOnFocus flag we test both the focused/clicked window (which could be a child window) and the root window. omar 2020-01-31 18:28:25 +0100
  • fc41839cab Focus: Reworking FocusWindow() so in Docking branch we can fix CTRL+Tab being out of order on Docked windows because WindowsFocusOreder is poorly maintained. omar 2020-01-31 18:27:40 +0100
  • fb257eef3e Internals: Update ->RootWindow and other links before applying the SetNextWindowXXX stuff. This is so FocusWindow() can always assume that ->RootWindow != NULL. omar 2020-01-31 17:43:35 +0100
  • 4b4be11fd2 Docking: Clarifying that DockNode!=NULL when DockIsActive. Comments. Cleanup. omar 2020-01-31 14:57:47 +0100
  • d9bca0d853 Nav: Fixed a bug where the initial CTRL-Tab press while in a child window sometimes selected the current root window instead of always selecting the previous root window. (#787) omar 2020-01-31 14:17:43 +0100
  • d19297e2fa InputTextMultiline: Provide label to BeginChildEx so internal window name hold a little more context. omar 2020-01-31 14:10:43 +0100
  • 47fab0e166 Misc renaming, comments. Docs: add missing spacing to Changelog. omar 2020-01-31 12:27:57 +0100
  • 9cff4d6e5e Columns: ImDrawList::Channels* functions now work inside columns. Rokas Kupstys 2020-01-29 16:14:58 +0200
  • 05a49f0413 Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo] omar 2020-01-30 17:15:11 +0100
  • 8cbb693f47 Emscripten: Allow filesystem support. (#3005) Konstantin Podsvirov 2020-01-25 23:49:23 +0300
  • e7bfcb970e Merge branch 'master' into docking omar 2020-01-30 15:21:16 +0100
  • 6e1f8be07b Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007) omar 2020-01-30 15:13:36 +0100
  • 0a23582718 Examples: VS projects: Removed inconsistent/extraneous explicit linkage to imm32. omar 2020-01-29 20:11:42 +0100
  • 0e89041997 Internals: ButtonEx, ButtonBehavior can support multiple mouse buttons. omar 2020-01-29 16:35:30 +0100
  • 7794b104c5 Backends: SDL/Viewports: Fix crash when SDL backend is used with DirectX graphics API and system does not support Vulkan. Rokas Kupstys 2020-01-29 11:40:49 +0200
  • 3b828e6f96 Fix following bbe946f (ImRect <> ImVec4) omar 2020-01-28 20:29:07 +0100
  • bbe946fb6c Minor fixes/tweaks (some to reduce drift wiih master branch) omar 2020-01-28 20:08:04 +0100
  • 5f4dfad5b7 Merge misc/shallow changes from Docking to reduce drift. omar 2020-01-28 20:06:34 +0100
  • 6c1a73774d Tooltip: Testing DragDropWithinSourceOrTarget in BeginTooltipEx() instead of just BeginTooltip() - feel this was an overlook. Added tooltip flags instead of using bool. omar 2020-01-27 19:02:54 +0100
  • 377f730054 Fix resizing viewport-owning windows when mouse pos is outside the InnerClipRect (can happen with OS decoration on). (#1542) omar 2020-01-27 17:57:07 +0100
  • f5528001f6 Merge branch 'master' into docking omar 2020-01-27 14:57:00 +0100
  • 4d4e3b97f4 TODO, Readme omar 2020-01-24 15:25:47 +0100
  • b887259974 Bindings: Improved FreeGLUT support for MinGW (#3004) Konstantin Podsvirov 2020-01-27 14:11:29 +0300
  • f68075b333 Docking: Added DockNodeFlagsOverrideSet/DockNodeFlagsOverrideClear (experimental) omar 2019-11-28 22:42:13 +0100
  • f6da5000bf Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications. (#3000) omar 2020-01-23 16:20:10 +0100
  • 5363af7f47 AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts (amends) omar 2020-01-08 00:10:18 +0100
  • 051ce0765e AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts Ben Carter 2019-12-09 15:57:24 +0900