Age | Commit message (Expand) | Author |
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 |
2017-08-09 | Style cleanup | Drew DeVault |
2017-08-09 | use generators for wayland protocol gen | Tony Crisci |
2017-08-09 | cleanup for style and formatting | Tony Crisci |
2017-08-09 | add xdg shell destructors | Tony Crisci |
2017-08-09 | Add todo for destroy_xdg_shell_surface | Tony Crisci |
2017-08-09 | send configure event after creating toplevel | Tony Crisci |
2017-08-09 | rename wlr_surface to wlr_texture | Tony Crisci |
2017-08-09 | implement xdg toplevel stubs | Tony Crisci |
2017-08-09 | Add xdg shell stubs | Tony Crisci |
2017-08-09 | Add shell surface stubs | Tony Crisci |
2017-08-09 | Move wlr_surface into wlr | nyorain |
2017-08-09 | Add first wlr_surface example implementation | nyorain |
2017-08-08 | Merge pull request #48 from nyorain/wlr_texture | Drew DeVault |
2017-08-08 | Rename wlr_surface -> wlr_texture; attach -> upload | nyorain |
2017-08-08 | Accomodate for hotspot in cursor position | Drew DeVault |
2017-08-07 | Add xcursor sublibrary | Drew DeVault |
2017-08-06 | More cleanups | Scott Anderson |
2017-08-05 | Check for multi backend before using it | Drew DeVault |
2017-08-06 | Fixed VT switching | Scott Anderson |
2017-08-06 | Changed header paths. | Scott Anderson |
2017-08-06 | Changed ownership of wlr_session to the multi backend. | Scott Anderson |
2017-08-05 | Use meson build system | nyorain |