libguac-client-rdp.git
12 years agoFixed paint_bitmap (was not using cx,cy, leading to black rectangles), proper bpp...
Michael Jumper [Tue, 26 Jul 2011 20:40:00 +0000 (13:40 -0700)]
Fixed paint_bitmap (was not using cx,cy, leading to black rectangles), proper bpp calculations, using SRC instead of OVER for create_bitmap operations.

12 years agoscreenblt must always copy from default layer to target, not target to target
Michael Jumper [Tue, 26 Jul 2011 20:01:34 +0000 (13:01 -0700)]
screenblt must always copy from default layer to target, not target to target

12 years agoMore keysyms, log unmapped keysyms.
Michael Jumper [Tue, 26 Jul 2011 03:16:56 +0000 (20:16 -0700)]
More keysyms, log unmapped keysyms.

12 years agoFixed flag passing
Michael Jumper [Mon, 25 Jul 2011 22:55:39 +0000 (15:55 -0700)]
Fixed flag passing

12 years agoFixed mouse drag handling.
Michael Jumper [Mon, 25 Jul 2011 21:57:40 +0000 (14:57 -0700)]
Fixed mouse drag handling.

12 years agoFixed arrow keys
Michael Jumper [Mon, 25 Jul 2011 20:54:55 +0000 (13:54 -0700)]
Fixed arrow keys

12 years agoCleaned up keymap.
Michael Jumper [Mon, 25 Jul 2011 20:37:09 +0000 (13:37 -0700)]
Cleaned up keymap.

12 years agoAdded flags to keymap.
Michael Jumper [Mon, 25 Jul 2011 06:35:54 +0000 (23:35 -0700)]
Added flags to keymap.

12 years agoFixed some scancodes
Michael Jumper [Sun, 24 Jul 2011 08:05:10 +0000 (01:05 -0700)]
Fixed some scancodes

12 years agoAdded handling for keyboard events
Michael Jumper [Sun, 24 Jul 2011 07:47:38 +0000 (00:47 -0700)]
Added handling for keyboard events

12 years agoFixed stub, added rudimentary mouse support, support for clip, coloring of text.
Michael Jumper [Thu, 21 Jul 2011 22:17:16 +0000 (15:17 -0700)]
Fixed stub, added rudimentary mouse support, support for clip, coloring of text.

12 years agoUsing composite operations to set foreground/background of glyph.
Michael Jumper [Thu, 21 Jul 2011 08:40:44 +0000 (01:40 -0700)]
Using composite operations to set foreground/background of glyph.

12 years agoTransparent glyphs.
Michael Jumper [Thu, 21 Jul 2011 08:16:55 +0000 (01:16 -0700)]
Transparent glyphs.

12 years agoUsing rect instruction, initial partial-stub for glyphs and rendering
Michael Jumper [Thu, 21 Jul 2011 07:28:35 +0000 (00:28 -0700)]
Using rect instruction, initial partial-stub for glyphs and rendering

12 years agoInitial working drawing support for rect and bitmap
Michael Jumper [Wed, 20 Jul 2011 23:15:32 +0000 (16:15 -0700)]
Initial working drawing support for rect and bitmap

12 years agoUsing new layer/buffer alloc/free for bitmap/glyph/surface create/destroy.
Michael Jumper [Wed, 20 Jul 2011 19:48:11 +0000 (12:48 -0700)]
Using new layer/buffer alloc/free for bitmap/glyph/surface create/destroy.

12 years agoUpdated to latest freerdp, using guac_log_info for stubs, de-stubbed some handlers...
Michael Jumper [Wed, 20 Jul 2011 15:44:14 +0000 (08:44 -0700)]
Updated to latest freerdp, using guac_log_info for stubs, de-stubbed some handlers, now simulating allocation of bitmaps/glyphs/etc.

13 years agoMoved headers into own dir.
Michael Jumper [Mon, 28 Mar 2011 03:58:01 +0000 (20:58 -0700)]
Moved headers into own dir.

13 years agoMoved struct, etc. into own header.
Michael Jumper [Mon, 28 Mar 2011 03:56:14 +0000 (20:56 -0700)]
Moved struct, etc. into own header.

13 years agoUsing cairo instead of libpng (as required by libguac), now handling RDP messages.
Michael Jumper [Mon, 28 Mar 2011 02:04:05 +0000 (19:04 -0700)]
Using cairo instead of libpng (as required by libguac), now handling RDP messages.

13 years agoRDP handler stubs
Michael Jumper [Sun, 27 Mar 2011 04:37:32 +0000 (21:37 -0700)]
RDP handler stubs

13 years agoHandler placeholders
Michael Jumper [Sun, 27 Mar 2011 02:14:39 +0000 (19:14 -0700)]
Handler placeholders

13 years agoError handler, actual connection
Michael Jumper [Sat, 26 Mar 2011 06:48:39 +0000 (23:48 -0700)]
Error handler, actual connection

13 years agoClient data and free handler.
Michael Jumper [Sat, 26 Mar 2011 05:59:39 +0000 (22:59 -0700)]
Client data and free handler.

13 years agoActual calls to freerdp functions
Michael Jumper [Sat, 26 Mar 2011 05:49:48 +0000 (22:49 -0700)]
Actual calls to freerdp functions

13 years agoStub code and build files.
Michael Jumper [Sat, 26 Mar 2011 04:58:46 +0000 (21:58 -0700)]
Stub code and build files.

13 years agoInitial commit.
Michael Jumper [Sat, 26 Mar 2011 04:57:21 +0000 (21:57 -0700)]
Initial commit.