Age | Commit message (Expand) | Author |
2018-11-25 | Fix pango title escaping | emersion |
2018-11-24 | Merge pull request #3179 from baloo/baloo/title_format-pango_markup | emersion |
2018-11-24 | fixes pango_markup support with title_format | Arthur Gautier |
2018-11-23 | Update for swaywm/wlroots#1387 | emersion |
2018-11-22 | Adding commands for configuring titlebar borders and padding | Florent de Lamotte |
2018-11-22 | Merge pull request #3158 from emersion/get-outputs-focused | emersion |
2018-11-19 | ipc: fix focused in get_outputs reply | emersion |
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-17 | Merge pull request #3132 from emersion/dispatch-cursor-btn-segfault | Ryan Dwyer |
2018-11-16 | resize set: convert ppt to px for floating containers | Trevor Slocum |
2018-11-15 | Fix segfault in dispatch_cursor_button | emersion |
2018-11-15 | Fix double free of mode | Ryan Dwyer |
2018-11-15 | Fix double free when unmapping any view | Ryan Dwyer |
2018-11-14 | Merge pull request #3126 from emersion/swap-unused-function | Drew DeVault |
2018-11-14 | Merge pull request #3121 from c-edw/feature/MissingFrees | Drew DeVault |
2018-11-14 | Fix unused function in swap command | emersion |
2018-11-13 | Merge pull request #3102 from emersion/render-software-cursors | Drew DeVault |
2018-11-13 | More frees. | Connor E |
2018-11-13 | Add some missing frees. | Connor E |
2018-11-12 | Use #if instead of #ifdef for WLR_HAS_* | emersion |
2018-11-12 | Merge pull request #3116 from harishkrupo/master | emersion |
2018-11-12 | IPC: Send keyboard layout info in IPC_GET_INPUTS | Harish Krupo |
2018-11-12 | Merge pull request #2979 from RedSoxFan/config-var-repl | Drew DeVault |
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 | Alter config variable replacement process | Brian Ashworth |
2018-11-10 | Render software cursors with wlr_output_render_software_cursors | emersion |
2018-11-10 | Use parse_boolean where possible. | Connor E |
2018-11-08 | Merge pull request #3085 from 7415963987456321/master | Drew DeVault |
2018-11-09 | Remove extra line | 7415963987456321 |
2018-11-08 | Update documentation for focus_follows_mouse. | Connor E |
2018-11-08 | resize set: implement width and height keywords | Brian Ashworth |
2018-11-08 | Fix building with clang | sghctoma |
2018-11-08 | Merge pull request #3087 from RedSoxFan/side-gaps | Ryan Dwyer |
2018-11-07 | Implement per side and per direction outer gaps | Brian Ashworth |
2018-11-07 | gaps: remove duplicate inner 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 | Merge branch 'master' into effective-damage | Drew DeVault |
2018-11-05 | config: mention that reload message is also printed on validation | Rouven Czerwinski |
2018-11-05 | commands/exec_always: defer command on config validation | Rouven Czerwinski |
2018-11-05 | Fix focus_wrapping yes | Brian Ashworth |
2018-11-05 | Merge pull request #3066 from mwenzkowski/fix-gaps | emersion |