September 14, 2020, 14:47 (GMT) |
Merge branch 'master' into property-search-button-label-pointer |
Revision d23036e by Hans Goudey (property-search-ui-v2) September 14, 2020, 00:52 (GMT) |
Property Search: New implementation for all-tab search Use a bespoke pass for running property search in a panel region. While this method results in more code, it doesn't reuse the panel search, which has a few benefits: 1. It's possible to exit early when a results is found for a tab. Although this doesn't affect worse case performance, in general it's a benefit. 2. The code for searching all tabs in the properties editor becomes much simpler. 3. There should be other performance improvements, as the search code can skip everything not related to search. This is accomplished by ED_region_panels_layout_ex in area.c, which was a bit too long of a function anyway. |
September 12, 2020, 23:48 (GMT) |
Merge branch 'property-search-highlight-tabs' into property-search-all-tabs |
September 12, 2020, 23:48 (GMT) |
Merge branch 'property-search-start-end-operators' into property-search-highlight-tabs |
September 12, 2020, 23:47 (GMT) |
Merge branch 'property-search-single-tab' into property-search-start-end-operators |
September 12, 2020, 23:47 (GMT) |
Property Search: Fix memory leak |
September 12, 2020, 23:30 (GMT) |
Merge branch 'property-search-add-theme-color' into property-search-single-tab |
September 12, 2020, 23:30 (GMT) |
Merge branch 'property-search-move-context-to-panel' into property-search-add-theme-color |
September 12, 2020, 23:30 (GMT) |
Merge branch 'property-search-button-label-pointer' into property-search-move-context-to-panel |
September 12, 2020, 23:30 (GMT) |
Property Search: Replace pointer in group when button type switches |
September 12, 2020, 22:43 (GMT) |
Merge branch 'property-search-highlight-tabs' into property-search-all-tabs |
September 12, 2020, 22:43 (GMT) |
Merge branch 'property-search-start-end-operators' into property-search-highlight-tabs |
September 12, 2020, 22:42 (GMT) |
Merge branch 'property-search-single-tab' into property-search-start-end-operators |
September 12, 2020, 22:37 (GMT) |
Merge branch 'property-search-add-theme-color' into property-search-single-tab |
September 12, 2020, 22:22 (GMT) |
Merge branch 'property-search-move-context-to-panel' into property-search-add-theme-color |
September 12, 2020, 22:22 (GMT) |
Merge branch 'property-search-button-label-pointer' into property-search-move-context-to-panel |
September 12, 2020, 22:20 (GMT) |
Merge branch 'master' into property-search-button-label-pointer |
September 12, 2020, 22:17 (GMT) |
Property Search: Use LinkData instead of button for group |
September 11, 2020, 19:28 (GMT) |
Merge branch 'master' into property-search-button-label-pointer |
September 11, 2020, 19:15 (GMT) |
Merge branch 'master' into property-search-button-label-pointer |
|