summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-windows.c
AgeCommit message (Expand)Author
2001-08-14/SET scroll ON - should the windows be scrolled by default when you're atTimo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-08-03/WINDOW STICK changes - If ref# is given and it's in another split window,Timo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-05-31Split window fixesTimo Sirainen
2001-05-17don't crash with /WINDOW HIDETimo Sirainen
2001-04-22/SET indent_always - should we indent the long words that are forciblyTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo 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-17Added some debug messages..Timo Sirainen
2001-03-04/SET autostick_split_windows (default ON) - should we do /WINDOW STICKTimo 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-03/LASTLOG: -case option for case-sensitive matches. -force option is nowTimo 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-10/WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window.Timo Sirainen
2001-01-28WINDOW_REC: added width and height variablesTimo Sirainen
2001-01-28/SB END: Don't do anything when already at the bottom (it was broken ifTimo Sirainen
2001-01-12$[.10]var truncates the var to 10 chars, but doesn't pad if var isTimo Sirainen
2000-12-18bugfix for displaying 128-160 ascii chars.Timo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-04don't allow printing iso8859-1 nonprintable highascii chars.Timo Sirainen
2000-12-03Don't redraw screen when trying to scroll up at the start of scrollbackTimo Sirainen
2000-12-03fixesTimo Sirainen
2000-12-02Print timestamps correctly with /SB REDRAWTimo Sirainen
2000-12-02/SB REDRAW fixes, multiline formats should work now correctly.Timo Sirainen
2000-11-30window_text_find() didn't work correctly with empty find string.Timo Sirainen
2000-11-27fixed text buffer crash when scrollback got fullTimo Sirainen
2000-11-23more warning fixesTimo Sirainen
2000-11-21/SCROLLBACK REDRAW - redraw the contents of current window according toTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo 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-11-04Removed useless part of code.Timo Sirainen
2000-10-29long word handling fixesTimo Sirainen
2000-10-29Don't indent the next line when long word is split. Also we try not toTimo Sirainen
2000-10-08--disable-curses-windows option to configureTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-22Using blinking/bright background colors would crash irssi..Timo Sirainen
2000-07-31You can change the default line indentation with /SET indentTimo 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-16Don't ever add \0\0 to text queue - this might break things. Use \0 +Timo Sirainen
2000-07-15Small bugfix with resizing window.Timo Sirainen
2000-06-30Removed some warning messages.Timo Sirainen
2000-06-30If joined channel had some low-ascii (color codes), they were displayedTimo Sirainen
2000-06-30/SCROLLBACK HOME/END/GOTO commands weren't working right.Timo Sirainen