Age | Commit message (Expand) | Author |
2002-03-14 | Don't crash when trying to print text when there's no windows yet. Also | Timo Sirainen |
2002-03-10 | *** empty log message *** | Timo Sirainen |
2002-02-13 | don't update window->last_line timestamp with MSGLEVEL_NEVER text, so >1d | Timo Sirainen |
2002-02-04 | printtext(): you can now specify server target with tag name instead of | Timo Sirainen |
2001-11-25 | Added printtext_string_window(), Irssi::UI::Window::print() uses it also | Timo Sirainen |
2001-07-29 | Removed unused signal_gui_print_text, added a g_return_if_fail(dest->window | Timo Sirainen |
2001-07-18 | Irssi::printformat() called printformat_window() to print the text which | Timo Sirainen |
2001-07-15 | Hilight fixes - mode lines shouldn't be hilighted accidentally anymore. | 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-06-10 | beep check: don't beep with NO_ACT message level rather than NOHILIGHT since | Timo Sirainen |
2001-05-31 | removed "print text stripped" signal, the stripped text is now sent in | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-04-14 | related changes to textbuffer update.. | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-03 | /SET beep_when_window_active + some cleanups | Timo Sirainen |
2001-03-03 | Removed all beep handling from text printing. If you want to beep just | Timo Sirainen |
2001-02-21 | added format_get_length() for getting length of text part in a format | Timo Sirainen |
2001-02-03 | Added gui_printtext() function for printing text in printtext() format | Timo Sirainen |
2001-01-28 | /SET beep_on_msg -> beep_msg_level | Timo Sirainen |
2001-01-05 | printtext_string() fix, should actually work now :) | Timo Sirainen |
2001-01-05 | Added printtext_string() which works like printtext(), except it prints | Timo Sirainen |
2000-12-28 | emphasis moved to fe-messages. added a few checks so that non-words | Timo Sirainen |
2000-12-04 | use format_get_text_theme_charargs() instead of ..._args() in | Timo Sirainen |
2000-12-03 | printtext_multiline(): use the specified level, not MSGLEVEL_NEVER always. | Timo Sirainen |
2000-12-03 | /SET emphasis - convert _underlined_ and *bold* words (and phrases) to use | Timo Sirainen |
2000-12-02 | Print timestamps correctly with /SB REDRAW | Timo Sirainen |
2000-11-30 | send "print starting" signal before each printformat() or printtext() | Timo Sirainen |
2000-11-22 | bugfixes | Timo Sirainen |
2000-11-21 | /SCROLLBACK REDRAW - redraw the contents of current window according to | 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 |
2000-10-28 | /SET log_theme - you can now write to log files with different theme | Timo Sirainen |
2000-10-28 | Updated new default.theme to module-formats files. | Timo Sirainen |
2000-10-27 | Support for templates in theme files. | Timo Sirainen |
2000-10-14 | /LAST doesn't print the -!- at the start of lines. | Timo Sirainen |
2000-10-13 | Don't show timestamps when doing /LAST. | Timo Sirainen |
2000-09-29 | minor updates | Timo Sirainen |
2000-09-26 | if printformat() was given a argument ending with ^C it could mess up | Timo Sirainen |
2000-08-26 | Lots of moving stuff around - hopefully I didn't break too much :) | Timo Sirainen |
2000-07-31 | Added output_format_get_text() function for querying text formats. | Timo Sirainen |
2000-07-31 | Theme fixes: /RELOAD reloads them, /SET current_theme changes the default | Timo Sirainen |
2000-07-31 | Never beep with texts with MSGLEVEL_NOHILIGHT level. | Timo Sirainen |
2000-07-30 | /SET beep_on_msg handling moved to printtext() where it catches all the | Timo Sirainen |
2000-07-15 | Don't print the -!- DCCMSGS level. | Timo Sirainen |
2000-07-01 | The month name parameter was supposed to go to daychange format, not to | Timo Sirainen |
2000-06-30 | Added "servertag" format - it's displayed before the message if it | Timo Sirainen |
2000-06-25 | Created signal_get_uniq_id() macro. Added some documentation about | Timo Sirainen |
2000-06-15 | Whops, last "fix" broke timestamp's time. | Timo Sirainen |