irssi/src/fe-common/core
Jilles Tjoelker 178cd0acfb Add active_window_ignore_refnum option
With active_window_ignore_refnum = ON, the current behavior
for the active_window key (meta-a by default) is preserved:
windows are cycled in the order of most recent activity,
highest activity first.

With active_window_ignore_refnum = OFF, the old behavior is
used: windows are cycled in the order of most recent
activity, where ties of equally high activity are broken by
refnums. Windows with lower refnums and equal activity will
be chosen first.

Submitted by Matt Sparks
Bug #667


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5096 dbcabf3a-b0e7-0310-adc4-f8d773084564
2009-09-02 21:22:37 +00:00
..
chat-completion.c Stop the 'complete word' signal in the default completer when the 2008-05-16 12:46:09 +00:00
chat-completion.h completion_msg() is now public 2002-11-21 18:24:51 +00:00
command-history.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
command-history.h Fix argument name in declaration. 2008-02-15 23:44:46 +00:00
completion.c Prefer g_path_get_dirname() over g_dirname(). 2009-02-10 20:45:27 +00:00
completion.h Add 'word_completion_backward' command to scroll backwards in the completion 2008-05-17 13:12:21 +00:00
fe-channels.c Move to a single /join function, avoiding confusion on "/join -window". 2009-02-27 14:32:33 +00:00
fe-channels.h /NAMES -count: print only the Total xxx nicks line 2001-07-14 18:19:22 +00:00
fe-common-core.c Add strarray_find_dest(). Useful for checking whether a server_tag/target or target is found in a vector of strings. 2009-02-07 23:03:24 +00:00
fe-common-core.h Add strarray_find_dest(). Useful for checking whether a server_tag/target or target is found in a vector of strings. 2009-02-07 23:03:24 +00:00
fe-core-commands.c Ensure type matches format string in /uptime. 2009-04-17 12:42:41 +00:00
fe-core-commands.h Finally - /^msg nick never autocreates an empty window anymore. Added new 2002-06-05 20:11:10 +00:00
fe-exec.c Reject invalid level specifications in /set. 2009-02-21 21:17:51 +00:00
fe-exec.h Remember server for /EXEC targets. 2004-07-11 16:54:11 +00:00
fe-expandos.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-help.c Set null encoding for file channels. 2008-08-01 12:38:58 +00:00
fe-ignore-messages.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-ignore.c Code Cleanup: 2009-02-08 17:22:42 +00:00
fe-log.c autolog: change some characters illegal in Windows filenames to underscores 2009-08-13 21:16:22 +00:00
fe-messages.c Code Cleanup: 2009-02-08 17:57:19 +00:00
fe-messages.h make printnicks global 2002-12-04 20:52:33 +00:00
fe-modules.c Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}. 2008-03-04 10:42:23 +00:00
fe-queries.c Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in 2007-06-16 15:02:17 +00:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-recode.c Cache charset related data rather than computing it everytime recode_{in,out} 2008-06-10 22:49:00 +00:00
fe-recode.h forgot to add 2004-08-20 00:27:05 +00:00
fe-server.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
fe-settings.c Use i_isspace to make this clearer. 2009-02-21 17:34:13 +00:00
fe-windows.c Replace 0 with NULL. 2007-08-04 12:49:57 +00:00
fe-windows.h window->active_server used to hold non-connected servers, but that was 2002-09-14 23:14:04 +00:00
formats.c Remove broken and unused format to add an indent function to a line. 2009-01-13 18:31:31 +00:00
formats.h Remove broken and unused format to add an indent function to a line. 2009-01-13 18:31:31 +00:00
hilight-text.c Reject invalid level specifications in /set. 2009-02-21 21:17:51 +00:00
hilight-text.h Fix HILIGHT -actcolor -mask (Bug 131) 2004-10-06 16:25:34 +00:00
keyboard.c Simplify, isalnum && !isdigit == isalpha. 2008-12-07 23:30:00 +00:00
keyboard.h paste detection fixes 2003-11-17 12:17:57 +00:00
Makefile.am Move autorun_startup in fe-common-core.c and remove autorun.{c,h}. 2008-03-29 18:15:34 +00:00
module-formats.c Reject obviously invalid numbers in /set. 2009-02-21 17:20:13 +00:00
module-formats.h Reject obviously invalid numbers in /set. 2009-02-21 17:20:13 +00:00
module.h Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106 2004-09-15 12:11:43 +00:00
printtext.c Code Cleanup: 2009-02-08 17:22:42 +00:00
printtext.h Factor out printformat_module_dest_charargs function from 2009-01-10 15:00:06 +00:00
themes.c Fix minor leak. 2008-05-23 11:19:43 +00:00
themes.h Added support to define new default abstracts at runtime. 2002-12-28 15:25:10 +00:00
utf8.c Remove internal utf8 functions in favour of glib ones. 2008-12-09 11:59:16 +00:00
utf8.h Remove internal utf8 functions in favour of glib ones. 2008-12-09 11:59:16 +00:00
wcwidth.c Replace utf8_width with Markus Kuhn's wcwidth. 2007-05-25 21:56:30 +00:00
window-activity.c Add strarray_find_dest(). Useful for checking whether a server_tag/target or target is found in a vector of strings. 2009-02-07 23:03:24 +00:00
window-activity.h window_activity() and window_item_activity() are now public. Added them to 2002-02-15 09:05:45 +00:00
window-commands.c Add active_window_ignore_refnum option 2009-09-02 21:22:37 +00:00
window-items.c Remove unused variable. 2009-02-28 21:51:53 +00:00
window-items.h Removed window parameter from window_item_remove() and 2001-01-06 21:58:28 +00:00
windows-layout.c Reject invalid level specifications in /set. 2009-02-21 21:17:51 +00:00
windows-layout.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00