summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer.c
AgeCommit message (Expand)Author
2008-04-16Make last_{fg,bg,flags} members of TEXT_BUFFER_REC.Emanuele Giaquinta
2008-03-28Move selection of string searching function out of the loop by using aEmanuele Giaquinta
2008-03-10Make line_add_colors part of the textbuffer api.Emanuele Giaquinta
2007-08-22Make /LASTLOG -after/-before work without text to matchWouter Coekaerts
2007-06-28Do not require that a line matches the input level to add it to theEmanuele Giaquinta
2007-06-28Do not compile the regexp if the input string is empty.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2002-12-30Don't access free'd memory.Timo Sirainen
2002-12-28Added time, size and level setting types. Breaks some settings - I'll addTimo Sirainen
2002-05-13changed log domain and changed few g_return_if_fails to g_asserts. theTimo Sirainen
2002-02-15/LAST -before didn't print the separators.Timo Sirainen
2002-02-01added some pointer casting to get rid of warnings with some compilers.Timo Sirainen
2002-01-20Added -before and -after options to /LASTLOG. You can also useTimo Sirainen
2001-11-15textbuffer_insert() didn't work properly when trying to add empty string.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-08-12textbuffer_view_remove_line() fixes (with a small kludge..)Timo Sirainen
2001-08-08one more extra cleanup for textbuffer_remove_all_lines()Timo Sirainen
2001-08-08Some extra cleanups for /SB CLEAR.Timo Sirainen
2001-07-29Added a small sanity check - the condition should never happen, but it seemsTimo 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-04-16added/removed some checksTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen