Commit Graph

75 Commits

Author SHA1 Message Date
metalefty
25e5243ecf Merge pull request #553 from jsorg71/libpainter
add libpainter for drawing when client does not have minimum orders
2016-12-20 17:00:48 +09:00
Pavel Roskin
77d6fd0807 Fix Parallels Client on Mac
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.
2016-12-18 09:24:06 -08:00
Jay Sorg
1f51586769 add libpainter for drawing when client does not have minimum orders 2016-12-15 21:17:50 -08:00
Pavel Roskin
a618d4f757 Don't use final newline in log calls, it's already appended 2016-10-17 08:54:07 -07:00
Pavel Roskin
aaa89ad4e6 Use const unsigned for hex arrays
Some constants are too big for the signed type.
2016-07-08 04:29:43 +00:00
Pavel Roskin
ca9cbcafc8 Typo fixes 2016-05-04 23:33:30 -07:00
Pavel Roskin
964e860072 Run through codespell 2016-01-14 08:47:50 -08:00
Jay Sorg
2badb31bf2 big endian fix 2014-09-20 19:29:10 -07:00
Laxmikant Rashinkar
e4654b57ca coverity: Resource leak (2nd round) 2014-07-27 15:29:12 -07:00
Laxmikant Rashinkar
0c63a8feb3 coverity: Dereference after null check 2014-07-20 16:36:33 -07:00
Laxmikant Rashinkar
a990287c46 coverity: fixed unchecked return value from library 2014-07-20 13:14:09 -07:00
Jay Sorg
5d49553919 work on 32 bit planar bitmap compressor 2014-06-10 16:25:54 -07:00
Jay Sorg
8f05bee238 xrdp: add an option to do md5 bitmap hash for bitmap cache 2014-03-16 00:09:58 -07:00
Jay Sorg
f94f5bec1c xrdp: speed up bitmap cache lookup using hash table 2014-03-14 11:48:07 -07:00
Jay Sorg
12cbbf74e6 xrdp:no logic change, comments and printfs 2014-03-02 00:23:17 -08:00
Laxmikant Rashinkar
c96dd8df2b made login screen fully customizable 2014-01-28 18:09:20 -08:00
Jay Sorg
4a66be133f CRC optimize 2013-08-19 10:48:38 -07:00
Jay Sorg
9f175d307b no logic changes, cleanup and copyright year updates 2013-05-28 23:35:02 -07:00
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
2012-09-19 20:51:34 -07:00
Jay Sorg
87ab0218e2 no logic change, remove tabs 2012-07-24 19:33:54 -07:00
norrarvid
4d4ebbf363 Initial syslog support in XRDP 2012-05-27 17:17:39 +02:00
Jay Sorg
dd6a0988b7 variable drop down menu size 2010-11-25 18:28:43 -08:00
Itamar Reis Peixoto
759757435e xrdp comestic patch from "Alessandro Briosi" <tsdogs@briosix.org> 2010-11-20 22:13:49 -02:00
Nicola Ruggero
3ba752e7b7 Removed dead code re-introduced erroneously in commit 4cf06dbbcb 2010-11-04 16:22:33 +01:00
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.)
2010-11-03 16:59:26 +01:00
jsorg71
e266d7ed04 update copyright year 2010-07-04 06:14:50 +00:00
jsorg71
00ec87700b remove some dead code 2009-12-26 23:05:17 +00:00
jsorg71
d350ec5bfd improve login graphics 2009-09-17 18:02:17 +00:00
jsorg71
347ab74a93 improve xrdp_bitmap_load to support 4 and 24 bpp bitmaps 2009-09-17 05:14:49 +00:00
jsorg71
eeac7c938a add extended log output 2009-08-05 06:16:05 +00:00
jsorg71
859dc139f0 update copyright year 2009-01-25 02:11:15 +00:00
jsorg71
c46123b813 fix overflow when typing in edit on login screen 2009-01-21 17:08:55 +00:00
jsorg71
a7df159ce9 log errors and minor fix 2008-08-25 07:55:41 +00:00
jsorg71
38b789e81f update copyright year 2008-01-30 07:30:10 +00:00
jsorg71
ca37e8cb1d added ability to use keymap files and added capslock and shiftcapslock maps 2007-10-16 05:05:31 +00:00
jsorg71
62e47c6de0 font changes, no color in font struct, wm default font, etc 2007-09-26 07:22:14 +00:00
jsorg71
719b13b388 unicode 2007-09-23 07:27:18 +00:00
jsorg71
d0e066ee8b got autologin working again and some other fixes 2007-05-06 06:50:45 +00:00
jsorg71
99e7f9d8ca need 24 bit RGB and BGR macros 2007-04-28 18:23:08 +00:00
jsorg71
43a80af11c moved module work to its own struct 2007-04-13 03:56:30 +00:00
jsorg71
d2802912f6 copyright year update 2007-01-12 04:51:48 +00:00
jsorg71
00d8b7106f commit patch 1589325, slightly modified - code cleanup 2006-11-04 22:05:06 +00:00
jsorg71
f386cea14a make some functions static per 1579343 2006-10-24 04:05:38 +00:00
jsorg71
8cf3c7eaaa altgr fix 2006-10-09 07:04:32 +00:00
jsorg71
d3e361d09b added de, fr, and gb key layouts 2006-10-08 20:48:24 +00:00
jsorg71
7dfa87a2d5 copyright year update 2006-02-04 02:23:31 +00:00
jsorg71
9655dff462 MAKELONG should be lo, hi, not hi, lo 2005-11-07 01:49:19 +00:00
jsorg71
7d891a1bde added server_reset(which uses demand_active) for resizing the rdp client 2005-08-24 01:09:33 +00:00
jsorg71
9d2ce459da add new painter funcs 2005-08-18 00:32:11 +00:00
jsorg71
196bfa81d6 big endian fix 2005-07-10 06:25:09 +00:00