Commit Graph

  • 7f2b9ea4c0 Begin: Minor refactor following fcf652f8ee7267055e331bf7a0133ed477816f27. Merging the if (Collapsed) block with the main one. omar 2017-12-07 18:10:37 +0100
  • 8dcc1a8a20 Begin: Sizing fixes regarding uses SetNextWindowSize() on individual axises. omar 2017-12-07 18:07:42 +0100
  • e045eddd77 Minor tweaks. Using ImGuiAxis defines. omar 2017-12-07 17:11:51 +0100
  • 92f7bd3605 Fixed 64-bit warnings. omar 2017-12-07 21:06:15 +0100
  • cc2c023880 Fixed scrollbar issue, followup to beda5fc5a0 and 2df8fa95df. omar 2017-12-07 17:04:39 +0100
  • e6215b6ca0 Merge branch 'master' into navigation + merge fix omar 2017-12-07 16:42:52 +0100
  • 3c9f9a455e Internals: Cleanup FindBestPopupWindowPos() to be more digestible, since we are bounds to rework the logic there. No functional changes intended. FIXED TYPO. omar 2017-12-07 16:36:07 +0100
  • 8959c64b33 Internals: Cleanup FindBestPopupWindowPos() to be more digestible, since we are bounds to rework the logic there. No functional changes intended omar 2017-12-07 13:26:56 +0100
  • abe5ad3c7a Demo: Added display for IsMouseDragging() function. omar 2017-12-06 23:38:33 +0100
  • 94bf12f14b Demo: Display better mouse cursor info for debugging backends. omar 2017-12-06 22:20:08 +0100
  • 20c7aab60c Exposed GetOverlayDrawList(). (~#545, ~#530) omar 2017-12-07 12:49:52 +0100
  • 6deb865f78 Nav: Merge fix. omar 2017-12-06 17:48:28 +0100
  • 2fc6a82665 Merge branch 'master' into navigation omar 2017-12-06 17:44:40 +0100
  • 8f41508c52 Begin: Move the code that update the Appearing flag above the BeginDocked() branch. omar 2017-12-06 17:42:28 +0100
  • 2fc9a2e6e7 Fixed nav branch merge issue. omar 2017-12-06 15:20:36 +0100
  • beda5fc5a0 Fixed scrollbar enable/disable calculation when size is modified programmatically. This is the generalization of the fix in 2df8fa95df. omar 2017-12-06 15:13:23 +0100
  • ecacaf7f2d Lower-right resize grip only appears when hovered. (#822) omar 2017-12-05 23:03:08 +0100
  • 3b7e4eaf38 Comments about ImGuiWindowFlags_ResizeFromAnySide. Removed hovering color. May need its own color. (#822) omar 2017-12-05 22:53:58 +0100
  • 531e559e49 Windows can be resized from their borders when ImGuiWindowFlags_ResizeFromAnySide is set. (#822) The interaction is currently unsatisfying because we can only reach a window from its inner rectangle (because of HoveredWindow filtering). omar 2017-12-05 22:38:02 +0100
  • e103fe8c1f Tweak four-corners resize grip code. Added ImRect::FixInverted() helper. (#822) omar 2017-12-05 22:05:24 +0100
  • 90ae1c59c4 Added ImGuiWindowFlags_ResizeFromAnySide flag and code to resize from any of the 4 corners (only 2 corners enabled). (#822) omar 2017-12-05 20:36:35 +0100
  • fe2cf231a8
    Update README.md omar 2017-12-06 11:18:17 +0100
  • 729333293c Merge branch 'master' into navigation omar 2017-12-05 22:56:35 +0100
  • 0f119865a6 Comments about ImGuiWindowFlags_ResizeFromAnySide. Removed hovering color. May need its own color. (#822) omar 2017-12-05 22:53:58 +0100
  • 5686c72bbd Windows can be resized from their borders when ImGuiWindowFlags_ResizeFromAnySide is set. (#822) The interaction is currently unsatisfying because we can only reach a window from its inner rectangle (because of HoveredWindow filtering). omar 2017-12-05 22:38:02 +0100
  • b9dc0caee3 Tweak four-corners resize grip code. Added ImRect::FixInverted() helper. (#822) omar 2017-12-05 22:05:24 +0100
  • 2ca4f9e862 Added ImGuiWindowFlags_ResizeFromAnySide flag and code to resize from any of the 4 corners (only 2 corners enabled). (#822) omar 2017-12-05 20:36:35 +0100
  • 364251146b Merge branch 'master' into navigation omar 2017-12-05 16:15:05 +0100
  • 77d1a4b636 Fixed a one frame glitch, when window claiming focus themselves on appear, the title bar wouldn't use the focused color on that frame. omar 2017-12-05 16:12:45 +0100
  • 16d9fa30b2 Merge branch 'master' into drag_and_drop omar 2017-12-05 09:21:07 +0100
  • 5f7cd7fb1c Internals: Splitter Behavior doesn't show a border. (#319) omar 2017-11-30 18:02:42 +0100
  • be6384eb2a Style: Tweaked default WindowRounding value from 9 to 7 (#707) omar 2017-11-30 19:06:09 +0100
  • c860a0a85c Internals: ImRect: Added IsFinite() helper. omar 2017-12-01 17:38:25 +0100
  • aea3fe41b9 Style: Tweaks Dark and Light styles. (#707) omar 2017-11-30 23:07:48 +0100
  • 6ea744d8f4 Drag and Drop: Added DragSource from color square. Added DragTarget on ColorEdit4 widget. (#143) omar 2017-11-30 16:54:39 +0100
  • 81cbaef806 Merge branch 'master' into navigation omar 2017-11-29 23:49:17 +0100
  • 0d53c8d480 Demo: Console: Fixed incorrect positioning which was hidden by a minor scroll issue (this would affect people who copied the console code as is) omar 2017-11-29 23:47:59 +0100
  • b513fdce48 Scrolling: SetScrollFromPosY() tweak to match change in a0d53fee81084a547bf21f46e736ea89f79fffb5 with similar desirable jump/discontinuity at each limit to skip the (ItemSpacing>WindowPadding) difference (followup to 0e5b64ecd2, #150) omar 2017-11-29 23:47:15 +0100
  • c36e586cce Style, Scrolling: Fixed padding and scrolling asymetry where lower/right sides of a window wouldn't use WindowPadding properly + causing minor scrolling glitches. omar 2017-11-29 23:39:23 +0100
  • a20fe279c5 Demo: Layout: Removed unnecessary BeginChild/EndChild calls omar 2017-11-29 23:33:31 +0100
  • 25c159fac8 Internals: Removed unnecessary duplicate scrolling code + added extra infos to Metrics window. omar 2017-11-29 21:10:59 +0100
  • 52e475230f Settings: Internals: Renaming. omar 2017-11-28 22:51:07 +0100
  • 2e1013a0c6 Settings: Internals: Simplifying code a bit. Creating Settings structure during first save. Windows where ImGuiWindowFlags_NoSavedSettings was late toggled will save settings correctly. (#1000) omar 2017-11-28 21:04:13 +0100
  • 7ae71e4984 Settings: Internals: Added FindSettingsHandler() omar 2017-11-28 20:03:10 +0100
  • 35eb5c5c99 Settings: Internals: Exposed FindWindowSettings(). Simplified some code. omar 2017-11-28 19:25:16 +0100
  • 963259d128 Settings: Internals: Renamed ImGuiSettingsWindow to ImGuiWindowSettings. omar 2017-11-28 19:20:50 +0100
  • 63712d5f5c Merge branch 'master' into drag_and_drop omar 2017-11-28 17:28:45 +0100
  • 9191b17218 Merge branch 'master' into navigation omar 2017-11-28 17:28:08 +0100
  • 4a43632163 Build fix omar 2017-11-28 17:27:54 +0100
  • 1a8a7c9d17 Settings: Import old style .ini file omar 2017-11-28 16:23:46 +0100
  • c8b5b569da Examples: DirectX9: Call EndFrame(), fix for assert added in 9a44d447cd omar 2017-11-28 11:26:14 +0100
  • e5ebe42207 Settings: Make ImGuiWindow settings always first in the list. omar 2017-11-28 00:33:12 +0100
  • 4c4f1b0224 ImVector: Added ImVector::push_front helper. omar 2017-11-28 00:33:03 +0100
  • f3ec608c19 Settings: Initializing ImGuiSettingsWindow so external users don't end up with uncleared data. Exposed MarkIniSettingsDirty() in imgui_internal.h omar 2017-11-28 00:32:25 +0100
  • e000ee0116 Examples: DirectX9: Handle loss of D3D9 device (D3DERR_DEVICELOST). (#1464) omar 2017-11-28 10:48:01 +0100
  • 7e2d0d734c Settings: basic refactor so that additional data structures can be loaded/saved. Parser/saver is still the minimum viable poor-man parsing. omar 2017-11-27 23:55:42 +0100
  • d552cabd15 Settings: Internal renaming of structure and fields names. omar 2017-11-27 23:00:27 +0100
  • 77a310736d Horizontal mouse wheel support Emmanuel Benoît 2017-11-27 20:36:23 +0100
  • ade09b9e3c Settings: Basic internal refactor to have functions for saving from/to memory (not exposed) omar 2017-11-27 19:01:40 +0100
  • 532f564fd3 ImGuiTextBuffer: Renamed append() helper to appendf(), appendv() to appendfv(). Added reserve(). omar 2017-11-27 16:55:06 +0100
  • 2f23190a7b Merge b95a4c2382 into 0f955b818d Andrey A. Ugolnik 2017-11-26 14:42:30 +0000
  • 0f955b818d Fixed DroidSans font link (#1460) omar 2017-11-26 11:44:52 +0100
  • d9c5d72962 ImGuiStorage: Added BuildSortByKey() helper to rebuild storage from stratch. omar 2017-11-24 11:26:42 +0100
  • 46e994de4e Nav: Do not clear last navigation id stored in a hidden child window. (#787) omar 2017-11-24 16:54:03 +0100
  • 4e3c7f1557 Nav: Exposed NavInitWindow() in imgui_internal (#787) omar 2017-11-24 16:50:11 +0100
  • f5c47faee8 Merge branch 'master' into navigation omar 2017-11-24 16:55:31 +0100
  • ef5dd30625 Sisyphus says: tweaked comments about not using old-style OpenGL examples (#1459, #1394 etc.) omar 2017-11-24 09:27:45 +0100
  • 6bd3b45b34 Sisyphus says: tweaked comments about not using old-style OpenGL examples (#1459, #1394 etc.) omar 2017-11-24 09:23:17 +0100
  • a0b41f7a96 Tabs: Fixes for latest master/drag_and_drop merges. (#261) omar 2017-11-23 16:49:10 +0100
  • ffdab3275a Merge branch 'drag_and_drop' into tabs omar 2017-11-23 16:48:06 +0100
  • a9537de6be Merge branch 'master' into tabs omar 2017-11-23 16:47:44 +0100
  • 2aad61e499 ImGuiBigStorage: Fixed destructor leak. (#1457) omar 2017-11-23 16:47:24 +0100
  • 6d3cfba834
    Add Slider hover color just like Drag stfx 2017-11-23 12:37:11 +0100
  • 7763ab3fcc Menu bar: better software clipping to handle small windows, in particular child window don't have the minimum constraint added in e9a7e73bba so we need to render clipped menus better. omar 2017-11-22 12:26:50 +0100
  • 06a32a2b00
    Merge pull request #1455 from elect86/patch-3 omar 2017-11-22 13:21:33 +0100
  • 1b2ec35b8d
    Update imgui_draw.cpp Giuseppe Barbieri 2017-11-22 12:58:11 +0100
  • b618629d99 Merge branch 'master' into navigation omar 2017-11-22 12:34:59 +0100
  • 7d09a0ae99 Menu bar: better software clipping to handle small windows, in particular child window don't have the minimum constraint added in e9a7e73bba so we need to render clipped menus better. omar 2017-11-22 12:26:50 +0100
  • aafa6cece5 Tweak expression to be less weird (how did that ever happen?) omar 2017-11-22 11:26:16 +0100
  • 3141df1459
    Merge pull request #1454 from elect86/patch-2 omar 2017-11-22 11:24:20 +0100
  • 21b456e567
    Update imgui.cpp Giuseppe Barbieri 2017-11-22 11:19:52 +0100
  • 68b26b4867 Merge branch 'master' into navigation omar 2017-11-22 11:04:00 +0100
  • 176d8fbe74 Fixed unreferenced variable warnings. omar 2017-11-22 11:02:42 +0100
  • 302757447a Internals: Added SplitterBehavior(). (#319) omar 2017-11-20 19:39:27 +0100
  • 195abc3d17 Begin: Fix border size latch when rounding uses Child or Popup value. (#707) omar 2017-11-20 15:19:38 +0100
  • 2543807e56 Merge branch 'master' into navigation omar 2017-11-20 13:54:06 +0100
  • 3f5b2a3fe3 Exposed ImDrawCornerFlags, replaced occurences of ~0 with an explicit ImDrawCornerFlags_All. Inversed BotLeft (prev 1<<3, now 1<<2) and BotRight (prev 1<<2, now 1<<3). omar 2017-11-20 13:53:16 +0100
  • 31683cfe34 ImDrawList::AddImageRounded: removed PrimDistributeUV declaration, fixed coding style, restored argument order from original PR. (#845) omar 2017-11-20 13:31:40 +0100
  • 3c5e64db78 Demo: Tweaked Image() code. omar 2017-11-20 13:30:25 +0100
  • 7f447c8270 Color picker: Tweak vertex shading code, since we aren't shading between PrimReserve and PrimVert the code can be expressed more naturally. (#346) omar 2017-11-20 13:16:57 +0100
  • ba095f81a5 Merge branch '2016-08-rounded-image' of https://github.com/thedmd/imgui into thedmd-2016-08-rounded-image omar 2017-11-20 13:07:14 +0100
  • 8c0f2e4946 Added comment to help people dealing with 58345b11e1 breakage (#707) omar 2017-11-20 13:05:50 +0100
  • e996286c38 Todo list update omar 2017-11-20 12:40:38 +0100
  • 941af1b257 Merge 27b7e254f2 into 28a31997b7 ecraven 2017-11-20 10:36:22 +0000
  • 79f07f6ff0 Add AddImageRounded() to ImDrawList thedmd 2017-11-19 21:48:13 +0100
  • 8b2d449b16 Add ShadeVertsLinearUV() thedmd 2017-11-19 21:00:38 +0100
  • dc2768503f Fix for drag and drop branch. omar 2017-11-19 16:24:17 +0100
  • 92212b17aa Merge branch 'master' into drag_and_drop omar 2017-11-19 16:23:37 +0100
  • 9848a7023b Merge branch 'master' into navigation omar 2017-11-19 16:21:21 +0100
  • 28a31997b7 Style Editor: Simplified settings also show PopupBorderSize as a checkbox. (#707, #1019) omar 2017-11-19 16:03:42 +0100