summaryrefslogtreecommitdiff
path: root/src/fe-common/core/themes.c
AgeCommit message (Expand)Author
2008-05-23Fix minor leak.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-09-10fix completion for /format (Bug 143)Wouter Coekaerts
2002-12-29typo: themes weren't defaulting their abstracts to internal themeTimo Sirainen
2002-12-28Added support to define new default abstracts at runtime.Timo Sirainen
2002-12-23Make sure we aren't using a destroyed themeTimo Sirainen
2002-12-11Previous theme patch fixes by c0ffeeTimo Sirainen
2002-12-04Better support %n in theme abstracts. Patch by c0ffee.Timo Sirainen
2002-09-14statusbar is now also updated for connecting-servers.Timo Sirainen
2002-08-22/RELOADing broken theme file doesn't crash irssi anymore.Timo Sirainen
2002-03-10*** empty log message ***Timo Sirainen
2002-02-25/FORMAT tab completion went to infinite loop if there was more spaces thanTimo Sirainen
2002-02-22Highascii chars in replaces block in theme files could have crashed irssi.Timo Sirainen
2002-02-17Don't crash if special vars line ends with '$'.Timo Sirainen
2002-02-16/RELOAD didn't update the statusbar colors the first time. /SET theme neverTimo Sirainen
2002-02-10theme_format_compress_colors() doesn't assume the default color as %nTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-18/SAVE -formats saves all the /formats to theme file.Timo Sirainen
2001-11-20data_is_empty() might have crashed when it was called at the startup whenTimo Sirainen
2001-11-19data_is_empty() didn't check properly for $0-$9 variables and brokeTimo Sirainen
2001-11-15Changed the escaping system - theme_format_expand_data()'sTimo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-21Don't expand %{ and %} in themes to { and } - they could be treated asTimo Sirainen
2001-09-20PARAMS -> ARGS fix again..Timo Sirainen
2001-09-20special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it soTimo Sirainen
2001-07-25buffer overflow fixTimo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-05Moved location of config, theme and doc files. Added debian dir for building ...Timo Sirainen
2001-06-29If .theme suffix was given for /SET theme, irssi printed "theme changed toTimo Sirainen
2001-06-28when theme is changed, it should print the message to status window, not to a...Timo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-03-24don't crash with themes without replaces block. don't crash with themes withTimo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-03-15Beginnings of configurable statusbar. The existing items can be configuredTimo Sirainen
2001-03-12%n+bg color change doesn't anymore set foreground black. changed theme'sTimo Sirainen
2001-03-03Always save theme to ~/.irssi/ no matter where it was read from.Timo Sirainen
2001-02-20Errors reading/writing config and theme files are now handled properlyTimo Sirainen
2001-02-20Reload theme after /SET theme if it was modified.Timo Sirainen
2001-02-10theme->default_color is now used again, added default_bold_color whichTimo Sirainen
2001-01-11/SET theme - complains if theme isn't found. Setting theme's name toTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-07Fixes for printing errors in themesTimo Sirainen
2001-01-07Template packing: After $variables the color could be anything, don'tTimo Sirainen
2001-01-06theme updatesTimo Sirainen
2001-01-04Complain about errors in theme fileTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Theme saving to home dir didn't work correctly if globaldir already hadTimo Sirainen
2000-12-02Theme saving fixesTimo Sirainen