Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle: remove unused function | Alberts Muktupāvels | 2022-09-16 | 1 | -3/+0 |
| | |||||
* | handle: make it public | Alberts Muktupāvels | 2022-08-15 | 1 | -27/+1 |
| | |||||
* | screen: move screens to WnckHandle | Alberts Muktupāvels | 2022-02-22 | 1 | -0/+11 |
| | |||||
* | window: move window_hash to WnckHandle | Alberts Muktupāvels | 2022-02-17 | 1 | -0/+10 |
| | |||||
* | application: move app_hash to WnckHandle | Alberts Muktupāvels | 2022-02-17 | 1 | -15/+25 |
| | |||||
* | class-group: move class_group_hash to WnckHandle | Alberts Muktupāvels | 2022-02-17 | 1 | -1/+11 |
| | |||||
* | util: move default icon size to WnckHandle | Alberts Muktupāvels | 2021-05-31 | 1 | -2/+13 |
| | | | | | In future this will allow to have multiple plugins/applets in same process with different icon sizes. | ||||
* | handle: fix license headers | Alberts Muktupāvels | 2021-05-10 | 1 | -9/+9 |
| | |||||
* | add private WnckHandle object | Alberts Muktupāvels | 2021-05-10 | 1 | -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 |