313d388bba
Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635)
ocornut2016-05-06 11:31:32 +02:00
67df0ba185
Updated FAQ and Readme with more prominent info about WantCaptureMouse etc. flags (#635)
ocornut2016-05-06 09:18:07 +02:00
f22b6e1e09
Fixed/silenced various absurd GCC warnings from outer space (#626)
ocornut2016-05-04 23:28:16 +02:00
50df86985d
Examples: DirectX9: Removed dependency on dx3x9.h so it can be used in a DirectXMath.h only environment (#611)
ocornut2016-05-03 10:47:42 +02:00
89d5026187
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
ocornut2016-05-02 12:32:16 +02:00
1b9894cfb4
Merge pull request #624 from develophant/master
omar2016-05-02 09:48:54 +02:00
df764c21d6
Bullet(), BulletText(): slightly bigger. less polygons
ocornut2016-05-01 20:04:48 +02:00
470b88e965
ButtonBehavior(): ImGuiButtonFlags_PressedOnDoubleClick clears active id on double-click so that multiple flags don't trigger multiple times
ocornut2016-05-01 20:02:25 +02:00
60d6c6d0e8
Comments/tweaks on ItemAdd()
ocornut2016-05-01 11:46:49 +02:00
bfb2dc2290
Examples: OpenGL3: Saving/restoring glActiveTexture() state (#602)
ocornut2016-04-30 19:02:19 +02:00
7406d64c64
PushClipRect(): not altering passed values, leave it to caller responsibility to floor properly (followup #582)
ocornut2016-04-30 18:55:23 +02:00
4b51e43d60
BeginGroup() extra comment because this is overused and misleading (#608)
ocornut2016-04-24 22:52:07 +02:00
919eb69931
Scrollbar: minor fix for top-right rounding of scrollbar background when window has menubar but no title bar
ocornut2016-04-24 22:38:30 +02:00
29e259a43c
InputText() clipping cursor rendering in case it gets out of the box (which can be forced w/ ImGuiInputTextFlags_NoHorizontalScroll) (#601)
ocornut2016-04-22 08:38:56 +02:00
7ce6c18bbe
Refactored CloseWindowButton() into a CloseButton() helper declared in imgui_internal.h (#600)
ocornut2016-04-21 09:55:02 +02:00
559963e832
Examples: Apple/iOS: lowered xcode project deployment target from 10.7 to 10.11 (#598, #575)
ocornut2016-04-20 20:49:49 +02:00
b359ed7b3e
Remove local glfw3 lib for osx. (+1 squashed commit)
omar2016-04-05 22:43:36 +02:00
67b604412b
Remove local glfw3 lib for osx. (+1 squashed commit) Squashed commits: [34cc3b7] Adds osx example. (+6 squashed commits) Squashed commits: [20330f2] Uses glfw by brew install. [0427861] Renames imguiex folder name to imguiex-ios [f9e27e5] Renames ios_example to apple_example. [44f8fe3] Updates the glfw header/library path. [919f279] Renames target from imguiex to imguiex-ios since there is already a imguiex-osx target now. [24395f5] Adds osx example.
James Chen2016-04-05 15:49:23 +08:00
2ee76bbff6
Trivial format string fix in demo
cheriffandomar2016-04-05 17:23:00 +10:00
e808b7cfca
Style: removed WindowFillAlphaDefault which was confusing and redundant, baked into WindowBg color. Renamed TooltipBg > PopupBG. (#337)
ocornut2016-04-04 01:37:02 +02:00