aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
Commit message (Expand)AuthorAge
...
* Fix format errorLibravatar Drew DeVault2017-01-08
* Update default swaybar commandLibravatar Drew DeVault2016-12-23
* Change how security config is loaded0.11-rc3Libravatar Drew DeVault2016-12-17
* Handle calloc failuresLibravatar Drew DeVault2016-12-15
* Handle config-related allocation failuresLibravatar Drew DeVault2016-12-15
* Handle malloc failures from read_lineLibravatar Drew DeVault2016-12-15
* Add IPC security policy command handlersLibravatar Drew DeVault2016-12-02
* Add IPC policy to configLibravatar Drew DeVault2016-12-02
* Add support for command policies in config fileLibravatar Drew DeVault2016-12-02
* Add config related code and initial headersLibravatar Drew DeVault2016-12-01
* swap unnecessary function for strndupLibravatar D.B2016-11-03
* change bar colors from char[10] to *charLibravatar D.B2016-11-02
* use urgent_ws color in swaybar if binding_mode is undefinedLibravatar D.B2016-11-02
* Add left_handed support for input devicesLibravatar MichaƂ Winiarski2016-10-25
* config: set pango_markup default to falseLibravatar Mykyta Holubakha2016-10-20
* Fix swaybar when running on named outputs.Libravatar Ryan Dwyer2016-09-17
* Reorganize includesLibravatar Drew DeVault2016-09-01
* Avoid dereferencing null configurationLibravatar James Murphy2016-08-20
* Handle output disabling during runtimeLibravatar D.B2016-08-10
* fixed uninitialized bar.wrap_scrollLibravatar minus2016-08-02
* Update hidpi support to latest wlc APILibravatar Drew DeVault2016-07-28
* Initial pass on HiDPI supportLibravatar Drew DeVault2016-07-28
* clean up apply_input_configLibravatar minus2016-07-18
* Turn swaybg into a shell surfaceLibravatar Drew DeVault2016-07-17
* couple small fixesLibravatar Zandr Martin2016-06-11
* cleanup + add timeouts for pid_workspace listLibravatar Zandr Martin2016-06-11
* Merge branch 'master' into assign-commandLibravatar Zandr Martin2016-06-11
|\
| * Fix segfault when using include with *Libravatar thuck2016-06-06
* | messy, unfinished versionLibravatar Zandr Martin2016-06-06
|/
* Initial implementation for floating_maximum_sizeLibravatar Denis Doria2016-06-02
* Clean up not used variablesLibravatar Denis Doria2016-06-01
* Included option floating_minimum_sizeLibravatar Denis Doria2016-06-01
* Initial work for floating view with sane valuesLibravatar Denis Doria2016-05-31
* Support floating_scroll sidewaysLibravatar Mykyta Holubakha2016-05-14
* Remove FSB_GAPS_INNER and FSB_GAPS_OUTERLibravatar Mykyta Holubakha2016-05-08
* Implemented configurable floating scroll behaviorLibravatar Mykyta Holubakha2016-05-07
* sway/config.c: fix double free issue as we need to store path in listLibravatar Daniel Lockyer2016-05-05
* Add input cmd for setting pointer accel profile.Libravatar Jasen Borisov2016-05-01
* sway/config.c: Initialise struct valueLibravatar Daniel Lockyer2016-04-30
* sway/config.c: Move the wordfree call before the if statement so it is always...Libravatar Daniel Lockyer2016-04-29
* sway/config.c: Change to the useful free_cmd_results helper methodLibravatar Daniel Lockyer2016-04-29
* sway/config.c: move free call to after sway_logLibravatar Daniel Lockyer2016-04-29
* sway/config.c: Leading on from cdf017c, we need to free pathLibravatar Daniel Lockyer2016-04-29
* sway/config.c: res->input is a malloc'ed section which wasn't freedLibravatar Daniel Lockyer2016-04-29
* sway/config.c: wordexp has a corresponding wordfree which was never usedLibravatar Daniel Lockyer2016-04-29
* sway/config.c: config_home is the result of a malloc but was never freedLibravatar Daniel Lockyer2016-04-29
* Renamed to pango_markupLibravatar Mykyta Holubakha2016-04-24
* Added plaintext markup configurationLibravatar Mykyta Holubakha2016-04-24
* Add cmds new_window and new_floatLibravatar Mikkel Oscar Lyderik2016-03-31
* New feature: adjust gaps with floating_mod+scrollLibravatar Drew DeVault2016-03-30