Embed format information along with default cursor image data. Refactor default curso...
[libguac-client-rdp.git] / src / client.c
2012-05-17 Michael JumperEmbed format information along with default cursor...
2012-05-17 Michael JumperImplement default pointer (currently drawn with draw...
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-12 Michael JumperMerge branch 'unstable' into clipboard
2012-04-06 Michael JumperFix transparent glyphs
2012-04-06 Michael JumperWorking glyph rendering (except for transparent text)
2012-04-04 Michael JumperImplement EndPaint.
2012-03-30 Michael JumperAdded clipboard event stubs.
2012-03-26 Michael JumperSend name after connect.
2012-03-25 Michael JumperUse guac_error appropriately.
2012-03-22 Michael JumperFix memory leaks.
2012-03-21 Michael JumperAdding quotes around keymap in log message.
2012-03-21 Michael JumperMajor refactor of keymap - now using simple keysym...
2012-03-21 Michael JumperAdd per-client keysym state mapping.
2012-03-20 Michael JumperSimplified mapping and lookups, added required structur...
2012-03-07 Michael JumperReformatted comments, fixed ticket #107 (background...
2012-03-05 Michael JumperAdding Matt Hortman to list of contributors.
2012-02-28 Matt Hortmanpass port to FreeRDP settings
2012-02-28 Matt Hortmandisable PATBLT order (since it's not implemented yet)
2012-02-27 Michael JumperChanged tabs to spaces, removed execute permissions...
2012-02-23 Matt Hortmanadditional RDP parameters
2012-02-12 Michael JumperMigrate to 0.6.0 libguac API.
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-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 JumperMore settings and debug logs.
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 JumperAdd default no-auth, RDP encryption.
2012-01-03 Michael JumperFixed handlers and segfaults.
2012-01-03 Michael JumperInit bitmap handlers, use xzalloc (part of libfreerdp...
2012-01-03 Michael JumperFixed typo in Makefile.am, removed non-existant include...
2011-12-30 Michael JumperRefactored, removed functionality. Fixed most errors...