summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.c
AgeCommit message (Expand)Author
2002-02-22Show window's scroll state with /WINDOW.Timo Sirainen
2002-02-01When resizing terminal, width of all split windows weren't always updatedTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-12-09Still some window closing bugs/crashes.Timo Sirainen
2001-12-07Small focus bugfix when closing a split window.Timo Sirainen
2001-12-07Fixed 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-20Irssi didn't redraw the screen properly when split windows were created butTimo Sirainen
2001-11-15/WINDOW DOWN and /WINDOW UP now cycle to highest/lowest window.Timo Sirainen
2001-11-12Closing 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-29Windows weren't created with correct size. When setting statusbar lines forTimo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-24window-top-statusbars weren't working properly.Timo Sirainen
2001-10-20added mainwindow_resize_freeze() and .._thaw() functions to temporarilyTimo Sirainen
2001-10-20When resizing terminal smaller, destroy some split windows if they don't fitTimo Sirainen
2001-10-20Fixed restoring split windows layout. Some other split window resizing fixesTimo Sirainen
2001-10-15mainwindow_set_statusbar_lines() resized only active window - not allTimo Sirainen
2001-10-14Resizing terminal works now properly, also sends "terminal resized" signalTimo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-09-09/WINDOW MOVE UP|DOWN might have crashed.Timo Sirainen
2001-08-31mainwindow_set_size() called mainwindow_shrink() improperly.Timo Sirainen
2001-08-08/WINDOW BALANCE didn't work properly when topicbar was off. Added a fewTimo 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-08-03Added sticky window information to /WINDOW.Timo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-06-01Resizing window destroyed curses window, but didn't update the view's cursesTimo Sirainen
2001-05-18Split windows created with /WINDOW SHOW are now sticky ifTimo Sirainen
2001-04-16split windows were broken. added some checks to textbuffer.Timo Sirainen
2001-04-14some resize problems fixedTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen
2001-03-04/WINDOW SHOW didn't work properlyTimo Sirainen
2001-02-10/SAVEWINDOWS saves now split windowsTimo Sirainen
2001-02-10/WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window.Timo Sirainen
2001-01-15screen resizing fixes when resizeterm() isn't supportedTimo Sirainen
2001-01-15no, bugfix done wrong :) reversed.Timo Sirainen
2001-01-15Compiling with --disable-curses-windows was brokenTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2000-12-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-08--disable-curses-windows option to configureTimo Sirainen
2000-08-23Call idlok() for all new subwindows.Timo Sirainen
2000-08-12Don't trigger window activity if window is already visible in someTimo Sirainen
2000-08-10Still some fixes for curseses without wresize() or resizeterm().Timo Sirainen
2000-08-10Windowing system fixes, doesn't crash anymore after window resizes.Timo 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-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen