Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libxrdp: no logic change, warnings and code cleanup | Jay Sorg | 2013-06-23 | 1 | -13/+18 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵ | Bart Warmerdam | 2013-01-20 | 1 | -4/+4 |
| | | | | RED=lsB, BLUE=msB | ||||
* | Revert "Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr ↵ | Bart Warmerdam | 2013-01-20 | 1 | -4/+4 |
| | | | | | | p192), RED=lsB, BLUE=msB" This reverts commit 4efe900f2d3ba4a2a3d60d2b68b1a90b739b9c2d. | ||||
* | Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), ↵ | Bart Warmerdam | 2013-01-20 | 1 | -4/+4 |
| | | | | RED=lsB, BLUE=msB | ||||
* | fixes, logging for off screen | Jay Sorg | 2012-12-23 | 1 | -0/+1 |
| | |||||
* | when processing a text order we where not correctly using the text length ↵ | LawrenceK | 2012-12-06 | 1 | -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.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -1818/+2111 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | remove rail loggin, minor hints change | Jay Sorg | 2012-08-17 | 1 | -0/+8 |
| | |||||
* | codecs: move jpeg hack to bitmap cache v3 | Jay Sorg | 2012-07-24 | 1 | -85/+131 |
| | |||||
* | user rfx for cache v3 if client supports | Jay Sorg | 2012-07-23 | 1 | -0/+83 |
| | |||||
* | work on bitmap cache v3 | Jay Sorg | 2012-07-17 | 1 | -0/+14 |
| | |||||
* | libxrdp: started adding RAIL support | Jay Sorg | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | libxrdp: fix warning | Jay Sorg | 2012-06-11 | 1 | -1/+0 |
| | |||||
* | offscreen bitmaps: implement the delete list | Jay Sorg | 2012-05-22 | 1 | -3/+6 |
| | |||||
* | don't jpeg compress fonts | Jay Sorg | 2012-05-21 | 1 | -3/+7 |
| | |||||
* | -xorg: work on off screen bitmaps | Jay Sorg | 2012-05-20 | 1 | -5/+28 |
| | |||||
* | xorg: work on offscreen bitmaps | Jay Sorg | 2012-05-17 | 1 | -2/+2 |
| | |||||
* | started work on off screen bitmap support | Jay Sorg | 2012-05-13 | 1 | -0/+42 |
| | |||||
* | added non standard jpeg support off by default | Jay Sorg | 2012-04-07 | 1 | -2/+37 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -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.h | jsorg71 | 2010-08-09 | 1 | -20/+20 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | add a comment | jsorg71 | 2008-08-31 | 1 | -4/+6 |
| | |||||
* | make sure rop and mixmode are in range | jsorg71 | 2008-08-31 | 1 | -3/+11 |
| | |||||
* | added support for tiny and small order flags | jsorg71 | 2008-06-30 | 1 | -62/+107 |
| | |||||
* | added brush cache bits for clients that support it | jsorg71 | 2008-06-24 | 1 | -0/+28 |
| | |||||
* | use RDP_ORDER_SMALL and RDP_ORDER_TINY for patblt | jsorg71 | 2008-06-21 | 1 | -5/+35 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | added debug out, added update sync | jsorg71 | 2007-04-08 | 1 | -4/+4 |
| | |||||
* | moved orders state to one struct | jsorg71 | 2007-01-20 | 1 | -250/+244 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | printf -> writeln | jsorg71 | 2006-04-29 | 1 | -14/+14 |
| | |||||
* | bitmap cache v2 | jsorg71 | 2006-03-17 | 1 | -0/+166 |
| | |||||
* | copyright year update | jsorg71 | 2006-02-04 | 1 | -3/+3 |
| | |||||
* | <lf><cr> should be <cr><lf> | jsorg71 | 2005-11-26 | 1 | -5/+5 |
| | |||||
* | 8K max packet size for 8 bpp clients | jsorg71 | 2005-09-27 | 1 | -3/+12 |
| | |||||
* | added server_reset(which uses demand_active) for resizing the rdp client | jsorg71 | 2005-08-24 | 1 | -1/+34 |
| | |||||
* | clip changes, 16bpp crash fix | jsorg71 | 2005-08-18 | 1 | -41/+99 |
| | |||||
* | moved a bunch of files around | jsorg71 | 2005-06-28 | 1 | -0/+1553 |