Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-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 | 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 | 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 | |
2018-02-17 | fix direction determination | Tony Crisci | |
2018-02-17 | Merge branch 'master' into output-layout-adjacent | Tony Crisci | |
2018-02-16 | Merge pull request #630 from martinetd/xdg_shell | emersion | |
xdg-shell stable implementation | |||
2018-02-16 | Merge pull request #1 from emersion/martinetd/xdg_shell | Dominique Martinet | |
Wrap wl_resource_get_user_data into safer helper functions (for xdg-shell stable too) | |||
2018-02-16 | xdg-shell: wrap wl_resource_get_user_data | emersion | |
2018-02-16 | Merge remote-tracking branch 'upstream/master' into martinetd/xdg_shell | emersion | |
2018-02-16 | Merge pull request #629 from emersion/safe-wl-resource-get-user-data | Drew DeVault | |
Wrap wl_resource_get_user_data into safer helper functions | |||
2018-02-15 | Merge pull request #634 from agx/glvendor | Drew DeVault | |
Log GL and EGL vendor | |||
2018-02-15 | xdg shells: fix typo s/positives/positive/ | Dominique Martinet | |
2018-02-15 | Log GL and EGL vendor | Guido Günther | |
useful for debugging | |||
2018-02-15 | xdg_shell stable: fix zero-sized positioner anchor_rect | Dominique Martinet | |
We used 0 as unset-check value before, which was fine when 0-width was invalid, but isn't anymore | |||
2018-02-15 | xdg_shell stable: allow zero-sized positioner set_anchor_rect | Dominique Martinet | |
This is a protocol difference with xdg-shell-unstable-v6 | |||
2018-02-15 | wayland protocol build: remove client protocols we do not use | Dominique Martinet | |
Only include client protocols that we use on the client side. Since these are not installed, there should not be any change with this. Testers - please note 'ninja -C build clean' does not remove the old headers, you need to start from a new directory. | |||
2018-02-15 | wayland protocol headers: use double-quote for includes | Dominique Martinet | |
These headers are not installed so we should look for these locally | |||
2018-02-15 | wlr_xdg_shell: (style) add break to final switch case | Dominique Martinet | |
2018-02-14 | add wlr_output_layout_adjacent_output | Tony Crisci | |
2018-02-14 | Merge pull request #631 from rzlourenco/master | Drew DeVault | |
Add missing dependencies | |||
2018-02-14 | Add missing dependencies | Rodrigo Lourenço | |
2018-02-14 | meson: require wayland-protocols >=1.12 for xdg-shell stable | Dominique Martinet | |