| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-12-20 | make gdk-pixbuf dependency really optional | progandy | -3/+13 | |
| 2015-12-15 | fix segfault when doesn't have a trailing '/' | Nicolas Werner | -2/+2 | |
| 2015-12-12 | Pass keys along from wayland backend to clients | Drew DeVault | -1/+19 | |
| 2015-12-12 | Fix build issue | Drew DeVault | -2/+2 | |
| 2015-12-12 | Add some more keyboard handling for wayland clients | Drew DeVault | -16/+31 | |
| 2015-12-10 | Initialize keyboard in registry poll | Drew DeVault | -0/+73 | |
| 2015-12-10 | Add keyboard handling shims to registry | Drew DeVault | -0/+38 | |
| 2015-12-10 | Discover swaylock extension in registry | Drew DeVault | -0/+3 | |
| 2015-12-10 | Refactor gdk pixbuf code into shared client lib | Drew DeVault | -0/+108 | |
| 2015-12-05 | Free outputs on registry teardown | Drew DeVault | -2/+2 | |
| 2015-12-03 | remove archive from git, add *.a to gitignore | Christoph Gysin | -0/+0 | |
| 2015-12-03 | Add swaylock protocol, add resource destructors | Drew DeVault | -0/+0 | |
| This prevents sway crashing if swaybg or swaybar dies. | ||||
| 2015-12-02 | cmake: build common code only once | Christoph Gysin | -0/+17 | |
| This creates (static) libraries for protocols/, common/, and wayland/. | ||||
| 2015-11-29 | Add text rendering support to wayland clients | Drew DeVault | -0/+63 | |
| 2015-11-19 | Add wallpapers to output command | Drew DeVault | -2/+0 | |
| 2015-11-19 | Refactor the crap out of wayland clients | Drew DeVault | -228/+249 | |
| And create a background surface on every output when invoking swaybg. | ||||
| 2015-11-18 | Basic support for extensions in server and clients | Drew DeVault | -4/+9 | |
| 2015-11-18 | Fix warning about uninitialized variable | Drew DeVault | -0/+1 | |
| 2015-11-18 | Exit if unable to allocate buffer | Drew DeVault | -0/+3 | |
| 2015-11-18 | Support cursors over wayland clients | Drew DeVault | -0/+43 | |
| Apparently wayland has fucking client-side cursors, too | ||||
| 2015-11-18 | Generate protocol headers | Drew DeVault | -0/+1 | |
| 2015-11-18 | Fix SIGBUS from wayland clients | Drew DeVault | -0/+2 | |
| 2015-11-18 | Normalize indentation | Drew DeVault | -32/+32 | |
| 2015-11-18 | Clean up memory pool files better | Drew DeVault | -20/+22 | |
| 2015-11-18 | Support resizing in wayland client implementation | Drew DeVault | -0/+12 | |
| 2015-11-18 | Fix up wayland client implementation | Drew DeVault | -89/+140 | |
| 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 | -9/+11 | |
| 2015-11-12 | We don't need to implement strdup | Drew DeVault | -6/+6 | |
| After defining _GNU_SOURCE | ||||
| 2015-11-12 | Further refinement of wayland client support | Drew DeVault | -7/+35 | |
| 2015-11-12 | Start fleshing out wayland client implementation | Drew DeVault | -0/+192 | |
| This introduces a basic shared framework for making wayland clients within sway itself. | ||||
