summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* remove empty crc16.h fileJay Sorg2017-11-091-1/+0
|
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-23/+23
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Merge pull request #553 from jsorg71/libpaintermetalefty2016-12-201-0/+8
|\ | | | | add libpainter for drawing when client does not have minimum orders
| * add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-0/+8
| |
* | Fix Parallels Client on MacPavel Roskin2016-12-181-14/+17
|/ | | | | | | | | | self->line_size should be calculated in xrdp_bitmap_create_with_data() The code was in the original noorders branch but got lost. Without this fix, the image is garbled. The client should be configured with compression disabled, or it will disconnect. That's a known problem.
* Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-171-4/+4
|
* Use const unsigned for hex arraysPavel Roskin2016-07-081-1/+1
| | | Some constants are too big for the signed type.
* Typo fixesPavel Roskin2016-05-041-2/+2
|
* Run through codespellPavel Roskin2016-01-141-1/+1
|
* big endian fixJay Sorg2014-09-201-2/+31
|
* coverity: Resource leak (2nd round)Laxmikant Rashinkar2014-07-271-1/+1
|
* coverity: Dereference after null checkLaxmikant Rashinkar2014-07-201-36/+36
|
* coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-201-4/+22
|
* work on 32 bit planar bitmap compressorJay Sorg2014-06-101-5/+74
|
* xrdp: add an option to do md5 bitmap hash for bitmap cacheJay Sorg2014-03-161-20/+90
|
* xrdp: speed up bitmap cache lookup using hash tableJay Sorg2014-03-141-72/+62
|
* xrdp:no logic change, comments and printfsJay Sorg2014-03-021-1/+1
|
* made login screen fully customizableLaxmikant Rashinkar2014-01-281-1/+1
|
* CRC optimizeJay Sorg2013-08-191-3/+54
|
* no logic changes, cleanup and copyright year updatesJay Sorg2013-05-281-1/+1
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-1498/+1682
| | | | | o applied new coding standards to all .c files o moved some files around
* no logic change, remove tabsJay Sorg2012-07-241-17/+17
|
* Initial syslog support in XRDPnorrarvid2012-05-271-16/+17
|
* variable drop down menu sizeJay Sorg2010-11-251-0/+10
|
* xrdp comestic patch from "Alessandro Briosi" <tsdogs@briosix.org>Itamar Reis Peixoto2010-11-201-6/+21
|
* Removed dead code re-introduced erroneously in commit ↵Nicola Ruggero2010-11-041-1/+0
| | | | 4cf06dbbcb8522be5fa069976c8f361fc874039f
* Major code cleanup:Nicola Ruggero2010-11-031-37/+42
| | | | | | | - 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
|
* remove some dead codejsorg712009-12-261-1/+0
|
* improve login graphicsjsorg712009-09-171-6/+10
|
* improve xrdp_bitmap_load to support 4 and 24 bpp bitmapsjsorg712009-09-171-18/+122
|
* add extended log outputjsorg712009-08-051-0/+6
|
* update copyright yearjsorg712009-01-251-1/+1
|
* fix overflow when typing in edit on login screenjsorg712009-01-211-1/+5
|
* log errors and minor fixjsorg712008-08-251-6/+14
|
* update copyright yearjsorg712008-01-301-1/+1
|
* added ability to use keymap files and added capslock and shiftcapslock mapsjsorg712007-10-161-1/+1
|
* font changes, no color in font struct, wm default font, etcjsorg712007-09-261-11/+11
|
* unicodejsorg712007-09-231-22/+49
|
* got autologin working again and some other fixesjsorg712007-05-061-0/+10
|
* need 24 bit RGB and BGR macrosjsorg712007-04-281-3/+3
|
* moved module work to its own structjsorg712007-04-131-4/+5
|
* 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-3/+3
|
* altgr fixjsorg712006-10-091-1/+1
|
* added de, fr, and gb key layoutsjsorg712006-10-081-1/+2
|
* copyright year updatejsorg712006-02-041-1/+1
|
* MAKELONG should be lo, hi, not hi, lojsorg712005-11-071-1/+1
|