]> git.sur5r.net Git - i3/i3/history - src/config.c
Fix memleak in config parsing (variables weren’t freed)
[i3/i3] / src / config.c
2009-06-11 Michael StapelbergFix memleak in config parsing (variables weren’t freed)
2009-06-01 Michael StapelbergImplement variables in configfile.
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-31 Michael StapelbergDon’t check twice for client.focused, change all places...
2009-05-30 Michael Stapelbergretab! src/config.c
2009-05-30 Michael StapelbergUse a more efficient struct for storing colors, validat...
2009-05-30 AtsutaneIntroduced color setting.
2009-05-26 Michael StapelbergDocument binding on Mode_switch in userguide, be more...
2009-05-16 Michael StapelbergImplement putting clients onto specific workspaces...
2009-05-05 Michael RudolfImplement autostart using "exec" in config
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-04 Michael StapelbergLoad configuration file from ~/.i3/config or /etc/i3...
2009-02-24 Michael StapelbergImplement configuration file parsing