summaryrefslogtreecommitdiffstats
path: root/neutrinordp
Commit message (Collapse)AuthorAgeFilesLines
* Declare unified module interface and use it in modulesPavel Roskin2016-07-081-4/+6
| | | | | This fixes loading modules compiled with a C++ compiler. Remote thandle type, it's unused. Use tintptr for module data. Don't cast pointers to long, they won't fit on Win64.
* Don't include X11/Xlib.h for XPoint, define a replacementPavel Roskin2016-07-081-2/+3
| | | | XRDP modules are not X11 clients and should not generally need X11 headers. There is no need to match the X11 structure.
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-082-3/+3
|
* Fix format warnings in log_message() callsPavel Roskin2016-06-211-8/+8
|
* neutrinordp: indentation fixesspeidy2016-05-123-214/+262
|
* neutrinordp:speidy2016-05-122-12/+19
| | | | | | o support for passing domain name to module, using xrdp.ini module specific parameter o reduce rail trace logging
* neutrinordp: support for 32 to 16 bitmap conversionspeidy2016-05-122-0/+25
|
* neutrinordp: added 16bpp to 32bpp pixel color conversionspeidy2016-05-121-0/+8
|
* neutrinordp: set nla, program parameters from preamblespeidy2016-05-121-0/+8
|
* Typo fixesPavel Roskin2016-05-041-1/+1
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-2/+4
| | | | There should be no functional difference.
* Fix typosPavel Roskin2016-02-131-2/+2
|
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-1/+1
| | | | | | | libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries.
* Replace "charactor" with "character" everywherePavel Roskin2016-01-301-1/+1
|
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-4/+2
| | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden.
* update the module APIJay Sorg2015-07-101-9/+10
|
* neutrinordp: turn off order caps not testedJay Sorg2014-10-121-16/+40
|
* Readded removed breaksArvidNorr2014-05-231-0/+2
|
* merge ArvidNspeidy2014-05-201-5/+22
|
* neutrinordp: minor changes, coding style, log levelJay Sorg2014-05-202-7/+4
| | | | | | Conflicts: neutrinordp/xrdp-neutrinordp.c neutrinordp/xrdp-neutrinordp.h
* neutirnordp: changes for rail proxyspeidy2014-02-051-33/+53
|
* neutrinordp: fix for rail proxy, change freerdp_UnicodeToAsciiAllocspeidy2014-01-191-19/+24
| | | calls
* work on neutrinordp proxy, cursor and glyphJay Sorg2013-06-232-29/+100
|
* neutrinordp module, use SendInvalidate on invalidateJay Sorg2013-05-131-43/+8
|
* got neutrinordp module buildingJay Sorg2013-05-032-108/+122
|
* started adding neutrinordp moduleJay Sorg2013-05-035-0/+2408