Add support for ignoring certificate, security, authentication, and pre-connection...
[libguac-client-rdp.git] / include /
2012-05-25 Michael JumperTest for SetDefault and SetNull before using them ...
2012-05-25 Michael JumperFixed license list of contributors.
2012-05-25 David PHAM-VANAdd SetNull and SetDefault functions to pointer managme...
2012-05-17 Michael JumperEmbed format information along with default cursor...
2012-05-17 Michael JumperUsing embedded bitmap rather than raster-drawn cursor.
2012-05-17 Michael JumperImplement default pointer (currently drawn with draw...
2012-05-16 Michael JumperRemove now unused altcode function.
2012-05-16 Michael JumperUse direct translation between keysym and Unicode,...
2012-05-16 Michael JumperCheck for freerdp/locale/keyboard.h before using it...
2012-05-15 Jocelyn DELALANDElicensing fix
2012-05-15 Jocelyn DELALANDEcosmetic and comments for guacamole integration
2012-05-15 Jocelyn DELALANDEfixed include path for freerdp >= 1.0
2012-05-15 Jocelyn DELALANDEFirst working implementation with special characters...
2012-05-15 Jocelyn DELALANDEAdded keysym to unicode translation mechanisms.
2012-05-04 Michael JumperFinal comments.
2012-05-01 Michael JumperEmbed RDP keyboard layout within keymap (see ticket...
2012-04-30 Michael JumperFree clipboard data properly.
2012-04-30 Michael JumperWrite support in clipboard.
2012-04-30 Michael JumperStore clipboard data in client data.
2012-04-30 Michael JumperRead support for clipboard.
2012-04-12 Michael JumperMerge branch 'unstable' into clipboard
2012-04-10 Michael JumperImplement deferred cache via memblt.
2012-04-10 Michael JumperDefer caching.
2012-04-06 Michael JumperFix transparent glyphs
2012-04-06 Michael JumperWorking glyph rendering (except for transparent text)
2012-04-05 Michael JumperRender all glyphs server-side.
2012-04-04 Michael JumperImplement EndPaint.
2012-03-30 Michael JumperAdded clipboard event stubs.
2012-03-22 Michael JumperAdd remaining modifier strings, fix unshifted en-us...
2012-03-21 Michael JumperMoved non-printable keys into base keymap.
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 JumperAdded keysym strings for alt and all modifiers.
2012-03-21 Michael JumperDo not use addressof in lookup macro. Update keysym...
2012-03-21 Michael JumperAdd per-client keysym state mapping.
2012-03-21 Michael JumperAdd keysym string to $ for testing.
2012-03-20 Michael JumperUse const char* rather than static array.
2012-03-20 Michael JumperSimplified mapping and lookups, added required structur...
2012-03-20 Michael JumperAdded alt-code mapping structures.
2012-03-20 Michael JumperAugmented keymap struct to support prerequisite keysyms.
2012-03-05 Michael JumperFixed whitespace, moved timeout declaration.
2012-02-27 Michael JumperUse transfer, not copy.
2012-02-27 Michael JumperMove ROP3 translation code into function, use hex for...
2012-02-16 Michael JumperAdded layer to pointer structure.
2012-02-09 Michael JumperColorize glyphs.
2012-02-08 Michael JumperImplement SetBounds.
2012-02-08 Michael JumperNon-static clrconv, handle palette updates.
2012-01-09 Michael JumperAdded BeginDraw and EndDraw stubs of glyph rendering.
2012-01-08 Michael JumperAdd cache and bitmap decompress stub.
2012-01-04 Michael JumperGDI stubs, working rect.
2012-01-03 Michael JumperAdded prototypes and init for glyphs and pointers.
2012-01-03 Michael JumperAdded free for bitmaps + stub for bitmap paint.
2012-01-03 Michael JumperFixed handlers and segfaults.
2012-01-03 Michael JumperDefined guac_rdp_bitmap.
2012-01-03 Michael JumperRemoved old handler functions.
2012-01-03 Michael JumperMoved bitmap handler into own files.
2011-12-30 Michael JumperRefactored, removed functionality. Fixed most errors...
2011-08-16 Michael JumperMinimal changes to work with FreeRDP 0.8.2
2011-07-25 Michael JumperAdded flags to keymap.
2011-07-24 Michael JumperAdded handling for keyboard events
2011-07-21 Michael JumperFixed stub, added rudimentary mouse support, support...
2011-07-20 Michael JumperInitial working drawing support for rect and bitmap
2011-07-20 Michael JumperUpdated to latest freerdp, using guac_log_info for...
2011-03-28 Michael JumperMoved headers into own dir.