aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2017-12-03remove unused timespec_to_msecTony 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
2017-10-09Fix use-after free introduced by cbe7364Drew DeVault
2017-10-08Fix #1291Drew DeVault
2017-10-08Document new criteriaDrew DeVault
Via #1387
2017-10-08Document swaylock -f, scratchpad showDrew DeVault
2017-10-08Merge pull request #1263 from nyorain/masterDrew DeVault
Implement get_clipboard ipc message
2017-10-08Remove destroyed views from scratchpadDrew DeVault
Fixes #1363
2017-10-08Fix crash on swaygrab with scratchpad populatedDrew DeVault
Fixes #1217
2017-10-08ipc/window-event: fill "container" on close eventslbonn
Also use the recursive description to include children as well Careful: send the event before deleting the parent
2017-10-08commands: fail when criteria match nothinglbonn
For whatever command, this probably was not intended by the user
2017-10-08commands: allow criterion values to be unquotedlbonn
Sometimes it doesn't really make sense to quote them (numeric values for example) In that case, the value is parsed until the next space or the end of the whole criteria expression
2017-10-08commands: implement 3 missing criteria from i3lbonn
* con_id * floating * tiling
2017-10-08ipc/tree: populate `focus` fieldslbonn
Ids of children, by order of focus