Age | Commit message (Expand) | Author |
2018-03-12 | make default keybinds deletable | ailin-nemui |
2017-02-18 | Execute what's left in the input queue when the timeout expires. | LemonBoy |
2015-09-21 | Limit recursion depth of key/combo expansion in key_states_scan() | dequis |
2015-04-17 | Merge pull request #199 from ailin-nemui/config-parser | Alexander Færøy |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2015-02-17 | add CONFIG_REC to config_node_section* APIs | Ailin Nemui |
2014-07-28 | Modify escape of ^ key so it can be used as well as Ctrl+^ | Ailin Nemui |
2014-06-15 | Merge pull request #36 from dajohi/g_tree_foreach | Alexander Færøy |
2014-06-15 | Add support for utf8 chars to /bind | Marien Zwart |
2014-06-15 | Replace deprecated g_tree_traverse with g_tree_foreach. | David Hill |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2008-12-07 | Simplify, isalnum && !isdigit == isalpha. | Emanuele Giaquinta |
2008-05-23 | Fix leaks. | Emanuele Giaquinta |
2008-05-23 | Fix command description. | Emanuele Giaquinta |
2008-05-19 | Add 'list' option to bind command to list all the available commands and remove | Emanuele Giaquinta |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2003-11-17 | fix | Timo Sirainen |
2003-11-17 | paste detection fixes | Timo Sirainen |
2002-05-19 | hilight + 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_list | Timo Sirainen |
2002-04-21 | struct naming changes | Timo Sirainen |
2002-04-15 | fixed several signal leaks | Timo Sirainen |
2002-04-13 | If some keycombo can't be expanded, add it to state list as-is so it can use | Timo Sirainen |
2002-04-12 | Wrong casting with glib2 fix - GSearchFunc, not GCompareFunc :) | Timo Sirainen |
2002-04-10 | Fixed one error and several warnings with GLIB 2.0 | Timo Sirainen |
2002-03-24 | Added "nothing" action to /BIND. | Timo Sirainen |
2002-03-10 | *** empty log message *** | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-02-01 | Don't eat unknown keys that aren't combinations | Timo Sirainen |
2002-01-31 | Unknown key bindings don't print the last invalid key anymore to input line. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo 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-11 | It's now possible to stop single character /BINDs from printing to input | Timo Sirainen |
2001-08-12 | One more limit to "key" names - it can't start with a digit. This allows us | Timo Sirainen |
2001-08-12 | Bugfix to keyb. code :) And now the "key" names can contain only | Timo Sirainen |
2001-08-12 | Keyboard code fixes - meta-arrows etc. should work now correctly. | Timo Sirainen |
2001-05-17 | Small speedup when pressing unbound keys. | Timo Sirainen |
2001-05-11 | Don't crash if config file had keyboard = { .. } in it | Timo Sirainen |
2001-05-11 | more config file handling fixes | Timo Sirainen |
2001-05-11 | fixed config file handling | Timo Sirainen |
2001-05-08 | some fixes, saving is still broken | Timo Sirainen |
2001-05-06 | keyboard handling rewrite | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-05 | /BIND comment updates | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |