| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-11-30 | make meson version configurable | Tony Crisci | -3/+14 | |
| 2017-11-30 | meson add version info | Tony Crisci | -2/+5 | |
| 2017-11-30 | fix meson.build whitespace | Tony Crisci | -7/+6 | |
| 2017-11-30 | use meson subdirectories | Tony Crisci | -33/+39 | |
| 2017-11-29 | working meson build | Tony Crisci | -0/+66 | |
| 2017-11-28 | Merge pull request #1477 from acrisci/bug/set-mode | Drew DeVault | -0/+6 | |
| set mode on output | ||||
| 2017-11-28 | Merge pull request #1478 from acrisci/bug/remove-nvidia-support-claim | Drew DeVault | -57/+4 | |
| remove nvidia support claim | ||||
| 2017-11-28 | remove nvidia support claim | Tony Crisci | -57/+4 | |
| 2017-11-28 | set mode on output | Tony Crisci | -0/+6 | |
| 2017-11-25 | Handle view destruction properly | Drew DeVault | -2/+73 | |
| 2017-11-25 | Fix rendering issues, wire up some xdg listeners | Drew DeVault | -7/+29 | |
| 2017-11-25 | Arrange windows on desktop | Drew DeVault | -6/+253 | |
| 2017-11-22 | Remove IPC_GET_PIXELS | Drew DeVault | -1/+0 | |
| 2017-11-22 | Invoke command handlers once parsed | Drew DeVault | -0/+10 | |
| 2017-11-22 | Wire up IPC server | Drew DeVault | -2/+453 | |
| 2017-11-22 | Add initial command subsystem (untested) | Drew DeVault | -0/+454 | |
| Need to spin up the IPC server to test this | ||||
| 2017-11-22 | Add views to tree and render them | Drew DeVault | -0/+136 | |
| 2017-11-22 | Add workspace to outputs | Drew DeVault | -5/+104 | |
| 2017-11-22 | Merge pull request #1472 from martinetd/wlroots | Drew DeVault | -13/+13 | |
| Fix build with recent wlroots | ||||
| 2017-11-23 | common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_* | Dominique Martinet | -11/+11 | |
| This removes the last wlc/wlc.h include actually in use | ||||
| 2017-11-23 | xdg_shell_v6: add _POSIX_C_SOURCE define for struct timespec | Dominique Martinet | -0/+1 | |
| 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-23 | wlr_data_device header update | Dominique Martinet | -2/+1 | |
| wlroots 6a7560 renamed the header file | ||||
| 2017-11-19 | Remove wlc dependency | Drew DeVault | -2/+1 | |
| 2017-11-19 | Add outputs to the tree | Drew DeVault | -4/+229 | |
| 2017-11-18 | Move everything to sway/old/ | Drew DeVault | -427/+73 | |
| 2017-11-11 | Initial (awful) pass on xdg shell support | Drew DeVault | -36/+222 | |
| 2017-11-11 | Wire up output frame loop | Drew DeVault | -13/+75 | |
| 2017-11-11 | Initialize outputs from backend and add to tree | Drew DeVault | -44/+103 | |
| 2017-11-11 | Move sway's internal tree code to sway/tree/ | Drew DeVault | -6/+6 | |
| 2017-11-11 | Establish sway input submodule | Drew DeVault | -15/+25 | |
| 2017-11-11 | Also need meson | Drew DeVault | -0/+2 | |
| 2017-11-11 | Fix build yml files | Drew DeVault | -3/+19 | |
| 2017-11-11 | Fire up the wlroots backend and run the event loop | Drew DeVault | -904/+160 | |
| 2017-11-11 | Find and link to wlroots | Drew DeVault | -0/+23 | |
| 2017-11-05 | Merge pull request #1455 from etam/dbus_dependency | Drew DeVault | -1/+4 | |
| Update dbus dependency | ||||
| 2017-11-05 | Add dbus info to readme | Adam Mizerski | -0/+3 | |
| 2017-11-05 | Merge pull request #1454 from etam/fix_init_tray | Drew DeVault | -1/+1 | |
| Fix init_tray function declaration | ||||
| 2017-11-05 | Dbus must be at least version 1.10 | Adam Mizerski | -1/+1 | |
| Function dbus_message_iter_get_element_count is available since 1.10. | ||||
| 2017-11-05 | Fix init_tray function declaration | Adam Mizerski | -1/+1 | |
| This fixes compilation failure: error: call to function 'init_tray' without a real prototype | ||||
| 2017-11-02 | Merge pull request #1443 from gferon/gferon-readme-edit | Drew DeVault | -8/+8 | |
| Update README.md | ||||
| 2017-11-02 | Update README.md | Gabriel Féron | -8/+8 | |
| 2017-11-01 | Merge pull request #1446 from kon14/patch-1 | Drew DeVault | -1/+1 | |
| Update README.el.md | ||||
| 2017-11-01 | Merge pull request #1445 from yuilib/update-readme-ja | Drew DeVault | -30/+24 | |
| Update README.ja.md | ||||
| 2017-11-01 | Update README.el.md | Konstantinos Feretos | -1/+1 | |
| 2017-11-01 | Update README.ja.md | yuilib | -30/+24 | |
| 2017-10-28 | Merge pull request #1441 from ptMuta/master | Drew DeVault | -1/+1 | |
| Removed trailing comma from swaybar click event json | ||||
| 2017-10-28 | Removed trailing comma from swaybar click event json | Joona Romppanen | -1/+1 | |
| 2017-10-27 | Merge pull request #1436 from dlrobertson/add_asan_build | Drew DeVault | -1/+17 | |
| Add Address Sanitized build type | ||||
| 2017-10-27 | Merge pull request #1438 from mariusor/explicit_json-c_version | Drew DeVault | -12/+24 | |
| Explicitly setting the version of json-c required | ||||
| 2017-10-27 | Explicitly setting the version of json-c required | Marius Orcsik | -12/+24 | |
| 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 | ||||
