index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swaybar
/
tray
/
item.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-11-23
common: move load_image to swaybar
Manuel Stoeckl
2023-11-23
common: rename load_background_image to load_image
Manuel Stoeckl
2022-11-26
swaybar: Make hotspots block bar release bindings
Joan Bruguera
2022-01-19
tray: do not render passive items
Tobias Bengfort
2022-01-07
swaybar: fix tray item icon scaling, positioning
Nathan Schulte
2021-05-10
cairo: Replace <cairo/cairo.h> by <cairo.h>
Issam E. Maghni
2021-03-17
swaybar: silence missing IconThemePath message
Pi-Yueh Chuang
2020-03-30
tray: track SNI callbacks
Ian Fan
2020-03-30
tray: tidy code
Ian Fan
2020-02-10
swaybar: fix i3bar relative coordinates when scaling is used
Hristo Venev
2019-10-23
swaybar: fix typo in the loop over pixmaps
Konstantin Pospelov
2019-10-21
swaybar: do not retry search for tray icons
Konstantin Pospelov
2019-09-04
Add icon_theme_path to find_icon() search if set
Ben Brown
2019-02-28
tray: fix pixmap colors
Ian Fan
2019-02-16
tray: fix memory leaks
Ian Fan
2019-01-23
Merge pull request #3500 from progandy/validate_pixmaps
Drew DeVault
2019-01-23
Fix tray icon updates
Lukas Lihotzki
2019-01-23
swaybar: fix crash with some tray icon pixmaps
progandy
2019-01-22
Fix dead stores found by scan-build
M Stoeckl
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-16
bar_cmd_tray_bind: Use mouse button helpers
Brian Ashworth
2019-01-08
swaybar: improve tray logging
Ian Fan
2019-01-08
swaybar: handle SNI signals better
Ian Fan
2019-01-08
swaybar: free the right item during tray destruction
Ian Fan
2018-12-31
swaybar: use KDE's SNI IconThemePath property
Ian Fan
2018-12-31
swaybar: draw a sad face if SNI has no icon
Ian Fan
2018-12-31
swaybar: set bar dirty on SNI event
Ian Fan
2018-12-31
swaybar: implement mouse events for tray
Ian Fan
2018-12-31
swaybar: implement tray rendering
Ian Fan
2018-12-31
swaybar: add StatusNotifierItem to tray
Ian Fan