summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_orders.c
Commit message (Collapse)AuthorAgeFilesLines
* libxrdp: no logic change, warnings and code cleanupJay Sorg2013-06-231-13/+18
|
* copyright year updateJay Sorg2013-06-081-1/+1
|
* Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵Bart Warmerdam2013-01-201-4/+4
| | | | RED=lsB, BLUE=msB
* Revert "Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr ↵Bart Warmerdam2013-01-201-4/+4
| | | | | | p192), RED=lsB, BLUE=msB" This reverts commit 4efe900f2d3ba4a2a3d60d2b68b1a90b739b9c2d.
* Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵Bart Warmerdam2013-01-201-4/+4
| | | | RED=lsB, BLUE=msB
* fixes, logging for off screenJay Sorg2012-12-231-0/+1
|
* when processing a text order we where not correctly using the text length ↵LawrenceK2012-12-061-3/+15
| | | | this resulted in overrunning the order buffer and eventually corrupting the heap. Two fixes uses the data length and if the size is greater than max_packet_size attempt to send anyway otherwise you break the protocol.
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-1818/+2111
| | | | | o applied new coding standards to all .c files o moved some files around
* remove rail loggin, minor hints changeJay Sorg2012-08-171-0/+8
|
* codecs: move jpeg hack to bitmap cache v3Jay Sorg2012-07-241-85/+131
|
* user rfx for cache v3 if client supportsJay Sorg2012-07-231-0/+83
|
* work on bitmap cache v3Jay Sorg2012-07-171-0/+14
|
* libxrdp: started adding RAIL supportJay Sorg2012-06-141-1/+1
|
* libxrdp: fix warningJay Sorg2012-06-111-1/+0
|
* offscreen bitmaps: implement the delete listJay Sorg2012-05-221-3/+6
|
* don't jpeg compress fontsJay Sorg2012-05-211-3/+7
|
* -xorg: work on off screen bitmapsJay Sorg2012-05-201-5/+28
|
* xorg: work on offscreen bitmapsJay Sorg2012-05-171-2/+2
|
* started work on off screen bitmap supportJay Sorg2012-05-131-0/+42
|
* added non standard jpeg support off by defaultJay Sorg2012-04-071-2/+37
|
* Major code cleanup:Nicola Ruggero2010-11-031-64/+70
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* use do ... while (0) style for parse.hjsorg712010-08-091-20/+20
|
* update copyright yearjsorg712010-07-041-1/+1
|
* update copyright yearjsorg712009-01-251-1/+1
|
* add a commentjsorg712008-08-311-4/+6
|
* make sure rop and mixmode are in rangejsorg712008-08-311-3/+11
|
* added support for tiny and small order flagsjsorg712008-06-301-62/+107
|
* added brush cache bits for clients that support itjsorg712008-06-241-0/+28
|
* use RDP_ORDER_SMALL and RDP_ORDER_TINY for patbltjsorg712008-06-211-5/+35
|
* update copyright yearjsorg712008-01-301-1/+1
|
* added debug out, added update syncjsorg712007-04-081-4/+4
|
* moved orders state to one structjsorg712007-01-201-250/+244
|
* copyright year updatejsorg712007-01-121-1/+1
|
* printf -> writelnjsorg712006-04-291-14/+14
|
* bitmap cache v2jsorg712006-03-171-0/+166
|
* copyright year updatejsorg712006-02-041-3/+3
|
* <lf><cr> should be <cr><lf>jsorg712005-11-261-5/+5
|
* 8K max packet size for 8 bpp clientsjsorg712005-09-271-3/+12
|
* added server_reset(which uses demand_active) for resizing the rdp clientjsorg712005-08-241-1/+34
|
* clip changes, 16bpp crash fixjsorg712005-08-181-41/+99
|
* moved a bunch of files aroundjsorg712005-06-281-0/+1553