Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-07 | Implement Tray Icons | Calvin Lee | |
This commit implements the StatusNotifierItem protocol, and enables swaybar to show tray icons. It also uses `xembedsniproxy` in order to communicate with xembed applications. The tray is completely optional, and can be disabled on compile time with the `enable-tray` option. Or on runtime with the bar config option `tray_output none`. Overview of changes: In swaybar very little is changed outside the tray subfolder except that all events are now polled in `event_loop.c`, this creates no functional difference. Six bar configuration options were added, these are detailed in sway-bar(5) The tray subfolder is where all protocol implementation takes place and is organised as follows: tray/sni_watcher.c: This file contains the StatusNotifierWatcher. It keeps track of items and hosts and reports when they come or go. tray/tray.c This file contains the StatusNotifierHost. It keeps track of sway's version of the items and represents the tray itself. tray/sni.c This file contains the StatusNotifierItem struct and all communication with individual items. tray/icon.c This file implements the icon theme protocol. It allows for finding icons by name, rather than by pixmap. tray/dbus.c This file allows for asynchronous DBus communication. See #986 #343 | |||
2017-03-18 | wl_poitner -> wl_pointer | Zandr Martin | |
2017-03-10 | Correct indentation | Drew DeVault | |
2016-09-05 | Fix constant scale factor in font code | Drew DeVault | |
2016-09-05 | Add client support for HiDPI | Drew DeVault | |
This adds HiDPI support to swaybar, swaybg, and swaylock. | |||
2016-09-05 | Initial testing on hidpi clients | Drew DeVault | |
2016-07-16 | Fix #753 | Drew DeVault | |
2016-07-15 | Enable windows to register to get notified when the mouse wheel is scrolled | David Eklov | |
2016-07-15 | Rename pointer_input::notify to indicate that is called on button clicks | David Eklov | |
2016-07-14 | Use int instead of wl_fixed_t for mouse coordinates | David Eklov | |
2016-07-06 | Fix formatting guide violations (spaces instead of tabs) | David Eklov | |
2016-07-06 | Enable windows to register to get notified of pointer button events | David Eklov | |
2016-07-04 | Move code to make a window a shell surface into seperate function | David Eklov | |
2016-04-17 | Flesh out pango markup implementation | Drew DeVault | |
2016-03-30 | Make client/pango.h not depend on client/window.h | Mikkel Oscar Lyderik | |
2016-01-25 | extract cairo_set_source_u32() | Christoph Gysin | |
2015-12-20 | make gdk-pixbuf dependency really optional | progandy | |
2015-12-12 | Pass keys along from wayland backend to clients | Drew DeVault | |
2015-12-12 | Add some more keyboard handling for wayland clients | Drew DeVault | |
2015-12-10 | Initialize keyboard in registry poll | Drew DeVault | |
2015-12-10 | Add keyboard handling shims to registry | Drew DeVault | |
2015-12-10 | Discover swaylock extension in registry | Drew DeVault | |
2015-12-10 | Refactor gdk pixbuf code into shared client lib | Drew DeVault | |
2015-11-29 | Add text rendering support to wayland clients | Drew DeVault | |
2015-11-19 | Refactor the crap out of wayland clients | Drew DeVault | |
And create a background surface on every output when invoking swaybg. | |||
2015-11-18 | Basic support for extensions in server and clients | Drew DeVault | |
2015-11-18 | Support cursors over wayland clients | Drew DeVault | |
Apparently wayland has fucking client-side cursors, too | |||
2015-11-18 | Fix SIGBUS from wayland clients | Drew DeVault | |
2015-11-18 | Normalize indentation | Drew DeVault | |
2015-11-18 | Clean up memory pool files better | Drew DeVault | |
2015-11-18 | Fix up wayland client implementation | Drew DeVault | |
Now it receives frame callbacks and renders properly, and is double buffered and such. |