mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 16:02:33 +01:00
introduced by the latest changes in the WMList code (multiple and empty selection). - added WMSetBrowserAllowMultipleSelection(), WMSetBrowserAllowEmptySelection() WMBrowserAllowsMultipleSelection() and WMBrowserAllowsEmptySelection().
13 lines
545 B
Plaintext
13 lines
545 B
Plaintext
- move paint to idle handlers
|
|
- finish the multiple selection code for lists (check for add handlers for
|
|
scrolling while drag-selecting).
|
|
- check whether WMDestroyWidget() should first call WMUnmapWidget().
|
|
- check if its useful to add some WMBrowserSelectionDidChangeNotification
|
|
(actually a pass-through for WMListSelectionDidChangeNotification).
|
|
Or a delegate to be called when the list selection change.
|
|
|
|
|
|
- optimize color allocation for repeated colors
|
|
- make it work in 8bpp
|
|
- optimize SystemFont allocation for repeated font sizes
|