Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | Fix warning about uninitialized variable | Drew DeVault | |
2015-11-18 | Exit if unable to allocate buffer | Drew DeVault | |
2015-11-18 | Support cursors over wayland clients | Drew DeVault | |
Apparently wayland has fucking client-side cursors, too | |||
2015-11-18 | Generate protocol headers | Drew DeVault | |
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 | Support resizing in wayland client implementation | 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. | |||
2015-11-13 | Clean up some things better in wayland clients | Drew DeVault | |
2015-11-12 | We don't need to implement strdup | Drew DeVault | |
After defining _GNU_SOURCE | |||
2015-11-12 | Further refinement of wayland client support | Drew DeVault | |
2015-11-12 | Start fleshing out wayland client implementation | Drew DeVault | |
This introduces a basic shared framework for making wayland clients within sway itself. |