ocornut
|
a0f907933d
Happy new year!
|
7 months ago |
ocornut
|
18929bd6d6
Internals: merge ScaleWindowsInViewport() from docking branch.
|
8 months ago |
ocornut
|
2a600bddcb
ImGuiDebugLogFlags_EventFont should not be set by default (had no effect on master tho)
|
8 months ago |
ocornut
|
7219fa65c0
Revert "Fonts: Allowing PushFont()/PopFont() to be called outside the imgui frame scope. (#3621)"
|
8 months ago |
ocornut
|
61d4bf95dc
Fonts: Allowing PushFont()/PopFont() to be called outside the imgui frame scope. (#3621)
|
8 months ago |
ocornut
|
d30e102f3a
Scrollbar, TestEngine: for consistency, scrollbars are registered in _Menu layer.
|
8 months ago |
ocornut
|
91e8f2b0fe
Debug Tools: Debug Log: hovering 0xXXXXXXXX values in log is allowed even if a popup is blocking mouse access to the debug log window. (#5855)
|
8 months ago |
ocornut
|
eed9502795
Error Handling: Fixed bugs recovering from within a table that created a child window, and from nested child windows. (#1651)
|
8 months ago |
Raffaello Bertini
|
cd6c83cdcc
Fixes GCC warnings (#8241)
|
8 months ago |
ocornut
|
f31d53093b
TestEngine: for consistency, title bar / window items are registered in _Menu layer.
|
8 months ago |
ocornut
|
13c4084362
Nav: Fixed an issue where Alt key would clear current active item on windows with the ImGuiWindowFlags_NoNavInputs flag. (#8231)
|
8 months ago |
ocornut
|
8237ab450e
Drags, Sliders: store initial value on activation, as a convenience for some mods. (#8223)
|
8 months ago |
ocornut
|
f25665f360
Version 1.91.7 WIP
|
8 months ago |
ocornut
|
993fa34749
Version 1.91.6
|
8 months ago |
ocornut
|
c3ffd4c53e
Misc: Added IMGUI_USE_LEGACY_CRC32_ADLER to use old tables. (#8169, #4933)
|
8 months ago |
slowriot
|
2671f68f7f
Don't enable SSE4 under Emscripten (#8213, #8169, #4933)
|
8 months ago |
ocornut
|
2d660108b2
Misc: amend crc32 to use _mm_crc32_u32. (#8169, #4933)
|
9 months ago |
Teselka
|
326dc95f9c
Misc: use native crc32 instructions on SEE 4.2 targets. (#8169, #4933)
|
9 months ago |
Teselka
|
e6dd8f626a
Misc: changed CRC32 table to use crc32c polynomial in order to be compatible with SSE 4.2 instructions. (#8169, #4933)
|
9 months ago |
ocornut
|
20360e00ce
Merge miscellaneous small changes to reduce drift with texture update branch.
|
9 months ago |
ocornut
|
8be0723fb7
Amend Changelog to better document how changing button behavior of InputInt/InputFloat step buttons affected some mis-uses (#8149)
|
9 months ago |
ocornut
|
e97b97467e
Error Handling: fixed cases where recoverable error handling would crash. (#1651)
|
9 months ago |
ocornut
|
3381ab423b
Version 1.91.6 WIP + fixed typo in tooltip.
|
9 months ago |
ocornut
|
f401021d5a
Version 1.91.5
|
9 months ago |
ocornut
|
419a9ada16
Ignore clang warning Wnontrivial-memaccess (#8129, #8135)
|
9 months ago |
ocornut
|
3543dfda95
Docs: document removal of ImFont const qualifier as potentially breaking.
|
9 months ago |
ocornut
|
df0776e931
(Breaking) Removed ImGuiKey_COUNT. (#4921)
|
9 months ago |
ocornut
|
738d6db3e6
(Breaking) Removed used of ImGuiKey_KeysData_SIZE, ImGuiKey_KeysData_OFFSET. (#4921)
|
9 months ago |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
9 months ago |
Michael Böhme
|
57ab2b4226
Fixed unused function warning (#8130)
|
9 months ago |