summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.c
AgeCommit message (Expand)Author
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
2000-05-15Lots of changes again. Biggest ones:Timo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen