summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2001-05-01--with-big5 enables Chinese Big5 charset support. Patch by vanilla@freebsd.orgTimo 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-16added/removed some checksTimo Sirainen
2001-04-16split windows were broken. added some checks to textbuffer.Timo Sirainen
2001-04-14resize fixesTimo Sirainen
2001-04-14some resize problems fixedTimo Sirainen
2001-04-14bugfixes for multiple windows support :)Timo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen
2001-04-01removed unused colorsTimo Sirainen
2001-04-01gui_window_line2text(): don't keep track of colors - if fg or bg doesn'tTimo 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-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-17Added some debug messages..Timo Sirainen
2001-03-15Text buffer: Saving pointer to char[] didn't work correctly withTimo Sirainen
2001-03-15minor cleanupTimo Sirainen
2001-03-15when some statusbar item was forced to be removed because of lack of space,Timo Sirainen
2001-03-15Beginnings of configurable statusbar. The existing items can be configuredTimo Sirainen
2001-03-12%n+bg color change doesn't anymore set foreground black. changed theme'sTimo Sirainen
2001-03-12Statusbar rewrites. Colors are currently not configurable at all, but otherTimo Sirainen
2001-03-08/SET scroll_page_count - don't crash if /0 is given. Works now properlyTimo Sirainen
2001-03-07/LASTLOG -window unknown crashed irssiTimo Sirainen
2001-03-04"command window prev" -> "command window previous"Timo Sirainen
2001-03-04/SET autostick_split_windows (default ON) - should we do /WINDOW STICKTimo Sirainen
2001-03-04More statusbar size fixes. Shouldn't corrupt entry line anymore.Timo Sirainen
2001-03-04Statusbar could have gotten to endless loop trying to grow size of someTimo Sirainen
2001-03-04/WINDOW SHOW didn't work properlyTimo Sirainen
2001-03-03/SET prompt - if target had %c or something in it, it shouldn't beTimo Sirainen
2001-03-03Removed all beep handling from text printing. If you want to beep justTimo Sirainen
2001-03-03delete_next_word key implemented, patch by TinukTimo Sirainen
2001-03-03/LASTLOG: -case option for case-sensitive matches. -force option is nowTimo Sirainen
2001-02-27/WINDOW STICKY -> /WINDOW STICKTimo Sirainen
2001-02-21Entry line works now properly with very long promptsTimo 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-19/LASTLOG syntax updatedTimo Sirainen
2001-02-19Moved /LASTLOG handling to lastlog.c. Added options -file <filename>Timo Sirainen
2001-02-19/NETSPLIT prints nicks now sorted and prints @ or + before channel ifTimo Sirainen
2001-02-19Highlight colors can now have background color set with fg,bg. WorksTimo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-17more static perl fixesTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-10theme->default_color is now used again, added default_bold_color whichTimo Sirainen
2001-02-10/SAVEWINDOWS saves now split windowsTimo Sirainen
2001-02-10added descriptions for left_window and right_windowTimo Sirainen
2001-02-10/WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window.Timo Sirainen
2001-02-05make deinitialization between screen_refresh_freeze() andTimo Sirainen
2001-02-03Added gui_printtext() function for printing text in printtext() formatTimo Sirainen
2001-01-31/SB STATUS: for debugging mostly, displays number of lines and used kBsTimo Sirainen