July 1, 2020, 01:29 (GMT) |
Property Search: Support labels with number buttons |
July 1, 2020, 01:17 (GMT) |
Property Search: Support labels with ui_item_with_label This includes unexpanded enums and "pointer" selection buttons, and possibly others. This necessitates changing uiItemL_respect_property_split to return the label button it creates, which is reasonably anyway as it makes it consistent with uiItemL_. |
June 30, 2020, 22:54 (GMT) |
Property Search: Refactor to simpler method This method doesn't try to change the input layouts at all. Instead it filters out the empty buttons and removes layouts that become empty after that. Pointers for labels and decorators have been added to uiBut. They will be set during the layout building process in future commits. For now all labels will be removed though. |
June 30, 2020, 16:07 (GMT) |
Property Search: Always animate panels when filter status changes This should finally be a proper solution to this problem. Now the last search filter status is stored and compared to the new one to activate animation. |
June 30, 2020, 15:42 (GMT) |
Property Search: Filter panel names without case sensitivity |
June 30, 2020, 13:28 (GMT) |
Merge branch 'master' into property-search-ui |
June 29, 2020, 21:09 (GMT) |
Property Search: Cleaup: Remove unused variable |
June 29, 2020, 21:08 (GMT) |
Merge branch 'master' into property-search-ui |
June 29, 2020, 15:29 (GMT) |
Merge branch 'master' into property-search-ui |
June 26, 2020, 18:16 (GMT) |
Property Search: Don't remove layouts with search turned off This mostly fixes panel headers, although they still end up with the same problems as other layouts, with a minimum column size enforced for some reason and misplaced labels. |
June 26, 2020, 14:16 (GMT) |
Merge branch 'master' into property-search-ui |
June 26, 2020, 13:21 (GMT) |
Merge branch 'master' into property-search-ui |
June 26, 2020, 13:20 (GMT) |
Property Search: Print debug with colors |
June 26, 2020, 01:39 (GMT) |
Property Search: Improve layout debugging tool The tool now prints button types as well. Click to drag a panel while a search is active to print a tree of the layouts, sublayouts, and buttons. |
June 25, 2020, 20:53 (GMT) |
Property Search: Sort filtered panels properly Instead of just putting the filtered panels at the bottom, or not updating their search order, we stop increasing the offset while the current panel is invisible. This way the order is not completely broken if you drag to reorder a panel while some have been filtered out. |
June 25, 2020, 20:17 (GMT) |
Merge branch 'master' into property-search-ui |
June 25, 2020, 16:16 (GMT) |
Merge branch 'master' into property-search-ui |
June 19, 2020, 11:41 (GMT) |
Property Search: Improve interaction with panels |
June 18, 2020, 21:00 (GMT) |
Property Search: New method that reuses existing layouts This method just transforms each layout into a row or a column, without adding any new layouts at all. There are a few problems with this method though, the columns have a fixed width for some reason, and it becomes more difficult to add the label column. |
June 18, 2020, 12:46 (GMT) |
Merge branch 'master' into property-search-ui |
|