Age | Commit message (Expand) | Author |
2018-12-13 | Rework default output configs | Brian Ashworth |
2018-12-09 | list.c: rename free_flat_list to list_free_items_and_destroy | Ian Fan |
2018-12-09 | Cleanup list code | Ian Fan |
2018-12-09 | list.c: Remove list_foreach | Ian Fan |
2018-12-03 | Fix identifier output configs on reload | Brian Ashworth |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-19 | Merge pull request #3083 from c-edw/feature/StripWorkspaceName | emersion |
2018-11-18 | Add scroll factor config option. | Spencer Michaels |
2018-11-17 | Implement strip_workspace_name. | Connor E |
2018-11-13 | More frees. | Connor E |
2018-11-13 | Add some missing frees. | Connor E |
2018-10-14 | swaybar: show hidden bar on key event | Ian Fan |
2018-10-13 | Fix bar subcommand handler structs and selection | Brian Ashworth |
2018-10-09 | bar-bindsym: address ianyfan's comments | Brian Ashworth |
2018-10-09 | Implement bar bindsym | Brian Ashworth |
2018-10-08 | Allow swaybg to be disabled | emersion |
2018-10-08 | swaybar: allow null status_command | Ryan Dwyer |
2018-09-30 | Merge pull request #2725 from PumbaPe/add-tap-and-drag | Drew DeVault |
2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler |
2018-09-29 | add tap-and-drag setting to sway-input | PP |
2018-09-28 | Handle shell special characters in bg file path | Brian Ashworth |
2018-09-27 | input config: merge left_handed option | Ian Fan |
2018-09-23 | Implement support for input wildcard | Brian Ashworth |
2018-09-20 | swaybar: handle hotplugging | emersion |
2018-09-19 | config: free strings fields when freeing input config | Ian Fan |
2018-09-05 | Call wlr_output_enable on enable/disable if needed | Brian Ashworth |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-01 | Do not modeset disabled outputs | emersion |
2018-08-26 | Merge pull request #2513 from RyanDwyer/rename-root-outputs | Drew DeVault |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-25 | Rename sway_root.outputs to sway_root.all_outputs | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-08 | Allow a fallback color to be specified for swaybg | Brian Ashworth |
2018-08-02 | Reset signal mask after fork | Marien Zwart |
2018-07-25 | Implement setting NumLock and CapsLock status | ProgAndy |
2018-07-20 | Reset outputs on reload | Brian Ashworth |
2018-07-20 | Fix output wildcard handling | Brian Ashworth |
2018-07-15 | config output: free command string if unused | Ian Fan |
2018-07-14 | Implement tap_button_map for input devices | Brian Ashworth |
2018-07-12 | increase maximum value of button identifier | Robert Kubosz |
2018-07-11 | add scroll button option | Robert Kubosz |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-05 | config: add a couple of forgotten frees | Dominique Martinet |
2018-07-02 | bar config: fix uninitialized accesses on init error | Dominique Martinet |
2018-07-02 | invoke_swaybar: fix message length header size | Dominique Martinet |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson |
2018-05-01 | Fix layer surface crash on output destroy | db |
2018-04-26 | Rename len to msg_len. Avoids an aliased variable that was a little confusing... | Geoff Greer |
2018-04-26 | invoke_swaybar(): Set process group. Kill process group. | Geoff Greer |