Use guac_error appropriately.
[libguac-client-rdp.git] / src / guac_handlers.c
2012-03-25 Michael JumperUse guac_error appropriately.
2012-03-22 Michael JumperFix memory leaks.
2012-03-21 Michael JumperMajor refactor of keymap - now using simple keysym...
2012-03-21 Michael JumperRemoved Alt-code mapping, using convenient identity...
2012-03-21 Michael JumperAutomatically release and re-press any active modifier...
2012-03-21 Michael JumperForgot to restore the increment of current keysym.
2012-03-21 Michael JumperAutomatically clear/set keysyms depending on original...
2012-03-21 Michael JumperDo not use addressof in lookup macro. Update keysym...
2012-03-21 Michael JumperRearrange into private key functions.
2012-03-21 Michael JumperAdd keysym string to $ for testing.
2012-03-21 Michael JumperImplement initial sending of keysym strings - beware...
2012-03-20 Michael JumperAdd function for sending Alt-codes. Send Alt-code if...
2012-03-20 Michael JumperSimplified mapping and lookups, added required structur...
2012-03-05 Michael JumperAdding Matt Hortman to list of contributors.
2012-03-05 Michael JumperFixed initializer.
2012-03-05 Michael JumperFixed whitespace, moved timeout declaration.
2012-02-28 Matt Hortmanadded timeout to select waiting on FreeRDP
2012-01-04 Michael JumperRemoved handle_messages() debug lines.
2012-01-03 Michael JumperMore settings and debug logs.
2012-01-03 Michael JumperFixed usage of freerdp funcs (now return boolean),...
2012-01-03 Michael JumperFixed handlers and segfaults.
2012-01-03 Michael JumperAdded missing .c file to Makefile.am, fix guac_handlers.c
2011-12-30 Michael JumperRefactored, removed functionality. Fixed most errors...