aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
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
2016-04-29Fix -Wunused-result problemsDrew DeVault
2016-04-29Fix uninitialized variableMikkel Oscar Lyderik
2016-04-28Fix bindcode by offsetting xkb keycode by 8Mikkel Oscar Lyderik
2016-04-28Fix missing include pathsTomáš Čech
2016-04-27border: clear buffer on fullscreen viewsMikkel Oscar Lyderik
2016-04-27Only check tabbed_stacked_parent for focused windowsMikkel Oscar Lyderik
2016-04-25Remove commented codeMikkel Oscar Lyderik
2016-04-25Remove unused functionMikkel Oscar Lyderik
2016-04-25Don't send invisble view to backMikkel Oscar Lyderik
2016-04-25Use correct geometry for nested containersMikkel Oscar Lyderik
2016-04-25Add title to nested tabbed/stacked containersMikkel Oscar Lyderik
2016-04-25Disable inner gaps when in tabbed/stacked modeMikkel Oscar Lyderik
2016-04-25Add support for nested tabbed/stacked containersMikkel Oscar Lyderik
2016-04-25Use tabs for indentationMikkel Oscar Lyderik
2016-04-25Make floating border fixes work with tabbed/stacked codeMikkel Oscar Lyderik
2016-04-25Reapply prev layout when exiting tabbed/stackedMikkel Oscar Lyderik
2016-04-25Improve move command with tabbed/stacked layoutMikkel Oscar Lyderik
2016-04-25Correctly determine default layoutMikkel Oscar Lyderik
2016-04-25Fix problems with floating windowsMikkel Oscar Lyderik
2016-04-25Tabbed and stacked layoutMikkel Oscar Lyderik
2016-04-24Renamed pango_markup config optionsMykyta Holubakha
2016-04-24Renamed to pango_markupMykyta Holubakha
2016-04-24Added plaintext_markup to swaybar IPCMykyta Holubakha
2016-04-24Added plaintext markup configurationMykyta Holubakha
2016-04-24Passing missing argument to get_text_sizeMykyta Holubakha
2016-04-17Flesh out pango markup implementationDrew DeVault
2016-04-17Use correct format string for x86_64 and i686Mikkel Oscar Lyderik
2016-04-16Remove clang warnings (-Wsign-compare)Mikkel Oscar Lyderik
2016-04-16Update to wlc 0.0.2Drew DeVault
2016-04-12Plug two memory leaksChang Liu
2016-04-09Don't init desired width/height on new_viewMikkel Oscar Lyderik
2016-04-09Only update geometry of single floating viewMikkel Oscar Lyderik
2016-04-03Add border color commandsKevin Hamacher
2016-04-03Use border background color as border backgroundKevin Hamacher
2016-04-03Fix window borderscrondog
2016-04-02improve endianess handelingKevin Hamacher
2016-04-02Fix spelling mistakesEric Engestrom
2016-03-31Fix pointer related crash when stacked/tabbedMikkel Oscar Lyderik