summaryrefslogtreecommitdiff
path: root/libwnck/wnck-handle-private.h
Commit message (Collapse)AuthorAgeFilesLines
* handle: remove unused functionAlberts Muktupāvels2022-09-161-3/+0
|
* handle: make it publicAlberts Muktupāvels2022-08-151-27/+1
|
* screen: move screens to WnckHandleAlberts Muktupāvels2022-02-221-0/+11
|
* window: move window_hash to WnckHandleAlberts Muktupāvels2022-02-171-0/+10
|
* application: move app_hash to WnckHandleAlberts Muktupāvels2022-02-171-15/+25
|
* class-group: move class_group_hash to WnckHandleAlberts Muktupāvels2022-02-171-1/+11
|
* util: move default icon size to WnckHandleAlberts Muktupāvels2021-05-311-2/+13
| | | | | In future this will allow to have multiple plugins/applets in same process with different icon sizes.
* handle: fix license headersAlberts Muktupāvels2021-05-101-9/+9
|
* add private WnckHandle objectAlberts Muktupāvels2021-05-101-0/+33
WnckHandle in future will be used as main entry point into library. This will allow to have multiple tasklists in same process with different settings. Also this will allow to cleanup resources without worrying that calling wnck_shutdown might affect other applets or plugins that might use libwnck in same process. https://gitlab.gnome.org/GNOME/libwnck/-/issues/136