Age | Commit message (Expand) | Author |
2018-12-25 | Implement hide_cursor <timeout> command | Brian Ashworth |
2018-12-25 | Change mouse buttons to x11 map and libevdev names | Brian Ashworth |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-12-18 | Return success when renaming a workspace to itself | Ryan Dwyer |
2018-12-17 | cmd_split: add null checks in do_split | 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-05 | cmd_split: flatten when possible | Brian Ashworth |
2018-12-03 | cmd_focus: show scratchpad if hidden | Brian Ashworth |
2018-12-02 | Add option to bindsym/bindcode to suppress warning on override | Alex Maese |
2018-11-29 | Fix the error result of the fullscreen command | mwenzkowski |
2018-11-28 | Implement bar gaps | Brian Ashworth |
2018-11-28 | Merge pull request #3212 from martinetd/move_floating | Brian Ashworth |
2018-11-28 | Introduce a way to show config warnings in swaynag | Brian Ashworth |
2018-11-29 | move to workspace: fix moving floating container to non-empty workspace | Dominique Martinet |
2018-11-27 | Change execute_command to return a list of results | Brian Ashworth |
2018-11-26 | Merge pull request #3185 from emersion/remove-xopen-source | Ryan Dwyer |
2018-11-25 | Implement title alignment | Brian Ashworth |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-25 | resize set: add assertion for an invalid unit | Konstantin Pospelov |
2018-11-25 | resize set: fix units for floating containers | Konstantin Pospelov |
2018-11-22 | Adding commands for configuring titlebar borders and padding | Florent de Lamotte |
2018-11-19 | Merge pull request #3083 from c-edw/feature/StripWorkspaceName | emersion |
2018-11-19 | Add xwayland command | emersion |
2018-11-18 | Add scroll factor config option. | Spencer Michaels |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-17 | Implement strip_workspace_name. | Connor E |
2018-11-17 | Merge pull request #3142 from RyanDwyer/move-view-properties | Drew DeVault |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-11-17 | commands/resize: fix grow vars uninitialized | Cole Mickens |
2018-11-16 | resize set: convert ppt to px for floating containers | Trevor Slocum |
2018-11-14 | Fix unused function in swap command | emersion |
2018-11-12 | Use #if instead of #ifdef for WLR_HAS_* | emersion |
2018-11-11 | cmd_ws_auto_back_and_forth: fix negation | Brian Ashworth |
2018-11-11 | Allow multiple outputs for workspace output | Brian Ashworth |
2018-11-10 | Use parse_boolean where possible. | Connor E |
2018-11-08 | resize set: implement width and height keywords | Brian Ashworth |
2018-11-08 | Fix building with clang | sghctoma |
2018-11-07 | Implement per side and per direction outer gaps | Brian Ashworth |
2018-11-06 | Add focus_follows_mouse always. (#3081) | Connor E |
2018-11-05 | Add relative output transform | Ryan Walklin |
2018-11-05 | commands/exec_always: defer command on config validation | Rouven Czerwinski |
2018-11-05 | Fix focus_wrapping yes | Brian Ashworth |
2018-11-04 | gaps: Improve error reporting | mwenzkowski |
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer |
2018-11-01 | Merge pull request #3040 from RyanDwyer/border-props-to-container | Drew DeVault |
2018-11-01 | Wrap to fartherest output when running focus output | Ryan Dwyer |
2018-10-31 | Move view border properties to container struct | Ryan Dwyer |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |