Age | Commit message (Expand) | Author |
2009-03-01 | Remove unused variables. | Jilles Tjoelker |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-01-29 | Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still | Timo Sirainen |
2001-11-20 | set only non-automatic windows sticky so that the windows irssi creates at | Timo Sirainen |
2001-11-20 | When creating hidden windows in sticky split windows, they should go to the | Timo Sirainen |
2001-11-20 | Irssi didn't redraw the screen properly when split windows were created but | Timo Sirainen |
2001-11-18 | Sometimes when changing from split window to another, irssi crashed/messed | Timo Sirainen |
2001-11-01 | indent_always setting was wrongly set when configuration was changed. | Timo Sirainen |
2001-10-28 | Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-08-14 | /SET scroll ON - should the windows be scrolled by default when you're at | Timo Sirainen |
2001-08-07 | Restoring layout for split windows works betters now. Some sticky window | Timo Sirainen |
2001-08-03 | /WINDOW STICK changes - If ref# is given and it's in another split window, | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-05-31 | Split window fixes | Timo Sirainen |
2001-05-17 | don't crash with /WINDOW HIDE | Timo Sirainen |
2001-04-22 | /SET indent_always - should we indent the long words that are forcibly | Timo Sirainen |
2001-04-14 | Rewrote text buffer handling in windows - try #3. | Timo Sirainen |
2001-04-01 | gui_window_line2text(): don't keep track of colors - if fg or bg doesn't | Timo Sirainen |
2001-04-01 | removed some unused includes | Timo Sirainen |
2001-03-17 | Added some debug messages.. | Timo Sirainen |
2001-03-04 | /SET autostick_split_windows (default ON) - should we do /WINDOW STICK | Timo Sirainen |
2001-03-03 | /SET prompt - if target had %c or something in it, it shouldn't be | Timo Sirainen |
2001-03-03 | Removed all beep handling from text printing. If you want to beep just | Timo Sirainen |
2001-03-03 | /LASTLOG: -case option for case-sensitive matches. -force option is now | Timo Sirainen |
2001-02-19 | Moved /LASTLOG handling to lastlog.c. Added options -file <filename> | Timo Sirainen |
2001-02-19 | /NETSPLIT prints nicks now sorted and prints @ or + before channel if | Timo Sirainen |
2001-02-10 | /WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window. | Timo Sirainen |
2001-01-28 | WINDOW_REC: added width and height variables | Timo Sirainen |
2001-01-28 | /SB END: Don't do anything when already at the bottom (it was broken if | Timo Sirainen |
2001-01-12 | $[.10]var truncates the var to 10 chars, but doesn't pad if var is | Timo Sirainen |
2000-12-18 | bugfix 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-17 | Some minor query fixes. Nick changes are also detected by checking if | Timo Sirainen |
2000-12-04 | don't allow printing iso8859-1 nonprintable highascii chars. | Timo Sirainen |
2000-12-03 | Don't redraw screen when trying to scroll up at the start of scrollback | Timo Sirainen |
2000-12-03 | fixes | Timo Sirainen |
2000-12-02 | Print timestamps correctly with /SB REDRAW | Timo Sirainen |
2000-12-02 | /SB REDRAW fixes, multiline formats should work now correctly. | Timo Sirainen |
2000-11-30 | window_text_find() didn't work correctly with empty find string. | Timo Sirainen |
2000-11-27 | fixed text buffer crash when scrollback got full | Timo Sirainen |
2000-11-23 | more warning fixes | Timo Sirainen |
2000-11-21 | /SCROLLBACK REDRAW - redraw the contents of current window according to | Timo Sirainen |
2000-11-18 | Win32 fixes - Irssi now compiles with MSVC++ :) | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |