Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2017-08-18 | bring output configuration into shared.h | Tony Crisci |
2017-08-18 | Refactor example output config | Tony Crisci |
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 |
2017-08-17 | vt change bugfix | Tony Crisci |
2017-08-17 | add output resolution notify to example shared | Tony Crisci |
2017-08-17 | add helper methods for intersection | Tony Crisci |
2017-08-17 | layout-output example: only render if its on the output | Tony Crisci |
2017-08-17 | layout-output example: handle empty config | Tony Crisci |
2017-08-17 | Add wlr_output_layout implementation | Tony Crisci |
2017-08-17 | Update keyboard modifiers in example compositor | nyorain |
2017-08-17 | Fix wlr_seat; add to example compositor | nyorain |
2017-08-16 | Prevent alloc errors from crashing in `list_t` | Calvin Lee |
2017-08-15 | Merge pull request #91 from martinetd/move_wl_shell | Drew DeVault |
2017-08-15 | Merge pull request #88 from 4e554c4c/alloc_crashing | Drew DeVault |
2017-08-15 | Make wlr_wl_shell_create work like xdg | Dominique Martinet |
2017-08-15 | wl_shell/compositor surface: do not check if it's in list before removing | Dominique Martinet |
2017-08-15 | example compositor: only iterate over wl_shell and xdg_shell surfaces | Dominique Martinet |
2017-08-15 | Move wl_shell into wlroots | Dominique Martinet |
2017-08-15 | Change how surface matricies are calculated | Drew DeVault |
2017-08-15 | implement surface sizing | Tony Crisci |
2017-08-15 | Prevent alloc errors from crashing | Calvin Lee |
2017-08-13 | wlr_backend_init -> wlr_backend_start | Drew DeVault |
2017-08-13 | Fix #64 | Drew DeVault |
2017-08-12 | Use libinput_event_destroy/xkb_*_unref | Dominique Martinet |
2017-08-12 | libinput backend: fill in handle_device_removed | Dominique Martinet |
2017-08-11 | WIP: example/shared.c free | Dominique Martinet |
2017-08-11 | Refactor meson and move xdg-shell into wlroots | Drew DeVault |
2017-08-10 | Fix segfault during xdg-shell cleanup | Drew DeVault |
2017-08-10 | Refactor EGL handling | Drew DeVault |
2017-08-10 | Merge branch 'master' into drm_buffer | Drew DeVault |
2017-08-10 | Implement wlr_surface_flush_damage | Drew DeVault |
2017-08-10 | Fix wlr_surface destruction bug | nyorain |
2017-08-10 | implement compositor create region | Tony Crisci |
2017-08-10 | Fix example for updated gles | nyorain |
2017-08-10 | Implement drm (egl) buffer attaching | nyorain |
2017-08-09 | implement surface frame | Tony Crisci |