aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2016-06-02Sync masterDenis Doria
2016-06-02Initial implementation for floating_maximum_sizeDenis Doria
2016-06-02redo smart_gaps/hide_edge_borders fixZandr Martin
2016-06-01Clean up not used variablesDenis Doria
2016-06-01Update man page with information about floating_maximum_sizeDenis Doria
2016-06-01Included option floating_minimum_sizeDenis Doria
2016-05-31Merge branch 'master' of github.com:SirCmpwn/sway into fix-swaybar-in-08bef67Zandr Martin
2016-05-31fix swaybar problem in 08bef67Zandr Martin
2016-05-31Merge branch 'master' into floating_sizeDenis Doria
2016-05-31Initial work for floating view with sane valuesDenis Doria
2016-05-31sway: refactor ipc_client_handle_command()Eric Engestrom
2016-05-31sway: fix IPC resource leakEric Engestrom
2016-05-29Remove bar position left:right from docsDrew DeVault
2016-05-28enforce workspace output assignentsZandr Martin
2016-05-28remove alphabetic sorting from sort_workspacesZandr Martin
2016-05-27Implement sort_workspaces() function for outputs.Zandr Martin
2016-05-23set focus on fullscreen view when changing focusZandr Martin
2016-05-23Concatenate output cmd args, fixes #654Mykyta Holubakha
2016-05-20Remove stray whitespaceMikkel Oscar Lyderik
2016-05-20Rearrange output when setting backgroundMikkel Oscar Lyderik
2016-05-18Fix issue #661.Jasen Borisov
2016-05-14Support floating_scroll sidewaysMykyta Holubakha
2016-05-14Revert "sway/container.c: fix segfault where view is assigned prematurely"Drew DeVault
2016-05-09sway/container.c: fix segfault where view is assigned prematurelyDaniel Lockyer
2016-05-09Prevent changing layout when focusing float windowMikkel Oscar Lyderik
2016-05-08Allow to set relative path for wallpapers in configMykyta Holubakha
2016-05-08Remove FSB_GAPS_INNER and FSB_GAPS_OUTERMykyta Holubakha
2016-05-08Documented floating_scrollMykyta Holubakha
2016-05-07Implemented configurable floating scroll behaviorMykyta Holubakha
2016-05-05Merge pull request #638 from neosilky/memleakDrew DeVault
2016-05-05sway/config.c: fix double free issue as we need to store path in listDaniel Lockyer
2016-05-05sway/main.c: simplify free'ing by switching to the helper methodDaniel Lockyer
2016-05-02Merge pull request #628 from 1ace/fix/ipc-pathDrew DeVault
2016-05-02fix a typo (horiziontal -> horizontal)Raman Varabets
2016-05-02sway: always terminate ipc pathEric Engestrom
2016-05-01Update view title of tabbed/stacked windowsMikkel Oscar Lyderik
2016-05-01sway: fix potential buffer overflowEric Engestrom
2016-05-01Add input cmd for setting pointer accel profile.Jasen Borisov
2016-04-30Remove premature breakMikkel Oscar Lyderik
2016-04-30sway/config.c: Initialise struct valueDaniel Lockyer
2016-04-29sway/workspace.c: Cleanup some un-free'd memoryDaniel Lockyer
2016-04-29sway/config.c: Move the wordfree call before the if statement so it is always...Daniel Lockyer
2016-04-29sway/config.c: Change to the useful free_cmd_results helper methodDaniel Lockyer
2016-04-29sway/config.c: move free call to after sway_logDaniel Lockyer
2016-04-29sway/config.c: Leading on from cdf017c, we need to free pathDaniel Lockyer
2016-04-29sway/config.c: res->input is a malloc'ed section which wasn't freedDaniel Lockyer
2016-04-29sway/config.c: wordexp has a corresponding wordfree which was never usedDaniel Lockyer
2016-04-29sway/config.c: config_home is the result of a malloc but was never freedDaniel Lockyer
2016-04-29sway/commands.c: add some free calls to release allocated memoryDaniel Lockyer
2016-04-29Fix oversight in ebdce71Drew DeVault