summaryrefslogtreecommitdiff
path: root/src/fe-common/core/window-commands.c
AgeCommit message (Expand)Author
2018-01-06sideways split support for Irssiailin-nemui
2017-02-27make foreach send commandsailin-nemui
2016-01-08reorder history add and fixesailin-nemui
2016-01-08option to clear the historyailin-nemui
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2010-03-25Minor documentation tweak. Thanks to suom1 and mofo.Alexander Færøy
2009-09-02Add active_window_ignore_refnum optionJilles Tjoelker
2008-04-05Restore the behaviour of active_window to go to the window with most recent a...Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2007-08-04Fix /window goto to reach all the items with the same name when thereEmanuele Giaquinta
2007-06-10Make /window goto start searching at the window after the active one and stopEmanuele Giaquinta
2007-06-04Change active_window to select, when there is more than one windowEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2004-11-22Fix typo in help for window closeWouter Coekaerts
2004-10-18Make 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 windowTimo Sirainen
2002-10-14/UNQUERY and /WINDOW GOTO now ignores trailing whitespaceTimo Sirainen
2002-09-14added /WINDOW MOVE FIRST and /WINDOW MOVE LAST.Timo Sirainen
2002-09-14window->active_server used to hold non-connected servers, but that wasTimo Sirainen
2002-08-29/FOREACH WINDOW /WINDOW CLOSE could crash irssi.Timo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo 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 withoutTimo Sirainen
2002-02-11"/WINDOW IMMORTAL" shows the mortal-state. Error messages are printed inTimo Sirainen
2002-02-10Support for "immortal" windows, that can't be closed until explicitly set toTimo Sirainen
2001-12-20Added 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 toTimo 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 parameterTimo Sirainen
2001-08-12/WINDOW CLOSE <first> didn't work if <last> too wasn't specified..Timo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-08-03Added sticky window information to /WINDOW.Timo Sirainen
2001-08-03Minor cleanup.Timo Sirainen
2001-08-03/WINDOW command now prints all information related to window.Timo Sirainen
2001-07-15Previous foreach fixes to /FOREACH WINDOW too.Timo Sirainen
2001-06-27Added -delete option to /WINDOW THEME. /WINDOW THEME without parametersTimo Sirainen
2001-06-11/WINDOW SERVER -sticky / -unsticky crashed if the tag wasn't given andTimo Sirainen
2001-03-15/WINDOW CLOSE [<first> [<last>] - you can close multiple windows once now.Timo Sirainen
2001-02-27/WINDOW PREV -> /WINDOW PREVIOUSTimo Sirainen
2001-02-21/SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib logTimo Sirainen
2001-02-21/FOREACH server|channel|query|window <command>Timo Sirainen
2001-02-20Reload theme after /SET theme if it was modified.Timo Sirainen
2001-02-10/WINDOW SERVER: added -sticky and -unsticky options. If window serverTimo Sirainen
2001-01-28Added TXT_WINDOW_LEVEL, changed most of the /WINDOW commands to printTimo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-04/WINDOW NUMBER: fixed small memory leakTimo Sirainen
2001-01-01/WINDOW NUMBER: -sticky option added. Closing windows before a stickyTimo Sirainen