Age | Commit message (Expand) | Author |
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 |
2002-02-04 | printtext(): you can now specify server target with tag name instead of | Timo Sirainen |
2002-02-02 | Replaced /SET msgs_timestamps with /SET timestamp_level, defaults to ALL. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-09 | small bugfix, mirc color flag was set on unless both /set hide_mirc_colors | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-07 | /SET hide_mirc_colors - patch by paul@raade.org | Timo Sirainen |
2001-11-25 | /FORMAT timestamp and /FORMAT day_changed use now strftime()-style | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-21 | Don't expand %{ and %} in themes to { and } - they could be treated as | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-09-20 | special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it so | Timo Sirainen |
2001-08-13 | /LOG OPEN -color, /SET awaylog_colors - specifies that the color codes | Timo Sirainen |
2001-06-27 | Fixed window specific themes | Timo Sirainen |
2001-06-26 | "print text finished" -> "gui print text finished". Added %[options] format | Timo Sirainen |
2001-05-10 | /SET hide_server_tags | Timo Sirainen |
2001-04-14 | related changes to textbuffer update.. | Timo Sirainen |
2001-03-17 | %F = blinking on/off. several fixes to make blinking work better. some | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-15 | ^O reset only colors, not underlines etc. | Timo Sirainen |
2001-03-12 | added format_real_length() | Timo Sirainen |
2001-03-03 | Removed all beep handling from text printing. If you want to beep just | Timo Sirainen |
2001-02-22 | strip_real_length(): initialize last_color_pos and last_color_len to | Timo Sirainen |
2001-02-21 | /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log | Timo Sirainen |
2001-02-21 | added format_get_length() for getting length of text part in a format | Timo Sirainen |
2001-02-19 | Highlight colors can now have background color set with fg,bg. Works | Timo Sirainen |
2001-02-03 | Added gui_printtext() function for printing text in printtext() format | Timo Sirainen |
2001-01-28 | %N does now same as %n, except in .theme files it always does the | Timo Sirainen |
2001-01-22 | strip_real_length() : bolds, underlines, etc. one character styling | Timo Sirainen |
2001-01-21 | Highlighting updates. -word renamed to -full. Added new -word option | Timo Sirainen |
2001-01-14 | Use | instead of + when playing with ansi colors. Doesn't change | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2000-12-17 | /SET prompt, /SET prompt_window - Specifies the text in prompt. | Timo Sirainen |
2000-12-04 | removed useless if condition | Timo Sirainen |
2000-12-02 | Print timestamps correctly with /SB REDRAW | Timo Sirainen |
2000-11-21 | crashfix | Timo Sirainen |
2000-11-21 | /SCROLLBACK REDRAW - redraw the contents of current window according to | Timo Sirainen |
2000-11-18 | compiler warning fixes + one real bug in dcc-chat | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-11-12 | Text printing changes. Formats are now optionally saved to each line so | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |