summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-printtext.c
AgeCommit message (Expand)Author
2018-03-17fix a crash when trying to append to a NULL lineailin-nemui
2018-03-16move no window printing codeailin-nemui
2018-01-06sideways split support for Irssiailin-nemui
2016-12-15reset background for mirc colour 99ailin-nemui
2015-12-09Merge pull request #174 from ailin-nemui/entry-prompt-coloursailin-nemui
2015-10-02Fix the display of utf8 sequences in the guiLemonBoy
2014-11-10reimplement format and length logic for the entry promptAilin Nemui
2014-08-25Add the signal for printtext_after that was missed in the original commit.Ailin Nemui
2014-07-31fix mirc_blink_fixAilin Nemui
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
2014-06-27add print_text_after_time to specify time stamp for linesAilin Nemui
2009-01-13Fix last change.Emanuele Giaquinta
2008-03-10Make line_add_colors part of the textbuffer api.Emanuele Giaquinta
2008-02-01Reset colors and attributes on newline.Emanuele Giaquinta
2008-01-28Properly initialize and reset last_{fg,bg}.Emanuele Giaquinta
2007-06-17Remove cuix from trunk.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-08-08Merge of cuix back in trunknattfodd
2004-03-24Fixes for Chinese multibyte characters handling and cursor movement, patchTimo Sirainen
2002-12-29day -> 1day, hour -> 1hourTimo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-04-28minor fixTimo Sirainen
2002-04-18sig_gui_print_text: don't crash if dest is NULL.Timo Sirainen
2002-04-17"gui print text" signal changed, last parameter is now TEXT_DEST_REC, notTimo Sirainen
2002-03-11default_color checks moved from fe-text to fe-common, so they work properlyTimo Sirainen
2002-03-08/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRCTimo Sirainen
2002-02-17fixed a compiler warningTimo Sirainen
2002-02-10It's possible to use black foreground color now.Timo Sirainen
2002-02-01added some pointer casting to get rid of warnings with some compilers.Timo Sirainen
2002-01-19Some MIRC color changes, patch by qrczak@knm.org.plTimo Sirainen
2002-01-10swapped dark/bright reds.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-24Added support for changing indentation behaviour with modules.Timo Sirainen
2001-10-14Reversed text (^V) works again.Timo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-14--more-- checker uses now "gui print text finished" signal. "gui " part wasTimo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-12Replaced GList by adding prev/next pointers to LINE_REC. This should makeTimo Sirainen
2001-06-26"print text finished" -> "gui print text finished". Added %[options] formatTimo Sirainen
2001-06-18/SET scrollback_lines 0 now means unlimited.Timo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen
2001-04-01removed some unused includesTimo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-03-15Text buffer: Saving pointer to char[] didn't work correctly withTimo Sirainen
2001-03-12%n+bg color change doesn't anymore set foreground black. changed theme'sTimo Sirainen