]> git.sur5r.net Git - i3/i3/history - src/cfgparse.l
Fix unaligned memory access on sparc (Thanks David Coppa)
[i3/i3] / src / cfgparse.l
2011-01-23 Raphael Kubo da... Build fix: Explicitly include stdint.h before cfgparse...
2010-09-24 Fernando Tarlá Car... Support for custom bg colors for clients.
2010-03-30 Michael StapelbergMerge branch 'next'
2010-03-22 Michael StapelbergBugfix: Don’t enter BIND_A2WS_COND state too early...
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-13 Michael Stapelberglexer/parser: proper error messages
2010-01-29 Kim Silkebækken... Added focus_follows_mouse config option
2010-01-08 Michael Stapelbergbugfix: lexer: return to INITIAL state (Thanks dirkson)
2010-01-08 Michael Stapelbergbugfix: lexer: return to INITIAL state (Thanks dirkson)
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