pulsar/ObservatoryCore/UI
Repository files (latest commit first)
Filename Latest commit message Latest commit date
F K 231710ca68
[Core + Framework] Performance improvements for re-drawing the grid (#141)
This proposes a *new method* on IObservatoryCore:  `SetGridItems(worker, items)` which does 2 things:
* Clears the grid
* Adds the given items.

Effectively replaces the entire content of the grid -- which is something a handful of plugins now do.

Why add this when you could just call Core's Clear + AddGridItems methods?? So it can all be done within the same rendering suppression "scope" to reduce flickering and increase rendering speed.  Speaking of rendering suppression, I have implemented such rendering suppression "scope" which uses Listview's built-in Begin/EndUpdate() in combination with temporary removal of the sort comparer (as is done for read-alls).  This was also applied to the existing AddGridItems(worker, items) method as well, addressing a TODO.
2024-01-30 20:49:53 -05:00
..
ColumnSizing.cs ready for testing 2024-01-25 23:18:02 -03:30
CoreForm.cs [Core] Spit and polish on PluginList and tabs (#138) 2024-01-29 15:37:31 -05:00
CoreForm.Designer.cs [Core] Spit and polish on PluginList and tabs (#138) 2024-01-29 15:37:31 -05:00
CoreForm.Plugins.cs [Core] Spit and polish on PluginList and tabs (#138) 2024-01-29 15:37:31 -05:00
CoreForm.resx ready for testing 2024-01-25 23:18:02 -03:30
CoreForm.Settings.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
DefaultSorter.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
DwmHelper.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
NotificationForm.cs ready for testing 2024-01-25 23:18:02 -03:30
NotificationForm.Designer.cs ready for testing 2024-01-25 23:18:02 -03:30
NotificationForm.resx ready for testing 2024-01-25 23:18:02 -03:30
PluginHelper.cs [Core + Framework] Performance improvements for re-drawing the grid (#141) 2024-01-30 20:49:53 -05:00
PluginListView.cs [Core + Framework] Performance improvements for re-drawing the grid (#141) 2024-01-30 20:49:53 -05:00
ReadAllProgress.cs ready for testing 2024-01-25 23:18:02 -03:30
ReadAllProgress.Designer.cs ready for testing 2024-01-25 23:18:02 -03:30
ReadAllProgress.resx ready for testing 2024-01-25 23:18:02 -03:30
SettingsForm.cs [Core] Settings improvements: Grouping w/labels, support for doubles (#137) 2024-01-29 15:37:00 -05:00
SettingsForm.Designer.cs [ObservatoryCore] UI tweaks 2024-01-25 23:18:02 -03:30
SettingsForm.resx ready for testing 2024-01-25 23:18:02 -03:30
SettingsPanel.cs WIP: observatory UI overhaul 2024-01-25 23:18:01 -03:30
ThemeManager.cs ready for testing 2024-01-25 23:18:02 -03:30
UIHelper.cs Winforms overhal in progress 2024-01-25 23:18:01 -03:30