summaryrefslogtreecommitdiff
path: root/src/fe-common/core/formats.c
AgeCommit message (Expand)Author
2018-05-07Revert "record line info on empty lines"ailin-nemui
2018-04-16record line info on empty linesailin-nemui
2018-01-06make format_real_length left-collectingailin-nemui
2017-11-20Update formats.cailin-nemui
2017-11-15reset colour at comma, like mIRCailin-nemui
2017-05-18Add parse_uint function to improve integer overflow handlingdequis
2017-01-02Merge branch 'percent_flag' into 'security' Nei
2016-12-20fix %[ailin-nemui
2016-12-15check for end of string in ansi 48ailin-nemui
2016-10-23Kill bell_beeps.Alexander Færøy
2016-09-20Patches for heap corruption and missing bounds checkailin-nemui
2016-05-13Leverage string_policy().Xavier G
2016-05-13Rename advance() into string_advance().Xavier G
2016-05-13Move advance() from fe-common/core to core.Xavier G
2015-12-28keep track of address in text_dest for hilight purposesailin-nemui
2015-09-24Applied patch from fs#275 to make /hilight -mask -line work properlyJari Matilainen
2014-10-28Fix reset of attributes with ansiAilin Nemui
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
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