summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added server_reset(which uses demand_active) for resizing the rdp clientjsorg712005-08-241-3/+10
|
* add new painter funcsjsorg712005-08-181-8/+48
|
* big endian fixjsorg712005-07-101-2/+24
|
* moved files aroundjsorg712005-06-281-61/+82
|
* added more login optionsjsorg712005-04-021-2/+32
|
* got enter and esc keys working on login screenjsorg712005-03-281-0/+38
|
* some ints should be longjsorg712005-03-251-3/+3
|
* added connection logjsorg712005-03-061-2/+15
|
* added a bunch of error checksjsorg712005-02-081-5/+7
|
* added pointer cache, some debug messages and some other fixesjsorg712005-01-211-20/+21
|