]> git.sur5r.net Git - i3/i3/history - src/cfgparse.y
Merge branch 'tree' into next
[i3/i3] / src / cfgparse.y
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-31 Michael StapelbergBugfix: free font string after using it
2011-07-31 Michael StapelbergBugfix: cfgparse: correctly free parser/lexer
2011-07-24 Michael Stapelbergremove unnecessary close, because fclose already closes...
2011-07-23 Michael StapelbergBugfix: Don’t leak file descriptor
2011-07-13 Michael Stapelbergreload the config after editing it through i3-nagbar
2011-07-12 Claudio Marforiopatch to allow exec_always in configure file
2011-07-11 Michael StapelbergBugfix: run nagbar commands through sh(1) (Thanks Tucos)
2011-07-11 Michael Stapelbergnagbar: use less / vi as fallbacks for PAGER / EDITOR
2011-07-10 Michael Stapelbergadd i3-nagbar. tells you about config file errors ...
2011-07-07 Michael Stapelbergmigrate-config: also make force_focus_wrapping a v4...
2011-07-06 Michael StapelbergAutomatically call the migration script when the config...
2011-06-13 Michael StapelbergBugfix: Fix floating assignments, extend test for the...
2011-06-12 Michael StapelbergDon’t force wrapping when focusing in a direction would...
2011-05-23 Michael StapelbergImplement assignments for (named) workspaces, with...
2011-05-22 Michael Stapelbergcleanup cfgparse lexer/parser (ignore whitespace, solve...
2011-05-15 Michael StapelbergTime Lord technology: for_window config directive to...
2011-05-14 Michael Stapelbergre-implement assignments of workspace to specific outputs
2011-05-05 Michael Stapelbergcfgparse.y: define types (Thanks Merovius)
2011-05-05 Michael Stapelbergre-indent cfgparse.y
2011-05-02 Michael Stapelbergre-implement assigning windows to workspaces
2011-04-18 Sardem FF7Rename bind to bindcode
2011-04-02 Michael StapelbergRename new_container to workspace_layout
2011-04-02 Simon KampeImplemented config key 'new_container'
2011-03-17 Michael Stapelbergchange the config parser to use default_orientation...
2011-03-17 Simon KampeAdded config key for default orientation of containers...
2011-03-10 Michael Stapelbergrefactor font caching to just save the ID instead of...
2011-03-06 Michael StapelbergImplement the popup_during_fullscreen option, set defau...
2011-02-28 Fernando Tarlá Car... Don't leak this descriptor (thanks dothebart).
2010-12-27 Fernando Tarlá Car... Implement default border styles (thanks litemotiv).
2010-11-28 Fernando Tarlá Car... Make the restart path configurable.
2010-11-26 Michael StapelbergBugfix: use bufcopy instead of buf (Thanks fernando)
2010-11-26 Michael StapelbergBugfix: use bufcopy instead of buf (Thanks fernando)
2010-11-26 Michael StapelbergBugfix: Correctly count variables when parsing the...
2010-11-26 Michael StapelbergBugfix: Correctly count variables when parsing the...
2010-11-13 Michael Stapelbergport fernando’s custom background color patch
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-04-13 Michael Stapelbergre-add focus follows mouse handling
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
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