Age | Commit message (Expand) | Author |
2009-01-18 | Emit 'print starting' with the correct argument in printtext_string{,window}. | Emanuele Giaquinta |
2009-01-10 | Factor out printformat_module_dest_charargs function from | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
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 |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-10-18 | don't crash when trying to print with non-existent module in theme.. | Timo Sirainen |
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 |