Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | Add gamma_control skeleton | emersion | |
2017-09-06 | Merge pull request #136 from acrisci/bug/rename-output-layout-create | Drew DeVault | |
Rename wlr_output_layout_init() | |||
2017-09-05 | Rename wlr_output_layout_init() | Tony Crisci | |
Rename wlr_output_layout_init() to wlr_output_layout_create() to be consistent with the rest of the api. | |||
2017-09-05 | move device configuration to config.h | Tony Crisci | |
2017-09-05 | pointer.c: refactor device configuration | Tony Crisci | |
2017-09-05 | bugfix: warp cursor to current position on output add | Tony Crisci | |
2017-08-31 | use monotonic clock time for animations | Tony Crisci | |
2017-08-31 | remove unused outputs list in output-layout.c | Tony Crisci | |
2017-08-31 | fix layout hotplugging issue in output-layout.c | Tony Crisci | |
2017-08-31 | cleanup output-layout example | Tony Crisci | |
2017-08-31 | implement output layout auto configuration | Tony Crisci | |
2017-08-30 | Refactor meson build files | Tony Crisci | |
Use tabs for indentation and break up function calls over 80 col. | |||
2017-08-29 | handle empty config file | Tony Crisci | |
2017-08-29 | refactor and rename wlr_geometry to wlr_box | Tony Crisci | |
2017-08-29 | rename wlr_cursor_init to wlr_cursor_create | Tony Crisci | |
2017-08-29 | pointer.c: fix formatting | Tony Crisci | |
2017-08-29 | config fixes | Tony Crisci | |
2017-08-28 | Implement tablet_tool support in pointer example | Drew DeVault | |
2017-08-28 | fix memory errors | Tony Crisci | |
2017-08-28 | handle input device destroy | Tony Crisci | |
2017-08-28 | implement tablet tool devices | Tony Crisci | |
2017-08-27 | implement touch up and touch down | Tony Crisci | |
2017-08-27 | add touch events | Tony Crisci | |
2017-08-26 | config: fix uninitialized variables and accept trailing for geom | Tony Crisci | |
2017-08-26 | implement cursor and device geometry mapping | Tony Crisci | |
2017-08-26 | add device configuration | Tony Crisci | |
2017-08-26 | add cursor configuration | Tony Crisci | |
2017-08-26 | add configuration file | Tony Crisci | |
2017-08-26 | refactor example config and add ini.c | Tony Crisci | |
2017-08-26 | implement wlr_cursor_map_input_to_output | Tony Crisci | |
2017-08-26 | change output layout coords to double type | Tony Crisci | |
2017-08-26 | add wlr_cursor basic implementation | Tony Crisci | |
2017-08-23 | example compositor: loop through xwayland surfaces | Dominique Martinet | |
2017-08-23 | xwayland: move & split internal header file | Dominique Martinet | |
2017-08-23 | xwayland: split xwm structure out, initial xwm.c | Dominique Martinet | |
2017-08-23 | start xwayland in example compositor | Dominique Martinet | |
2017-08-20 | example compositor: handle keyboard after we're done with init | Dominique Martinet | |
the libinput backend does wl_display roundtrips, during which there is a small window where keystrokes can be handled before the rest of the example compositor is ready. Setting the callback later ensures we're not called at this point | |||
2017-08-19 | wlr_compositor: change _init/finish to _create/destroy | Dominique Martinet | |
2017-08-19 | move wl_compositor into wlroots as wlr_compositor | Dominique Martinet | |
2017-08-19 | examples: separate compositor_fini from run | Dominique Martinet | |
compositor_fini destroys the display, but it is an error to destroy it before e.g. wlr_seat that references it. This lets us order destroy calls properly, following first-in-last-out logic. | |||
2017-08-19 | wlr renderer/texture: rename init to create when it does alloc | Dominique Martinet | |
2017-08-18 | rename wlr_cursor to wlr_xcursor | Tony Crisci | |
This is for the implementation of another type that should be called wlr_cursor. | |||
2017-08-18 | bring output configuration into shared.h | Tony Crisci | |
2017-08-18 | Refactor example output config | Tony Crisci | |
Put all the config parsing into shared.h so it is shared among the examples. | |||
2017-08-18 | Fix wlr_data_device_manager | nyorain | |
2017-08-18 | Implement wlr_data_{source,device,device_manager} | nyorain | |
2017-08-17 | Clean up wlr_output_layout | Drew DeVault | |
2017-08-17 | improve collision detection algorithm | Tony Crisci | |
2017-08-17 | reconfigure output on resolution change | Tony Crisci | |
2017-08-17 | fix output resolution callback | Tony Crisci | |