aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-07-16Fix crash in ipc_json_describe_viewRyan Dwyer
2018-07-16Add documentation for urgent commandRyan Dwyer
2018-07-16Implement xwayland urgency hintRyan Dwyer
2018-07-16Fix urgency IPC eventsRyan Dwyer
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-15config output: free command string if unusedIan Fan
2018-07-15config: free include path on successful loadIan Fan
2018-07-15bar: free old position when changingIan Fan
2018-07-15Add error handling for getting config file sizeIan Fan
2018-07-15Fix config buffer overflow and logicIan Fan
2018-07-15Make focus part of transactionsRyan Dwyer
2018-07-15Merge pull request #2272 from RyanDwyer/simplify-transactionsDrew DeVault
2018-07-15Merge pull request #2266 from emersion/remove-orbital-screenshooterDrew DeVault
2018-07-14Add extended debugging flagsDrew DeVault
2018-07-15Set signature to voidRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-14Implement tap_button_map for input devicesBrian Ashworth
2018-07-14Force min/max size when resizing floating containersRyan Dwyer
2018-07-14Implement resize grow|shrink <direction> <amount> or <amount>Ryan Dwyer
2018-07-14Implement resize command for floating viewsRyan Dwyer
2018-07-13Simplify popup_unconstrainemersion
2018-07-13Remove orbital screenshooteremersion
2018-07-13Fix output_has_opaque_lockscreenemersion
2018-07-13Merge pull request #2252 from rkubosz/scroll-button-optionDrew DeVault
2018-07-13add error handling for scroll button out of rangeRobert Kubosz
2018-07-13Merge branch 'master' into xwayland-floating-bordersRyan Dwyer
2018-07-12expanded error detection for scroll button optionRobert Kubosz
2018-07-12Merge pull request #2253 from Hello71/issue2249Drew DeVault
2018-07-12Add xdg-positioner supportemersion
2018-07-12Don't disable borders for xwayland floating viewsemersion
2018-07-12config.c: fix current_config uninit warning (#2249)Alex Xu
2018-07-12rm constraint for max value of button identifierRobert Kubosz
2018-07-12add paragraph to sway-input man pageRobert Kubosz
2018-07-12increase maximum value of button identifierRobert Kubosz
2018-07-12Fix crash in seat codeRyan Dwyer
2018-07-11Updates for swaywm/wlroots#1116emersion
2018-07-11Merge pull request #2248 from Dudemanguy911/fix_crash_on_floating_windowsDrew DeVault
2018-07-11add scroll button optionRobert Kubosz
2018-07-11fix crash on floating windowsdudemanguy
2018-07-11Implement floating_minimum_size and floating_maximum_sizeRyan Dwyer
2018-07-11Merge pull request #2243 from RyanDwyer/use-fullscreen-saved-bufferemersion
2018-07-11Use saved buffer when fullscreen view is in a transactionRyan Dwyer
2018-07-11Move floating windows to front when focusedRyan Dwyer
2018-07-10removed unnecessary parensruss morris
2018-07-10fix line lengthsruss morris
2018-07-10tabs instead of spacesruss morris
2018-07-10fix tabbed titlebar widthsruss morris
2018-07-10Add get_config message type to ipcIan Fan
2018-07-10Add get_binding_modes message type to ipcIan Fan
2018-07-10Merge branch 'master' into fix-stacked-layoutRyan Dwyer