ocornut
|
c95fbb4464
|
Windows: Double-clicking bottom or right window border auto-resize on a singles axis.
|
ago%!(EXTRA string=2 years) |
ocornut
|
1b9cb52d7b
|
BeginChild(): rename parameters to reduce diff of upcoming patches.
Should be a no-op.
|
ago%!(EXTRA string=2 years) |
ocornut
|
56f7e853be
|
Demo: expose more Combo flags + misc tidying up.
|
ago%!(EXTRA string=2 years) |
ocornut
|
99913b5051
|
Internals: added IsKeyChordPressed() for consistency.
|
ago%!(EXTRA string=2 years) |
ocornut
|
51d1a72e9b
|
Docking: Revised undocking logic to reduce accidental whole-node undocking:
Amend bb2aa5e77 .
Revert to normal threshold in StartMouseMovingWindowOrNode().
Added tooltip when hovering the collapse/window menu button.
|
ago%!(EXTRA string=2 years) |
ocornut
|
0b8c6b9bce
|
Internals: removed seemingly unused AutoFitChildAxises.
The clamp was done on BeginChild(). Amend 2545d75c
|
ago%!(EXTRA string=2 years) |
ocornut
|
32228d8add
|
Tables: added Angled headers support. Added ImGuiTableColumnFlags_AngledHeader, ImGui::TableHeadersAngledRow(), style.TableAngledHeadersAngle. (#2957)
|
ago%!(EXTRA string=2 years) |
ocornut
|
9f851ebfe4
|
Tables: added ImGuiTableFlags_HighlightHoveredColumn.
|
ago%!(EXTRA string=2 years) |
ocornut
|
5053d79a24
|
Tables: Internal: rework so stacked headers height may be used.
|
ago%!(EXTRA string=2 years) |
ocornut
|
0312a29e4c
|
ImageButton(): clarify purpose of size. (#6901, #5533, #4471, #2464, #1390).
Amend 4a2ae06ca
|
ago%!(EXTRA string=2 years) |
ocornut
|
a63e2f0a33
|
Drag and Drop: Fixed submitting a tooltip from drop target location. Added demo.
Amend 7bbf8f2 , 92b7d6b .
|
ago%!(EXTRA string=2 years) |
ocornut
|
330d763477
|
Separator: clarified setting the ImGuiSeparatorFlags_SpanAllColumns flag. (#759)
Technically a no-op.
|
ago%!(EXTRA string=2 years) |
ocornut
|
a61438740d
|
Debug Tools: Metrics: Added "Show groups rectangles" in tools.
|
ago%!(EXTRA string=2 years) |
ocornut
|
f8aed6499f
|
Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631)
Squashed of 2 master commits.
|
ago%!(EXTRA string=2 years) |
ocornut
|
03e2a7f584
|
Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631)
Some tool undid or didn't queue a chunk? Amend c21278e .
|
ago%!(EXTRA string=2 years) |
ocornut
|
c21278eeae
|
Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631)
Amend 8175a47
|
ago%!(EXTRA string=2 years) |
ocornut
|
2f431a948c
|
IO: removed io.MetricsActiveAllocations introduced in 1.63. Same as 'g.DebugMemAllocCount - g.DebugMemFreeCount' (still displayed in Metrics.
|
ago%!(EXTRA string=2 years) |
ocornut
|
f1519efb16
|
BeginGroup(): fix/amend 9ece0bd .
|
ago%!(EXTRA string=2 years) |
ocornut
|
9ece0bdc02
|
BeginGroup(): Fixed a bug pushing line lower extent too far down when called after a call to SameLine() followed by manual cursor manipulation.
|
ago%!(EXTRA string=2 years) |
ocornut
|
8175a47881
|
Debug Tools: Renamed ShowStackToolWindow() ("Stack Tool") to ShowIdStackToolWindow() ("ID Stack Tool"). (#4631)
|
ago%!(EXTRA string=2 years) |
ocornut
|
204ae8a407
|
Internals: added ImRect::ContainsWithPad()
|
ago%!(EXTRA string=2 years) |
ocornut
|
94da5842ef
|
Renamed ImFloor() to ImTrunc(). Renamed ImFloorSigned() to ImFloor(). (#6861)
|
ago%!(EXTRA string=2 years) |
ocornut
|
6c022f9bf1
|
IO, Inputs: rename SetMousePos() to TeleportMousePos(). (#6837, #228)
|
ago%!(EXTRA string=2 years) |
ocornut
|
ff36fe365e
|
IO, Inputs: setting io.WantSetMousePos ignores incoming MousePos events. (#6837, #228)
Allow easily implementing wrapping behaviors.
|
ago%!(EXTRA string=2 years) |
ocornut
|
ef8ff1b5d8
|
TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239)
Cherry-picked from docking's 64b1e44
|
ago%!(EXTRA string=2 years) |
ocornut
|
64b1e448d2
|
TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239)
Removed ImGuiTabItemFlags_Preview. Will need cherry-picking in master.
|
ago%!(EXTRA string=2 years) |
ocornut
|
afd0d3fca1
|
Docking: made ImGuiDockNodeFlags_NoUndocking public. (#2999, #6823, #6780, #3492)
Amend 1612813 .
|
ago%!(EXTRA string=2 years) |
ocornut
|
72d760ba00
|
Docking: (Breaking) renamed ImGuiDockNodeFlags_NoDockingInCentralNode -> ImGuiDockNodeFlags_NoDockingOverCentralNode, ImGuiDockNodeFlags_NoSplit -> ImGuiDockNodeFlags_NoDockingSplit.
Shuffled other internal flags and added comments.
|
ago%!(EXTRA string=2 years) |
ocornut
|
f693c3d806
|
Docking: made "ImGuiDockNodeFlags_NoDocking" a combination of all others ImGuiDockNodeFlags_NoDockingXXX flags. (#2999, #6823, #6780, #3492)
|
ago%!(EXTRA string=2 years) |
ocornut
|
6addf28c4b
|
Fonts: Ensure calling AddFontXXX function doesn't invalidates ImFont's ConfigData pointers prior to building again. (#6825)
|
ago%!(EXTRA string=2 years) |
ocornut
|
1612813114
|
Docking: Internals: added ImGuiDockNodeFlags_NoUndocking. (#2999, #6823, #6780)
|
ago%!(EXTRA string=2 years) |
ocornut
|
14f8b76c1a
|
Docking: Comments. Removed misleading shared/local identicators. (#6823, #2999)
NoDocking not marked as saved (it never was). Removed unused ImGuiDockNodeFlags_LocalFlagsMask_.
|
ago%!(EXTRA string=2 years) |
ocornut
|
8a2cd81091
|
TypingSelect: always enable nav highlight.
Otherwise in non multi-select contexts as nav dosn't automatically select result would not always be visible.
|
ago%!(EXTRA string=2 years) |
ocornut
|
779568bb38
|
TypingSelect: tidy up some more + split ino functions to make reuse simpler.
|
ago%!(EXTRA string=2 years) |
ocornut
|
661a70fc79
|
TypingSelect: fast switch between characters in + debug, internal renames.
# Conflicts:
# imgui.cpp
# imgui_internal.h
|
ago%!(EXTRA string=2 years) |
ocornut
|
c86ce70968
|
Internal: Nav,MultiSelect: import ImGuiSelectionUserData, SetNextItemSelectionUserData() from MultiSelect. Track NavLastValidSelectionUserData as a convenience.
|
ago%!(EXTRA string=2 years) |
ocornut
|
f336e639e9
|
TypingSelect: rework GetTypingSelectRequest(), provide TypingSelectFindResult().
Amend 9714594
|
ago%!(EXTRA string=2 years) |
ocornut
|
6eb2681c09
|
Internals: InitOrLoadWindowSettings() clear Size again for better data nuking in tests. Debug Log: added ImGuiDebugLogFlags_OutputToTestEngine flag.
|
ago%!(EXTRA string=2 years) |
ocornut
|
0962c9fb72
|
TypingSelect: Added first version of GetTypingSelectRequest() API.
# Conflicts:
# imgui_internal.h
# imgui_widgets.cpp
|
ago%!(EXTRA string=2 years) |
ocornut
|
727c462069
|
Internals: Added ImTextFindPreviousUtf8Codepoint() helper + comments.
|
ago%!(EXTRA string=2 years) |
ocornut
|
fa2e5710ac
|
MenuBar: Fixed an issue where layouting an item in the menu-bar would erroneously egister contents size. (#6789)
In dire need of removing BeginGroup()/EndGroup() from menu-bar code, fo r sanity.
|
ago%!(EXTRA string=2 years) |
ocornut
|
fb9b006865
|
Version 1.90 WIP
|
ago%!(EXTRA string=2 years) |
ocornut
|
fef3389157
|
Version 1.89.9
|
ago%!(EXTRA string=2 years) |
ocornut
|
7b5fb33296
|
Tables: Internals: renamed CellPaddingY to RowCellPaddingY.
|
ago%!(EXTRA string=2 years) |
ocornut
|
e8a5c9e1b8
|
Tables: Made it possible to change style.CellPadding.y between rows. Added demo.
|
ago%!(EXTRA string=2 years) |
ocornut
|
300464a487
|
Docking: when io.ConfigDockingWithShift is enabled, staying stationary while moving a window displays an help tooltip to increase affordance. (#6709, #4643)
Hope this doesn't feel spammy?
|
ago%!(EXTRA string=2 years) |
ocornut
|
f93d0befaf
|
Slider: fixed support for ImGuiItemFlags_ReadOnly/ImGuiSliderFlags_ReadOnly although it is technically unused/undocumented. (#6758)
Amend fdc526e8f
|
ago%!(EXTRA string=2 years) |
ocornut
|
33ea1e8b78
|
ColorEdit, ColorPicker: Manipulating options popup don't mark item as edited. (#6722)
|
ago%!(EXTRA string=2 years) |
ocornut
|
ba1fa904a9
|
IO: Exposed io.PlatformLocaleDecimalPoint to configure decimal point ('.' or ','). (#6719, #2278)
Amend 13f718337
|
ago%!(EXTRA string=2 years) |
ocornut
|
1362fc0c56
|
Debug, Internals: Added DebugDrawCursorPos(), DebugDrawLineExtents() helpers.
|
ago%!(EXTRA string=2 years) |