Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-13 | xdg-shell-v6: next_geometry and geometry fields are not longer pointers in ↵ | emersion | |
wlr_xdg_surface_v6 | |||
2018-03-13 | xdg-shell-v6: rename toplevel and popup fields in wlr_xdg_surface_v6 for ↵ | emersion | |
consistency | |||
2018-03-13 | xdg-shell-v6: changed wlr_xdg_surface_v6_configure.toplevel_state to be NULL ↵ | emersion | |
if surface isn't a toplevel | |||
2018-03-13 | xdg-shell-v6: redesign the configure/ack_configure workflow | emersion | |
2018-03-13 | rootston: destroy seat view on unmap | emersion | |
2018-03-12 | rootston: add destroy to view interface | emersion | |
2018-03-10 | xdg-shell-v6: add map signal | emersion | |
2018-03-09 | rootston: add view_map and view_unmap | emersion | |
2018-03-07 | Add mode support to libinput backend | Drew DeVault | |
And extend tablet example with tilt and ring support | |||
2018-03-06 | Add const to x11 and input interfaces | Scott Anderson | |
2018-03-06 | Use xcb atoms properly | Scott Anderson | |
2018-03-04 | xwm.h: fix guard ifdef and remove wlr_ prefix from xwm_atoms_contains | Dominique Martinet | |
2018-03-03 | xcb errors: init errors context at start | Dominique Martinet | |
`xcb_errors_context_new` is more than just a malloc, it does a few xcb requests so we benefit from not generating a new context everytime | |||
2018-03-03 | move xwm.h out of include/wlr | Dominique Martinet | |
xwm.h was meant to be private, so move it to include/xwayland/xwm.h We had an ifdef WLR_HAS_XCB_ICCCM in xwayland.h which was easy to move to xwm, it is not safe to use the WLR_HAS_* in the public headers. I checked a few of our current users and none rely on xwm.h being public as expected (rootston, sway, hsroots) | |||
2018-02-27 | Merge pull request #670 from Ongy/xwayland_unmanaged | emersion | |
add xwayland unmanaged tests to support dmenu | |||
2018-02-26 | Merge pull request #687 from agx/roots_view.alpha | emersion | |
rootston: drop saved.alpha from roots_view | |||
2018-02-26 | rootston: drop saved.alpha from roots_view | Guido Günther | |
It's currently unused. | |||
2018-02-26 | restore dpms state on drm resume | Markus Ongyerth | |
If there is no current mode, set outputs to dpms off in drm resume. Sets current mode to null on disable to ensure this can be checked. | |||
2018-02-26 | add xwayland unmanaged tests to support dmenu | Markus Ongyerth | |
This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more fine grained control over XWayland focus. A surface that is unmanaged should not receive focus, while other windows that are just override redirect may want it (dmenu). The way unamanged is determined is taken from wlc. | |||
2018-02-25 | Merge pull request #659 from agx/alpha | Drew DeVault | |
Make wlr_render_with_matrix use alpha | |||
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-24 | Merge pull request #641 from Ongy/idle-inhibit | Tony Crisci | |
Add idle-inhibit implementation | |||
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 | 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-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 | idle-inhibit: feedback pass | Markus Ongyerth | |
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-17 | move direction to wlr_output_layout.h | Tony Crisci | |
2018-02-17 | Merge branch 'master' into output-layout-adjacent | Tony Crisci | |
2018-02-17 | implements the idle_inhibit protocol type | Markus Ongyerth | |
This adds the types/wlr_idle_inhibit_v1 implementation. | |||
2018-02-16 | Merge remote-tracking branch 'upstream/master' into martinetd/xdg_shell | emersion | |
2018-02-14 | add wlr_output_layout_adjacent_output | Tony Crisci | |
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-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 | |