summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_caps.c
Commit message (Collapse)AuthorAgeFilesLines
* add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-0/+20
|
* xrdp_encoder: do not initialize for non-UNIX rdp clientsspeidy2016-11-291-2/+6
| | | | xrdp_encoder: comment about temporary workaround
* Typo fixesPavel Roskin2016-05-041-3/+3
|
* fix warningsJay Sorg2016-04-091-0/+5
|
* Fix all format warnings and some unused variable warningsJay Sorg2016-03-141-1/+2
|
* Fix typosPavel Roskin2016-02-131-1/+1
|
* add frame acks and h264 codec mode basicsJay Sorg2015-03-281-0/+29
|
* libxrdp: make sure jpeg quality is validspeidy2014-04-021-3/+10
|
* o added fastpath output, syncronize update pduspeidy2014-03-151-7/+7
| | | o refactor caps a bit
* o libxrdp: fastpath output, added cursor and palette now updatesspeidy2014-03-131-40/+40
| | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output.
* libxrdp: send, get, and use multi fragment max capsJay Sorg2014-03-101-0/+12
|
* libxrdp: remove caps warning and added fastpath fragment capsJay Sorg2014-03-101-406/+426
|
* o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.cspeidy2014-03-101-0/+877
o move monitor layout call to demand active.