Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/module
AgeCommit message (Expand)Author
2022-11-09include damage.h in rdp.hJay Sorg
2022-09-13Revert "mouse: workaround for too fast vertical scroll"sefler
2022-09-05Merge pull request #227 from metalefty/scroll-workaroundmetalefty
2022-09-03trim trailing whitespacea1346054
2022-08-31mouse: workaround for too fast vertical scrollKoichiro IWAO
2022-07-30Ignore screen size changes which don't change anything (#203)matt335672
2022-05-04Merge pull request #186 from jsorg71/damagematt335672
2022-03-28Update for unification of monitor processingChristopher Pitstick
2021-09-20trigger full screen refresh after initializing shared memoryMatt Hortman
2021-05-17Avoid potential infinite loop for rdpUpdate.Christopher Pitstick
2021-03-15Improve stability of xorgxrdp when resolution changes during a session ("dyna...Christopher Pitstick
2021-03-09Check client_info version from xrdpmatt335672
2021-03-07use damage to track any lost screen changesJay Sorg
2020-12-19Merge pull request #177 from metalefty/socket-permsmetalefty
2020-12-18give group permission also to disconnect socketKoichiro IWAO
2020-12-18rdpClientConDeinit: add some logsKoichiro IWAO
2020-12-17Fix bug in kill disconnect sessionsKoichiro IWAO
2020-06-09Reduce input lag by using two different delaysTristan Hume
2020-03-23do not fail randr resize if size not changedJay Sorg
2020-01-22Constify mouse button valuesKoichiro IWAO
2019-11-20do not allow randr client to resize screenJay Sorg
2019-11-08fix shared memory leakJay Sorg
2019-11-02Glamor support for hardware accel (#151)jsorg71
2019-08-10fix crash on reconnect when monitors changeJay Sorg
2019-05-14handle suppress output message from xrdpJay Sorg
2019-05-04optimized idle-timer, callback executions are minimizedAndreas Piesk
2018-10-19modify log messageKoichiro IWAO
2018-10-19Implement idle disconnectionKoichiro IWAO
2018-07-20Address invalid memory access (#104) in rdpClientConmatt335672
2018-02-16Don't define package/module version in multiple filesKoichiro IWAO
2018-02-14show correct module version in Xorg logKoichiro IWAO
2018-01-02Expand result of XRRGetCrtcGamma() callmatt335672
2017-12-07Give group write perms to socket.Matthew Richardson
2017-11-17Merge branch 'asm-elf-pie' of https://github.com/mirabilos/xorgxrdp into mira...Jay Sorg
2017-11-01Removes the monitor 0 restriction for xrdpdevJustin Terry (VM)
2017-09-01correct function name in logKoichiro IWAO
2017-09-01add TODO commentKoichiro IWAO
2017-09-01implement disconnection by xrdp-disKoichiro IWAO
2017-07-13randr change to prevent xrandr app crashesJay Sorg
2017-06-13Use uint8_t for pixels calculationKoichiro IWAO
2017-06-13remove logging when nothing to sendJay Sorg
2017-06-13change in where crc list is resizedJay Sorg
2017-06-13add rfx tile crcJay Sorg
2017-06-02Use more types from stdint.h, add const where neededPavel Roskin
2017-06-02Use uint8_t for pixel calculationPavel Roskin
2017-06-02Use const pointers when possiblePavel Roskin
2017-06-02Make RDPCLAMP macro safer by adding parenthesesPavel Roskin
2017-03-26add EOF alignment for OSX linker; also simplify PREPARE_RODATAmirabilos
2017-03-26add new END_OF_FILE macro; use it to place the small i386 PIC code latemirabilos
2017-03-25remove useless semicolons and undesirable 'align 16' at end of filemirabilos