Koichiro IWAO
|
b2a7bb0cf0
|
use MS for orderType constants
|
6 years ago |
daixj
|
b3a1889200
|
Support Cache Glyph Revison 2, issue #367
|
6 years ago |
Jay Sorg
|
9d36983ae7
|
fix for protocol error when 32 bit and non rfx
|
7 years ago |
Pavel Roskin
|
6ed4c969f4
|
Eliminate APP_CC and DEFAULT_CC
|
8 years ago |
Pavel Roskin
|
b2d3dcf169
|
Include config_ac.h from all source files
|
8 years ago |
Jay Sorg
|
492116d535
|
fixes for rle bitmap compress limits and raw bitmaps
|
8 years ago |
Pavel Roskin
|
ae5bb5bf9c
|
Fix incorrect use of "it's" and "its", adjust wording
|
8 years ago |
Pavel Roskin
|
ca9cbcafc8
|
Typo fixes
|
9 years ago |
Jay Sorg
|
87208db090
|
fix warnings
|
9 years ago |
Pavel Roskin
|
964e860072
|
Run through codespell
|
9 years ago |
Jay Sorg
|
0cabb4a565
|
32 bpp compress the alpha, leave room for biggest 32 bpp data
|
10 years ago |
Jay Sorg
|
a16b83ac8a
|
libxrdp: remove some alloc / free
|
11 years ago |
Jay Sorg
|
b142a59e69
|
libxrdp: changes for planar compression
|
11 years ago |
Jay Sorg
|
aa35a32752
|
libxrdp: 32 bpp compression changes / fixes
|
11 years ago |
speidy
|
8372cce84d
|
o libxrdp: fastpath output, added cursor and palette now updates
o xrdp.ini: changed default behavior: always new cursors, always use
fastpath input and output.
|
11 years ago |
Jay Sorg
|
4cae44ce3b
|
libxrdp: keep rdp packets < 16K
|
11 years ago |
Jay Sorg
|
d18704d740
|
libxrdp: work on fastpath fragments
|
11 years ago |
Jay Sorg
|
ff8821c308
|
libxrdp: fastpath output, orders working
|
11 years ago |
Jay Sorg
|
c8579c3403
|
libxrdp: started adding planar bitmap compression
|
11 years ago |
Jay Sorg
|
f380f9e972
|
libxrdp: Authentic8 fixes for xrdp_orders_check
|
11 years ago |
Jay Sorg
|
c1b7cbd657
|
merges from authentic8
|
11 years ago |
Jay Sorg
|
2c021f5fab
|
don't use a global for turbo jpeg
|
11 years ago |
speidy
|
8e76b68102
|
neutrinordp: clean old freerdp moduels, add config, fix for RFX codec to
work.
|
11 years ago |
Jim Grandy
|
981741f55c
|
Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
|
11 years ago |
Jim Grandy
|
45b0bc9f17
|
Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 74b015d 4e51e6d 2829087
|
11 years ago |
Jim Grandy
|
1ae9a7f2b6
|
Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df f994298 38e2def
|
11 years ago |
Jay Sorg
|
4a66be133f
|
CRC optimize
|
11 years ago |
Jay Sorg
|
e466b054b7
|
libxrdp: no logic change, warnings and code cleanup
|
12 years ago |
Jay Sorg
|
c6fa03102f
|
copyright year update
|
12 years ago |
Bart Warmerdam
|
8fa8d90641
|
Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB
|
12 years ago |
Bart Warmerdam
|
69a721f7cb
|
Revert "Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB"
This reverts commit 4efe900f2d .
|
12 years ago |
Bart Warmerdam
|
4efe900f2d
|
Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB
|
12 years ago |
Jay Sorg
|
cce4f773d8
|
fixes, logging for off screen
|
12 years ago |
LawrenceK
|
cd847eafa1
|
when processing a text order we where not correctly using the text length 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.
|
12 years ago |
Laxmikant Rashinkar
|
1123323fda
|
o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
|
12 years ago |
Jay Sorg
|
639e7bc8ed
|
remove rail loggin, minor hints change
|
12 years ago |
Jay Sorg
|
204d6bbde1
|
codecs: move jpeg hack to bitmap cache v3
|
12 years ago |
Jay Sorg
|
6d539b8e22
|
user rfx for cache v3 if client supports
|
12 years ago |
Jay Sorg
|
62777d43b1
|
work on bitmap cache v3
|
12 years ago |
Jay Sorg
|
b52bf1b838
|
libxrdp: started adding RAIL support
|
13 years ago |
Jay Sorg
|
2eb2f1d92d
|
libxrdp: fix warning
|
13 years ago |
Jay Sorg
|
900a2541ca
|
offscreen bitmaps: implement the delete list
|
13 years ago |
Jay Sorg
|
e09f14e6d4
|
don't jpeg compress fonts
|
13 years ago |
Jay Sorg
|
d88291c9dd
|
-xorg: work on off screen bitmaps
|
13 years ago |
Jay Sorg
|
cc3754a2bd
|
xorg: work on offscreen bitmaps
|
13 years ago |
Jay Sorg
|
76e070e4f1
|
started work on off screen bitmap support
|
13 years ago |
Jay Sorg
|
6333cdd865
|
added non standard jpeg support off by default
|
13 years ago |
Nicola Ruggero
|
4cf06dbbcb
|
Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
|
14 years ago |
jsorg71
|
d83ebaa97a
|
use do ... while (0) style for parse.h
|
14 years ago |
jsorg71
|
e266d7ed04
|
update copyright year
|
15 years ago |