summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_orders.c
Commit message (Collapse)AuthorAgeFilesLines
* use MS for orderType constantsKoichiro IWAO2018-12-121-121/+121
|
* Support Cache Glyph Revison 2, issue #367daixj2018-10-251-4/+148
|
* fix for protocol error when 32 bit and non rfxJay Sorg2017-07-121-14/+35
|
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-31/+31
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* fixes for rle bitmap compress limits and raw bitmapsJay Sorg2016-12-141-38/+77
|
* Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-10/+10
|
* Typo fixesPavel Roskin2016-05-041-6/+6
|
* fix warningsJay Sorg2016-04-091-3/+11
|
* Run through codespellPavel Roskin2016-01-141-2/+2
|
* 32 bpp compress the alpha, leave room for biggest 32 bpp dataJay Sorg2014-06-291-2/+2
|
* libxrdp: remove some alloc / freeJay Sorg2014-06-181-12/+8
|
* libxrdp: changes for planar compressionJay Sorg2014-06-171-8/+10
|
* libxrdp: 32 bpp compression changes / fixesJay Sorg2014-06-151-2/+10
|
* 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
|