Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-01 | Fix clients binding multiple times to the same output | emersion | |
2018-02-23 | Merge pull request #652 from agx/symbols-file | emersion | |
Add symbols file | |||
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 | 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 | |
2018-02-14 | xdg_shell: add input validatoin for positioner anchor/gravity | Dominique Martinet | |
2018-02-14 | xdg-shell stable: copy-pasta implementation | Dominique Martinet | |
2018-02-13 | Wrap wl_resource_get_user_data into safer helper functions | emersion | |
This ensures we're not incorrectly casting a resource. Fixes #628 | |||
2018-02-13 | Merge pull request #627 from emersion/wlr-signal-emit-safe | Drew DeVault | |
Remove wlr_backend.events.{output_remove,device_remove} | |||
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 | Merge pull request #625 from emersion/wlr-output-damage | Drew DeVault | |
Add wlr_output_damage | |||
2018-02-11 | output_damage: listen to transform and scale output events | emersion | |