Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-26 | output: add wlr_output_schedule_frame | emersion | |
2018-01-26 | Damage tracking for transformed outputs | emersion | |
2018-01-26 | Merge pull request #585 from agx/meson | emersion | |
meson: add tags and ctags targets | |||
2018-01-26 | meson: add ctags and etags targets | Guido Günther | |
to create tag files. Idea taken from systemd. Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||
2018-01-26 | Remove vim stuff from .gitignore | Drew DeVault | |
If this affects you put this in your vimrc: set backupdir=~/.cache set directory=~/.cache | |||
2018-01-25 | util: add docs for wlr_region_scale | emersion | |
2018-01-25 | rootston: damage tracking scale support | emersion | |
2018-01-24 | Merge pull request #584 from VincentVanlaer/drm-segfault | Drew DeVault | |
Clean up session signal handler on drm init fail | |||
2018-01-24 | Merge branch 'output-damage' of github.com:emersion/wlroots into output-damage | emersion | |
2018-01-24 | Merge pull request #583 from agx/meson | emersion | |
meson: print enabled options | |||
2018-01-24 | Clean up session signal handler on drm init fail | Vincent Vanlaer | |
2018-01-24 | meson: print enabled options | Guido Günther | |
This makes it simpler to figure out what was enabled. | |||
2018-01-24 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
2018-01-24 | Merge pull request #579 from Ongy/dpms_decouple | emersion | |
decouples outputenable state and wl_output global | |||
2018-01-24 | re-adds wlr_output_update_enabled | Markus Ongyerth | |
Re-add the wlr_output_update_enabled to make sure wlr_output::events.enable is called when the output enabled state changes. | |||
2018-01-23 | Merge pull request #570 from acrisci/decorations | Tony Crisci | |
Decorations | |||
2018-01-23 | Backport screenshooter fixes from the renderer redesign v1 | emersion | |
This backports some changes to #319 to fix the screenshooter data format. This also adds wlr_backend_get_renderer which will be useful to support multiple renderers. | |||
2018-01-23 | rootston: damage tracking for drag icons | emersion | |
2018-01-23 | decouples outputenable state and wl_output global | Markus Ongyerth | |
This decouples wlr_output_enable and the wl_global. The previously internal functions wlr_output_(destroy/create)_global are exposed and used automatically in the wlr_output_layout to create/tear down the global. The compositor can handle them itself if it wants to, but I think this is the right moment to create/destroy the wl_output when the wlr_output_layout is used. | |||
2018-01-23 | decorations: respect motif hints | Tony Crisci | |
2018-01-23 | fix decorations on wayland backend | Tony Crisci | |
2018-01-23 | rootston: damage tracking for drag icons | emersion | |
2018-01-22 | render: add wlr_renderer_clear and wlr_renderer_scissor | emersion | |
2018-01-22 | rootston: damage tracking for wl_shell | emersion | |
2018-01-22 | Merge pull request #578 from emersion/fix-cursor-output-layout-destroy | Drew DeVault | |
cursor: fix segfault when destroying a wlr_output_layout with a wlr_cursor attached | |||
2018-01-22 | surface: add damage when subsurface moves | emersion | |
2018-01-22 | cursor: fix segfault when destroying a wlr_output_layout with a wlr_cursor ↵ | emersion | |
attached | |||
2018-01-21 | take roots_view out of input.h | Tony Crisci | |
2018-01-21 | take seat.h out of view.h | Tony Crisci | |
2018-01-21 | rename matrix model box to project box | Tony Crisci | |
2018-01-21 | rename wlr_deco_part to roots_deco_part | Tony Crisci | |
2018-01-21 | fix cursor issue | Tony Crisci | |
2018-01-21 | make it work with rotation | Tony Crisci | |
2018-01-21 | Merge remote-tracking branch 'upstream/master' into output-damage | emersion | |
2018-01-21 | rootston: fix damage tracking for fullscreen xwayland views | emersion | |
2018-01-21 | Merge pull request #576 from Timidger/bugfix/crtc-null-check-in-set-cursor | emersion | |
Check if crtc is null in in cursor cleanup when output removed | |||
2018-01-21 | move matrix model code to matrix.h | Tony Crisci | |
2018-01-21 | Add con/crtc null check to move_cursor in drm | Timidger | |
2018-01-21 | Added crtc null check for other drm funcs | Timidger | |
2018-01-21 | Merge branch 'master' into decorations | Tony Crisci | |
2018-01-21 | rootston: damage tracking for xdg popups | emersion | |
2018-01-21 | Fixes #575 | Timidger | |
2018-01-21 | Merge pull request #574 from jsshandle/master | emersion | |
Improve code style in accordance with CONTRIBUTING.md | |||
2018-01-21 | style: add else keywords in xwm.c | Johannes Schramm | |
2018-01-21 | style: add comment to empty while loop in logind.c | Johannes Schramm | |
2018-01-21 | style: include brackets for if/while/for, even if it's a single statement | Johannes Schramm | |
2018-01-21 | rootston: add roots_view_child::destroy | emersion | |
2018-01-21 | rootston: track subsurface damage | emersion | |
2018-01-21 | surface: add wlr_surface new_subsurface and wlr_subsurface destroy events | emersion | |
2018-01-21 | Add docs and comments | emersion | |