aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-30use meson subdirectoriesTony Crisci
2017-11-29working meson buildTony Crisci
2017-11-28Merge pull request #1477 from acrisci/bug/set-modeDrew DeVault
set mode on output
2017-11-28Merge pull request #1478 from acrisci/bug/remove-nvidia-support-claimDrew DeVault
remove nvidia support claim
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-22Remove IPC_GET_PIXELSDrew 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-22Merge pull request #1472 from martinetd/wlrootsDrew DeVault
Fix build with recent wlroots
2017-11-23common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_*Dominique Martinet
This removes the last wlc/wlc.h include actually in use
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-19Remove wlc dependencyDrew DeVault
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-11Also need mesonDrew DeVault
2017-11-11Fix build yml filesDrew DeVault
2017-11-11Fire up the wlroots backend and run the event loopDrew DeVault
2017-11-11Find and link to wlrootsDrew DeVault
2017-11-05Merge pull request #1455 from etam/dbus_dependencyDrew DeVault
Update dbus dependency
2017-11-05Add dbus info to readmeAdam Mizerski
2017-11-05Merge pull request #1454 from etam/fix_init_trayDrew DeVault
Fix init_tray function declaration
2017-11-05Dbus must be at least version 1.10Adam Mizerski
Function dbus_message_iter_get_element_count is available since 1.10.
2017-11-05Fix init_tray function declarationAdam Mizerski
This fixes compilation failure: error: call to function 'init_tray' without a real prototype
2017-11-02Merge pull request #1443 from gferon/gferon-readme-editDrew DeVault
Update README.md
2017-11-02Update README.mdGabriel FĂ©ron
2017-11-01Merge pull request #1446 from kon14/patch-1Drew DeVault
Update README.el.md
2017-11-01Merge pull request #1445 from yuilib/update-readme-jaDrew DeVault
Update README.ja.md
2017-11-01Update README.el.mdKonstantinos Feretos
2017-11-01Update README.ja.mdyuilib
2017-10-28Merge pull request #1441 from ptMuta/masterDrew DeVault
Removed trailing comma from swaybar click event json
2017-10-28Removed trailing comma from swaybar click event jsonJoona Romppanen
2017-10-27Merge pull request #1436 from dlrobertson/add_asan_buildDrew DeVault
Add Address Sanitized build type
2017-10-27Merge pull request #1438 from mariusor/explicit_json-c_versionDrew DeVault
Explicitly setting the version of json-c required
2017-10-27Explicitly setting the version of json-c requiredMarius Orcsik
to 0.12.1. This is needed because the development version breaks the existing API of json_object_array_length() by moving the return from int to size_t. This would fix #1355
2017-10-27Add Address Sanitized build typeDan Robertson
- Add -DCMAKE_BUILD_TYPE=ASAN to possible builds
2017-10-24Merge pull request #1430 from dlrobertson/nvidia_drmDrew DeVault
nvidia: Validate the nvidia_drm module options
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.