aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* remove relevant CMakeLists.txtLibravatar Tony Crisci2017-11-30
|
* add meson install filesLibravatar Tony Crisci2017-11-30
|
* meson: common static libraryLibravatar Tony Crisci2017-11-30
|
* use meson subdirectoriesLibravatar Tony Crisci2017-11-30
|
* Merge pull request #1477 from acrisci/bug/set-modeLibravatar Drew DeVault2017-11-28
|\ | | | | set mode on output
| * set mode on outputLibravatar Tony Crisci2017-11-28
| |
* | remove nvidia support claimLibravatar Tony Crisci2017-11-28
|/
* Handle view destruction properlyLibravatar Drew DeVault2017-11-25
|
* Fix rendering issues, wire up some xdg listenersLibravatar Drew DeVault2017-11-25
|
* Arrange windows on desktopLibravatar Drew DeVault2017-11-25
|
* Invoke command handlers once parsedLibravatar Drew DeVault2017-11-22
|
* Wire up IPC serverLibravatar Drew DeVault2017-11-22
|
* Add initial command subsystem (untested)Libravatar Drew DeVault2017-11-22
| | | | Need to spin up the IPC server to test this
* Add views to tree and render themLibravatar Drew DeVault2017-11-22
|
* Add workspace to outputsLibravatar Drew DeVault2017-11-22
|
* xdg_shell_v6: add _POSIX_C_SOURCE define for struct timespecLibravatar Dominique Martinet2017-11-23
| | | | | 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
* wlr_data_device header updateLibravatar Dominique Martinet2017-11-23
| | | | wlroots 6a7560 renamed the header file
* Add outputs to the treeLibravatar Drew DeVault2017-11-19
|
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Initial (awful) pass on xdg shell supportLibravatar Drew DeVault2017-11-11
|
* Wire up output frame loopLibravatar Drew DeVault2017-11-11
|
* Initialize outputs from backend and add to treeLibravatar Drew DeVault2017-11-11
|
* Move sway's internal tree code to sway/tree/Libravatar Drew DeVault2017-11-11
|
* Establish sway input submoduleLibravatar Drew DeVault2017-11-11
|
* Fire up the wlroots backend and run the event loopLibravatar Drew DeVault2017-11-11
|
* Find and link to wlrootsLibravatar Drew DeVault2017-11-11
|
* nvidia: Validate the nvidia_drm module optionsLibravatar Dan Robertson2017-10-24
| | | | | When the proprietary nvidia driver is used, ensure the modeset option is set instead of checking /proc/cmdline for nvidia-drm.modeset=1.
* handlers: preserve parent pointer valueLibravatar Mykyta Holubakha2017-10-17
|
* Fix crash closing fullscreen windows in containerLibravatar Drew DeVault2017-10-16
|
* Add scale to merge_output_configLibravatar David Hurst2017-10-14
|
* Merge pull request #1398 from johalun/freebsd-fixLibravatar Drew DeVault2017-10-14
|\ | | | | Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.
| * Fix build on FreeBSD adjusting/removing _XOPEN_SOURCE declaration.Libravatar Johannes Lundberg2017-10-14
| |
* | Various manpage editsLibravatar madblobfish2017-10-14
|/ | | | Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
* Update man 5 pageLibravatar David Zero2017-10-13
| | | | Changes 'orientation' to 'default_orientation' to match commands.c
* Fix use-after free introduced by cbe7364Libravatar Drew DeVault2017-10-09
|
* Fix #12910.15-rc1Libravatar Drew DeVault2017-10-08
|
* Document new criteriaLibravatar Drew DeVault2017-10-08
| | | | Via #1387
* Document swaylock -f, scratchpad showLibravatar Drew DeVault2017-10-08
|
* Merge pull request #1263 from nyorain/masterLibravatar Drew DeVault2017-10-08
|\ | | | | Implement get_clipboard ipc message
| * Add get_clipbard ipc errors; Adapt swaymsgLibravatar nyorain2017-07-11
| | | | | | | | Also increase the get_clipboard timeout to 30 secs
| * Close fd in clipboard requestLibravatar nyorain2017-07-11
| |
| * Add timeout; Fix receive loop & style issuesLibravatar nyorain2017-07-11
| |
| * Signal base64 in clipboard type; Reimplement loopLibravatar nyorain2017-07-07
| |
| * Handle x11 text atoms in get_clipboard ipcLibravatar nyorain2017-07-07
| |
| * Rework get_clipboard implementationLibravatar nyorain2017-07-07
| |
| * Fix/Simplify get_clipboard ipc-server implLibravatar nyorain2017-07-07
| |
| * Implement ipc get_clipboardLibravatar nyorain2017-07-07
| |
* | Remove destroyed views from scratchpadLibravatar Drew DeVault2017-10-08
| | | | | | | | Fixes #1363
* | Fix crash on swaygrab with scratchpad populatedLibravatar Drew DeVault2017-10-08
| | | | | | | | Fixes #1217
* | ipc/window-event: fill "container" on close eventsLibravatar lbonn2017-10-08
| | | | | | | | | | | | Also use the recursive description to include children as well Careful: send the event before deleting the parent