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 |
jsorg71
|
859dc139f0
|
update copyright year
|
16 years ago |
jsorg71
|
683dfa9a86
|
add a comment
|
16 years ago |
jsorg71
|
994172c931
|
make sure rop and mixmode are in range
|
16 years ago |
jsorg71
|
72ef2dc2e9
|
added support for tiny and small order flags
|
17 years ago |
jsorg71
|
bfe555e3b6
|
added brush cache bits for clients that support it
|
17 years ago |
jsorg71
|
435eea7531
|
use RDP_ORDER_SMALL and RDP_ORDER_TINY for patblt
|
17 years ago |
jsorg71
|
38b789e81f
|
update copyright year
|
17 years ago |
jsorg71
|
d373ee9322
|
added debug out, added update sync
|
18 years ago |
jsorg71
|
06186b0b75
|
moved orders state to one struct
|
18 years ago |
jsorg71
|
d2802912f6
|
copyright year update
|
18 years ago |
jsorg71
|
770a27bfb3
|
printf -> writeln
|
19 years ago |
jsorg71
|
b91f25deef
|
bitmap cache v2
|
19 years ago |
jsorg71
|
11e4fb23b3
|
copyright year update
|
19 years ago |
jsorg71
|
754efcabb1
|
<lf><cr> should be <cr><lf>
|
19 years ago |
jsorg71
|
04f809251c
|
8K max packet size for 8 bpp clients
|
19 years ago |
jsorg71
|
7d891a1bde
|
added server_reset(which uses demand_active) for resizing the rdp client
|
19 years ago |
jsorg71
|
a4ce4c46c6
|
clip changes, 16bpp crash fix
|
20 years ago |
jsorg71
|
992dbfa7b3
|
moved a bunch of files around
|
20 years ago |