Age | Commit message (Expand) | Author |
2017-10-21 | Merge branch 'master' into feature/data-device-selection | Tony Crisci |
2017-10-21 | Moved comments in rootston keybinding example config | Alexander Taylor |
2017-10-21 | Remove calls to assert to check runtime errors in rootston | emersion |
2017-10-21 | Remove wl_list_init when using wl_signal_add | emersion |
2017-10-20 | Implement simple touch support for rootston | Drew DeVault |
2017-10-20 | Add startup command option to rootston | D.B |
2017-10-20 | Replace list_t with wl_list in wlr_output | Heghedus Razvan |
2017-10-19 | rootston: view set position | Tony Crisci |
2017-10-18 | Add a default meta key | emersion |
2017-10-17 | data-device: fix drag icon position | Tony Crisci |
2017-10-17 | Merge branch 'master' into feature/data-device-selection | Tony Crisci |
2017-10-17 | Merge pull request #257 from emersion/fix-client-cursors | Drew DeVault |
2017-10-16 | bug: fix view centering | Tony Crisci |
2017-10-16 | rootston: handle icon already being in the list | Tony Crisci |
2017-10-15 | wlr-data-device: drag icons | Tony Crisci |
2017-10-15 | wlr-data-device interface | Tony Crisci |
2017-10-14 | Fix cursor role name, fix segfault when surface->resource is NULL | emersion |
2017-10-12 | Move binding parsing to separate function | Versus Void |
2017-10-12 | New binding to switch windows | Versus Void |
2017-10-12 | Check pointer focused surface instead of view at cursor | emersion |
2017-10-11 | Merge pull request #252 from myfreeweb/freebsd-compat | Drew DeVault |
2017-10-11 | Add FreeBSD compatibility | Greg V |
2017-10-10 | wl-shell: cleanup | Tony Crisci |
2017-10-10 | wl-shell: popup input handling | Tony Crisci |
2017-10-10 | wl_shell: map transient surfaces closer to parent | Tony Crisci |
2017-10-10 | wl-shell: render popups in the right place | Tony Crisci |
2017-10-10 | Upload texture on surface commit | Versus Void |
2017-10-09 | Merge pull request #206 from emersion/client-cursor | Drew DeVault |
2017-10-09 | move surface finder functions to wlroots | Tony Crisci |
2017-10-09 | Merge pull request #220 from versusvoid/optional-xwayland | Drew DeVault |
2017-10-09 | Switch back to compositor cursor when switching from one view to another | emersion |
2017-10-09 | Check client is focused before setting client cursor | emersion |
2017-10-09 | Switch back to compositor cursor when leaving view | emersion |
2017-10-08 | Listen to cursor surface commit & destroy events | emersion |
2017-10-08 | Add wlr_output_set_cursor_surface | emersion |
2017-10-08 | rootston: handle request_set_cursor | emersion |
2017-10-08 | Rename wlr_surface->signals to events | emersion |
2017-10-08 | Center views on focused output | Drew DeVault |
2017-10-08 | Merge pull request #243 from acrisci/feature/input-bounds | Drew DeVault |
2017-10-08 | Merge pull request #239 from emersion/center-views | Drew DeVault |
2017-10-08 | use input bounds for pointer events | Tony Crisci |
2017-10-08 | Only center toplevel xdg shell views | emersion |
2017-10-08 | Activate new views | emersion |
2017-10-08 | Only center toplevel wl_shell views | emersion |
2017-10-08 | Center wl shell views | emersion |
2017-10-08 | Do not remove the commit listener | emersion |
2017-10-08 | Merge pull request #140 from emersion/screenshooter | Drew DeVault |
2017-10-08 | Center xdg shell views | emersion |
2017-10-08 | Move read_pixels from output to renderer | emersion |
2017-10-07 | Merge pull request #183 from acrisci/feature/xdg-popup | Drew DeVault |