summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer-view.c
AgeCommit message (Expand)Author
2002-05-18External indent functions (theme_indent module) weren't working properly.Timo Sirainen
2002-05-13changed log domain and changed few g_return_if_fails to g_asserts. theTimo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo 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-29A bit more better utf8 support, still not a good input line.Timo Sirainen
2002-01-29Preliminary support for UTF8 with /SET term_utf8 ON. Input line is stillTimo Sirainen
2002-01-20Fixed a memory leak.Timo Sirainen
2001-11-18--more-- works again, better than ever :)Timo Sirainen
2001-11-18Fixed the "multiple space split" fix :) It was causing crashes, strange thatTimo Sirainen
2001-11-17If line was split from multiple spaces, irssi printed the spaces in theTimo Sirainen
2001-11-15The default color for line should be ATTR_RESET, not 0 (black).Timo Sirainen
2001-11-13Reset the terminal color before scrolling, so the scrolled area's background ...Timo Sirainen
2001-11-04Still messing up with colors.Timo Sirainen
2001-11-03Don't clear the window before redrawing, it's faster to do it at the sameTimo Sirainen
2001-11-03update_cmd_color() updated colors wrong.Timo Sirainen
2001-11-03Some fixes to drawing lines & handling long lines.Timo Sirainen
2001-11-01Buffer overflow fix (read-only, might have caused some crashes).Timo Sirainen
2001-10-28clrtoeol() wasn't called always when drawing buffer, so some garbage couldTimo Sirainen
2001-10-28Some resize fixes. With terminfo + /SET indent_always OFF, doubleclickingTimo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.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-20When resizing terminal smaller, destroy some split windows if they don't fitTimo Sirainen
2001-10-14Reversed text (^V) works again.Timo Sirainen
2001-08-14/SET scroll ON - should the windows be scrolled by default when you're atTimo Sirainen
2001-08-12textbuffer_view_remove_line() fixes (with a small kludge..)Timo Sirainen
2001-08-08Some extra cleanups for /SB CLEAR.Timo Sirainen
2001-07-12Replaced GList by adding prev/next pointers to LINE_REC. This should makeTimo Sirainen
2001-06-04resizing empty windows didn't work properlyTimo Sirainen
2001-06-02bugfixTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-06-01s/newline/new_line/ - AIX curses (or something) seems to use #defineTimo Sirainen
2001-05-21scrolling in empty windows crashedTimo Sirainen
2001-05-21removing line from the top of the screen crashed irssiTimo Sirainen
2001-05-17textbuffer_view_redraw() - call werase() before drawing anything, thisTimo Sirainen
2001-05-11Line removing fixes, /LAST -clear fixedTimo Sirainen
2001-05-11resizing terminal with /CLEARed empty windows scrolled those windows so thatTimo Sirainen
2001-04-22/SET indent_always - should we indent the long words that are forciblyTimo Sirainen
2001-04-20potential crash fix..Timo Sirainen
2001-04-16split windows were broken. added some checks to textbuffer.Timo Sirainen
2001-04-14resize fixesTimo Sirainen
2001-04-14bugfixes for multiple windows support :)Timo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen