summaryrefslogtreecommitdiff
path: root/src/fe-common/core/printtext.c
AgeCommit message (Expand)Author
2017-01-16Add SUPPRESS_PRINTF_FALLBACKJoseph Bisch
2014-11-10reimplement format and length logic for the entry promptAilin Nemui
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
2009-02-08Code Cleanup:Alexander Færøy
2009-01-18Emit 'print starting' with the correct argument in printtext_string{,window}.Emanuele Giaquinta
2009-01-10Factor out printformat_module_dest_charargs function fromEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
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
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-10-18don't crash when trying to print with non-existent module in theme..Timo Sirainen
2002-03-14Don't crash when trying to print text when there's no windows yet. AlsoTimo Sirainen
2002-03-10*** empty log message ***Timo Sirainen
2002-02-13don't update window->last_line timestamp with MSGLEVEL_NEVER text, so >1dTimo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2001-11-25Added printtext_string_window(), Irssi::UI::Window::print() uses it alsoTimo Sirainen
2001-07-29Removed unused signal_gui_print_text, added a g_return_if_fail(dest->windowTimo Sirainen
2001-07-18Irssi::printformat() called printformat_window() to print the text whichTimo Sirainen
2001-07-15Hilight fixes - mode lines shouldn't be hilighted accidentally anymore.Timo Sirainen
2001-06-27Fixed window specific themesTimo Sirainen
2001-06-26"print text finished" -> "gui print text finished". Added %[options] formatTimo Sirainen
2001-06-10beep check: don't beep with NO_ACT message level rather than NOHILIGHT sinceTimo Sirainen
2001-05-31removed "print text stripped" signal, the stripped text is now sent inTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-04-14related changes to textbuffer update..Timo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-03/SET beep_when_window_active + some cleanupsTimo Sirainen
2001-03-03Removed all beep handling from text printing. If you want to beep justTimo Sirainen
2001-02-21added format_get_length() for getting length of text part in a formatTimo Sirainen
2001-02-03Added gui_printtext() function for printing text in printtext() formatTimo Sirainen
2001-01-28/SET beep_on_msg -> beep_msg_levelTimo Sirainen
2001-01-05printtext_string() fix, should actually work now :)Timo Sirainen
2001-01-05Added printtext_string() which works like printtext(), except it printsTimo Sirainen
2000-12-28emphasis moved to fe-messages. added a few checks so that non-wordsTimo Sirainen
2000-12-04use format_get_text_theme_charargs() instead of ..._args() inTimo Sirainen
2000-12-03printtext_multiline(): use the specified level, not MSGLEVEL_NEVER always.Timo Sirainen
2000-12-03/SET emphasis - convert _underlined_ and *bold* words (and phrases) to useTimo Sirainen
2000-12-02Print timestamps correctly with /SB REDRAWTimo Sirainen
2000-11-30send "print starting" signal before each printformat() or printtext()Timo Sirainen
2000-11-22bugfixesTimo Sirainen
2000-11-21/SCROLLBACK REDRAW - redraw the contents of current window according toTimo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-11-12Text printing changes. Formats are now optionally saved to each line soTimo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-28/SET log_theme - you can now write to log files with different themeTimo Sirainen
2000-10-28Updated new default.theme to module-formats files.Timo Sirainen