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

github.com/neutrinolabs/ulalaca-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-13docs: update README.mdGyuhwan Park★
2022-05-13feature(createCopyRects): use different block size by codecGyuhwan Park★
2022-05-13fix: remove references to _clientInfo.width/height fields which removed from ...Gyuhwan Park★
2022-05-13refactor: add ULALACA_ prefix to include guard macrosGyuhwan Park★
2022-05-10docs: update README.mdGyuhwan Park
2022-05-10Merge branch 'main' of github.com:unstabler/ulalaca-xrdpGyuhwan Park
2022-05-10fix: calculate boundary of dirtyRects; improve compatibility with mstsc.exeGyuhwan Park
2022-05-08docs(README): event handler is now workingGyuhwan Park★
2022-05-08fix(ProjectionThread): keyboard event is no longer sent when cgKeycode is -1Gyuhwan Park
2022-05-07feature: forward keyboard/mouse event to sessionprojectorGyuhwan Park
2022-05-06xxx(ProjectionThread): use thread::sleep_for() instead of yield() for polling...Gyuhwan Park
2022-05-06Merge branch 'main' of github.com:unstabler/ulalaca-xrdpGyuhwan Park
2022-05-06refactor(ipc): clean up icodeGyuhwan Park
2022-05-06refactor(ProjectionThread): split ipc logic into separate classGyuhwan Park
2022-05-06feature: add definition of sessionprojector messagesGyuhwan Park
2022-05-04docs(README): add screenshotGyuhwan Park★
2022-05-04docs: add READMEGyuhwan Park★
2022-05-04add patch for xrdp_encoder.cGyuhwan Park
2022-05-04feature(rfx): split dirtyRects by 64x64 chunkGyuhwan Park
2022-05-03stash;Gyuhwan Park
2022-05-03feature(ulalaca.cpp): implement paint methodGyuhwan Park
2022-05-03feature(UnixSocket): copied wrapper class for AF_UNIX(Unix Domain Socket) fro...Gyuhwan Park
2022-05-03feature(XrdpStream): add C++ wrapper for struct streamGyuhwan Park
2022-04-30initial commitGyuhwan Park