aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault-11/+159
2019-12-12Fix lingering workspace with scratchpad showRonan Pigott-0/+1
2019-12-10layer-shell: unfocus output-less layer on unmapBrian Ashworth-9/+9
2019-12-07input/cursor: remove gesture listeners in destroyBenjamin Cheng-0/+6
2019-12-07input/cursor: pass gesture events to clientsBenjamin Cheng-0/+77
2019-12-06A Script to change sway workspace name.Thorben Günther-0/+130
2019-12-06Improve transparency scriptThorben Günther-17/+53
2019-12-04config: apply input type configs on reloadBrian Ashworth-0/+5
2019-12-02Revert "fix bar_state_update/input event"Jayce Fayne-4/+4
2019-12-01fix bar_state_update/input eventRex Hackbro-4/+4
2019-12-01output: Restore previous max_render_time behaviorKenny Levinsen-1/+1
2019-12-01output: Schedule idle frames if we do not renderKenny Levinsen-0/+7
2019-12-01output: Replace block_idle_frame with frame_pendingKenny Levinsen-2/+2
2019-11-29add scale_filter output config optionRonan Pigott-1/+131
2019-11-28output: Ensure that frame_done is delayed on max_render_timeKenny Levinsen-1/+1
2019-11-28Rename 'node' to 'nodes' in swayipc docRex Hackbro-1/+1
2019-11-28input/keyboard: reset seat keyboard on destroyBrian Ashworth-3/+6
2019-11-27config: improvements to the reload validationBrian Ashworth-27/+37
2019-11-26input/keyboard: check keyboard group before removeBrian Ashworth-1/+3
2019-11-24input: seat: Fix seat device list not initialised before usePaul Riou-1/+2
2019-11-23Amend typosJason-3/+3
2019-11-21Use new presentation-time helperSimon Ser-20/+4
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth-38/+305
2019-11-21input_cmd_xkb_file: allow shell path expansionBrian Ashworth-14/+47
2019-11-21input/keyboard: cleanup xkb_file error handingBrian Ashworth-11/+6
2019-11-17Add note about backends to output max_render_timeIvan Molodetskikh-0/+6
2019-11-17output: check wlr_output in repaint handlerIvan Molodetskikh-0/+4
2019-11-17Add max_render_time to view JSONIvan Molodetskikh-0/+2
2019-11-17Add max_render_time to output JSONIvan Molodetskikh-2/+8
2019-11-17view: add max_render_timeIvan Molodetskikh-18/+125
2019-11-17Add sway_surfaceIvan Molodetskikh-0/+43
2019-11-17output: add max_render_timeIvan Molodetskikh-22/+166
2019-11-17Add -Wno-missing-bracesSimon Ser-0/+1
2019-11-17grimshot: fix branching on command exit statusManuel Mendez-4/+2
2019-11-17Use an enum instead of a marker string for map_to_Tadeo Kondrak-39/+44
2019-11-17Implement input map_to_region commandTadeo Kondrak-2/+97
2019-11-16xwayland: get_constraints using size hintsRouven Czerwinski-0/+12
2019-11-08seatop_default: handle focus for unmanaged xwayland windows lastRonan Pigott-15/+16
2019-11-05Use wlr_output_preferred_mode instead of the last modeSimon Ser-7/+5
2019-11-05Fix segfault in set_modeSimon Ser-1/+3
2019-11-05Prefer higher refresh rate default modesRonan Pigott-1/+1
2019-11-04smart_borders: separate smartness from edge typesRonan Pigott-19/+24
2019-11-04Add --custom to `output mode` commandSimon Ser-6/+25
2019-11-04seatop_default: handle focus for xwayland_unmanaged viewsRonan Pigott-0/+18
2019-11-04seatop_move_floating: make container respect pointer constraintRonan Pigott-2/+7
2019-11-04focus: do nothing on focus prev|next for workspacesRonan Pigott-1/+13
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip-23/+11
2019-11-01focus: add a NULL check in `focus <direction>`lbonn-0/+3
2019-11-01Fix potential NULL reference on cleanuplbonn-2/+4
2019-11-01Fix various memory leakslbonn-4/+11