]> git.sur5r.net Git - i3/i3/history - src/cfgparse.y
Bugfix: use bufcopy instead of buf (Thanks fernando)
[i3/i3] / src / cfgparse.y
2010-11-26 Michael StapelbergBugfix: use bufcopy instead of buf (Thanks fernando)
2010-11-26 Michael StapelbergBugfix: Correctly count variables when parsing the...
2010-09-24 Fernando Tarlá Car... Support for custom bg colors for clients.
2010-09-01 Michael StapelbergUse ELOG instead of DLOG for invalid config directives
2010-09-01 Michael StapelbergSanity-check the stack-limit argument (limit needs...
2010-09-01 Fernando Tarlá Car... Validate the ws number for client assignment.
2010-05-23 Michael StapelbergBugfix: Don’t leak file descriptors (Thanks InfraRed)
2010-03-30 Michael StapelbergMerge branch 'next'
2010-03-26 Michael StapelbergBugfix: null-terminate buffer
2010-03-26 Michael StapelbergFix memory leaks
2010-03-13 Michael StapelbergAdd configuration option to turn off workspace bar
2010-03-02 Michael StapelbergChange workspace assignments to use the RandR output...
2010-02-16 Michael StapelbergAdd missing carriage return (Thanks fallen)
2010-02-16 Michael StapelbergMake the warning about $terminal being deprecated an...
2010-02-14 Michael Stapelbergparser: ignore errors
2010-02-13 Michael Stapelberglexer/parser: proper error messages
2010-02-13 Michael Stapelbergparser: enable verbose error messages, add aliases...
2010-01-29 Michael StapelbergInvert logic for the last commit
2010-01-29 Kim Silkebækken... Added focus_follows_mouse config option
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-11-22 Michael Stapelbergconfig: delete old parser, new lexer/parser is the...
2009-11-18 Michael StapelbergBugfix: Also allow WORDs as workspace names (Thanks...
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 StapelbergMerge branch 'next'
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