summaryrefslogtreecommitdiff
path: root/src/fe-text/mainwindows.c
AgeCommit message (Expand)Author
2018-02-05Merge pull request #836 from ailin-nemui/resizeailin-nemui
2018-02-04check for negative boundailin-nemui
2018-02-02check the error condition of mainwindow_createailin-nemui
2018-02-02stop the madnessailin-nemui
2018-01-06fix redrawailin-nemui
2018-01-06sideways split support for Irssiailin-nemui
2012-06-24Fix crash in mainwindows_resize_smaller when the 'mainwindows' list is empty.Emanuele Giaquinta
2009-02-08Code Cleanup:Alexander Færøy
2008-12-08Make some functions static.Emanuele Giaquinta
2008-12-08Simplify.Emanuele Giaquinta
2008-12-07Simplify and remove dead code.Emanuele Giaquinta
2008-12-06Simplify and remove dead code, MAIN_WINDOW_TEXT_HEIGHT(rec) >= WINDOW_MIN_SIZEEmanuele Giaquinta
2008-12-06Always preserve the active mainwindow in mainwindows_resize_smaller,Emanuele Giaquinta
2008-12-06Fix leak introduced in r1855.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-04-05Forbid "window show" when the target window is sticky rather than when there isEmanuele Giaquinta
2003-11-17potential crashfixTimo Sirainen
2003-11-17crashfix when quittingTimo Sirainen
2003-07-09Crashfix when sometimes closing a split window.Timo Sirainen
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