Age | Commit message (Expand) | Author |
2018-01-06 | make format_real_length left-collecting | ailin-nemui |
2017-11-20 | Update formats.c | ailin-nemui |
2017-11-15 | reset colour at comma, like mIRC | ailin-nemui |
2017-05-18 | Add parse_uint function to improve integer overflow handling | dequis |
2017-01-02 | Merge branch 'percent_flag' into 'security'
| Nei |
2016-12-20 | fix %[ | ailin-nemui |
2016-12-15 | check for end of string in ansi 48 | ailin-nemui |
2016-10-23 | Kill bell_beeps. | Alexander Færøy |
2016-09-20 | Patches for heap corruption and missing bounds check | ailin-nemui |
2016-05-13 | Leverage string_policy(). | Xavier G |
2016-05-13 | Rename advance() into string_advance(). | Xavier G |
2016-05-13 | Move advance() from fe-common/core to core. | Xavier G |
2015-12-28 | keep track of address in text_dest for hilight purposes | ailin-nemui |
2015-09-24 | Applied patch from fs#275 to make /hilight -mask -line work properly | Jari Matilainen |
2014-10-28 | Fix reset of attributes with ansi | Ailin Nemui |
2014-07-07 | add italics support; don't use standout for reverse | Lukas Mai |
2014-06-30 | Finish 256 colour support for Irssi | Ailin Nemui |
2014-06-30 | Initial implementation of 256 colour support for Irssi | Tom Feist |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2009-01-13 | Remove broken and unused format to add an indent function to a line. | Emanuele Giaquinta |
2009-01-10 | Use window_get_theme. | Emanuele Giaquinta |
2008-11-29 | Fix r4920 change. | Emanuele Giaquinta |
2008-11-24 | Do not strip the comma in a mirc color if it is not followed by a digit, bug | Emanuele Giaquinta |
2008-11-15 | Handle bold/blink attributes like other attributes rather than mapping them to | Emanuele Giaquinta |
2008-02-02 | Remove broken by design /set translation. | Emanuele Giaquinta |
2008-02-01 | Reset colors and attributes on newline. | Emanuele Giaquinta |
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-02-14 | Fix format_real_length to return the correct length when the input string | Emanuele Giaquinta |
2006-09-20 | Add public is_utf8 function by refactoring existing code. | Emanuele Giaquinta |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2004-08-20 | Recode patch by decadix/senneth | Timo Sirainen |
2004-01-24 | reversed utf8 change, it's glib2 specific and I don't yet want to drop suppor... | Timo Sirainen |
2004-01-19 | UTF-8 support to format_get_length() and format_real_length(). patch by | Timo Sirainen |
2003-12-10 | Wrong parameters given to "gui print text" signal with indent function | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-06-19 | strip_codes() didn't handle ANSI colors properly, and if used at the end of | Timo Sirainen |
2002-05-12 | /set hide_mirc_colors -> /set hide_colors, which also hides ANSI colors. | Timo Sirainen |
2002-05-11 | removed the complaining about NULLs in string formats, they're more trouble | Timo Sirainen |
2002-05-02 | format_read_arglist() now prints the format name also when complaining about | Timo Sirainen |
2002-04-26 | %# now toggles monospace font on/off. fe-text doesn't care about it, but | Timo Sirainen |
2002-04-17 | "gui print text" signal changed, last parameter is now TEXT_DEST_REC, not | Timo Sirainen |
2002-03-11 | default_color checks moved from fe-text to fe-common, so they work properly | Timo Sirainen |
2002-03-10 | *** empty log message *** | Timo Sirainen |
2002-03-10 | Foreground ANSI colors weren't working | Timo Sirainen |
2002-02-17 | Another crashfix | Timo Sirainen |
2002-02-17 | "whops" :) ^D<char> as last chars in line made some screen corruption and | Timo Sirainen |