libguac-client-rdp.git
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-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
2012-02-23 Michael JumperBumped version number to 0.6.0. Added LICENSE to dist...
2012-02-23 Matt Hortmanadded raster operations
2012-02-23 Matt Hortmanchange to build with latest FreeRDP
2012-02-23 Matt Hortmanadditional RDP parameters
2012-02-23 Michael Jumperfreerdp_color_convert is now freerdp_color_convert_var...
2012-02-17 Michael JumperImplement DstBlt for ROP3==0 (blackness)
2012-02-17 Michael JumperFree surface image buffer after use.
2012-02-16 Michael JumperCache and use pointers.
2012-02-16 Michael JumperAdded layer to pointer structure.
2012-02-12 Michael JumperMigrate to 0.6.0 libguac API.
2012-02-09 Michael JumperImplement scrblt.
2012-02-09 Michael JumperColorize glyphs.
2012-02-09 Michael JumperInitial glyph support.
2012-02-09 Michael JumperFix image corruption (was using wrong buffer for surface).
2012-02-08 Michael JumperSend real client size.
2012-02-08 Michael JumperRestored handling of ephemeral, fixed allocation of...
2012-02-08 Michael JumperImplement SetBounds.
2012-02-08 Michael JumperNon-static clrconv, handle palette updates.
2012-02-08 Michael JumperHandle primary set surface, handle ephemeral buffers...
2012-01-11 Michael JumperImplemented set surface, removed unneeded debug logs.
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 JumperRemoved handle_messages() debug lines.
2012-01-04 Michael JumperGDI stubs, working rect.
2012-01-03 Michael JumperMore settings and debug logs.
2012-01-03 Michael JumperAdded glyph and pointer stubs.
2012-01-03 Michael JumperAdded prototypes and init for glyphs and pointers.
2012-01-03 Michael JumperFixed usage of freerdp funcs (now return boolean),...
2012-01-03 Michael JumperAdded free for bitmaps + stub for bitmap paint.
2012-01-03 Michael JumperAdd default no-auth, RDP encryption.
2012-01-03 Michael JumperFixed handlers and segfaults.
2012-01-03 Michael JumperAdded missing .c file to Makefile.am, fix guac_handlers.c
2012-01-03 Michael JumperTest for and use libfreerdp-codec.
2012-01-03 Michael JumperInit bitmap handlers, use xzalloc (part of libfreerdp...
2012-01-03 Michael JumperDefined guac_rdp_bitmap.
2012-01-03 Michael JumperUpdate constants in keymap to 1.0
2012-01-03 Michael JumperFixed typo in Makefile.am, removed non-existant include...
2012-01-03 Michael JumperRemoved old handler functions.
2012-01-03 Michael JumperMoved bitmap handler into own files.
2012-01-03 Michael JumperAdded incomplete but somewhat compliant bitmap-new...
2011-12-30 Michael JumperRefactored, removed functionality. Fixed most errors...
2011-12-11 Michael JumperUpdated README to point to new Trac.
2011-11-26 Michael JumperBumped version number, migrated to new libguac API.
2011-10-26 Michael JumperRevert "Migrated to new location for default layer."
2011-10-24 Michael JumperMigrated to new location for default layer.
next