aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2017-12-09working xcursorTony Crisci
2017-12-09sway xcursor managerTony Crisci
2017-12-08input include directoryTony Crisci
2017-12-08sway cursorTony Crisci
2017-12-07basic input manager and seatTony Crisci
2017-12-07rename input to input-managerTony Crisci
2017-12-06input skeletonTony Crisci
2017-12-05Merge pull request #1498 from emersion/configDrew DeVault
Add minimal config subsystem
2017-12-05view set positionTony Crisci
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