aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-01-17Remove swaylock headersemersion-138/+0
2019-01-16Fixes for small existing bugs.Connor E-2/+3
2019-01-16Use static arrays where possible.Connor E-36/+23
2019-01-16Remove usage of VLAs.Connor E-11/+32
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth-144/+230
2019-01-16layer_shell: do not SIGABRT sway on zero outputsBrian Ashworth-2/+4
2019-01-16cmd_resize: allow resizing hidden scratchpad by pxBrian Ashworth-5/+8
2019-01-15seatop_begin_down: raise floatingBrian Ashworth-0/+2
2019-01-15Do not send ipc_event_shutdown from ipc clientBrian Ashworth-4/+10
2019-01-15cursor: send clear_focus on hide and enter event on unhideRouven Czerwinski-4/+6
2019-01-15Remove wlr_xdg_surface_send_close.Connor E-3/+7
2019-01-15Do not damage view child when container is NULLBrian Ashworth-0/+3
2019-01-15Handle hidden scratchpad containers in commandsBrian Ashworth-1/+28
2019-01-14Merge pull request #3422 from RyanDwyer/resize-immediate-siblingsBrian Ashworth-178/+140
2019-01-15Fix invalid pointers when using resize grow width on first/last siblingsRyan Dwyer-2/+11
2019-01-15Resize only current and immediate siblings rather than all siblingsRyan Dwyer-179/+132
2019-01-14Disarm key repeat on reloadBrian Ashworth-4/+14
2019-01-14CONTRIBUTING.md: mention tab width for line lengthBrian Ashworth-3/+3
2019-01-14config.in: update swayidle/swaylock exampleIan Fan-5/+5
2019-01-14Merge pull request #3403 from mstoeckl/ipcleanupBrian Ashworth-621/+512
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl-601/+503
2019-01-14Remove 'input' field of IPC command return jsonM Stoeckl-22/+11
2019-01-14Merge pull request #3418 from RyanDwyer/remove-resize-axisemersion-114/+47
2019-01-14Use uint32_t where resize axis might contain a bitfieldRyan Dwyer-8/+8
2019-01-14Merge pull request #3419 from ianyfan/swaynagemersion-14/+4
2019-01-14swaynag: handle empty $XDG_CONFIG_HOME betterIan Fan-14/+4
2019-01-14Replace resize_axis with wlr_edgesRyan Dwyer-114/+47
2019-01-14Merge pull request #3417 from swaywm/remove-swaylockemersion-2255/+14
2019-01-13Split swaylock into separate projectDrew DeVault-2255/+14
2019-01-13Remove WIP from README.mdDrew DeVault-4/+3
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault-38/+71
2019-01-13Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improvedDrew DeVault-114/+208
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault-23/+54
2019-01-13Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedDrew DeVault-21/+24
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault-646/+924
2019-01-13Merge pull request #3388 from RedSoxFan/reset-inputs-on-reloadDrew DeVault-3/+215
2019-01-13Merge pull request #3397 from RedSoxFan/fix-swaybar-heightDrew DeVault-9/+15
2019-01-13Merge pull request #3398 from RedSoxFan/toggle-input-eventsDrew DeVault-5/+107
2019-01-13Merge pull request #3408 from RedSoxFan/bar-paddingDrew DeVault-9/+89
2019-01-13Merge pull request #3415 from RedSoxFan/swaybar-output-improvedDrew DeVault-8/+31
2019-01-13swaybar: allow identifiers for output and trayBrian Ashworth-8/+31
2019-01-12Merge pull request #3412 from RedSoxFan/fix-cont-line-numIan Fan-3/+7
2019-01-12Split swayidle from swayDrew DeVault-650/+0
2019-01-11config: fix line number with continued linesBrian Ashworth-3/+7
2019-01-12Merge pull request #3411 from RedSoxFan/fix-brace-detect-seekingIan Fan-1/+3
2019-01-11config: do not reset pos when braces foundBrian Ashworth-1/+3
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth-4/+44
2019-01-11swaybar: add status_padding commandBrian Ashworth-6/+46
2019-01-10swaylock: Add caps lock state to indicatorRobinhuett-39/+171
2019-01-10input_cmd_scroll_button: utilize mouse btn helpersBrian Ashworth-21/+24