aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2019-06-20cmd_seat: split action and config handlersBrian Ashworth-15/+37
2019-06-20config: fix find_handler logicBrian Ashworth-36/+27
2019-06-19config/xwayland: retain xwayland status on reloadBrian Ashworth-1/+11
2019-06-16Fix sway crashes for scratchpad layoutsRouven Czerwinski-14/+25
2019-06-14Add missing underscore in bindswitch documentationRobert Sacks-1/+1
2019-06-12bindings: defer while initiailizingBrian Ashworth-2/+47
2019-06-11Fix segfaults caused by faulty command parsingMatt Coffin-77/+98
2019-06-10Add docs for new IPC keyboard propertiesSimon Ser-1/+7
2019-06-10Add missing docs for xkb_switch_layoutSimon Ser-0/+5
2019-06-09Add a new xkb_switch_layout commandSimon Ser-1/+56
2019-06-09ipc: add xkb_layout_names and xkb_active_layout_indexSimon Ser-8/+13
2019-06-09config/input: validate xkb keymap before storingBrian Ashworth-38/+111
2019-06-09commands/input: perform basic keymap validationBrian Ashworth-4/+61
2019-06-08Unhide cursor on cursor activity after touchAlex Maese-3/+7
2019-06-08Fix segfault with "xwayland false" (#4228)Aidan Harris-2/+2
2019-06-07Add the missing constant for the switch input typeAbdelhakim Qbaich-0/+1
2019-06-05check for empty string before calling strtoul() and check errnoDaniel Eklöf-4/+6
2019-06-05swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZEDaniel Eklöf-4/+24
2019-06-05criteria: reset on semicolon separationBrian Ashworth-21/+27
2019-06-05add seat sub command 'xcursor_theme'Daniel Eklöf-29/+119
2019-06-04cmd_hide_edge_borders: add missing arg count checkBrian Ashworth-5/+11
2019-06-03Bump meson version to 1.1Drew DeVault-1/+1
2019-06-02desktop: output: fix use-after-free in destroyRouven Czerwinski-1/+2
2019-06-02Remove orbital gamma-control protocolSimon Ser-2/+0
2019-05-30Use parent get_root_coords in subsurfacesKenny Levinsen-9/+54
2019-05-30Add swaybar protocol documentationBrian Ashworth-5/+273
2019-05-30bindings: allow unlocked and locked bindingsBrian Ashworth-26/+67
2019-05-28Provide current DPMS state in GET_OUTPUTSJosef Gajdusek-0/+6
2019-05-27common/ipc-client: remove ipc recv timeout logBrian Ashworth-2/+0