- Jul 30, 2024
- Jul 29, 2024
-
-
SPeak authored
set android:exported to true (IntentFilter) Signed-off-by:
Sunrisepeak <speakshen@163.com>
-
ocornut authored
-
ocornut authored
-
ocornut authored
Amend 0b4a1a40
-
ocornut authored
Tables: storing LastFrozenHeight for frozen requests that don't have actual freezing due to zero scrolling. (#7821, #5143) Amend 0b4a1a40 (ignore whitespace to view this patch easily)
-
Rémi Hérilier authored
Selectable: added ImGuiSelectableFlags_Highlight flag to highlight items independently from the hovered state. (#7820) Demo: Make the Widget/List boxes show how to use forced highlighting.
-
Laurent Dufresne authored
Adding those seperators means that ctrl+(left|right)-arrows and ctrl+backspace will stop at slashes, which is more inline with how most software works and generally is very convenient when dealing with paths or urls.
-
ocornut authored
-
- Jul 26, 2024
- Jul 25, 2024
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
Internals: removed GetContentRegionMaxAbs() which was only meaningfully used in place of GetContentRegionAvail().
-
ocornut authored
-
ocornut authored
You should never need those functions. You can do everything with GetCursorScreenPos() and GetContentRegionAvail().
-
ocornut authored
-
- Jul 24, 2024
-
-
ocornut authored
-
ocornut authored
MultiSelect: sequential SetRange merging not generally handled by box-select path, useful for others.
-
ocornut authored
See "layout_group_endtable" test.
-
ocornut authored
Debug Log: fixed incorrect checkbox layout when partially clipped., doesn't parse 64-bits hex value as ImGuiID lookups.
-
ocornut authored
-
ocornut authored
Internals, TreeNode: indent all render block into its own scope (aim is to add a is_visible test there later)
- Jul 22, 2024
-
-
Cyao authored
-
ocornut authored
Demo: Property Editor: using ImGuiChildFlags_NavFlattened now that a bug is fixed. Fixed static analyzer.
-
ocornut authored
Nav: fixed c licking window decorations (e.g. resize borders) from losing focused item when within a child window using ImGuiChildFlags_NavFlattened. In essence, using ImGuiFocusRequestFlags_RestoreFocusedChild here is a way to reduce changes caused by FocusWindow(), but it could be done more neatly. See amended "nav_flattened" test.
-
ocornut authored
-
ocornut authored
-
Thomas Stehle authored
Amend 21bda2ed.
-
ocornut authored
-
- Jul 19, 2024
-
-
ocornut authored
Inputs: added SetItemKeyOwner(ImGuiKey key) in public API. (#456, #2637, #2620, #2891, #3370, #3724, #4828, #5108, #5242, #5641)
-
ocornut authored
MultiSelect: using ImGuiMultiSelectFlags_NoRangeSelect ensure never having to interpolate between two ImGuiSelectionUserData.
-
ocornut authored
-