ocornut
|
a066074054
Clipper: Fixed a bug if attempt to force-include a range which matches an already included range. (#3841)
|
2 vuotta sitten |
ocornut
|
bdd9b96fa3
Demo: Reorganized "Examples" menu. Tweak Property Editor.
|
2 vuotta sitten |
ocornut
|
08b3a1a34a
ImDrawList: Automatically calling ChannelsMerge() if not done after a split.
|
2 vuotta sitten |
ocornut
|
f93d0befaf
Slider: fixed support for ImGuiItemFlags_ReadOnly/ImGuiSliderFlags_ReadOnly although it is technically unused/undocumented. (#6758)
|
2 vuotta sitten |
Diego Mateos
|
d6e9fad60e
Tables: Fix typo in TableGetSortSpecs comment + amend comment. (#6755)
|
2 vuotta sitten |
ocornut
|
82d177ccbd
Using range-based for where it makes sense. (#4537)
|
2 vuotta sitten |
ocornut
|
33ea1e8b78
ColorEdit, ColorPicker: Manipulating options popup don't mark item as edited. (#6722)
|
2 vuotta sitten |
ocornut
|
f617fe7890
Clipper: Renamed IncludeRangeByIndices()/ForceDisplayRangeByIndices() to IncludeItemsByIndex(). (#6424, #3841)
|
2 vuotta sitten |
ocornut
|
200053771a
Clipper: Added IncludeIndex() helper to include a single item. (#6424, #3841)
|
2 vuotta sitten |
omar
|
4a7810e992
Update README.md
|
2 vuotta sitten |
wushiyang
|
981abb4612
Examples: Emscripten+webgpu: Fixed WGPUInstance creation process + use preferred framebuffer format. (#6640, #6748)
|
2 vuotta sitten |
ocornut
|
4a81424492
CloseButton, CollapseButton: don't include FramePadding into size. Use ItemInnerSpacing.x between title bar buttons. (#6749)
|
2 vuotta sitten |
ocornut
|
b41811a68c
CollapseButton: handle clipping better + align circle like in docking branch.
|
2 vuotta sitten |
Diego Mateos
|
040e818d72
Fix typo in SameLine comment (#6745)
|
2 vuotta sitten |
ocornut
|
162f8e01aa
Backends: SDL3: fixed typo in 1e17d59 (#6735)
|
2 vuotta sitten |
ocornut
|
ba1fa904a9
IO: Exposed io.PlatformLocaleDecimalPoint to configure decimal point ('.' or ','). (#6719, #2278)
|
2 vuotta sitten |
ocornut
|
a1a7a1bc03
InputFloat, SliderFloat, DragFloat: always turn both '.' and ',' into the current decimal point character. (#6719, #2278)
|
2 vuotta sitten |
Rick Huang
|
a6857ede03
IO: fix writing to incorrect union section for MouseSource in AddMousePosEvent and AddMouseButtonEvent. (#6727, #2702)
|
2 vuotta sitten |
ocornut
|
c06c796242
TreeNode: added note about ImGuiTreeNodeFlags_Bullet.
|
2 vuotta sitten |
ocornut
|
1e17d59965
Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther().
|
2 vuotta sitten |
ocornut
|
983b95bc87
Demo: tweak explanation about static keyword. (#6718)
|
2 vuotta sitten |
ocornut
|
d2c7cbcbf9
Misc: Made multiple calls to Render() during the same frame early out faster.
|
2 vuotta sitten |
ocornut
|
ac64b65634
Render: draw dimmed background earlier to match docking code. (#6716)
|
2 vuotta sitten |
ocornut
|
8f5ce73140
Tables: Made it possible to use SameLine(0,0) after TableNextColumn() or TableSetColumnIndex() in order to reuse line height from previous cell.
|
2 vuotta sitten |
ocornut
|
1362fc0c56
Debug, Internals: Added DebugDrawCursorPos(), DebugDrawLineExtents() helpers.
|
2 vuotta sitten |
ocornut
|
bc3c0ce772
Nav, TreeNode: Pressing Left with ImGuiTreeNodeFlags_NavLeftJumpsBackHere now goes through proper navigation logic: honor scrolling and selection. (#1079, #1131)
|
2 vuotta sitten |
ocornut
|
edebb90a9a
Demo: amend/fix for MinGW
|
2 vuotta sitten |
ocornut
|
4d6fbaff11
Demo: define standard PRI names we use (if missing) instead of defininig IM_PRId64, IM_PRIu64.
|
2 vuotta sitten |
ocornut
|
226923fa7e
Metrics: Fixed "Drawlists" section and per-viewport equivalent appearing empty (regression from c649aca).
|
2 vuotta sitten |
ocornut
|
2b1fc6f765
Demo: Demonstrate out-of-order rendering using ImDrawListSplitter.
|
2 vuotta sitten |