1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-09-15 19:26:58 +02:00
Commit graph

13 commits

Author SHA1 Message Date
b68e4b4af9
chore(deps): update system-tray 2025-07-14 19:34:04 +01:00
3e55d87c3a
refactor: overhaul .desktop and image resolver systems
Rewrites the desktop file parser code and image resolver code to introduce caching system and make fully async. They should be much faster now.

BREAKING CHANGE: The `icon_theme` setting has been moved from per-bar to top-level
2025-05-25 16:24:17 +01:00
48dc65f60b
chore(tray): remove unneeded png image code 2024-11-17 14:47:15 +00:00
662ddb6946
feat(tray): image support in menu items 2024-11-08 01:40:24 +00:00
04f45ccae1
refactor: fix some pedantic clippy warnings 2024-08-14 21:26:40 +01:00
2bc741d197
fix(tray): crash when provided empty pixmap
Fixes #675
2024-08-04 13:40:05 +01:00
Robert Nelson
188abc33e9
fix(tray): icon colour channels are being incorrectly rendered
Converts from ARGB32 to RGBA32 formats when rendering tray Pixmaps

Fixes #546
2024-04-24 20:52:17 +01:00
004ea76da5
refactor(tray): complete client rewrite 2024-03-29 00:31:20 +00:00
5a3ba08ddd
Merge pull request #470 from JakeStanger/fix/tray
More tray fixes
2024-03-17 14:12:56 +00:00
86c5b69f18
refactor(tray): tidy imports 2024-03-14 22:35:55 +00:00
0675b917f2
fix(tray): icons ignoring scaling 2024-02-25 20:57:36 +00:00
72440e69c9
feat(tray): icon size setting 2024-02-25 17:13:28 +00:00
133632d1ad
fix(tray): vastly improve rendering performance 2024-02-01 22:38:14 +00:00