Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-05 | Merge pull request #1498 from emersion/config | Drew DeVault | |
Add minimal config subsystem | |||
2017-12-05 | view set position | Tony Crisci | |
2017-12-05 | Add minimal config subsystem | emersion | |
2017-12-04 | Add exec and exec_always commands | emersion | |
2017-12-04 | Merge branch 'wlroots' into feature/xwayland | Tony Crisci | |
2017-12-04 | xwayland shell | Tony Crisci | |
2017-12-03 | wl-shell: class instead of app_id | Tony Crisci | |
2017-12-03 | wl-shell: dimensions to size | Tony Crisci | |
2017-12-03 | Merge branch 'wlroots' into feature/wl-shell | Tony Crisci | |
2017-12-03 | basic wl-shell | Tony Crisci | |
2017-12-03 | use "size" instead of "dimensions" | Tony Crisci | |
2017-12-03 | sway wl_shell | Tony Crisci | |
2017-12-03 | Merge pull request #1489 from acrisci/feature/basic-get-tree | Drew DeVault | |
basic get_tree | |||
2017-12-03 | remove unused timespec_to_msec | Tony Crisci | |
2017-12-03 | basic get_tree | Tony Crisci | |
2017-12-02 | log env after ipc init | Tony Crisci | |
2017-12-01 | Merge pull request #1479 from acrisci/feature/meson-build | Drew DeVault | |
meson build | |||
2017-12-01 | send callbacks with send_frame_done | Tony Crisci | |
2017-11-30 | remove relevant CMakeLists.txt | Tony Crisci | |
2017-11-30 | add meson install files | Tony Crisci | |
2017-11-30 | meson: common static library | Tony Crisci | |
2017-11-30 | use meson subdirectories | Tony Crisci | |
2017-11-28 | Merge pull request #1477 from acrisci/bug/set-mode | Drew DeVault | |
set mode on output | |||
2017-11-28 | remove nvidia support claim | Tony Crisci | |
2017-11-28 | set mode on output | Tony Crisci | |
2017-11-25 | Handle view destruction properly | Drew DeVault | |
2017-11-25 | Fix rendering issues, wire up some xdg listeners | Drew DeVault | |
2017-11-25 | Arrange windows on desktop | Drew DeVault | |
2017-11-22 | Invoke command handlers once parsed | Drew DeVault | |
2017-11-22 | Wire up IPC server | Drew DeVault | |
2017-11-22 | Add initial command subsystem (untested) | Drew DeVault | |
Need to spin up the IPC server to test this | |||
2017-11-22 | Add views to tree and render them | Drew DeVault | |
2017-11-22 | Add workspace to outputs | Drew DeVault | |
2017-11-23 | xdg_shell_v6: add _POSIX_C_SOURCE define for struct timespec | Dominique Martinet | |
wlroots 1e0e73 added struct timespec to wlr_seat.h, so we need to define a _POSIX_C_SOURCE large enough whenever we include wlr_seat.h | |||
2017-11-23 | wlr_data_device header update | Dominique Martinet | |
wlroots 6a7560 renamed the header file | |||
2017-11-19 | Add outputs to the tree | Drew DeVault | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-11-11 | Initial (awful) pass on xdg shell support | Drew DeVault | |
2017-11-11 | Wire up output frame loop | Drew DeVault | |
2017-11-11 | Initialize outputs from backend and add to tree | Drew DeVault | |
2017-11-11 | Move sway's internal tree code to sway/tree/ | Drew DeVault | |
2017-11-11 | Establish sway input submodule | Drew DeVault | |
2017-11-11 | Fire up the wlroots backend and run the event loop | Drew DeVault | |
2017-11-11 | Find and link to wlroots | Drew DeVault | |
2017-10-24 | nvidia: Validate the nvidia_drm module options | Dan Robertson | |
When the proprietary nvidia driver is used, ensure the modeset option is set instead of checking /proc/cmdline for nvidia-drm.modeset=1. | |||
2017-10-17 | handlers: preserve parent pointer value | Mykyta Holubakha | |
2017-10-16 | Fix crash closing fullscreen windows in container | Drew DeVault | |
2017-10-14 | Add scale to merge_output_config | David Hurst | |
2017-10-14 | Merge pull request #1398 from johalun/freebsd-fix | Drew DeVault | |
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration. | |||
2017-10-14 | Various manpage edits | madblobfish | |
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear. |