Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Sep 10, 2024
Commits on Sep 9, 2024
Commits on Sep 6, 2024
Commits on Sep 5, 2024
- committed
Nav: pressing any keyboard key while holding Alt disable toggling nav layer on Alt release. (ocornut#4439, extend ocornut#370, ocornut#369)
committed- committed
- committed
- committed
- committed
- committed
- authored
Commits on Sep 4, 2024
- committed
Tables: fixed resizing columns when using multiple synched instances that are layed out at different X positions. (ocornut#7933)
committedTables: fixed an issue detecting hovering column/row when using multiple synched instances layed out at different X positions. (ocornut#7933)
committed- committed
Commits on Sep 3, 2024
- committed
- committed
Made BeginItemTooltip() and IsItemHovered() with delay flag infer an implicit ID using Pos only. (ocornut#7945, ocornut#1485, ocornut#143)
committed- committed
Backends: GLFW: Emscripten: use OpenURL() when available and using EMSCRIPTEN_USE_PORT_CONTRIB_GLFW3. Fixes popup blocked in some browsers. (ocornut#7915, ocornut#7660)
- committed
Backends: SDL3: following SDL3 reverting their change, result of SDL_GetGamepads must be freed. (ocornut#7918, ocornut#7898, ocornut#7807)
Tabs: avoid queuing a refocus when tab is already focused, which would have the side-effect of e.g. closing popup on a mouse release. (ocornut#7914)
committed- authored
Commits on Sep 2, 2024
Commits on Sep 1, 2024
Commits on Aug 23, 2024
Tables: another attempt at making contents not overlap the bottom and right border in a scrolling table. (ocornut#6765, ocornut#3752, ocornut#7428)
committedTables: revert a340718 extending outer bottom/right border by 1, this is not the right solution. (ocornut#6765, ocornut#3752)
committed- committed
Tooltips, Drag and Drop: made it possible to override BeginTooltip() position while inside a drag and drop source or target. (ocornut#6973)
committed