aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge pull request #3496 from mstoeckl/fix-sanDrew DeVault11-32/+14
2019-01-22Fix dead stores found by scan-buildM Stoeckl11-32/+14
2019-01-22Merge pull request #3494 from ianyfan/commandsDrew DeVault3-13/+2
2019-01-22root_scratchpad_remove_container: do not showBrian Ashworth3-7/+5
2019-01-22util.c: remove numlen functionIan Fan4-21/+8
2019-01-22commands: allow setting floating on scratchpad containersIan Fan1-5/+0
2019-01-22commands: allow tiled containers to be stickiedIan Fan3-8/+2
2019-01-22Remove assumption that noop output will be called NOOP-1Ryan Dwyer1-1/+1
2019-01-22Don't allow noop output to be configuredRyan Dwyer3-9/+12
2019-01-22Hide noop output in IPCRyan Dwyer1-1/+1
2019-01-22Prevent noop output from being enabledRyan Dwyer1-0/+10
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer8-28/+29
2019-01-22seat_create: set initial focus for added seatsBrian Ashworth1-0/+8
2019-01-22swaynag: Small graphical fix, add offset of +1 to X/Y.Connor E1-2/+2
2019-01-22Merge pull request #3485 from mstoeckl/minimize-depsBrian Ashworth19-160/+146
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl7-13/+6
2019-01-21Fix edge case bug in numlen, dropping use of math.h functionsM Stoeckl1-4/+5
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl12-143/+135
2019-01-21swaybar: fix setting floating watcher slotsIan Fan1-2/+2
2019-01-21Merge pull request #3480 from RedSoxFan/input-modes-improved-toggleDrew DeVault2-14/+65
2019-01-21Merge pull request #3482 from emersion/meson-systemd-versionDrew DeVault1-2/+2
2019-01-21Fix one remaining wlr_log callemersion1-1/+2
2019-01-21Replace wlr_log with sway_logM Stoeckl108-501/+610
2019-01-21meson: set minimum systemd versionemersion1-2/+2
2019-01-21Log libinput_config_status errorsBrian Ashworth1-49/+76
2019-01-21input_cmd_events: allow toggle modes to be listedBrian Ashworth2-14/+65
2019-01-20Allocate minimum size necessary in pango text functions. (#3473)Connor Edwards2-12/+23
2019-01-20Merge pull request #3468 from emersion/fix-output-gain-crtcDrew DeVault1-5/+7
2019-01-19Fix backup methods in get_socketpath for IPC clientM Stoeckl1-4/+12
2019-01-19apply_output_config: remove output_iBrian Ashworth1-7/+0
2019-01-19Fix re-enabling outputs gaining a CRTCemersion1-5/+7
2019-01-19swaynag: fix XDG_CONFIG_HOME handlingemersion1-1/+1
2019-01-19Fix memory leaks in swaybarM Stoeckl1-1/+8
2019-01-19Prevent crashes in handle_transform and handle_scale tooemersion1-2/+2
2019-01-19Fix crash in cursor_rebase with multiple screensemersion1-2/+2
2019-01-19Merge pull request #3464 from emersion/meson-check-wlroots-xwaylandScott Anderson1-2/+15
2019-01-18meson: make sure wlroots has been built with xwaylandemersion1-2/+15
2019-01-18Merge pull request #3452 from emersion/meson-featuresDrew DeVault7-43/+30
2019-01-18Merge pull request #3460 from emersion/output-enable-segfaultDrew DeVault1-0/+1
2019-01-18Fix segfault in output_enableemersion1-0/+1
2019-01-18Merge pull request #3457 from emersion/swaybg-no-escapeDrew DeVault1-16/+2
2019-01-18Merge pull request #3455 from emersion/output-no-crtcDrew DeVault5-15/+47
2019-01-18Better handle outputs without CRTCemersion5-15/+47
2019-01-18output: remove output_add_listenersemersion3-31/+39
2019-01-18Don't escape swaybg arguments anymoreemersion1-16/+2
2019-01-18meson: remove extraneous parenthesesemersion1-4/+4
2019-01-18meson: remove rpath optionsemersion7-24/+6
2019-01-18meson: remove unused dependenciesemersion1-2/+0
2019-01-18meson: add gdk-pixbuf and man-pages optionsemersion2-3/+4
2019-01-17Use Meson feature optionsemersion4-10/+16