Reformatted comments, fixed ticket #107 (background not being drawn).
[libguac-client-rdp.git] / src / client.c
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...