Commit Graph

  • 3e84f7cd1d Viewport: Fixed a viewport bug which led some popups to merge in underlying host viewport when they should be z-over their parent viewport. omar 2018-12-03 18:16:35 +01:00
  • eb311abc92 Fixed IMGUI_API tag on ImFontAtlas::IsBuilt() preventing to build as DLL on some setups. (#2226) omar 2018-12-03 17:49:38 +01:00
  • 8d58055a54 Examples: DirectX10/11/12: Made imgui_impl_dx10/dx11/dx12.cpp link d3dcompiler.lib from the .cpp file to ease integration. omar 2018-12-03 17:47:10 +01:00
  • 10e13dd6bb Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix). omar 2018-12-03 12:19:23 +01:00
  • ac10889bde Merge branch 'viewport' into docking omar 2018-12-03 11:44:51 +01:00
  • 89a530b442 Somehow VS keeps modifying this GUID so I am going to playing along with it. omar 2018-12-03 11:44:08 +01:00
  • 65e579e558 Merge branch 'master' into viewport omar 2018-12-03 11:41:53 +01:00
  • 801645d350 Version 1.66b (will revisit how to change IMGUI_VERSION_NUM across versions, this commit reduces the numerical IMGUI_VERSION_NUM compared to the commit on Nov 22). v1.66b omar 2018-11-30 23:55:33 +01:00
  • 34e18ef771 Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was. omar 2018-11-30 23:47:23 +01:00
  • 8289e5f6b4 Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was. omar 2018-11-30 23:47:23 +01:00
  • 84238240d6 Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was. omar 2018-11-30 23:47:23 +01:00
  • 48f6fdb349 Fixed typo. omar 2018-11-30 18:25:12 +01:00
  • 7658035e5a About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose. omar 2018-11-30 18:18:15 +01:00
  • 3849def253 Added ShowAboutWindow(), About Window now showing various config/build information. omar 2018-11-30 17:15:03 +01:00
  • 025e00cccc About: Added build/system info relating to Docking branch. omar 2018-11-30 18:29:35 +01:00
  • f78b5a0cdb Merge branch 'viewport' into docking omar 2018-11-30 18:27:14 +01:00
  • ec49a486c7 About: Added build/system info relating to Viewport branch. omar 2018-11-30 18:27:04 +01:00
  • afeefadb4e Merge branch 'master' into viewport omar 2018-11-30 18:24:43 +01:00
  • a423f032ee About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose. omar 2018-11-30 18:18:15 +01:00
  • 4ef06f5aa2 Added ShowAboutWindow(), About Window now showing various config/build information. omar 2018-11-30 17:15:03 +01:00
  • 3335e6688f Include <alloca.h> also on macOS (and osxcross) (#2218) Sebastian Krzyszkowiak 2018-11-30 16:57:09 +01:00
  • b2e7a3806a Examples: Allegro5: Add touchscreen support Sebastian Krzyszkowiak 2018-11-30 16:46:43 +01:00
  • 1bfcf8f339 Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file. omar 2018-11-30 16:42:32 +01:00
  • 753223bd7b Merge branch 'viewport' into docking omar 2018-11-30 14:38:54 +01:00
  • f663277591 Merge misc/shallow changes from Docking branch to minimize drift: moved some blocks, added comments. omar 2018-11-30 14:33:43 +01:00
  • 1c7be88a1a Viewport: Fixed a bug where tooltips on their first frame didn't find a monitor leading to the "recovery" code to revert it to the main viewport for a frame. (#1542) omar 2018-11-30 14:13:51 +01:00
  • baf67d393f When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213) omar 2018-11-29 23:24:22 +01:00
  • 4a94b251fd Comments omar 2018-11-29 22:00:17 +01:00
  • 3c114b280a Merge branch 'viewport' into docking omar 2018-11-29 21:30:26 +01:00
  • 2fbbcaa339 Viewport: Avoid calling platform functions when window is not created (apart from Platform_GetWindowDpiScale, documented as such). Main viewport situation is still ambiguous. (#1542) omar 2018-11-29 21:28:47 +01:00
  • 36cbe1e521 Viewport: Misc renaming. omar 2018-11-29 21:16:45 +01:00
  • 19d17ed274 Docking: Added io.ConfigDockingTransparentPayload option (to use with ImGuiConfigFlags_ViewportsNoMerge) omar 2018-11-29 15:56:51 +01:00
  • 01f940dc9a Viewport: imgui_impl_sdl2: Added support for PlatformIO Platform_SetWindowAlpha. omar 2018-11-28 22:50:37 +01:00
  • 19c4fa8dd5 Examples: DX12: Fixed compilation of imgui_impl_dx12.cpp in viewport branch. Multi-viewport is still not functional. omar 2018-11-28 15:41:17 +01:00
  • 3bcc25f588 Merge branch 'viewport' into docking omar 2018-11-27 19:56:23 +01:00
  • 4cadb57c46 Viewport: Comments. omar 2018-11-27 19:53:33 +01:00
  • 99c32ed4a5 Merge branch 'master' into viewport omar 2018-11-27 19:46:40 +01:00
  • c08b4b46f4 Viewport: Better support for toggling ImGuiConfigFlags_ViewportsEnable. (#2196) omar 2018-11-27 19:45:37 +01:00
  • 4105cc7e97 Added ImGuiConfigFlags_None, ImGuiBackendFlags_None for good measure. omar 2018-11-27 19:32:47 +01:00
  • e138a5fcb5 Docking: Fixed debug Rebuild operation. omar 2018-11-27 17:40:25 +01:00
  • 1fa2cb8748 imgui.h: Comments omar 2018-11-27 14:10:40 +01:00
  • ce07d55d1b imgui.h: Moved ImGuiListClipper omar 2018-11-27 13:58:52 +01:00
  • 8495c931c0 mgui.h: Moved ImGuiInputTextCallbackData,, ImGuiSizeCallbackData, ImGuiPayload structures so they are not in the "Helpers" section. omar 2018-11-27 13:57:20 +01:00
  • fc16e54612 Docking: Maintain CentralNode. When SetNextWindowDockID() on a now split node id, we dig to find the central node or the last focused node. (#2109) omar 2018-11-27 13:35:05 +01:00
  • 4575354bc0 Docking: Comments + maiintain LastFrameFocused per node + using bitfiield for docking bools. omar 2018-11-27 12:05:30 +01:00
  • 3f51c831de Docking: Added internal DockBuilderGetCentralNode(). Fixed being unable to undock whole node from dock button in DockSpace with a central node. (#2109) omar 2018-11-26 22:18:55 +01:00
  • 962dcb466d Docking: Added ImGuiDockNodeFlags_NoResize. (#2109) omar 2018-11-26 21:52:40 +01:00
  • b8d9c5c130 Merge branch 'viewport' into docking omar 2018-11-26 21:36:48 +01:00
  • 1a0d2578a1 Viewport: Merging fixes + relying on multiple viewport overlaps. Follow-up to previous attempts are reworking the split/merge mechanisms. (#1542) omar 2018-11-26 21:35:44 +01:00
  • 12a1e7d04e Viewport: Comment to suggest making WindowBg opaque when viewports are enabled. omar 2018-11-26 19:20:37 +01:00
  • 4a8efd7e68 Docking: Hidden tab-bar triangle reflects focus but using Button colors. (#2109) omar 2018-11-26 17:57:01 +01:00
  • 66cfbbff5e Docking: Fixed double-overlay when dragging window over one of the (four cardinal) outer drop boxes. (#2109) omar 2018-11-26 17:39:38 +01:00
  • d23c69d319 Docking: Added context menu option to hide the tab bar of single-window dock nodes, similar to Unreal. (#2109) omar 2018-11-26 17:25:06 +01:00
  • 1e7b50aeae Viewport: Fixes moving child menu viewport (fix 379733a). omar 2018-11-26 16:55:40 +01:00
  • c93e92671a Viewport: Fixes moving child menu viewport (fix 379733a). omar 2018-11-26 16:55:40 +01:00
  • ddc3f8f069 Merge branch 'viewport' into docking omar 2018-11-26 15:32:04 +01:00
  • 5261e5a6ba Merge branch 'master' into viewport omar 2018-11-26 14:53:51 +01:00
  • 379733aba1 Viewport: Fix viewport regression with protruding child window creating their own viewport. (fixes cae4d02, 760c1d95) (#1542) omar 2018-11-26 14:53:04 +01:00
  • 131de7ab62 Docking: Added ImGuiConfigFlags_DockingNoSplit flag. (#2109) omar 2018-11-23 18:42:16 +01:00
  • 35d648341b Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187) omar 2018-11-23 18:12:37 +01:00
  • d8ab2c1ac9 Viewport: Added support for minimized window which caused problem when ImGuiBackendFlags_HasMouseHoveredViewport was not supported. (#1542) + todo omar 2018-11-23 16:18:30 +01:00
  • 862781b195 Viewport: Avoid unnecessary reapplying platform pos/size every frame. (#2205) + Fix GLFW ImGui_ImplGlfw_CreateWindow() from not applying position immediately. Clear LastNameHash properly (bug already fixed in Docking branch) omar 2018-11-23 15:50:33 +01:00
  • cae4d020dc Viewport: Merging/Extracting to/from main host viewport is now performed based on current state rather than triggers. Windows which don't fit in host window are now consistently in their own viewport. Toward simplifying the UpdateSelectWindowViewport() function. Probably broke something.. (#1542) omar 2018-11-22 21:13:07 +01:00
  • 1f78e08427 Viewport: UpdateTryMergeWindowIntoHostViewport() calls BringWindowToDisplayFront() - possible now that BringWindowToFocusFront() is a different function. omar 2018-11-22 20:13:55 +01:00
  • 760c1d95b9 Viewport: Merging/Extracting to/from main host viewport is now performed based on current state rather than triggers. Windows which don't fit in host window are now consistently in their own viewport. Toward simplifying the UpdateSelectWindowViewport() function. Probably broke something.. (#1542) omar 2018-11-22 21:13:07 +01:00
  • 510f0e505c Viewport: UpdateTryMergeWindowIntoHostViewport() calls BringWindowToDisplayFront() - possible now that BringWindowToFocusFront() is a different function. omar 2018-11-22 20:13:55 +01:00
  • 0c4dee083c Internals: Added ImPool helper data structure (used by testing system, and already in docking branch) omar 2018-11-22 18:56:24 +01:00
  • d27ffefbd4 Version 1.67 WIP omar 2018-11-22 18:59:43 +01:00
  • d9c54826bb Viewport: Stop relying on viewport->CreatedPlatformWindow to create Platform_DestroyWindow and Renderer_DestroyWindow. Explicitly require Platform_GetWindowFocus() to require supporting empty data. omar 2018-11-22 17:27:35 +01:00
  • 2515413080 Merge branch 'viewport' into docking omar 2018-11-22 15:29:18 +01:00
  • d87b80c6c1 Merge branch 'master' into viewport omar 2018-11-22 15:28:27 +01:00
  • da3c4330c1 Version 1.66 v1.66 omar 2018-11-22 14:23:38 +01:00
  • c00a3bd98f Examples: SDL2+Vulkan: Fixed application shutdown which could deadlock on Linux + Xorg. (#2181) omar 2018-11-21 18:43:25 +01:00
  • a5cf227503 Added link to experimental imgui_scoped.h PR/thread (#2197, #2096) omar 2018-11-21 18:30:36 +01:00
  • be66f94639 Examples: OpenGL3: More explicit testing for == GL_UPPER_LEFT in case glGetIntegerv(GL_CLIP_ORIGIN is not honored properly. (#2186, #2195) Fix f52f0a5277 omar 2018-11-21 18:24:24 +01:00
  • cc4b1f9e47 Nav: Fixed explicit directional input not re-highlighting current nav item if there is a single item in the window and highlight has been previously disabled by the mouse. (#787) omar 2018-11-21 16:07:04 +01:00
  • b9ae9bb1e3 Internals: Using GetOverlayDrawList(ImGuiWindow*) to match syntax of viewport/master branches. Fixed compiling with IMGUI_DEBUG_NAV_RECTS omar 2018-11-21 15:37:29 +01:00
  • 50c43d1c8e Removed unnecessary ImGui:: prefixes. omar 2018-11-15 16:43:05 +01:00
  • 6b4443755d Internals: Added FindWindowByID() helper. (#2190) omar 2018-11-15 16:41:48 +01:00
  • 4a43f347bb Merge branch 'viewport' into docking omar 2018-11-15 14:00:01 +01:00
  • dcbf976a8e Merge branch 'master' into viewport + comments omar 2018-11-15 13:58:34 +01:00
  • aa668c410a Nav: Fixed an assert in certain circumstance (mostly when using popups) when mouse positions stop being valid. (#2168) + adding a else block to make NavCalcPreferredRefPos() more explicit. omar 2018-11-15 13:53:53 +01:00
  • f2d577c33f Viewport: BeginMainMenuBar(): explicitly set viewport to avoid creating new one when ImGuiConfigFlags_ViewportsNoMerge is set + misc shallow changes. omar 2018-11-13 22:00:12 +01:00
  • ae34241f8b Viewport: BeginMainMenuBar(): explicitly set viewport to avoid creating new one when ImGuiConfigFlags_ViewportsNoMerge is set + misc shallow changes. omar 2018-11-13 22:00:12 +01:00
  • 1546153ca2 Docking: Fixed a regression where clicking a Tab wouldn't immediately set NavWindow. Which led to breaking the NavSaveLastChildNavWindow/NavRestoreLastChildNavWindow logic. (#2109) omar 2018-11-13 19:31:10 +01:00
  • f52f0a5277 Examples: OpenGL3: Added support for GL 4.5's glClipControl(GL_UPPER_LEFT). (#2186) omar 2018-11-13 18:54:02 +01:00
  • 19b4fcdacb Made IsWindowFocused() work outside of NewFrame()-EndFrame() and added comments about how ImGuiFocusedFlags_AnyWindow should NOT be used in place of io.WantCaptureMouse. (#2185) omar 2018-11-13 11:23:15 +01:00
  • 5b1394c5ac Update README.md omar 2018-11-09 15:02:19 +01:00
  • 6c1ae6cc71 Internals: DragBehavior: Added support for ImGuiDragFlags_Vertical to implement a vertical drag widget (no frontend function provided). omar 2018-11-09 14:41:40 +01:00
  • 6d7677534f Internals: SliderBehavior: Using axis indexing. omar 2018-11-09 14:31:14 +01:00
  • a3d6554e8e Merge branch 'master' into viewport + specific changes for GLFW callbacks omar 2018-11-08 16:56:51 +01:00
  • 772354377b Examples: GLFW: User previously installed GLFW callbacks are now saved and chain-called by the default callbacks. (#1759) omar 2018-11-08 16:24:41 +01:00
  • 9d155c73bc Examples: Misc comments mainly related to GLFW callbacks. (#1759) omar 2018-11-08 16:06:22 +01:00
  • a419d46205 Examples: OpenGL3+GLFW/SDL: Made main.cpp compile with IMGUI_IMPL_OPENGL_LOADER_CUSTOM (may be missing init). (#2178) omar 2018-11-08 15:14:09 +01:00
  • 565af90958 Merge branch 'viewport' into docking omar 2018-11-06 09:52:38 +01:00
  • 131bf5ee4a Examples: SDL: Tweaked Windows instructions and batch files. (#2175) omar 2018-11-06 09:46:43 +01:00
  • 797f2044cd Viewport: Fixed SDL+OpenGL2 example to work with multi-viewports. (#2175) omar 2018-11-06 09:51:09 +01:00
  • 5ea08394f5 Examples: SDL: Tweaked Windows instructions and batch files. (#2175) omar 2018-11-06 09:46:43 +01:00
  • 9ee86f22b7 Examples: Win32: Handle UTf-8 in platform window title setting. (#2164) omar 2018-11-05 17:37:06 +01:00
  • 52ca91ca57 Merge branch 'master' into viewport omar 2018-11-05 17:28:46 +01:00