Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-25 | Merge pull request #659 from agx/alpha | Drew DeVault | |
Make wlr_render_with_matrix use alpha | |||
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 | |
so we can use the alpha channel to e.g. blend in textures | |||
2018-02-25 | rootston: add view_create | Guido Günther | |
so we can do basic view setup. Will be used to initialize alpha. | |||
2018-02-25 | Merge pull request #669 from acrisci/headless-output-frame-timer | Drew DeVault | |
destroy frame timer in headless output | |||
2018-02-25 | Merge pull request #668 from dlrobertson/fix_null_deref | Drew DeVault | |
Fix null deref in wlr_libinput_backend_destroy | |||
2018-02-24 | remove frame timer from headless output | Tony Crisci | |
2018-02-25 | Fix null deref in wlr_libinput_backend_destroy | Dan Robertson | |
If input_event is null (e.g. if backend_start has not been called yet) wl_event_source_remove will result in a null deref. | |||
2018-02-24 | Merge pull request #667 from Ongy/screenshot_tmpfile_template | Drew DeVault | |
prevent screenshot from resuing template array | |||
2018-02-24 | prevent screenshot from resuing template array | Markus Ongyerth | |
The template array given to mkstemp was declared static. This reused the memory, which caused mkstemp to fail if backingfile is run more than once, because the array no longer contained the template syntax (which is forced to end in XXXXXX) but the previous file name. | |||
2018-02-24 | Merge pull request #666 from acrisci/syms-wlr-vlog | Drew DeVault | |
add _wlr_vlog to syms global | |||
2018-02-24 | add _wlr_vlog to syms global | Tony Crisci | |
2018-02-24 | Merge pull request #641 from Ongy/idle-inhibit | Tony Crisci | |
Add idle-inhibit implementation | |||
2018-02-24 | Merge pull request #657 from emersion/wl-backend-uninitialized-field | Tony Crisci | |
backend/wayland: fix uninitialized wlr_event_keyboard_key::update_state | |||
2018-02-23 | Merge pull request #654 from emersion/send-frame-done | emersion | |
rootston: send frame done events unconditionally | |||
2018-02-23 | Merge pull request #658 from agx/x11-vendor | Drew DeVault | |
x11: parse vendor and model out of xcb setup information | |||
2018-02-23 | Merge pull request #664 from emersion/fix-various-use-after-free | Drew DeVault | |
Fix a bunch of use-after-free | |||
2018-02-23 | idle-inhibit: style adjustments and motivation | Markus Ongyerth | |
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-23 | xwayland: fix some use-after-free in xwm | emersion | |
2018-02-23 | Merge pull request #652 from agx/symbols-file | emersion | |
Add symbols file | |||
2018-02-23 | x11: parse vendor and model out of xcb setup information | Guido Günther | |
2018-02-23 | Add symbols file | Guido Günther | |
to only export symbols matching wlr_* from the wlroots library | |||
2018-02-23 | Don't use os_create_anonymous_file outside of wlroots | Guido Günther | |
Use a stripped down version for the backing file in the screenshot example. | |||
2018-02-23 | backend/wayland: fix uninitialized wlr_event_keyboard_key::update_state | emersion | |
2018-02-22 | Merge pull request #662 from emersion/surface-resize-frame-done | Tony Crisci | |
surface: don't reset frame_callback_list on resize | |||
2018-02-22 | Merge pull request #661 from Ongy/wlr_idle_events | emersion | |
move activity_notify into events in wlr_idle | |||
2018-02-22 | surface: don't reset frame_callback_list on resize | emersion | |
2018-02-22 | move activity_notify into events in wlr_idle | Markus Ongyerth | |
This moves the `struct wl_signal activity_notify` in `struct wlr_idle` into a local `struct {} events` to keep consistency with other modules in the library. | |||
2018-02-21 | idle-inhibit: second feedback pass | Markus Ongyerth | |
2018-02-21 | Rename _strip_path to wlr_strip_path | Guido Günther | |
since it's a public function | |||
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-20 | Merge pull request #653 from emersion/fix-primary-selection-set-crash | Drew DeVault | |
primary-selection: fix crash in device_handle_set_selection | |||
2018-02-20 | idle-inhibit: feedback pass | Markus Ongyerth | |
2018-02-20 | primary-selection: fix crash in device_handle_set_selection | emersion | |
2018-02-19 | Merge pull request #651 from swaywm/revert-647-elf_visibility | Drew DeVault | |
Revert "ELF Visibility" | |||
2018-02-19 | Revert "ELF Visibility" | Drew DeVault | |
2018-02-19 | Merge pull request #632 from acrisci/output-layout-adjacent | Drew DeVault | |
add wlr_output_layout_adjacent_output | |||
2018-02-18 | Merge pull request #647 from ascent12/elf_visibility | Drew DeVault | |
ELF Visibility | |||
2018-02-19 | Explicitly export EFL symbols | Scott Anderson | |
2018-02-18 | Merge pull request #645 from agx/x11-window-title | Drew DeVault | |
x11 backend: set window title | |||
2018-02-18 | x11 backend: set window title | Guido Günther | |
This makes windows identifiable in the window list | |||
2018-02-19 | Remove usec_to_msec from public API | Scott Anderson | |
2018-02-18 | Remove XXX comment | Drew DeVault | |
2018-02-17 | move direction to wlr_output_layout.h | Tony Crisci | |