aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-24output: Reconfigure xcursor when applying output configTadeo Kondrak
2021-02-23build: stop cargo-culting assignment alignmentSimon Ser
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-23grimshot: document support for piping to STDOUT.Mark Stosberg
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-21build: use wlroots dependency variablesSimon Ser
2021-02-18Fix typo in README.dk.mdFalke Carlsen
2021-02-17Update Russian translationDaniil
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-16Prevent inactive-windows-transparency.py to crash on lockscreenPierre-Albéric TROUPLIN
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-10readme: update French translationSimon Ser
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-07swaynag: Use position from wl_pointer.enterKenny Levinsen
2021-02-04Make command line option lists constManuel Stoeckl
2021-02-04Make Wayland request listeners static const when possibleManuel 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-26Fix typo in bug reporting templateMartin Michlmayr
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