aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2021-03-12xwayland: simplify override-redirect focus restorationSimon Ser
2021-03-11output: simplify layer surface iterationVyivel
2021-03-10container: Add view_container_content_atKenny Levinsen
2021-03-01container: Limit tiled focus to container geometryKenny Levinsen
2021-03-01render: Clip surfaces to container boundsKenny Levinsen
2021-02-25Fix for_window criteria and mouse button bindingsftilde
2021-02-25focus: beyond fullscreen when focused explicitlylbonn
2021-02-25Automatically map built-in touchscreens/tablets to built-in panelsSimon Ser
2021-02-25man: document `input XXX map_to_output *`Simon Ser
2021-02-25render: handle containers without output when rendering titlesQuantum
2021-02-24output: Reconfigure xcursor when applying output configTadeo Kondrak
2021-02-23build: Add dependency on libdrmTadeo Kondrak
2021-02-23shells: Update comment about size change on commitKenny Levinsen
2021-02-23transaction: Remove unused ready_immediatelyKenny Levinsen
2021-02-23transaction: Note if instructions are server requestsKenny Levinsen
2021-02-23Fix wl_shm_format passed to wlr_texture_from_pixelsSimon Ser
2021-02-22Fix #5643, #5064: rounding issues in floating-point -> integer conversionsDimitris Triantafyllidis
2021-02-23view: Set parent for view_child subsurfaces on initKenny Levinsen
2021-02-23view: Mark subchildren as unmapped in view_child_destroyKenny Levinsen
2021-02-23view: Recursively check mapped of view_child treeKenny Levinsen
2021-02-22container: Add container_is_current_floatingKenny Levinsen
2021-02-22render: scale titlebars correctly when straddling outputsQuantum
2021-02-21Fix incorrect damage being applied on popupsTadeo Kondrak
2021-02-16render: Use current instead of pending fullscreenKenny Levinsen
2021-02-16container: Move pending state to state structKenny Levinsen
2021-02-16Add missing transaction commits to seatop_defaultDavid96
2021-02-15text_input: Add support for focusing layer-shell surfacesTadeo Kondrak
2021-02-16transactions: Amend pending transactionsKenny Levinsen
2021-02-15Align ordering of core node properties with i3Jan Palus
2021-02-15transaction: Only wait for ack from visible viewsKenny Levinsen
2021-02-15text_input: Only send surrounding_text and content_type if supportedTadeo Kondrak
2021-02-15text_input: Ignore text_input disable from unfocused windowsTadeo Kondrak
2021-02-15input: Commit transactions in seatop_defaultKenny Levinsen
2021-02-14input: Only commit transactions when necessaryKenny Levinsen
2021-02-09view: Read geometry directly in view_update_sizeKenny Levinsen
2021-02-09shells: Align geometry change commit handlingKenny Levinsen
2021-02-09shells: Only center tiled views on size changeKenny Levinsen
2021-02-09transaction: Move centering to view_center_surfaceKenny Levinsen
2021-02-09view: Save surface x and y on saved buffersKenny Levinsen
2021-02-04Make command line option lists constManuel Stoeckl
2021-02-04Declare all struct cmd_handler arrays constManuel Stoeckl
2021-02-02xdg-foreign: add v1 and v2 implementationsAleksei Bavshin
2021-01-30Check the output state for recorded workspacesKonstantin Pospelov
2021-01-30desktop/layer_shell: Fix allocation type mismatchManuel Stoeckl
2021-01-26desktop/output: Disable head if mode is NULLKenny Levinsen
2021-01-25Implement foreign toplevel fullscreen output hintsfwsmit
2021-01-20Adhere to ICCCM focus specificationBrassyPanache
2021-01-17Log when config file is not foundSimon Ser
2021-01-17Raise verbosity of error message in load_main_configSimon Ser
2021-01-16Changed fprintf(stdout,...) to printf(...) for more readable codeSpizzyCoder