Age | Commit message (Expand) | Author |
2018-11-26 | IPC: Use consistent function names across ipc-json | Mihai Coman |
2018-11-26 | IPC: Add scratchpad containers to get_tree reply | Mihai Coman |
2018-11-26 | IPC: Trigger move events for scratchpad containers | Mihai Coman |
2018-11-26 | Merge pull request #3169 from RedSoxFan/title-align | emersion |
2018-11-25 | Merge pull request #3183 from emersion/fix-escape-pango | Brian Ashworth |
2018-11-25 | Implement title alignment | Brian Ashworth |
2018-11-25 | Merge pull request #3184 from kupospelov/fix-resize | emersion |
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-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 |