Age | Commit message (Expand) | Author |
2010-03-25 | Minor documentation tweak. Thanks to suom1 and mofo. | Alexander Færøy |
2009-09-02 | Add active_window_ignore_refnum option | Jilles Tjoelker |
2008-04-05 | Restore the behaviour of active_window to go to the window with most recent a... | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2007-08-04 | Fix /window goto to reach all the items with the same name when there | Emanuele Giaquinta |
2007-06-10 | Make /window goto start searching at the window after the active one and stop | Emanuele Giaquinta |
2007-06-04 | Change active_window to select, when there is more than one window | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2004-11-22 | Fix typo in help for window close | Wouter Coekaerts |
2004-10-18 | Make cmd_window_item_goto use cmd_get_params, so "/WINDOW ITEM GOTO item<spac... | Wouter Coekaerts |
2002-11-15 | /WINDOW NAME x, /WINDOW NAME X shouldn't complain about existing window | Timo Sirainen |
2002-10-14 | /UNQUERY and /WINDOW GOTO now ignores trailing whitespace | Timo Sirainen |
2002-09-14 | added /WINDOW MOVE FIRST and /WINDOW MOVE LAST. | Timo Sirainen |
2002-09-14 | window->active_server used to hold non-connected servers, but that was | Timo Sirainen |
2002-08-29 | /FOREACH WINDOW /WINDOW CLOSE could crash irssi. | Timo Sirainen |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-04-17 | /WINDOW ITEM GOTO now accepts a number too, to jump to nth window item. | Timo Sirainen |
2002-04-14 | /WINDOW NAME now ignores if you're setting same name to it without | Timo Sirainen |
2002-02-11 | "/WINDOW IMMORTAL" shows the mortal-state. Error messages are printed in | Timo Sirainen |
2002-02-10 | Support for "immortal" windows, that can't be closed until explicitly set to | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-11-25 | /WINDOW NAME now complains if you try to change the window's name to | Timo Sirainen |
2001-10-29 | /WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connec... | Timo Sirainen |
2001-09-08 | /WINDOW ITEM MOVE didn't work properly if there was space after parameter | Timo Sirainen |
2001-08-12 | /WINDOW CLOSE <first> didn't work if <last> too wasn't specified.. | Timo Sirainen |
2001-08-07 | Restoring layout for split windows works betters now. Some sticky window | Timo Sirainen |
2001-08-03 | Added sticky window information to /WINDOW. | Timo Sirainen |
2001-08-03 | Minor cleanup. | Timo Sirainen |
2001-08-03 | /WINDOW command now prints all information related to window. | Timo Sirainen |
2001-07-15 | Previous foreach fixes to /FOREACH WINDOW too. | Timo Sirainen |
2001-06-27 | Added -delete option to /WINDOW THEME. /WINDOW THEME without parameters | Timo Sirainen |
2001-06-11 | /WINDOW SERVER -sticky / -unsticky crashed if the tag wasn't given and | Timo Sirainen |
2001-03-15 | /WINDOW CLOSE [<first> [<last>] - you can close multiple windows once now. | Timo Sirainen |
2001-02-27 | /WINDOW PREV -> /WINDOW PREVIOUS | Timo Sirainen |
2001-02-21 | /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log | Timo Sirainen |
2001-02-21 | /FOREACH server|channel|query|window <command> | Timo Sirainen |
2001-02-20 | Reload theme after /SET theme if it was modified. | Timo Sirainen |
2001-02-10 | /WINDOW SERVER: added -sticky and -unsticky options. If window server | Timo Sirainen |
2001-01-28 | Added TXT_WINDOW_LEVEL, changed most of the /WINDOW commands to print | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-04 | /WINDOW NUMBER: fixed small memory leak | Timo Sirainen |
2001-01-01 | /WINDOW NUMBER: -sticky option added. Closing windows before a sticky | Timo Sirainen |
2001-01-01 | window_item_create(): when there's multiple choices where the window | Timo Sirainen |
2000-12-02 | window_[add|remove]_item -> window_item_[add|remove] | Timo Sirainen |
2000-12-02 | /WINDOW ITEM GOTO <name> - sets <name> window item active in current window | Timo Sirainen |
2000-11-26 | /WINDOW <number> is now same as /WINDOW REFNUM <number> | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |