summaryrefslogtreecommitdiff
path: root/src/fe-common/core/keyboard.c
AgeCommit message (Expand)Author
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
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-22Key bindings weren't loaded at startup correctly.Timo Sirainen
2000-09-27/BIND <key> /command works now directly instead of needing theTimo Sirainen
2000-09-06Added tab-completion for /BIND's commands.Timo Sirainen
2000-09-06/bind <key> command <cmd> - <cmd> doesn't need to start with / anymoreTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Listing keys with /BIND key now checks the keys case-insensitively.Timo Sirainen
2000-07-22Ignore case when checking key names.Timo Sirainen
2000-07-21/RELOAD still didn't work right.Timo Sirainen
2000-07-16/RELOAD broke keyboard bindingsTimo Sirainen
2000-07-08Implemented /BIND [<key> [<action> [<data>]]] command.Timo Sirainen
2000-07-08Reading and saving keyboard configuration actually works now.Timo Sirainen