summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-printtext.c
AgeCommit message (Expand)Author
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
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-19Instead of directly calling beep(), send "beep" signal which defaultTimo Sirainen
2001-02-19Moved /LASTLOG handling to lastlog.c. Added options -file <filename>Timo Sirainen
2001-02-10theme->default_color is now used again, added default_bold_color whichTimo Sirainen
2001-02-03Added gui_printtext() function for printing text in printtext() formatTimo Sirainen
2001-01-04MIRC colors >=16 changed to work as in MIRC (color %= 16)Timo Sirainen
2000-12-04/CLEAR -all - clear all windows.Timo Sirainen
2000-12-03Don't crash if first line in window is just a newlineTimo Sirainen
2000-12-02/SB REDRAW fixes, multiline formats should work now correctly.Timo Sirainen
2000-11-27fixed text buffer crash when scrollback got fullTimo Sirainen
2000-11-23Still some warnings removed..Timo Sirainen
2000-11-23more warning fixesTimo Sirainen
2000-11-22hilight-text: whops, bugfix went wrong :)Timo 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-11removed warningTimo Sirainen
2000-10-08--disable-curses-windows option to configureTimo Sirainen
2000-08-22Using blinking/bright background colors would crash irssi..Timo Sirainen
2000-07-29Bugfixes for the windowing system.Timo Sirainen
2000-07-26Mainwindows use now real curses WINDOWs, this should fix irssi with someTimo Sirainen
2000-07-23Display bolds with the current_theme->default_color color, not with theTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-16Don't ever add \0\0 to text queue - this might break things. Use \0 +Timo Sirainen
2000-07-16Print the text with the "default" color (whatever is set with xterm -fg) -Timo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-06-30Lots of /HILIGHT changes. You can use color names with -color. WindowTimo Sirainen
2000-06-20When scrollback buffer got full and you hadn't done /LAST or /AWAY,Timo Sirainen
2000-06-15/LAST -away checks only lines that came after last time you went away.Timo Sirainen
2000-06-09Beeps should work(?). ANSI colors had some bugs, bolds weren't working andTimo Sirainen
2000-06-02if you were at the top of the scrollback buffer and the first line lineTimo Sirainen
2000-05-28text buffer fixesTimo Sirainen
2000-05-25/set max_textbuffer_lines changed to /set scrollback_lines andTimo Sirainen
2000-05-18Some logging fixes. Flood checking had a memory leak. Query had a smallTimo Sirainen
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-26..adding new files..Timo Sirainen