Age | Commit message (Expand) | Author |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-17 | Move view {x,y,width,height} into container struct | Ryan Dwyer |
2018-11-12 | Use #if instead of #ifdef for WLR_HAS_* | emersion |
2018-11-04 | Use wlr_surface_get_effective_damage | emersion |
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer |
2018-10-27 | Use output identifier for workspace config | Robinhuett |
2018-10-23 | Implement the presentation-time protocol | emersion |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-12 | Fix pixel leaks when using fractional scaling | Ryan Dwyer |
2018-10-08 | Introduce container_is_transient_for | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-07 | Merge pull request #2603 from emersion/fix-dnd | Drew DeVault |
2018-09-07 | Fix drag-and-drop | emersion |
2018-09-05 | Fix output position issue | Ryan Dwyer |
2018-09-05 | Update output propertes on mode change | Ryan Dwyer |
2018-09-05 | Apply default config to output | Ryan Dwyer |
2018-09-05 | Don't use wlr_output properties | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-01 | Do not modeset disabled outputs | emersion |
2018-08-28 | Prepare arrange code for type safe arguments | Ryan Dwyer |
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-19 | Fix popup position when parent uses geometry | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-18 | Merge pull request #2466 from RyanDwyer/geometry | Drew DeVault |
2018-08-18 | Implement iterators per container type | Ryan Dwyer |
2018-08-18 | Store geometry in the view and handle any floating view resizing | Ryan Dwyer |
2018-08-18 | Fix geometry | Ryan Dwyer |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Revert "Fix popups" | Drew DeVault |
2018-07-31 | Close popups when changing focus | Ryan Dwyer |
2018-07-31 | Fix popups | Ryan Dwyer |
2018-07-30 | Fix segfault with fullscreen | emersion |
2018-07-30 | Merge pull request #2367 from emersion/iterator-redesign | Drew DeVault |
2018-07-30 | Fix title textures on scale change | Brian Ashworth |
2018-07-29 | Make output_surface_for_each_surface_iterator static | emersion |
2018-07-29 | Remove unused output_from_wlr_output | emersion |
2018-07-29 | Remove output_surface_for_each_surface from header | emersion |
2018-07-29 | Completely switch over to new iterators | emersion |
2018-07-29 | wip: redesign output_view_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_layer_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_drag_icons_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_unmanaged_for_each_surface iterator | emersion |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-25 | Merge pull request #2353 from emersion/render-opaque-overlay | Drew DeVault |
2018-07-25 | reverted includes of "sway/config.h" and replaced with "config.h" from meson ... | Pascal Pascher |