ocornut
|
ebcfcd8da3
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
fc2e532f99
Shortcut: do not return true on mods changes. Internals: added ImGuiInputFlags_RepeatUntilKeyModsChange, ImGuiInputFlags_RepeatUntilKeyModsChangeFromNone, ImGuiInputFlags_RepeatUntilOtherKeyPress. (#456, #2637)
|
1 year ago |
ocornut
|
8323a06e6d
Inputs: passing ImGuiInputFlags_RepeatXXX options automatically adds ImGuiInputFlags_Repeat.
|
1 year ago |
ocornut
|
58261dbe9a
Internals: alter ImGuiInputFlags values to leave room + indent.
|
1 year ago |
ocornut
|
4aa81116a5
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
0000739c08
Internals: Fixed function name typo.
|
1 year ago |
ocornut
|
8add6bcb9f
Merge remote-tracking branch 'origin/master' into docking
|
1 year ago |
ocornut
|
6cfe3ddf52
InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787)
|
1 year ago |
ocornut
|
54c1bdeceb
Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449)
|
1 year ago |
ocornut
|
aaf157cfdd
Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80.
|
1 year ago |
ocornut
|
96b5b1724b
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
7965494ff3
Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor.
|
1 year ago |
ocornut
|
f6253b87d0
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
bce4db00bc
Drag and Drop: Fixed drop target highlight on items temporarily pushing a widened clip rect. (#7049, #4281, #3272)
|
1 year ago |
ocornut
|
61b8197942
Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds.
|
1 year ago |
ocornut
|
3d083dbe1a
Version 1.90.1 WIP
|
1 year ago |
ocornut
|
ce0d0ac829
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
b81bd7ed98
Version 1.90.0
|
1 year ago |
ocornut
|
450f1d7e7b
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
5170a9d6dc
Tables: Internals: renamed TableDrawContextMenu() to TableDrawDefaultContextMenu() for clarify.
|
1 year ago |
ocornut
|
fea52e29aa
Tables: added flags to TableDrawContextMenu() in order to display selected sections + added internal table->DisableDefaultContextMenu = true way to submit your own contents.
|
1 year ago |
ocornut
|
37ea320b96
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
561af15d67
Internal: Added owner aware variant of IsMouseDoubleClicked() for consistency.
|
1 year ago |
ocornut
|
1ab63d925f
Undid some of the changes done by c95fbb4 because they are not compatible with docking code.
|
1 year ago |
ocornut
|
4cde40dbe1
Undid some of the changes done by c95fbb4 because they are not compatible with docking code.
|
1 year ago |
ocornut
|
9298e310b2
Merge branch 'master' into docking (note: won't build as-is, see next commit)
|
1 year ago |
ocornut
|
f1d1a8d32b
Windows: use relative mouse movement for border resize when the border geometry has moved. (#1710)
|
1 year ago |
ocornut
|
9235352400
BeginChild: Added ImGuiChildFlags_ResizeX and ImGuiChildFlags_ResizeY. (#1710)
|
1 year ago |
ocornut
|
34a0bc456e
BeginChild: Added ImGuiChildFlags_AlwaysUseWindowPadding, obsoleted ImGuiWindowFlags_AlwaysUseWindowPadding. (#462, (toward #1666, #1496, #1395, #1710)
|
1 year ago |
ocornut
|
7713c29258
BeginChild: Upgraded 'bool border = true' parameter to use a ImGuiChildFlags type and the ImGuiChildFlags_Border value. (toward #1666, #1496, #1395, #1710)
|
1 year ago |