summaryrefslogtreecommitdiff
path: root/src/fe-common/core/formats.c
AgeCommit message (Expand)Author
2009-01-13Remove broken and unused format to add an indent function to a line.Emanuele Giaquinta
2009-01-10Use window_get_theme.Emanuele Giaquinta
2008-11-29Fix r4920 change.Emanuele Giaquinta
2008-11-24Do not strip the comma in a mirc color if it is not followed by a digit, bugEmanuele Giaquinta
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-02-02Remove broken by design /set translation.Emanuele Giaquinta
2008-02-01Reset colors and attributes on newline.Emanuele Giaquinta
2007-05-31Assume width 1 for control characters in places where a non-negative width isEmanuele Giaquinta
2007-05-25Replace utf8_width with Markus Kuhn's wcwidth.Emanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-02-14Fix format_real_length to return the correct length when the input stringEmanuele Giaquinta
2006-09-20Add public is_utf8 function by refactoring existing code.Emanuele Giaquinta
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-20Recode patch by decadix/sennethTimo Sirainen
2004-01-24reversed utf8 change, it's glib2 specific and I don't yet want to drop suppor...Timo Sirainen
2004-01-19UTF-8 support to format_get_length() and format_real_length(). patch byTimo Sirainen
2003-12-10Wrong parameters given to "gui print text" signal with indent functionTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-06-19strip_codes() didn't handle ANSI colors properly, and if used at the end ofTimo Sirainen
2002-05-12/set hide_mirc_colors -> /set hide_colors, which also hides ANSI colors.Timo Sirainen
2002-05-11removed the complaining about NULLs in string formats, they're more troubleTimo Sirainen
2002-05-02format_read_arglist() now prints the format name also when complaining aboutTimo Sirainen
2002-04-26%# now toggles monospace font on/off. fe-text doesn't care about it, butTimo Sirainen
2002-04-17"gui print text" signal changed, last parameter is now TEXT_DEST_REC, notTimo Sirainen
2002-03-11default_color checks moved from fe-text to fe-common, so they work properlyTimo Sirainen
2002-03-10*** empty log message ***Timo Sirainen
2002-03-10Foreground ANSI colors weren't workingTimo Sirainen
2002-02-17Another crashfixTimo Sirainen
2002-02-17"whops" :) ^D<char> as last chars in line made some screen corruption andTimo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2002-02-02Replaced /SET msgs_timestamps with /SET timestamp_level, defaults to ALL.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-09small bugfix, mirc color flag was set on unless both /set hide_mirc_colorsTimo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-07/SET hide_mirc_colors - patch by paul@raade.orgTimo Sirainen
2001-11-25/FORMAT timestamp and /FORMAT day_changed use now strftime()-styleTimo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-24Added support for changing indentation behaviour with modules.Timo Sirainen
2001-10-21Don't expand %{ and %} in themes to { and } - they could be treated asTimo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-09-20special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it soTimo Sirainen
2001-08-13/LOG OPEN -color, /SET awaylog_colors - specifies that the color codesTimo Sirainen
2001-06-27Fixed window specific themesTimo Sirainen
2001-06-26"print text finished" -> "gui print text finished". Added %[options] formatTimo Sirainen
2001-05-10/SET hide_server_tagsTimo Sirainen
2001-04-14related changes to textbuffer update..Timo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen