summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_painter.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-21/+21
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Fix incorrect argument to painter_line()Pavel Roskin2017-01-211-1/+1
|
* add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-3/+552
|
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-2/+2
|
* Typo fixesPavel Roskin2016-05-041-1/+1
|
* remove some warningsJay Sorg2016-04-091-2/+0
|
* 32 bpp compress the alpha, leave room for biggest 32 bpp dataJay Sorg2014-06-291-2/+2
|
* xrdp: add an option to do md5 bitmap hash for bitmap cacheJay Sorg2014-03-161-0/+5
|
* xrdp:no logic change, comments and printfsJay Sorg2014-03-021-7/+7
|
* Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵Jim Grandy2013-08-221-1/+81
| | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
* no logic changes, cleanup and copyright year updatesJay Sorg2013-05-281-1/+1
|
* fixes, logging for off screenJay Sorg2012-12-231-0/+18
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-672/+774
| | | | | o applied new coding standards to all .c files o moved some files around
* xrdp: fix warningsJay Sorg2012-06-111-0/+4
|
* offscreen bitmaps: implement the delete listJay Sorg2012-05-221-1/+8
|
* -xorg: work on off screen bitmapsJay Sorg2012-05-201-1/+1
|
* xorg: work on offscreen bitmapsJay Sorg2012-05-191-11/+18
|
* xorg: work on offscreen bitmapsJay Sorg2012-05-171-35/+150
|
* xrdp: xrdp_painter_copy width, height fixJay Sorg2012-05-131-4/+4
|
* Major code cleanup:Nicola Ruggero2010-11-031-0/+8
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* update copyright yearjsorg712010-07-041-1/+1
|
* update copyright yearjsorg712009-01-251-1/+1
|
* use valid mixmode in line drawjsorg712008-08-311-1/+1
|
* fix crash when font file dosen't existjsorg712008-08-261-1/+13
|
* added brush cache bits for clients that support itjsorg712008-06-241-1/+25
|
* update copyright yearjsorg712008-01-301-1/+1
|
* font changes, no color in font struct, wm default font, etcjsorg712007-09-261-3/+2
|
* unicodejsorg712007-09-231-6/+19
|
* copyright year updatejsorg712007-01-121-1/+1
|
* commit patch 1589325, slightly modified - code cleanupjsorg712006-11-041-1/+1
|
* make some functions static per 1579343jsorg712006-10-241-2/+2
|
* patblt opcode fixjsorg712006-03-071-1/+22
|
* copyright year updatejsorg712006-02-041-1/+1
|
* rop fixjsorg712006-02-031-1/+7
|
* remove g_strcmp and clip fixjsorg712005-09-251-2/+0
|
* use srcx and y in paint_rectjsorg712005-08-201-6/+6
|
* add new painter funcsjsorg712005-08-181-309/+289
|
* fixed screenblt for ms clientjsorg712005-07-101-4/+4
|
* call painter funcs, not ordersjsorg712005-06-301-0/+27
|
* moved files aroundjsorg712005-06-281-50/+65
|
* bitmap cache changejsorg712005-02-251-1/+1
|
* fix some crashes and added some debug messagesjsorg712005-02-111-9/+31
|
* added a bunch of error checksjsorg712005-02-081-1/+11
|
* added pointer cache, some debug messages and some other fixesjsorg712005-01-211-0/+9
|
* don't load font unless neededjsorg712005-01-171-548/+560
|
* changed the way the palette works in 8 bpp and changed some parameter passingjsorg712005-01-151-546/+548
|
* set bitmap cache and bitmap compression from the config filejsorg712005-01-141-1/+45
|
* added bitmap cachejsorg712005-01-121-55/+83
|
* copyright updatejsorg712005-01-071-1/+1
|