summaryrefslogtreecommitdiff
path: root/src/fe-common/core/keyboard.c
AgeCommit message (Expand)Author
2018-03-12make default keybinds deletableailin-nemui
2017-02-18Execute what's left in the input queue when the timeout expires.LemonBoy
2015-09-21Limit recursion depth of key/combo expansion in key_states_scan()dequis
2015-04-17Merge pull request #199 from ailin-nemui/config-parserAlexander Færøy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2015-02-17add CONFIG_REC to config_node_section* APIsAilin Nemui
2014-07-28Modify escape of ^ key so it can be used as well as Ctrl+^Ailin Nemui
2014-06-15Merge pull request #36 from dajohi/g_tree_foreachAlexander Færøy
2014-06-15Add support for utf8 chars to /bindMarien Zwart
2014-06-15Replace deprecated g_tree_traverse with g_tree_foreach.David Hill
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2008-12-07Simplify, isalnum && !isdigit == isalpha.Emanuele Giaquinta
2008-05-23Fix leaks.Emanuele Giaquinta
2008-05-23Fix command description.Emanuele Giaquinta
2008-05-19Add 'list' option to bind command to list all the available commands and removeEmanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2003-11-17fixTimo Sirainen
2003-11-17paste detection fixesTimo Sirainen
2002-05-19hilight + keyboard fixes so it's possible for xirssi to modify them.Timo Sirainen
2002-04-27/BIND list changes: added header/footer, added %#, bind_key -> bind_listTimo Sirainen
2002-04-21struct naming changesTimo Sirainen
2002-04-15fixed several signal leaksTimo Sirainen
2002-04-13If some keycombo can't be expanded, add it to state list as-is so it can useTimo Sirainen
2002-04-12Wrong casting with glib2 fix - GSearchFunc, not GCompareFunc :)Timo Sirainen
2002-04-10Fixed one error and several warnings with GLIB 2.0Timo Sirainen
2002-03-24Added "nothing" action to /BIND.Timo Sirainen
2002-03-10*** empty log message ***Timo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-02-01Don't eat unknown keys that aren't combinationsTimo Sirainen
2002-01-31Unknown key bindings don't print the last invalid key anymore to input line.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-11-19/BIND works a bit better again when parsing the given key.Timo Sirainen
2001-10-20/BIND -delete doesn't anymore leave empty {} blocks in configuration file.Timo Sirainen
2001-09-11/BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'..Timo Sirainen
2001-09-11It's now possible to stop single character /BINDs from printing to inputTimo Sirainen
2001-08-12One more limit to "key" names - it can't start with a digit. This allows usTimo Sirainen
2001-08-12Bugfix to keyb. code :) And now the "key" names can contain onlyTimo Sirainen
2001-08-12Keyboard code fixes - meta-arrows etc. should work now correctly.Timo Sirainen
2001-05-17Small speedup when pressing unbound keys.Timo Sirainen
2001-05-11Don't crash if config file had keyboard = { .. } in itTimo Sirainen
2001-05-11more config file handling fixesTimo Sirainen
2001-05-11fixed config file handlingTimo Sirainen
2001-05-08some fixes, saving is still brokenTimo Sirainen
2001-05-06keyboard handling rewriteTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-05/BIND comment updatesTimo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen