Age | Commit message (Expand) | Author |
2018-03-15 | matrix: unify API, don't use array pointers | emersion |
2018-03-15 | matrix: move to types/ | emersion |
2018-03-14 | rootston: don't center view if maximized | emersion |
2018-03-13 | xdg-shell-v6: next_geometry and geometry fields are not longer pointers in wl... | emersion |
2018-03-13 | xdg-shell-v6: rename toplevel and popup fields in wlr_xdg_surface_v6 for cons... | emersion |
2018-03-13 | xdg-shell-v6: redesign the configure/ack_configure workflow | emersion |
2018-03-13 | rootston: unmap view after emitting destroy signal in view_destroy | emersion |
2018-03-13 | rootston: destroy seat view on unmap | emersion |
2018-03-12 | rootston: don't segfault when getting size of an unmapped xdg-shell view | emersion |
2018-03-12 | rootston: add destroy to view interface | emersion |
2018-03-12 | rootston: remove xdg-shell-v6 map/unmap listeners on destroy | emersion |
2018-03-11 | rootston: fix segfault in handle_tablet_tool_destroy | emersion |
2018-03-10 | xdg-shell-v6: add map signal | emersion |
2018-03-09 | Make X11 fully optional | Cedric Sodhi |
2018-03-09 | rootston: add view_map and view_unmap | emersion |
2018-02-27 | set alpha to 1.0 for drag icons | Markus Ongyerth |
2018-02-27 | set fullscreen alpha to 1 | Markus Ongyerth |
2018-02-27 | Merge pull request #670 from Ongy/xwayland_unmanaged | emersion |
2018-02-26 | add xwayland unmanaged tests to support dmenu | Markus Ongyerth |
2018-02-25 | Merge pull request #659 from agx/alpha | Drew DeVault |
2018-02-25 | rootstion: handle alpha in server side decorations | Guido Günther |
2018-02-25 | rootston: wire up window alpha keybinding | Guido Günther |
2018-02-25 | rootston: Add alpha channel to views | Guido Günther |
2018-02-25 | Add alpha to wlr_render_with_matrix | Guido Günther |
2018-02-25 | rootston: add view_create | Guido Günther |
2018-02-24 | Merge pull request #641 from Ongy/idle-inhibit | Tony Crisci |
2018-02-23 | Merge pull request #654 from emersion/send-frame-done | emersion |
2018-02-23 | rootston: fix user-after-free in output_handle_destroy | emersion |
2018-02-23 | rootston: fix use-after-free in handle_keyboard_destroy | emersion |
2018-02-20 | rootston: fix sending frame done to undefined view | emersion |
2018-02-20 | rootston: don't send frame done if wlr_output manages the surface | emersion |
2018-02-20 | rootston: send frame done events unconditionally | emersion |
2018-02-17 | implements the idle_inhibit protocol type | Markus Ongyerth |
2018-02-14 | xdg-shell stable: copy-pasta implementation | Dominique Martinet |
2018-02-12 | Reformat all #include directives | emersion |
2018-02-12 | Make wlr_signal_emit_safe private | emersion |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion |
2018-02-12 | Add wlr_signal_emit_safe | emersion |
2018-02-11 | Introduce wlr_output_damage | emersion |
2018-02-10 | rootston: allow scale < 1 as well | Dominique Martinet |
2018-02-09 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion |
2018-02-08 | Rename roots_seat_cancel_transform | Vincent Vanlaer |
2018-02-08 | Merge branch 'master' into cancel-grab | Vincent Vanlaer |
2018-02-07 | Merge pull request #611 from DonOregano/fix-resize-freeze | Drew DeVault |
2018-02-07 | Fix style error | Vincent Vanlaer |
2018-02-07 | Fix jitter when quickly resizing windows | Vincent Vanlaer |
2018-02-07 | Make pointer button release outside window still count down the button_count. | Lars Hagström |
2018-02-06 | Merge roots_seat_cancel_* into one function | Vincent Vanlaer |
2018-02-06 | Refactor roots_cursor_press_button | Vincent Vanlaer |
2018-02-06 | Update seat pointer on meta move/resize/rotate | Vincent Vanlaer |