index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
gui-windows.c
Age
Commit message (
Expand
)
Author
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
2000-11-12
Text printing changes. Formats are now optionally saved to each line so
Timo Sirainen
2000-11-04
Removed useless part of code.
Timo Sirainen
2000-10-29
long word handling fixes
Timo Sirainen
2000-10-29
Don't indent the next line when long word is split. Also we try not to
Timo Sirainen
2000-10-08
--disable-curses-windows option to configure
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen
2000-08-22
Using blinking/bright background colors would crash irssi..
Timo Sirainen
2000-07-31
You can change the default line indentation with /SET indent
Timo Sirainen
[next]