omar
|
d323e8cca2
|
Fixed Style merge for nav branch (#707, #787)
|
2017-11-19 00:47:00 +01:00 |
omar
|
d211a0e338
|
Merge branch 'master' into navigation (with style breakable)
# Conflicts:
# imgui.cpp
# imgui_draw.cpp
|
2017-11-19 00:39:37 +01:00 |
omar
|
4daf377c9b
|
Added comment about TextUnformatted(). (#1450)
|
2017-11-19 00:32:47 +01:00 |
omar
|
8a7f03cbf9
|
Combo: Offset popup position by border size so that a double border isn't so visible. (#707)
|
2017-11-19 00:29:59 +01:00 |
omar
|
d7af1a218e
|
Style: Added PopupRounding setting. (#1112)
|
2017-11-19 00:29:29 +01:00 |
omar
|
067605052d
|
Fix IsItemHovered() returning true for non-title bar hidden items that are clipped due to window collapsing logic. Fix 27fd1b913b . (#823)
|
2017-11-19 00:29:29 +01:00 |
omar
|
6f7b1bf2e1
|
Internals: Renamed ImGuiWindow::Accessed to WriteAccessed.
|
2017-11-19 00:29:29 +01:00 |
omar
|
0e4f1df1a4
|
Style: Made changes to Classic style (!!!). Tweaked Dark style. (#707)
|
2017-11-19 00:29:29 +01:00 |
omar
|
0a61b7195c
|
Style: Added a default StyleColorsLight(). (#707)
|
2017-11-19 00:29:29 +01:00 |
omar
|
e7e81b265d
|
Demo: Tweaks.
|
2017-11-18 23:44:16 +01:00 |
omar
|
58345b11e1
|
Style: Removed ImGuiCol_ComboBg in favor of combo boxes using ImGuiCol_PopupBg for consistency. (#707)
|
2017-11-18 23:44:16 +01:00 |
omar
|
1c41603b31
|
Style Editor: Using local storage so Save/Revert button made some more sense without code passing its storage. Tweaked layout, added horizontal scroll bar, Fixed Save/Revert button to be always accessible. (fix #1211)
|
2017-11-18 23:44:16 +01:00 |
omar
|
c1b5eab868
|
Style Editor: Sneakily adding a combo box to change colors (#707)
|
2017-11-18 23:18:18 +01:00 |
omar
|
331eac511e
|
Style: Dark: Tweaks + setting BorderShadow correctly.
|
2017-11-18 19:08:52 +01:00 |
omar
|
29e0078b66
|
Internals: Window minor internal renaming + added WindowRounding latch.
|
2017-11-18 19:06:11 +01:00 |
omar
|
bd4bc929ce
|
Style: renamed style.ChildWindowRounding to style.ChildRounding, ImGuiStyleVar_ChildWindowRounding to ImGuiStyleVar_ChildRounding.
|
2017-11-18 18:28:21 +01:00 |
omar
|
4e62118b61
|
Merge pull request #1448 from codecat/minor-fixes
Examples: DirectX: fix wrong comment in dx implementation headers
|
2017-11-18 14:22:53 +01:00 |
Codecat
|
979fe30a6f
|
Fix wrong comment in dx implementation headers
|
2017-11-18 13:56:59 +01:00 |
omar
|
da2be7bbdc
|
Style: ScaleAllSizes() helper rounds down every values so they are aligned on integers.
|
2017-11-17 21:29:37 +01:00 |
omar
|
834fa52c8e
|
Columns: Added ImGuiColumnsFlags_GrowParentContentsSize to internal API to restore old content sizes behavior. (#1444, #125)
|
2017-11-16 17:34:34 +01:00 |
omar
|
44c590393c
|
Merge branch 'master' into navigation
|
2017-11-16 13:28:10 +01:00 |
omar
|
29d962069d
|
Internals: Updating condition/allow flags with a function.
|
2017-11-16 13:28:01 +01:00 |
omar
|
4ad414c8d4
|
Internals: Window: Store whether the windows has a close button (we need that info for window/tabs dropping preview calculation)
|
2017-11-16 13:23:50 +01:00 |
omar
|
7c4be0a000
|
Internals: Added BringWindowToFront(), BringWindowToBack() helpers.
|
2017-11-16 13:11:49 +01:00 |
omar
|
6817f3a3d9
|
Merge branch 'master' into navigation
|
2017-11-15 23:44:50 +01:00 |
omar
|
e9a7e73bba
|
Windows with MenuBar have a larger minimum height to avoid artefacts (I fixed most of the vertical/horizontal artefacts, but the ones in rounded corners were too hard to fix).
|
2017-11-15 23:42:18 +01:00 |
omar
|
f36037b384
|
Menu: Fixed minor rendering issues on the right size with rounded window when resizing a window small.
|
2017-11-15 23:38:17 +01:00 |
omar
|
9b82d9fbef
|
Scrollbar: Minor graphical fix for when scrollbar don't have enough visible space to display the full grab.
|
2017-11-15 23:14:23 +01:00 |
omar
|
f5bdf443c9
|
Minor comments, tweaks
|
2017-11-15 22:37:43 +01:00 |
omar
|
5ea6e80da1
|
Make it possible to use SetNextWindowPos() on a child window. Useful internally.
|
2017-11-15 22:23:33 +01:00 |
omar
|
27fd1b913b
|
Made it guaranteed by API that after calling Begin() the last Item represent the title bar. (#823)
|
2017-11-15 14:35:45 +01:00 |
omar
|
64031852de
|
Merge branch 'master' into navigation
|
2017-11-14 23:17:58 +01:00 |
omar
|
64e79035d5
|
Scrollbar flicker fix for menus/popups (fixes 4d00dd8326 and 2df8fa95df ). Hopefully right this time.
|
2017-11-14 23:17:28 +01:00 |
omar
|
6001d9c7a4
|
Columns: Clipping columns borders on Y axis on CPU because some GPU drivers appears to be unhappy with triangle spanning large regions (not sure why tbh). (#125)
Demo: Columns: Adding a billion of extra lines and using clipper.
|
2017-11-14 22:41:54 +01:00 |
omar
|
0858c3d7cb
|
Demo: Custom Rendering: Fixed clipping rectangle extruding out of parent window.
|
2017-11-14 22:21:38 +01:00 |
omar
|
852ece3a0e
|
Fixed build (3e06450d27 not meant for master branch, but ok)
|
2017-11-13 16:04:03 +01:00 |
omar
|
2275cb8b83
|
Merge branch 'master' into navigation
# Conflicts:
# imgui.cpp
|
2017-11-13 15:19:43 +01:00 |
omar
|
3e06450d27
|
Internals: Added ArrowButton() helper.
|
2017-11-13 15:18:31 +01:00 |
omar
|
4d00dd8326
|
Fixed scrollbar flickering on/off when uncollapsing a window (fixes 2df8fa95df )
|
2017-11-13 15:15:48 +01:00 |
omar
|
30bf40195b
|
io.OptNoCursorBlink -> io.OptCursorBlink (#1427)
|
2017-11-12 16:06:44 +01:00 |
omar
|
669498ff26
|
Added io.OptNoCursorBlink option to disable cursor blinking. (#1427). Renamed io.OSXBehaviors to io.OptMacOSXBehaviors. Should affect users as the compile-time default is usually enough. (#473, #650)
|
2017-11-12 16:03:09 +01:00 |
omar
|
a1c736fa6a
|
Update README.md
|
2017-11-11 18:22:00 +01:00 |
omar
|
631bd8a9f8
|
Added bindings
|
2017-11-11 18:12:33 +01:00 |
omar
|
161670418b
|
Update documentation for extra fonts
|
2017-11-11 16:20:34 +01:00 |
Branimir Karadžić
|
9daac64ff8
|
Clean g.WindowsById storage on shutdown.
|
2017-11-11 10:01:50 +01:00 |
omar
|
06075f20ba
|
Merge branch 'master' into navigation
|
2017-11-10 11:42:08 +01:00 |
omar
|
ba09de3a39
|
Begin: Fixed appending into a child window with a second Begin() from a different window stack querying the wrong window for the window->Collapsed test.
|
2017-11-10 11:38:01 +01:00 |
omar
|
8451855a30
|
ButtonBehavior: Fixed ImGuiButtonFlags_AllowOverlapMode to avoid temporarily activating widgets on click before they have been correctly double-hovered. (#319, #600)
|
2017-11-09 20:20:02 +01:00 |
omar
|
a297cbafdb
|
Merge branch 'master' into navigation
|
2017-11-08 23:17:14 +01:00 |
omar
|
2df8fa95df
|
Fixed vertical scrollbar flickering/appearing, typically when manually resizing and using a pattern of filling available height (e.g. full sized BeginChild). THIS IS A GREAT FIX, this glitch was nasty and annoying (and yet somehow nobody reported it?). Hopefully haven't broken anything else...
|
2017-11-08 23:17:08 +01:00 |