aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-08-27input/keyboard: send released only if pressed sentBrian Ashworth-27/+54
2019-08-20layer-shell: add support for popups1.2-rc2Drew DeVault-9/+182
2019-08-20properly check pixman_region32_contains_rectangle returnIlia Bozhinov-3/+4
2019-08-20input/seatop_down: add axis handlerBrian Ashworth-0/+16
2019-08-20sway{,-bar}.5: add link to pango font descriptionBrian Ashworth-2/+7
2019-08-20workspace_split: focus middle if workspace focusedBrian Ashworth-0/+7
2019-08-20container_replace: copy {width,height}_fractionBrian Ashworth-0/+4
2019-08-20swaymsg.1: add tip about two hyphens for commandsBrian Ashworth-0/+5
2019-08-20workspace: do not destroy if any seat is focusingBrian Ashworth-0/+10
2019-08-20handle_seat_node_destroy: do not focus own nodeBrian Ashworth-1/+1
2019-08-20Remove redundant checksAntonin Décimo-4/+3
2019-08-20Fix memory leaksAntonin Décimo-0/+2
2019-08-20view_update_size: fix surface_width/height mismatchAntonin Décimo-1/+1
2019-08-20input: check pointer against nullptrAntonin Décimo-1/+1
2019-08-20ipc-client: remove useless free for failed mallocAntonin Décimo-1/+0
2019-08-20layer_shell: Guard against negative exclusive zoneSebastian Krzyszkowiak-1/+1
2019-08-09Remove rootston from build manifests1.2-rc1Drew DeVault-2/+2
2019-08-07Revert "Add support for wlr_output's atomic API"Rouven Czerwinski-26/+27
2019-08-07sway.5: explain how to enable pango markup in fontBrian Ashworth-2/+5
2019-08-07config/output: rebase cursors after config appliedBrian Ashworth-0/+8
2019-08-06cmd_mode: make modes case sensitiveBrian Ashworth-2/+1
2019-08-06swaymsg: return 2 for sway errorsBrian Ashworth-1/+14
2019-08-06input/cursor: do not hide when buttons are pressedBrian Ashworth-2/+7
2019-08-06cmd_swap: add floating supportBrian Ashworth-11/+42
2019-08-05cmd_opacity: add relative opacity changesJeff Peeler-18/+21
2019-08-03input/libinput: typo fixes (get -> get_default)Brian Ashworth-2/+2
2019-08-02Remove unused variableAntonin Décimo-3/+0
2019-08-02Allocator sizeof operand mismatchAntonin Décimo-1/+1
2019-08-02Add support for wlr_output's atomic APISimon Ser-27/+26
2019-08-01bindsym/code: add group supportBrian Ashworth-15/+76
2019-08-01input/keyboard: don't reset layout for same keymapBrian Ashworth-24/+32
2019-07-31Fix typo in sway(5) manpagePaul Ouellette-1/+1
2019-07-31libinput: fix set_send_eventsBrian Ashworth-1/+1
2019-07-28input/libinput: fix typo in set_middle_emulationBrian Ashworth-1/+1
2019-07-27Fix resize sibling amount calculationsPedro Côrte-Real-11/+15
2019-07-27Remove all wayland-server.h includesSimon Ser-14/+13
2019-07-27Avoid adding duplicate criteria for no_focus and commandAshkan Kiani-0/+53
2019-07-26arrange: remove gaps for workspace location deltasBrian Ashworth-2/+2
2019-07-23ipc: add input::libinput_config eventBrian Ashworth-432/+400
2019-07-23ipc: add an input eventBrian Ashworth-0/+107
2019-07-18input_cmd_xkb_switch_layout: support input typesBrian Ashworth-0/+1
2019-07-17cmd_output: support current output aliasBrian Ashworth-2/+29
2019-07-17input_cmd_xkb_*: cleanup includesEd Younis-9/+1
2019-07-17Implement input_cmd_xkb_file (#3999)Ed Younis-9/+90
2019-07-17Add missing description for focus_on_window_activation command in docs.rpigott-0/+7
2019-07-17Added Dutch translation of READMEjasperro-1/+67
2019-07-17Update output manager on layout changeJosef Gajdusek-0/+13
2019-07-17Make fullscreen check for fullscreen parentsSauyon Lee-2/+9
2019-07-15Sanity check gaps on the outside of the workspacePedro Côrte-Real-0/+19
2019-07-15Avoid negative outer gapsPedro Côrte-Real-22/+5