Age | Commit message (Expand) | Author |
2012-06-24 | Fix crash in mainwindows_resize_smaller when the 'mainwindows' list is empty. | Emanuele Giaquinta |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-12-08 | Make some functions static. | Emanuele Giaquinta |
2008-12-08 | Simplify. | Emanuele Giaquinta |
2008-12-07 | Simplify and remove dead code. | Emanuele Giaquinta |
2008-12-06 | Simplify and remove dead code, MAIN_WINDOW_TEXT_HEIGHT(rec) >= WINDOW_MIN_SIZE | Emanuele Giaquinta |
2008-12-06 | Always preserve the active mainwindow in mainwindows_resize_smaller, | Emanuele Giaquinta |
2008-12-06 | Fix leak introduced in r1855. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-04-05 | Forbid "window show" when the target window is sticky rather than when there is | Emanuele Giaquinta |
2003-11-17 | potential crashfix | Timo Sirainen |
2003-11-17 | crashfix when quitting | Timo Sirainen |
2003-07-09 | Crashfix when sometimes closing a split window. | Timo Sirainen |
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 |