libguac-client-rdp.git
2012-09-14 Alex BlighAdd support for ignoring certificate, security, authent... master
2012-06-10 Michael JumperUpdated changelog.
2012-06-10 Michael JumperBumping version to 0.6.1
2012-06-10 Michael JumperMarking default/null handlers as stubs.
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-18 Michael JumperDo not init username with default static string - canno...
2012-05-17 Michael JumperEmbed format information along with default cursor...
2012-05-17 Michael JumperUndef not needed as define is within .c, not header.
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 JumperLog when no equivalence between keysym and Unicode...
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 DELALANDEAdded support for all keysyms, even over 0xFFFF
2012-05-15 Jocelyn DELALANDEFirst working implementation with special characters...
2012-05-15 Jocelyn DELALANDEAdded keysym to unicode translation mechanisms.
2012-05-05 Michael JumperAdded missing noinst_HEADERS
2012-05-04 Michael JumperUpdate ChangeLog
2012-05-04 Michael JumperUpdate AUTHORS.
2012-05-04 Michael JumperFinal comments.
2012-05-04 Michael JumperFix leaks - free clipboard and glyph surfaces.
2012-05-04 Michael JumperStyle corrections, add domain parameter.
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-11 Michael JumperFix boundary overflow.
2012-04-10 Michael JumperOnly cache within memblt if not already cached.
2012-04-10 Michael JumperImplement deferred cache via memblt.
2012-04-10 Michael JumperDefer caching.
2012-04-10 Michael JumperFix artifacts.
2012-04-10 Michael JumperAllocate buffers conservatively.
2012-04-06 Michael JumperFix color order regression.
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-04-03 Michael JumperOnly cache bitmap on client if not ephemeral.
2012-04-03 Michael JumperDo NOT flush the socket after EVERY GLYPH!
2012-03-30 Michael JumperAdded clipboard event stubs.
2012-03-26 Michael JumperSend name after connect.
2012-03-26 Michael JumperHandle RDP disconnect.
2012-03-25 Michael JumperUse guac_error appropriately.
2012-03-22 Michael JumperFix memory leaks.
2012-03-22 Michael JumperFinish base keymap.
2012-03-22 Michael JumperAdd remaining modifier strings, fix unshifted en-us...
2012-03-21 Michael JumperAdding quotes around keymap in log message.
2012-03-21 Michael JumperMoved non-printable keys into base keymap.
2012-03-21 Michael JumperAdd shift to keysyms that require it.
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 translation for entirety of CP1252.
2012-03-21 Michael JumperFix padding for comment-only lines.
2012-03-21 Michael JumperAdd padding after NULLs for sake of formatting when...
2012-03-21 Michael JumperAutomatically release and re-press any active modifier...
2012-03-21 Michael JumperAdded keysym strings for alt and all modifiers.
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 JumperAdd per-client keysym state mapping.
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 JumperAdd scancodes for keypad numbers.
2012-03-20 Michael JumperUse const char* rather than static array.
2012-03-20 Michael JumperAdd Alt-code map.
2012-03-20 Michael JumperUse new typedef.
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-12 Michael JumperRefactor supporting new instruction set.
2012-03-08 Michael JumperAdded Matt Hortman to list of contributors.
2012-03-08 Matt Hortmanadded scancodes for Menu, Alt, and Super keys
2012-03-07 Michael JumperAdded missing brace...
2012-03-07 Michael JumperImplement constant and copy/NOP raster operations witho...
2012-03-07 Michael JumperAdd other raster operations (all having only src and...
2012-03-07 Michael JumperReformatted comments, fixed ticket #107 (background...
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-03-05 Matt Hortmanfixed color mapping in glyph_begindraw
2012-03-01 Matt Hortmanpaint background in glyph_begindraw
2012-03-01 Matt Hortmanfix ROP mapping
2012-03-01 Matt Hortmanget bitmap size from bounding box (not given width...
2012-02-28 Matt Hortmanpass port to FreeRDP settings
2012-02-28 Matt Hortmandisable PATBLT order (since it's not implemented yet)
2012-02-28 Matt Hortmanadded timeout to select waiting on FreeRDP
2012-02-27 Michael JumperUse transfer, not copy.
2012-02-27 Michael JumperMove ROP3 translation code into function, use hex for...
2012-02-27 Michael JumperChanged tabs to spaces, removed execute permissions...
2012-02-27 Michael JumperMerge remote branch 'matthortman/MBH' into raster
next