aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)AuthorFilesLines
2018-07-17Fix memory leak in sway/desktop/idle_inhibit_v1.cfrsfnrrg1-0/+1
2018-07-17Fix memory leak in handle_layer_shell_surfacefrsfnrrg1-6/+6
2018-07-17Free individual criteria in free_configfrsfnrrg2-2/+8
2018-07-17Fix uninitialized pointer in view_unmapfrsfnrrg1-2/+2
2018-07-16Merge branch 'master' into default-floating-borderBrian Ashworth2-1/+3
2018-07-16Revert "config: free include path on successful load"Drew DeVault1-1/+0
2018-07-17Remove superfluous IPC urgent eventsRyan Dwyer1-0/+3
2018-07-17Implement default_floating_border command and adjust CSD behaviourRyan Dwyer6-21/+71
2018-07-16Merge pull request #2276 from RyanDwyer/urgencyDrew DeVault13-19/+224
2018-07-16Focus view before running criteria when mappingRyan Dwyer1-3/+1
2018-07-16Implement no_focus commandRyan Dwyer4-3/+53
2018-07-16Render containers as urgent if they have an urgent childRyan Dwyer2-4/+9
2018-07-16Fix tab split focus bugRyan Dwyer1-0/+1
2018-07-16Mark containers as urgent in IPC if they have urgent viewsRyan Dwyer3-10/+13
2018-07-16Update workspace urgent state when views close or move workspacesRyan Dwyer5-6/+29
2018-07-16Make container_for_each_descendant_dfs descend into floating viewsRyan Dwyer1-8/+15
2018-07-16Fix crash in ipc_json_describe_viewRyan Dwyer1-2/+4
2018-07-16Add documentation for urgent commandRyan Dwyer1-0/+5
2018-07-16Implement xwayland urgency hintRyan Dwyer1-0/+4
2018-07-16Fix urgency IPC eventsRyan Dwyer2-1/+6
2018-07-16Implement urgency base functionalityRyan Dwyer9-7/+158
2018-07-15config output: free command string if unusedIan Fan1-0/+2
2018-07-15config: free include path on successful loadIan Fan1-0/+1
2018-07-15bar: free old position when changingIan Fan1-0/+1
2018-07-15Add error handling for getting config file sizeIan Fan1-3/+8
2018-07-15Fix config buffer overflow and logicIan Fan1-12/+19
2018-07-15Make focus part of transactionsRyan Dwyer8-62/+52
2018-07-15Merge pull request #2272 from RyanDwyer/simplify-transactionsDrew DeVault25-145/+114
2018-07-15Merge pull request #2266 from emersion/remove-orbital-screenshooterDrew DeVault1-2/+0
2018-07-14Add extended debugging flagsDrew DeVault3-11/+25
2018-07-15Set signature to voidRyan Dwyer1-1/+1
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer25-145/+114
2018-07-14Implement tap_button_map for input devicesBrian Ashworth6-0/+51
2018-07-14Force min/max size when resizing floating containersRyan Dwyer1-10/+74
2018-07-14Implement resize grow|shrink <direction> <amount> or <amount>Ryan Dwyer1-109/+220
2018-07-14Implement resize command for floating viewsRyan Dwyer1-8/+129
2018-07-13Simplify popup_unconstrainemersion2-68/+10
2018-07-13Remove orbital screenshooteremersion1-2/+0
2018-07-13Fix output_has_opaque_lockscreenemersion1-4/+4
2018-07-13Merge pull request #2252 from rkubosz/scroll-button-optionDrew DeVault6-0/+61
2018-07-13add error handling for scroll button out of rangeRobert Kubosz1-1/+8
2018-07-13Merge branch 'master' into xwayland-floating-bordersRyan Dwyer3-6/+106
2018-07-12expanded error detection for scroll button optionRobert Kubosz1-2/+8
2018-07-12Merge pull request #2253 from Hello71/issue2249Drew DeVault1-6/+6
2018-07-12Add xdg-positioner supportemersion2-0/+100
2018-07-12Don't disable borders for xwayland floating viewsemersion2-1/+14
2018-07-12config.c: fix current_config uninit warning (#2249)Alex Xu1-6/+6
2018-07-12rm constraint for max value of button identifierRobert Kubosz1-2/+2
2018-07-12add paragraph to sway-input man pageRobert Kubosz1-0/+5
2018-07-12increase maximum value of button identifierRobert Kubosz2-3/+3