Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-28 | Remove obsolete client code | Drew DeVault | |
2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | |
2017-12-01 | remove the rest of cmake | Tony Crisci | |
2017-08-03 | Fix typo in debug log | emersion | |
2017-06-14 | Merge branch 'master' into tray | Drew DeVault | |
2017-06-08 | include stdint to be compaitable with musl | Ekaterina Vaartis | |
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 | add missing ! for wl seat caps | Zandr Martin | |
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2016-12-14 | minor logic error | barfoo1 | |
2016-12-09 | Fix build on FreeBSD | Greg V | |
- Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux | |||
2016-11-28 | Fix memory leaks in swaybar | Drew DeVault | |
2016-10-07 | parse pango markup in workspace names (and bugfix) | D.B | |
This change allows using numeric character references in workspace names - for example æ which stands for sharp s. A fix was necessary in get_pango_layout, since markup and parsed markup had different width. | |||
2016-09-08 | fix pango markup on swaybar | Zandr Martin | |
2016-09-06 | Remove extraneous logging | 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-17 | Allow users to customize the cursor on clients | Drew DeVault | |
This also sets the default size to 16 and documents all of the other environment variables in use in sway(1). | |||
2016-07-16 | Fix warning in window.c | 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 | Enable windows to register to get notified of pointer button events | David Eklov | |
2016-07-06 | Check capabilities before using pointer and keyboard | David Eklov | |
2016-07-04 | Move code to make a window a shell surface into seperate function | David Eklov | |
2016-04-30 | wayland/registry.c: free() registry at registry_teardown | Sergi Granell | |
2016-04-28 | Explicitly mark static linking in CMake | Tomáš Čech | |
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case. | |||
2016-04-28 | Fix missing include paths | Tomáš Čech | |
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it. | |||
2016-04-17 | Flesh out pango markup implementation | Drew DeVault | |
2016-04-17 | Add support for pango markup | Drew DeVault | |
2016-03-30 | Make client/pango.h not depend on client/window.h | Mikkel Oscar Lyderik | |
2016-01-26 | Remove pointer from swaylock surface | Drew DeVault | |
2016-01-25 | extract cairo_set_source_u32() | Christoph Gysin | |
2015-12-20 | make gdk-pixbuf dependency really optional | progandy | |
2015-12-15 | fix segfault when doesn't have a trailing '/' | Nicolas Werner | |
2015-12-12 | Pass keys along from wayland backend to clients | Drew DeVault | |
2015-12-12 | Fix build issue | 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-12-05 | Free outputs on registry teardown | Drew DeVault | |
2015-12-03 | remove archive from git, add *.a to gitignore | Christoph Gysin | |
2015-12-03 | Add swaylock protocol, add resource destructors | Drew DeVault | |
This prevents sway crashing if swaybg or swaybar dies. | |||
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. | |||
2015-11-29 | Add text rendering support to wayland clients | Drew DeVault | |
2015-11-19 | Add wallpapers to output command | Drew DeVault | |