summaryrefslogtreecommitdiffstats
path: root/neutrinordp
Commit message (Collapse)AuthorAgeFilesLines
* 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