ocornut
|
047d4c4500
Metrics: Extracted most functions.
|
4 anni fa |
ocornut
|
044ed22379
Metrics: Fixed mishandling of ImDrawCmd::VtxOffset in wireframe mesh renderer + omitting trailing empty ImDrawCmd in count + relying on IdxOffset value.
|
4 anni fa |
ocornut
|
df35157397
Drag and Drop: Fix losing drop source ActiveID (and often source tooltip) when opening a TreeNode() or CollapsingHeader() while dragging. (#1738)
|
4 anni fa |
ocornut
|
b7530e5d04
Revert "Replace UTF-8 decoder with branchless version by Christopher Wellons." (#3558)
|
4 anni fa |
Rokas Kupstys
|
b3576dd354
Replace UTF-8 decoder with branchless version by Christopher Wellons.
|
5 anni fa |
Black Cat!
|
c9fafd5ea4
Drag and Drop: Fix drag and drop to tie same-size drop targets by choosen the later one. Fixes dragging into a full-window-sized dockspace inside a zero-padded window. (#3519, #2717)
|
4 anni fa |
ocornut
|
b1a18d82e3
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
|
4 anni fa |
ocornut
|
d9b2fb7338
Moving backends code from examples/ to backends/ (step 1: moving source files)
|
4 anni fa |
ocornut
|
124c2608f1
Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
|
4 anni fa |
ocornut
|
041ef01b33
Removed redirecting functions/enums names that were marked obsolete in 1.61: InputFloat, InputFloat2, InputFloat3, InputFloat4 with int decimal_precision parameter. (#648, #712)
|
4 anni fa |
ocornut
|
0f13fdd177
Removed redirecting functions/enums names that were marked obsolete in 1.60: io.RenderDrawListsFn, IsAnyWindowFocused(), IsAnyWindowHovered(), etc.
|
4 anni fa |
ocornut
|
04de5ef819
Version 1.80 WIP
|
4 anni fa |
ocornut
|
a38c6dfcc8
Internals: Added support for context hooks (for test engine or other extensions)
|
4 anni fa |
ocornut
|
e5cb04b132
Version 1.79
|
4 anni fa |
Christian
|
ae5b4991be
Docs: update gallery links. (#3514)
|
4 anni fa |
ocornut
|
4fd43a8b64
Internals: removed NavLayerCurrentMask (redundant, add extra shift in ItemAdd().
|
4 anni fa |
ocornut
|
01cc666039
ImGuiListClipper: Renamed constructor parameters which created an ambiguous alternative to using the ImGuiListClipper::Begin() function, with misleading edge cases.
|
4 anni fa |
ocornut
|
52c0b1a340
ImGuiListClipper: internal rework and tidying up to facilitate supporting frozen rows in tables + stop promoting using constructors parameters.
|
5 anni fa |
ocornut
|
324e0310ad
Renamed ImGuiSliderFlags_ClampOnInput to ImGuiSliderFlags_AlwaysClamp. (#1829, #3209, #946, #413)
|
5 anni fa |
ocornut
|
fbabf651f4
Style: Renamed style.TabMinWidthForUnselectedCloseButton to style.TabMinWidthForCloseButton. Fixed README links.
|
5 anni fa |
ocornut
|
1ec464eb9a
Tab Bar: Further simplification of section/clip rect handling. (#3291)
|
5 anni fa |
ocornut
|
5e5f25e2dd
Tab Bar: Rename named sections members into array. Various tidying up. (#3291)
|
5 anni fa |
Louis Schnellbach
|
7ac16c02cc
Tab Bar: Fix multiple width and position computation issue. (#3291)
|
5 anni fa |
ocornut
|
f23c39c395
Tab Bar: Fixed handling of scrolling policy with leading/trailing tabs. + warning fixes + bunch of renaming. (#3291)
|
5 anni fa |
ocornut
|
29836412e1
Internals, CollapsingHeader, TabItem: Standardized using a #CLOSE id prefix for TabItem and ColllapsingHeader (same as window)
|
5 anni fa |
ocornut
|
795cf6fcb5
Removed return value from OpenPopupOnItemClick(). Use IsWindowAppearing() after BeginPopup() for a similar result.
|
5 anni fa |
ocornut
|
a58a727781
Renamed OpenPopupContextItem() back to OpenPopupOnItemClick(), reverting 99ab5210
|
5 anni fa |
ocornut
|
c206a19373
Removed ImFont::DisplayOffset in favor of ImFontConfig::GlyphOffset. (#1619)
|
5 anni fa |
ocornut
|
c47bcb25ed
Fix popup and tooltip positioning when not fitting in the screen. Amend fa42ccea8.
|
5 anni fa |
Rokas Kupstys
|
b7b08f52a4
Fix popup and tooltip positioning when not fitting in the screen.
|
5 anni fa |