aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-01-22Merge pull request #3496 from mstoeckl/fix-sanDrew DeVault-32/+14
2019-01-22Fix dead stores found by scan-buildM Stoeckl-32/+14
2019-01-22Merge pull request #3494 from ianyfan/commandsDrew DeVault-13/+2
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth-7/+5
2019-01-22util.c: remove numlen functionIan Fan-21/+8
2019-01-22commands: allow setting floating on scratchpad containersIan Fan-5/+0
2019-01-22commands: allow tiled containers to be stickiedIan Fan-8/+2
2019-01-22Remove assumption that noop output will be called NOOP-1Ryan Dwyer-1/+1
2019-01-22Don't allow noop output to be configuredRyan Dwyer-9/+12
2019-01-22Hide noop output in IPCRyan Dwyer-1/+1
2019-01-22Prevent noop output from being enabledRyan Dwyer-0/+10
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer-28/+29
2019-01-22seat_create: set initial focus for added seatsBrian Ashworth-0/+8
2019-01-22swaynag: Small graphical fix, add offset of +1 to X/Y.Connor E-2/+2
2019-01-22Merge pull request #3485 from mstoeckl/minimize-depsBrian Ashworth-160/+146
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl-13/+6
2019-01-21Fix edge case bug in numlen, dropping use of math.h functionsM Stoeckl-4/+5
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl-143/+135
2019-01-21swaybar: fix setting floating watcher slotsIan Fan-2/+2
2019-01-21Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleDrew DeVault-14/+65
2019-01-21Merge pull request #3482 from emersion/meson-systemd-versionDrew DeVault-2/+2
2019-01-21Fix one remaining wlr_log callemersion-1/+2
2019-01-21Replace wlr_log with sway_logM Stoeckl-501/+610
2019-01-21meson: set minimum systemd versionemersion-2/+2
2019-01-21Log libinput_config_status errorsBrian Ashworth-49/+76
2019-01-21input_cmd_events: allow toggle modes to be listedBrian Ashworth-14/+65
2019-01-20Allocate minimum size necessary in pango text functions. (#3473)Connor Edwards-12/+23
2019-01-20Merge pull request #3468 from emersion/fix-output-gain-crtcDrew DeVault-5/+7
2019-01-19Fix backup methods in get_socketpath for IPC clientM Stoeckl-4/+12
2019-01-19apply_output_config: remove output_iBrian Ashworth-7/+0
2019-01-19Fix re-enabling outputs gaining a CRTCemersion-5/+7
2019-01-19swaynag: fix XDG_CONFIG_HOME handlingemersion-1/+1
2019-01-19Fix memory leaks in swaybarM Stoeckl-1/+8
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