Defer caching.
[libguac-client-rdp.git] / src / rdp_bitmap.c
2012-04-10 Michael JumperDefer caching.
2012-04-10 Michael JumperFix artifacts.
2012-04-10 Michael JumperAllocate buffers conservatively.
2012-04-03 Michael JumperOnly cache bitmap on client if not ephemeral.
2012-03-05 Michael JumperAdding Matt Hortman to list of contributors.
2012-03-05 Michael JumperFixed whitespace, moved timeout declaration.
2012-03-01 Matt Hortmanget bitmap size from bounding box (not given width...
2012-02-09 Michael JumperFix image corruption (was using wrong buffer for surface).
2012-02-08 Michael JumperRestored handling of ephemeral, fixed allocation of...
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-08 Michael JumperAdd cache and bitmap decompress stub.
2012-01-04 Michael JumperGDI stubs, working rect.
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 JumperMoved bitmap handler into own files.