]> git.sur5r.net Git - i3/i3/history - include/config.h
refactor handlers.{c,h}: declare the handlers static, remove unnecessary parameters
[i3/i3] / include / config.h
2011-03-19 Michael StapelbergHandle saved_configpath in get_config_path, fix memleak...
2011-03-19 Michael StapelbergBugfix: correctly store the config path for using it...
2011-03-19 Michael StapelbergSet the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on...
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-01 Michael Stapelbergfix some compiler warnings
2010-12-27 Fernando Tarlá Car... util.c is the proper place for those functions.
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-15 Fernando Tarlá Car... Port the path resolution and config loading code from...
2010-11-14 Michael Stapelbergparser: return a proper JSON reply on parse errors
2010-11-13 Michael Stapelbergport fernando’s custom background color patch
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-14 Michael StapelbergDon’t use SYNC key bindings for Mode_switch but re...
2010-03-13 Michael StapelbergAdd configuration option to turn off workspace bar
2010-02-13 Michael Stapelberglexer/parser: proper error messages
2010-01-29 Michael StapelbergInvert logic for the last commit
2010-01-29 Kim Silkebækken... Added focus_follows_mouse config option
2009-11-22 Michael Stapelbergconfig: delete old parser, new lexer/parser is the...
2009-11-08 Michael StapelbergImplement configuration setting to change the default...
2009-09-27 Michael StapelbergImplement options to change the default mode of containers
2009-09-27 Michael StapelbergImplement modes. Modes allow you to use different keybi...
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-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-07 Michael StapelbergImplement support for using key symbols in configuratio...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-07-28 Michael StapelbergMake path configurable
2009-07-23 baptImplements a reload command
2009-06-29 Michael StapelbergResolve documentation FIXMEs, remove an unnecessary...
2009-06-29 Lars Hartmannupdated doxygen docu, added FIXMEs, fixed headers to...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-24 Michael StapelbergImplement the configuration option floating_modifier...
2009-06-01 Michael StapelbergImplement variables in configfile.
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-30 Michael StapelbergAdd header for config.h, retab! the file
2009-05-30 Michael StapelbergUse a more efficient struct for storing colors, validat...
2009-05-30 AtsutaneIntroduced color setting.
2009-04-07 Michael StapelbergPut documentation for each function in the header files...
2009-03-04 Michael StapelbergLoad configuration file from ~/.i3/config or /etc/i3...
2009-02-24 Michael StapelbergImplement configuration file parsing