libguac-client-rdp.git
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.
2011-09-13 Michael JumperAltered glyph drawing order.
2011-08-18 Michael JumperFixed keyboard event, added missing init.
2011-08-17 Michael JumperRestored missing functions (palette).
2011-08-16 Michael JumperMinimal changes to work with FreeRDP 0.8.2
2011-07-27 Michael JumperWorking mouse support.
2011-07-26 Michael JumperFixed paint_bitmap (was not using cx,cy, leading to...
2011-07-26 Michael Jumperscreenblt must always copy from default layer to target...
2011-07-26 Michael JumperMore keysyms, log unmapped keysyms.
2011-07-25 Michael JumperFixed flag passing
2011-07-25 Michael JumperFixed mouse drag handling.
2011-07-25 Michael JumperFixed arrow keys
2011-07-25 Michael JumperCleaned up keymap.
2011-07-25 Michael JumperAdded flags to keymap.
2011-07-24 Michael JumperFixed some scancodes
2011-07-24 Michael JumperAdded handling for keyboard events
2011-07-21 Michael JumperFixed stub, added rudimentary mouse support, support...
2011-07-21 Michael JumperUsing composite operations to set foreground/background...
2011-07-21 Michael JumperTransparent glyphs.
2011-07-21 Michael JumperUsing rect instruction, initial partial-stub for glyphs...
2011-07-20 Michael JumperInitial working drawing support for rect and bitmap
2011-07-20 Michael JumperUsing new layer/buffer alloc/free for bitmap/glyph...
2011-07-20 Michael JumperUpdated to latest freerdp, using guac_log_info for...
2011-03-28 Michael JumperMoved headers into own dir.
2011-03-28 Michael JumperMoved struct, etc. into own header.
2011-03-28 Michael JumperUsing cairo instead of libpng (as required by libguac...
2011-03-27 Michael JumperRDP handler stubs
2011-03-27 Michael JumperHandler placeholders
2011-03-26 Michael JumperError handler, actual connection
2011-03-26 Michael JumperClient data and free handler.
2011-03-26 Michael JumperActual calls to freerdp functions
2011-03-26 Michael JumperStub code and build files.
2011-03-26 Michael JumperInitial commit.