aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2019-07-15Sanity check gaps between tiled containersPedro Côrte-Real-4/+11
2019-07-15Rework gaps code to be simpler and correctPedro Côrte-Real-136/+53
2019-07-15Use -fmacro-prefix-map to strip build pathManuel Stoeckl-25/+48
2019-07-14Layout tiled using a width/height fractionPedro Côrte-Real-37/+85
2019-07-14Layout correctly with several new windowsPedro Côrte-Real-4/+22
2019-07-11cmd_split: fix toggle split for non-split layoutsBrian Ashworth-14/+21
2019-07-10cmd_layout: toggle split for tabbed/stack defaultBrian Ashworth-7/+22
2019-07-10config/output: correctly set width/height in applyBrian Ashworth-3/+2
2019-07-09input/libinput: only reset supported optionsBrian Ashworth-103/+127
2019-07-09cmd_bindswitch: add option to execute on reloadBrian Ashworth-26/+63
2019-07-09Make mouse drag in tiled mode swap containers if no edge is selectedSebastian Parborg-9/+18
2019-07-05calibration_matrix: expect 6 individual valuesSergei Dolgov-8/+3
2019-07-05calibration_matrix: add the current matrix to the IPC description for libinpu...Sergei Dolgov-0/+16
2019-07-05Use isnanSergei Dolgov-1/+1
2019-07-05Add calibration_matrix config optionSergei Dolgov-0/+70
2019-06-28swaybar-protocol.7: fix block border descriptionsBrian Ashworth-5/+4
2019-06-27tree: set correct border value before creating floaterrandom human-6/+6
2019-06-24Replace meson generator with custom_targetManuel Stoeckl-47/+41
2019-06-23ws-output-priority: fix logic issue in find_outputBrian Ashworth-1/+1
2019-06-22use surface coordinates for damaging buffersmurray-8/+8
2019-06-20cmd_mode: allow runtime creation and modificationBrian Ashworth-8/+9