aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2017-12-05Add minimal config subsystememersion
2017-12-04Add exec and exec_always commandsemersion
2017-12-04Merge branch 'wlroots' into feature/xwaylandTony Crisci
2017-12-04xwayland shellTony Crisci
2017-12-03wl-shell: class instead of app_idTony Crisci
2017-12-03wl-shell: dimensions to sizeTony Crisci
2017-12-03Merge branch 'wlroots' into feature/wl-shellTony Crisci
2017-12-03basic wl-shellTony Crisci
2017-12-03use "size" instead of "dimensions"Tony Crisci
2017-12-03sway wl_shellTony Crisci
2017-12-03Merge pull request #1489 from acrisci/feature/basic-get-treeDrew DeVault
basic get_tree
2017-12-03remove unused timespec_to_msecTony Crisci
2017-12-03basic get_treeTony Crisci
2017-12-02log env after ipc initTony Crisci
2017-12-01Merge pull request #1479 from acrisci/feature/meson-buildDrew DeVault
meson build
2017-12-01send callbacks with send_frame_doneTony Crisci
2017-11-30remove relevant CMakeLists.txtTony Crisci
2017-11-30add meson install filesTony Crisci
2017-11-30meson: common static libraryTony Crisci
2017-11-30use meson subdirectoriesTony Crisci
2017-11-28Merge pull request #1477 from acrisci/bug/set-modeDrew DeVault
set mode on output
2017-11-28remove nvidia support claimTony Crisci
2017-11-28set mode on outputTony Crisci
2017-11-25Handle view destruction properlyDrew DeVault
2017-11-25Fix rendering issues, wire up some xdg listenersDrew DeVault
2017-11-25Arrange windows on desktopDrew DeVault
2017-11-22Invoke command handlers once parsedDrew DeVault
2017-11-22Wire up IPC serverDrew DeVault
2017-11-22Add initial command subsystem (untested)Drew DeVault
Need to spin up the IPC server to test this
2017-11-22Add views to tree and render themDrew DeVault
2017-11-22Add workspace to outputsDrew DeVault
2017-11-23xdg_shell_v6: add _POSIX_C_SOURCE define for struct timespecDominique 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-23wlr_data_device header updateDominique Martinet
wlroots 6a7560 renamed the header file
2017-11-19Add outputs to the treeDrew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2017-11-11Initial (awful) pass on xdg shell supportDrew DeVault
2017-11-11Wire up output frame loopDrew DeVault
2017-11-11Initialize outputs from backend and add to treeDrew DeVault
2017-11-11Move sway's internal tree code to sway/tree/Drew DeVault
2017-11-11Establish sway input submoduleDrew DeVault
2017-11-11Fire up the wlroots backend and run the event loopDrew DeVault
2017-11-11Find and link to wlrootsDrew DeVault
2017-10-24nvidia: Validate the nvidia_drm module optionsDan 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-17handlers: preserve parent pointer valueMykyta Holubakha
2017-10-16Fix crash closing fullscreen windows in containerDrew DeVault
2017-10-14Add scale to merge_output_configDavid Hurst
2017-10-14Merge pull request #1398 from johalun/freebsd-fixDrew DeVault
Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
2017-10-14Various manpage editsmadblobfish
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
2017-10-14Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Johannes Lundberg
2017-10-13Update man 5 pageDavid Zero
Changes 'orientation' to 'default_orientation' to match commands.c