summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_orders.c
Commit message (Collapse)AuthorAgeFilesLines
* o libxrdp: fastpath output, added cursor and palette now updatesspeidy2014-03-131-1/+1
| | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output.
* libxrdp: keep rdp packets < 16KJay Sorg2014-03-091-1/+1
|
* libxrdp: work on fastpath fragmentsJay Sorg2014-03-091-9/+4
|
* libxrdp: fastpath output, orders workingJay Sorg2014-03-071-51/+73
|
* libxrdp: started adding planar bitmap compressionJay Sorg2014-02-151-2/+10
|
* libxrdp: Authentic8 fixes for xrdp_orders_checkJay Sorg2013-10-171-19/+73
|
* merges from authentic8Jay Sorg2013-09-261-3/+346
|\
| * Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵Jim Grandy2013-08-221-0/+326
| | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
| * Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 ↵Jim Grandy2013-08-221-2/+12
| | | | | | | | 74b015d 4e51e6d 2829087
| * Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df ↵Jim Grandy2013-08-221-1/+8
| | | | | | | | f994298 38e2def
* | don't use a global for turbo jpegJay Sorg2013-09-191-1/+3
| |
* | neutrinordp: clean old freerdp moduels, add config, fix for RFX codec tospeidy2013-08-241-4/+4
| | | | | | work.
* | CRC optimizeJay Sorg2013-08-191-0/+20
|/
* 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
|