summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_caps.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo s/BITMACACHE/BITMAPCACHE/Koichiro IWAO2018-12-131-1/+1
* Also rename constants in debug messages and commentsKoichiro IWAO2018-12-131-18/+18
* Fix constants mistakenly replacedKoichiro IWAO2018-12-131-1/+1
* use MS name for PDU typesKoichiro IWAO2018-12-121-1/+1
* Fix and / or mistakeKoichiro IWAO2018-11-281-1/+1
* add some more constants and use themKoichiro IWAO2018-11-271-7/+8
* constify more magic numbersKoichiro IWAO2018-11-271-6/+4
* remove redundunt commentsKoichiro IWAO2018-11-271-14/+14
* use MS name for constantsKoichiro IWAO2018-11-271-48/+48
* neutrinordp: don't enable remote_app if the INFO_RAIL flag is not setdaixj2018-11-231-13/+16
* set use_cache_glyph_v2 on if the client supportdaixj2018-10-251-3/+3
* Support Cache Glyph Revison 2, issue #367daixj2018-10-251-1/+29
* xrdp_caps: remove unneeded comment on case statementKoichiro IWAO2017-12-011-25/+25
* xrdp_caps: constify and sort capability setKoichiro IWAO2017-12-011-33/+33
* libxrdp: advertise horizontal mouse wheel capabilityKoichiro IWAO2017-11-061-1/+5
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-18/+18
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
* xrdp: add some logging, remove unused varspeidy2016-12-291-0/+2
* libxrdp: frame acks, make sure max unacked frames value is valid.speidy2016-12-291-0/+4
* Merge pull request #550 from jsorg71/bitmap_updatemetalefty2016-12-201-0/+1
|\
| * fixes for bitmap updateJay Sorg2016-12-151-0/+1
* | Merge pull request #553 from jsorg71/libpaintermetalefty2016-12-201-0/+20
|\ \
| * | add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-0/+20
| |/
* | lixrdp: typo fixspeidy2016-12-131-1/+1
* | libxrdp: more constantsspeidy2016-12-131-4/+4
* | Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmdsspeidy2016-12-131-8/+4
|\ \
| * \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmdsSpeidy2016-12-121-8/+4
| |\ \
| | * \ Merge pull request #536 from jsorg71/unicodejsorg712016-12-111-8/+2
| | |\ \
| | | * | use defines for flagsJay Sorg2016-12-101-9/+2
| | | * | add unicode supportJay Sorg2016-12-101-1/+2
| | | |/
| | * | o caps: advertise remotefx codec capsets only when supported (RFX mode,speidy2016-12-101-0/+2
| | |/
* | | libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPOR...speidy2016-12-131-10/+8
* | | libxrdp: improve messagesspeidy2016-12-131-5/+5
|/ /
* | xrdp_caps: fix jpeg codec propertiesspeidy2016-12-101-2/+2
* | no logic change, indent onlyspeidy2016-12-081-6/+4
* | o send RFX tiles as stream (Stream Surface Bits Command)speidy2016-12-081-6/+41
|/
* xrdp_encoder: do not initialize for non-UNIX rdp clientsspeidy2016-11-291-2/+6
* 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 libxrdp: fastpath output, added cursor and palette now updatesspeidy2014-03-131-40/+40
* 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