Age | Commit message (Expand) | Author |
2021-08-12 | Fallback to other output modes if preferred mode fails | Simon Ser |
2021-08-12 | layer_shell: damage previous area when a surface shrinks | Ronan Pigott |
2021-08-12 | xdg-decoration: let floating clients set borders | Dudemanguy |
2021-08-05 | seatop_down: Change type of sx, sy to double in begin_seatop_down | David Rosca |
2021-08-04 | man: update Pango font description URL | frogtile |
2021-07-26 | Fix wl_pointer.frame not sent on touch emulation | Simon Ser |
2021-07-23 | Fix crash when starting without HOME | Tobias Stoeckmann |
2021-07-22 | Add `gaps <type> <scope> toggle <px>` command | bR3iN |
2021-07-08 | Add support for touch frame events | Simon Ser |
2021-07-07 | Update wlr_box includes | Simon Ser |
2021-07-06 | container: ignore borders in fullscreen windows | Dudemanguy |
2021-07-05 | tree/container: fix indentation | Simon Ser |
2021-06-23 | input: Move get_current_time_msec in from util | Kenny Levinsen |
2021-06-22 | Revert "Add workspace {prev,next}_on_output --create" | Ragnar Groot Koerkamp |
2021-06-20 | Don't apply hide_edge_borders to any floating container | novenary |
2021-06-18 | Only call workspace_auto_back_and_forth when needed | Ragnar Groot Koerkamp |
2021-06-18 | Move auto_back_and_forth logic out of workspace_switch | Ragnar Groot Koerkamp |
2021-06-18 | Fix #6299 Disable auto_back_and_forth for next_on_output | Ragnar Groot Koerkamp |
2021-06-13 | fix typo in sway-output.5.scd | Rahiel Kasim |
2021-06-05 | sway: restore SIGPIPE handler before exec:ing swaybar | Daniel Eklöf |
2021-06-05 | sway: commands: exec: restore SIGPIPE before exec:ing | Daniel Eklöf |
2021-06-03 | config: Fix swaybar pango_markup inconsistency | Daniel Otero |
2021-06-03 | Only defer seat attachment during initial startup | Bill Doyle |
2021-06-03 | Iterate over subsurfaces below the parent surface | Simon Ser |
2021-06-02 | Implement xdg-activation-v1 | Simon Ser |
2021-05-17 | remove usage of `wlr_texture_get_size` | Tobias Langendorf |
2021-05-17 | view: commit transactions for foreign toplevel requests | Ronan Pigott |
2021-05-10 | commands/exec: stop truncating >4095-byte commands | Manuel Stoeckl |
2021-05-10 | cmd_fullscreen: ignore fullscreen request on workspaces | Ronan Pigott |
2021-05-10 | cairo: Replace <cairo/cairo.h> by <cairo.h> | Issam E. Maghni |
2021-05-06 | Add tab dragging functionality | tomKPZ |
2021-05-05 | Added scroll_factor input variable to ipc output | Erik Reider |
2021-04-29 | main: removed vc4 detection code. | Bartłomiej Burdukiewicz |
2021-04-29 | view: handle case where map_ws is NULL | Rouven Czerwinski |
2021-04-26 | xdg-shell: ignore unecessary fullscreen request ouput hints | Ronan Pigott |
2021-04-26 | workspace: reap empty parents when adding tiles | Ronan Pigott |
2021-04-26 | Remove support for arbitrary rotations | Simon Ser |
2021-04-26 | desktop/render: Pass explicit clip box to render | Kenny Levinsen |
2021-04-26 | Remove usage of surface->sx|sy | Kenny Levinsen |
2021-04-25 | tree/view: don't give focus to views mapped under fullscreen views | Tudor Brindus |
2021-04-22 | view_destroy: fix use-after-free with subsurface_destroy | Dominique Martinet |
2021-04-22 | commands/exec_always: log error on execlp failure | Simon Ser |
2021-04-22 | Use execlp("sh") instead of execl("/bin/sh") | Simon Ser |
2021-04-20 | Avoid creating zero-sized textures for marks | Simon Ser |
2021-04-20 | Use cairo_image_surface_get_stride instead of guessing it | Simon Ser |
2021-04-20 | Avoid creating zero-sized textures for titlebars | Simon Ser |
2021-04-18 | Prevent use-after-free on first bar subcommand error | Michael Weiser |
2021-04-16 | cmd_fullscreen: allow fullscreen on fullscreen split containers | Ronan Pigott |
2021-04-15 | container: don't set fullscreen on children | ash lea |
2021-04-12 | desktop/layer_shell: fix centering for opposing anchors | fwsmit |