aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-01-19Prevent crashes in handle_transform and handle_scale tooemersion-2/+2
2019-01-19Fix crash in cursor_rebase with multiple screensemersion-2/+2
2019-01-19Merge pull request #3464 from emersion/meson-check-wlroots-xwaylandScott Anderson-2/+15
2019-01-18meson: make sure wlroots has been built with xwaylandemersion-2/+15
2019-01-18Merge pull request #3452 from emersion/meson-featuresDrew DeVault-43/+30
2019-01-18Merge pull request #3460 from emersion/output-enable-segfaultDrew DeVault-0/+1
2019-01-18Fix segfault in output_enableemersion-0/+1
2019-01-18Merge pull request #3457 from emersion/swaybg-no-escapeDrew DeVault-16/+2
2019-01-18Merge pull request #3455 from emersion/output-no-crtcDrew DeVault-15/+47
2019-01-18Better handle outputs without CRTCemersion-15/+47
2019-01-18output: remove output_add_listenersemersion-31/+39
2019-01-18Don't escape swaybg arguments anymoreemersion-16/+2
2019-01-18meson: remove extraneous parenthesesemersion-4/+4
2019-01-18meson: remove rpath optionsemersion-24/+6
2019-01-18meson: remove unused dependenciesemersion-2/+0
2019-01-18meson: add gdk-pixbuf and man-pages optionsemersion-3/+4
2019-01-17Use Meson feature optionsemersion-10/+16
2019-01-17Merge pull request #3447 from emersion/remove-swaylock-includesDrew DeVault-273/+0
2019-01-17Merge pull request #3448 from emersion/swaybg-xdg-outputDrew DeVault-55/+124
2019-01-17Remove unicode.cemersion-135/+0
2019-01-17Don't use sh when spawning swaybgemersion-17/+10
2019-01-17swaybg: use wl_surface_damage_bufferemersion-2/+2
2019-01-17swaybg: use output names instead of output indexesemersion-43/+119
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