Age | Commit message (Expand) | Author |
2002-02-22 | Show window's scroll state with /WINDOW. | Timo Sirainen |
2002-02-01 | When resizing terminal, width of all split windows weren't always updated | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2001-12-09 | Still some window closing bugs/crashes. | Timo Sirainen |
2001-12-07 | Small focus bugfix when closing a split window. | Timo Sirainen |
2001-12-07 | Fixed some problems with mainwindow resizing not affecting the subwindows. | Timo Sirainen |
2001-11-20 | /WINDOW STICK <ref#> OFF didn't work. | Timo Sirainen |
2001-11-20 | Irssi didn't redraw the screen properly when split windows were created but | Timo Sirainen |
2001-11-15 | /WINDOW DOWN and /WINDOW UP now cycle to highest/lowest window. | Timo Sirainen |
2001-11-12 | Closing last non-sticky window didn't destroy the split window. | Timo Sirainen |
2001-11-12 | /WINDOW BALANCE was buggy sometimes - thanks to poptix for finding it :) | Timo Sirainen |
2001-10-29 | Windows weren't created with correct size. When setting statusbar lines for | 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 | window-top-statusbars weren't working properly. | Timo Sirainen |
2001-10-20 | added mainwindow_resize_freeze() and .._thaw() functions to temporarily | Timo Sirainen |
2001-10-20 | When resizing terminal smaller, destroy some split windows if they don't fit | Timo Sirainen |
2001-10-20 | Fixed restoring split windows layout. Some other split window resizing fixes | Timo Sirainen |
2001-10-15 | mainwindow_set_statusbar_lines() resized only active window - not all | Timo Sirainen |
2001-10-14 | Resizing terminal works now properly, also sends "terminal resized" signal | Timo Sirainen |
2001-10-13 | Configurable statusbar - see default config file (irssi.conf) for example | Timo Sirainen |
2001-09-09 | /WINDOW MOVE UP|DOWN might have crashed. | Timo Sirainen |
2001-08-31 | mainwindow_set_size() called mainwindow_shrink() improperly. | Timo Sirainen |
2001-08-08 | /WINDOW BALANCE didn't work properly when topicbar was off. Added a few | 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-08-03 | Added sticky window information to /WINDOW. | Timo Sirainen |
2001-06-01 | Replaced all direct curses calls with screen_xx() wrappers. This should | Timo Sirainen |
2001-06-01 | Resizing window destroyed curses window, but didn't update the view's curses | Timo Sirainen |
2001-05-18 | Split windows created with /WINDOW SHOW are now sticky if | Timo Sirainen |
2001-04-16 | split windows were broken. added some checks to textbuffer. | Timo Sirainen |
2001-04-14 | some resize problems fixed | Timo Sirainen |
2001-04-14 | Rewrote text buffer handling in windows - try #3. | Timo Sirainen |
2001-03-04 | /WINDOW SHOW didn't work properly | Timo Sirainen |
2001-02-10 | /SAVEWINDOWS saves now split windows | Timo Sirainen |
2001-02-10 | /WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window. | Timo Sirainen |
2001-01-15 | screen resizing fixes when resizeterm() isn't supported | Timo Sirainen |
2001-01-15 | no, bugfix done wrong :) reversed. | Timo Sirainen |
2001-01-15 | Compiling with --disable-curses-windows was broken | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2000-12-02 | window_[add|remove]_item -> window_item_[add|remove] | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |
2000-10-08 | --disable-curses-windows option to configure | Timo Sirainen |
2000-08-23 | Call idlok() for all new subwindows. | Timo Sirainen |
2000-08-12 | Don't trigger window activity if window is already visible in some | Timo Sirainen |
2000-08-10 | Still some fixes for curseses without wresize() or resizeterm(). | Timo Sirainen |
2000-08-10 | Windowing system fixes, doesn't crash anymore after window resizes. | Timo Sirainen |
2000-07-29 | Bugfixes for the windowing system. | Timo Sirainen |
2000-07-26 | Mainwindows use now real curses WINDOWs, this should fix irssi with some | Timo Sirainen |
2000-07-23 | Added syntaxes of all commands in comments, they're going to be used to | Timo Sirainen |