irssi/src/fe-common/core
dx c3e4664870 Merge pull request #294 from dequis/key-states-rescan-recursion-limit
Limit recursion depth of key/combo expansion in key_states_scan()
2015-10-02 07:22:48 -03:00
..
chat-completion.c Fix use-after-free bug with cached settings values 2014-09-30 18:07:13 +02:00
chat-completion.h completion_msg() is now public 2002-11-21 18:24:51 +00:00
command-history.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
command-history.h Fix argument name in declaration. 2008-02-15 23:44:46 +00:00
completion.c Merge pull request #199 from ailin-nemui/config-parser 2015-04-17 21:23:03 +02: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 Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03: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 Drop some glib version checks that are not needed anymore 2015-09-23 13:58:22 -03: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 Don't assume the size of time_t. 2014-06-10 12:45:57 -04: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 Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03: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 Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
fe-ignore-messages.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
fe-ignore.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
fe-log.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
fe-messages.c Add new setting to optionally modify behaviour of hilight_nick_matches 2015-09-22 22:49:50 +02:00
fe-messages.h make printnicks global 2002-12-04 20:52:33 +00:00
fe-modules.c Disallow unloading of static modules 2014-06-15 22:48:43 +02:00
fe-queries.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-recode.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
fe-recode.h forgot to add 2004-08-20 00:27:05 +00:00
fe-server.c Revert "Network and IPv{4,6} related changes" 2015-09-22 21:59:17 +02:00
fe-settings.c Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
fe-windows.c source cleanup: remove trailing whitespaces 2014-09-11 19:10:33 +02:00
fe-windows.h Finish 256 colour support for Irssi 2014-06-30 02:41:34 +02:00
formats.c Fix reset of attributes with ansi 2014-10-28 10:50:26 +01:00
formats.h add italics support; don't use standout for reverse 2014-07-07 00:32:07 +02:00
hilight-text.c Merge pull request #199 from ailin-nemui/config-parser 2015-04-17 21:23:03 +02:00
hilight-text.h source cleanup: remove trailing whitespaces 2014-09-11 19:10:33 +02:00
keyboard.c Limit recursion depth of key/combo expansion in key_states_scan() 2015-09-21 22:59:24 -03:00
keyboard.h paste detection fixes 2003-11-17 12:17:57 +00:00
Makefile.am s/INCLUDES/AM_CPPFLAGS/g 2014-06-27 09:06:21 -04:00
module-formats.c 1k+ windows are now the default formatting (#223) 2015-06-12 21:13:45 +02: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 source cleanup: remove trailing whitespaces 2014-09-11 19:10:33 +02:00
printtext.h Factor out printformat_module_dest_charargs function from 2009-01-10 15:00:06 +00:00
themes.c Merge pull request #199 from ailin-nemui/config-parser 2015-04-17 21:23:03 +02:00
themes.h Finish 256 colour support for Irssi 2014-06-30 02:41:34 +02:00
utf8.c Remove internal utf8 functions in favour of glib ones. 2008-12-09 11:59:16 +00:00
utf8.h Fix UTF-8 character corruption every 32kb of text buffer 2014-06-18 22:47:17 +02:00
wcwidth.c source cleanup: remove trailing whitespaces 2014-09-11 19:10:33 +02: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 Change all strcmp() to g_strcmp0() to handle nulls gracefully 2015-04-07 22:41:05 -03:00
window-items.c Remove unused variables to silence compiler warnings 2014-06-26 00:47:49 +01:00
window-items.h Removed window parameter from window_item_remove() and 2001-01-06 21:58:28 +00:00
windows-layout.c fix crash in layout code when encountering wrong config 2015-02-17 09:50:55 +01:00
windows-layout.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00