Commit Graph

  • 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 +01:00
  • 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 +01:00
  • bb1e6f8af6 Merge branch 'master' into docking Omar 2020-02-17 18:33:59 +01:00
  • 8836975dcf Drag and Drop, Nav: Disabling navigation arrow keys when drag and drop is active. (#3025) Omar 2020-02-17 17:41:45 +01:00
  • b62f1ea8e9 Fix zealous PVS studio warnings. Minor tweaks. Omar 2020-02-17 16:07:46 +01:00
  • 09329ea4e6 Fix Clang 9.0 zealous warnings Omar 2020-02-17 15:29:59 +01:00
  • ceec3cd3fd Backends: Win32: Added ImGui_ImplWin32_EnableDpiAwareness(), ImGui_ImplWin32_GetDpiScaleForHwnd(), ImGui_ImplWin32_GetDpiScaleForMonitor() helpers functions. Omar 2020-02-17 11:11:08 +01:00
  • 8601187fee Backends: Win32: Clarify how the WndProc handler requires a forward declaration. Omar 2020-02-17 10:11:26 +01:00
  • f339b24b3a Links, alphabetical order omar 2020-02-12 16:19:54 +01:00
  • 2bc3a92f96 Update README.md omar 2020-02-12 16:10:58 +01:00
  • b4ac420fc5 Demo: Amend d284a6c (#2149, #515) omar 2020-02-11 19:31:33 +01:00
  • 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 +01:00
  • ccaec1a270 Version 1.76 WIP omar 2020-02-11 16:56:56 +01:00
  • 30bb15672d Remove trailing spaces omar 2020-02-10 23:22:03 +01:00
  • 70975fe44d Demo: Added a black and white gradient to Demo>Examples>Custom Rendering. omar 2020-02-10 22:08:52 +01:00
  • d8948b5343 ColorButton: Added ImGuiColorEditFlags_NoBorder flag to remove the border normally enforced by default. omar 2020-02-10 21:23:34 +01:00
  • 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 +02:00
  • f346b4b302 Examples: SDL+Metal example. coding_jackalope 2020-02-07 12:48:59 -08:00
  • d16c87a5b1 Internals: Minor renaming omar 2020-02-10 16:44:28 +01:00
  • 8432d1bfc7 Merge branch 'master' into docking omar 2020-02-10 14:03:12 +01:00
  • 58b3e02b95 Version 1.75 v1.75 omar 2020-02-09 17:36:00 +01:00
  • 7e2d172ae5 Backends: GLFW, SDL: Platform monitors declared properly even if multi-viewport is not enabled. omar 2020-02-09 17:31:18 +01:00
  • d37d25470a Added IMGUI_DISABLE compile-time definition to make all headers and sources empty. omar 2020-02-09 17:06:58 +01:00
  • f694244dec InputText: Fix using a combination of _CallbackResize + _EnterReturnsTrue + lack of persisting user storage. (#3009) omar 2020-02-04 15:19:49 +01:00
  • bdbb2b21f5 Fix 83efdcec from overflowing buffer + make it a single undo records + comments (#3008) omar 2020-02-03 16:37:54 +01:00
  • 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 +02:00
  • 3bde375078 Nav, Docking: Fixed failing to restore NavId when refocusing due to missing nav window. omar 2020-02-02 22:40:56 +01:00
  • 365b639981 Nav, Docking: Fixed failing to restore NavId when refocusing a child within a docked window. omar 2020-02-02 22:17:04 +01:00
  • d4fc525614 Nav, Focus: Fixed messed up Ctrl+Tab order with Docked windows. omar 2020-02-02 21:24:53 +01:00
  • 5be649e082 Merge branch 'master' into docking omar 2020-02-02 21:21:54 +01:00
  • 5a437f198c Internals: GetItemStatusFlags(). Added Comments. omar 2020-02-02 21:01:22 +01:00
  • 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 +01:00
  • 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 +01:00
  • 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 +01:00
  • 4b4be11fd2 Docking: Clarifying that DockNode!=NULL when DockIsActive. Comments. Cleanup. omar 2020-01-31 14:57:47 +01:00
  • 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 +01:00
  • d19297e2fa InputTextMultiline: Provide label to BeginChildEx so internal window name hold a little more context. omar 2020-01-31 14:10:43 +01:00
  • 47fab0e166 Misc renaming, comments. Docs: add missing spacing to Changelog. omar 2020-01-31 12:27:57 +01:00
  • 9cff4d6e5e Columns: ImDrawList::Channels* functions now work inside columns. Rokas Kupstys 2020-01-29 16:14:58 +02:00
  • 05a49f0413 Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo] omar 2020-01-30 17:15:11 +01:00
  • 8cbb693f47 Emscripten: Allow filesystem support. (#3005) Konstantin Podsvirov 2020-01-25 23:49:23 +03:00
  • e7bfcb970e Merge branch 'master' into docking omar 2020-01-30 15:21:16 +01:00
  • 6e1f8be07b Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007) omar 2020-01-30 15:13:36 +01:00
  • 0a23582718 Examples: VS projects: Removed inconsistent/extraneous explicit linkage to imm32. omar 2020-01-29 20:11:42 +01:00
  • 0e89041997 Internals: ButtonEx, ButtonBehavior can support multiple mouse buttons. omar 2020-01-29 16:35:30 +01:00
  • 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 +02:00
  • 3b828e6f96 Fix following bbe946f (ImRect <> ImVec4) omar 2020-01-28 20:29:07 +01:00
  • bbe946fb6c Minor fixes/tweaks (some to reduce drift wiih master branch) omar 2020-01-28 20:08:04 +01:00
  • 5f4dfad5b7 Merge misc/shallow changes from Docking to reduce drift. omar 2020-01-28 20:06:34 +01:00
  • 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 +01:00
  • 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 +01:00
  • f5528001f6 Merge branch 'master' into docking omar 2020-01-27 14:57:00 +01:00
  • 4d4e3b97f4 TODO, Readme omar 2020-01-24 15:25:47 +01:00
  • b887259974 Bindings: Improved FreeGLUT support for MinGW (#3004) Konstantin Podsvirov 2020-01-27 14:11:29 +03:00
  • f68075b333 Docking: Added DockNodeFlagsOverrideSet/DockNodeFlagsOverrideClear (experimental) omar 2019-11-28 22:42:13 +01:00
  • 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 +01:00
  • 5363af7f47 AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts (amends) omar 2020-01-08 00:10:18 +01:00
  • 051ce0765e AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts Ben Carter 2019-12-09 15:57:24 +09:00
  • 2eda3585e7 Fixed hoverable/focus bug introduced in 3fe6ae97 (#2997) omar 2020-01-22 14:20:56 +01:00
  • 7a22767483 CI: Add MSVC extra warnings build and correct labels of other extra warnings builds. Rokas Kupstys 2020-01-20 15:57:39 +02:00
  • f1b5c742ff Viewports: Add various comments omar 2020-01-20 19:33:46 +01:00
  • 7e068da2bd Docking: Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) omar 2020-01-20 19:29:25 +01:00
  • 3fe6ae9732 Internals: Move some Nav functions and members around (no functional change) + Misc comments omar 2020-01-20 18:09:59 +01:00
  • 0a3df4b2ce Update FAQ.md omar 2020-01-20 14:28:01 +01:00
  • 15c6abe4be Internals: Standard math functions default redirection uses a define instead of an extraneous inline function call omar 2020-01-20 11:48:17 +01:00
  • 8bcac7d95c Backends: GLFW, SDL: report Windows key (io.KeySuper) as always released. omar 2020-01-17 15:18:33 +01:00
  • e499497ec5 Backends: Win32: Added support for io.KeySuper (Windows key) for consistency with other backends. (#2976) omar 2020-01-17 14:56:56 +01:00
  • 2478dbfdb7 Disable warning C5054 introduced in VS 2019 16.2 (#2983) omar 2020-01-17 14:18:16 +01:00
  • 6c00d1916e Disable format checks when using stb_sprintf.h Loïc Molinari 2019-12-29 15:39:49 +01:00
  • aa34681652 Backends: GLFW: inhibit error callback when creating cursors because X11 setups may be missing them + comment (#2980) omar 2020-01-17 11:36:56 +01:00
  • 9ad4c5da7e Fix zealous warnings + Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) omar 2020-01-15 17:23:05 +01:00
  • f6d6880a61 Internals: Nav: PushFocusScope, PopFocusScope, GetFocusScopeID() helpers omar 2020-01-14 20:34:26 +01:00
  • 44174b1fa1 Merge branch 'master' into docking omar 2020-01-14 20:01:27 +01:00
  • 2ebe08be40 Focus, Nav: Merged bits from RangeSelect features to enable early manipulation of focus scope for styling purpose. omar 2020-01-14 19:23:50 +01:00
  • 4f7bf7e96a Backends: Win32: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD and IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT. (#2716) omar 2020-01-14 14:58:32 +01:00
  • e2eb0b4bc4 Internals: Begin tries to setup WindowTemp/DC members in same order as their declaration. Readme: remove Coverity banner (PVS is better) omar 2020-01-13 15:36:24 +01:00
  • 02c2d18aa3 Internals: Renaming and marking of legacy focus/tabbing system omar 2020-01-13 15:21:37 +01:00
  • 52334ad8df Internals: Minor ordering/comments of ImGuiWindowTempData. omar 2020-01-13 15:04:28 +01:00
  • f56962cb9a ColorEdit: "Copy As" context-menu tool shows hex values with a '#' prefix instead of '0x' + both with/without alpha when available. omar 2020-01-13 14:09:42 +01:00
  • ff5299e0e0 Docs: FAQ, Comments. omar 2020-01-12 21:51:40 +01:00
  • 4b3c5ff5f1 Comments + minor moving omar 2020-01-11 15:35:39 +01:00
  • f03c00bc89 Added imgui_single_file.h, We use this to validate compiling all *.cpp in same compilation unit. Rokas Kupstys 2020-01-10 19:36:26 +02:00
  • 97a8dc6514 CI: Added PVS-Studio static analysis on the continuous-integration server. Rokas Kupstys 2020-01-10 17:37:54 +02:00
  • ae1e3619f6 Disable some PVS studio warnings. Rokas Kupstys 2020-01-09 13:47:42 +02:00
  • 861f786d81 Merge branch 'master' into docking omar 2020-01-10 14:38:09 +01:00
  • 4ee7aa72e9 ButtonBehavior: Default assignment of pressed behavior now also test for ImGuiButtonFlags_PressedOnDragDropHold which wasn't the case before. omar 2020-01-10 14:35:03 +01:00
  • 1eb71fc72b ButtonBehavior: Added ImGuiButtonFlags_PressedOnClickReleaseAnywhere behavior (#2971) omar 2020-01-10 14:34:15 +01:00
  • 00c515f51a Add glbinding build sample to Makefiles of GL3 examples. (#2870) Rokas Kupstys 2020-01-09 15:39:02 +02:00
  • f9630e60c5 Metrics: Fix not being able to expand "ParentWindow" when parent window is same as root window. omar 2020-01-07 21:32:00 +01:00
  • 1db78b8ca7 Renaming + missing initialization + missing Changelog update. omar 2020-01-07 21:25:42 +01:00
  • 32c33c6659 ColorEdit: Preserve last saturation value when V=0. Disable Hue editing lock. Rokas Kupstys 2020-01-06 16:15:59 +02:00
  • f6951bb67d Viewports: SDL2: Honor NoTaskBarIcon flag under non Win32 OS. (#2117) Rokas Kupstys 2020-01-06 09:49:36 +02:00
  • 5e2329b98e Backends: GL3: Implement glbinding opengl loader support. (#2870) Rokas Kupstys 2020-01-07 15:32:34 +02:00
  • e254167afd ColorEdit: Fix label alignment when using ImGuiColorEditFlags_NoInputs. (#2955) Rokas Kupstys 2020-01-06 16:51:48 +02:00
  • d581939387 Removed trailing spaces. omar 2020-01-06 15:21:33 +01:00
  • 22d7f26e06 Tweak wording omar 2020-01-06 12:55:01 +01:00
  • 0dd02dd90d Happy new year! omar 2020-01-06 12:41:37 +01:00
  • 2b10e06555 Fix a typo Zlatan Vasović 2020-01-04 17:29:51 +01:00
  • 3b1b5266e5 Docking: Fixed a bug where the tab bar of a hidden dockspace would keep requesting focus. (#2960) omar 2020-01-02 22:50:56 +01:00
  • c163b856d7 Docking: Fix for IMGUI_DEBUG_INI_SETTINGS=1, comments omar 2020-01-02 21:54:23 +01:00