]> git.sur5r.net Git - i3/i3/history - src/cfgparse.y
Bugfix: Also allow WORDs as workspace names (Thanks Grauwolf)
[i3/i3] / src / cfgparse.y
2009-11-18 Michael StapelbergBugfix: Also allow WORDs as workspace names (Thanks...
2009-11-13 Michael StapelbergRemove the terminal option from config.
2009-11-09 Michael Stapelbergparser: Use right parameter, suppress warning about... 3.d
2009-11-08 Michael StapelbergBugfix: WHITESPACE was missing in front of the workspac...
2009-11-08 Michael StapelbergImplement configuration setting to change the default...
2009-11-07 Michael StapelbergBugfix: Don’t access wrong parameter (Thanks atsutane)
2009-11-06 Michael Stapelbergparser: Solve last shift/reduce conflicts
2009-11-06 Michael Stapelbergparser: solve shift/reduce conflict by moving WHITESPAC...
2009-11-06 Michael Stapelbergconfigfile: make whitespace optional for modes (Thanks...
2009-11-02 Michael StapelbergBugfix: Ignore trailing/leading whitespaces when defini...
2009-10-23 Michael StapelbergFix debug message in cfgparse.y (Thanks shatter)
2009-10-01 Michael StapelbergBugfix: parser: Correctly generate colorpixels from...
2009-09-29 Michael StapelbergFix warnings in lexer/parser
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-29 Michael StapelbergBugfix: Fix parsing symbols which contain numbers,...
2009-09-27 Michael StapelbergImplement options to change the default mode of containers
2009-09-27 Michael StapelbergBugfix: parser: limit of 10 workspaces is gone
2009-09-27 Michael StapelbergImplement modes. Modes allow you to use different keybi...
2009-09-27 Michael Stapelbergparser: Implement parsing mode sections
2009-09-27 Michael Stapelbergretab! cfgparse.y
2009-09-27 Michael StapelbergAdd vim modeline to lexer/parser
2009-09-26 Michael StapelbergFix some compilation warnings (Thanks mxf)
2009-09-19 Michael Stapelberglexer: Implement workspace <number> "<name>"
2009-09-19 Michael StapelbergMerge branch 'lex' into next
2009-09-19 Michael StapelbergFinish configfile parsing with lexer, implement -l...
2009-09-13 Michael StapelbergImplement most code to actually set the configuration...
2009-09-13 Michael StapelbergMake variable expansion work with the new parsing
2009-09-13 Michael StapelbergFix some parsing problems, retab!
2009-09-13 Michael StapelbergImplement option -p to test if the lexer/parser can...
2009-09-13 Michael StapelbergAdd first version of lexer/parser to git, update Makefile