]> git.sur5r.net Git - i3/i3/history - src/cfgparse.l
Implement the window_role criterion (checks WM_WINDOW_ROLE)
[i3/i3] / src / cfgparse.l
2009-11-20 Michael StapelbergBugfix: Accept underscores in bindsym (Thanks jace)
2009-11-20 Michael StapelbergBugfix: Accept underscores in bindsym (Thanks jace)
2009-11-12 Michael StapelbergAdd ctrl as synonym for control
2009-11-09 Michael StapelbergMerge branch 'next'
2009-11-08 Michael StapelbergImplement configuration setting to change the default...
2009-10-23 Michael StapelbergBugfix: Use the right pointer for bar.* colors (Thanks...
2009-09-29 Michael StapelbergFix warnings in lexer/parser
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 StapelbergHandle ipc_socket like ipc-socket
2009-09-27 Michael Stapelbergparser: Implement parsing mode sections
2009-09-27 Michael StapelbergAdd vim modeline to lexer/parser
2009-09-27 Michael Stapelberglexer: Allow whitespace before comments
2009-09-26 Michael StapelbergFix some compilation warnings (Thanks mxf)
2009-09-19 Michael Stapelberglexer: return HEX instead of NUMBER when parsing colors
2009-09-19 Michael StapelbergMerge branch 'lex' into next
2009-09-19 Michael StapelbergFinish configfile parsing with lexer, implement -l...
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