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
AgeCommit message (Collapse)Author
2022-11-10Merge pull request #244 from jsorg71/include_damageHEADdevelmatt335672
include damage.h in rdp.h
2022-11-09include damage.h in rdp.hJay Sorg
2022-10-20Merge pull request #240 from matt335672/update_actionsmatt335672
Update github actions to address warnings
2022-10-20Update github actions to address warningsmatt335672
Fixes 'Node.js 12 actions are deprecated' warnings
2022-10-13Merge pull request #239 from jsorg71/glamor_egl_get_driver_namematt335672
check for xorg version if glamor_egl_get_driver_name exists
2022-10-12check for xorg version if glamor_egl_get_driver_name existsJay Sorg
2022-09-20Merge pull request #236 from metalefty/requirementsmetalefty
Bump required xrdp version to devel version
2022-09-19Bump required xrdp version to devel versionKoichiro IWAO
2022-09-16Merge pull request #234 from seflerZ/touchpadmatt335672
Enable touchpad inertial scrolling(fix touchpad scrolls too fast)
2022-09-13fix code style issuessefler
2022-09-13Revert "mouse: workaround for too fast vertical scroll"sefler
This reverts commit 6e136ac8ffb4fdeba5e610bd2475d1db59175611.
2022-09-13fix incorrect horizontal scrolling directionsefler
2022-09-13refactoredsefler
2022-09-13toucpad scrolling works nowsefler
2022-09-05Merge pull request #227 from metalefty/scroll-workaroundmetalefty
mouse: workaround for too fast vertical scroll
2022-09-05Merge pull request #228 from a1346054/fixesmatt335672
Simple maintenance improvements
2022-09-03trim trailing whitespacea1346054
2022-09-03remove excess ;a1346054
2022-09-03avoid problem if path contains whitespacea1346054
2022-08-31mouse: workaround for too fast vertical scrollKoichiro IWAO
Provided by @seflerZ at neutrinolabs/xorgxrdp#150.
2022-07-30Adding x11-utils for xdpyinfo (#225)Nexarian
2022-07-30Ignore screen size changes which don't change anything (#203)matt335672
* Only reallocate shared memory if the size changes Co-authored-by: Nexarian <cmp@pitstick.net>
2022-06-01Merge pull request #222 from metalefty/versionmetalefty
Change development version to 0.9.80
2022-06-01Change development version to 0.9.80Koichiro IWAO
See also neutrinolabs/xrdp#2241, neutrinolabs/xorgxrdp#217.
2022-05-04Merge pull request #186 from jsorg71/damagematt335672
use damage to track any lost screen changes
2022-03-30Merge pull request #219 from matt335672/glamor_cimatt335672
Add glamor to CI
2022-03-30Add glamor to CImatt335672
2022-03-30Merge pull request #218 from akarl10/vagl-typomatt335672
xrdpdri2.c typo around iris support
2022-03-30xrdpdri2.c typoakarl10
2022-03-29Merge pull request #212 from ↵matt335672
Nexarian/unify_monitor_description_processing_resize_sec Update for unification of monitor processing
2022-03-28Update for unification of monitor processingChristopher Pitstick
Related to https://github.com/neutrinolabs/xrdp/pull/1895
2022-03-28Merge pull request #216 from akarl10/develmatt335672
populate DRI2InfoRec driverNames
2022-03-27add crocus to the list of va_gl usersMichael Saxl
also change a bit of formatting to match better xorgxrdp
2022-03-25populate DRI2InfoRec driverNamesakark10
Currently needed for VDPAU with intel GPU Borrowed from xorg modesetting display driver
2022-03-21Merge pull request #213 from Nexarian/fix_github_workflow_build_break_add_aptmatt335672
Fix build break in GitHub workflow
2022-03-21Fix build break in GitHub workflowChristopher Pitstick
Need to add `apt-get update` to refresh the aptitude cache before installing dependencies. The same fix was introduced in XRDP here: https://github.com/neutrinolabs/xrdp/blob/dd968a98b097f8331a1ffbd4991130056b913833/scripts/install_xrdp_build_dependencies_with_apt.sh#L128
2022-01-06Merge pull request #206 from metalefty/releasev0.2.18matt335672
Bump version to v0.2.18
2022-01-06Bump version to v0.2.18Koichiro IWAO
2021-12-01Merge pull request #204 from drwilly/develmatt335672
replace non-posix tool `which` with `command -v`
2021-11-30remove calls to non-posix tool `which`Wilke Schwiedop
`which` is a non-posix tool that might not be present in restricted build-environments. It can however be fully replaced by the posix shell-builtin `command -v`.
2021-09-21Merge pull request #197 from FlintRiverSystems/black-screen-fixmatt335672
trigger full screen refresh after initializing shared memory (#197)
2021-09-20trigger full screen refresh after initializing shared memoryMatt Hortman
2021-08-31Merge pull request #195 from metalefty/releasev0.2.17metalefty
Bump version to v0.2.17
2021-08-30Bump version to v0.2.17Koichiro IWAO
2021-05-26Merge pull request #193 from Nexarian/fix_infinite_loop_in_rdp_updatemetalefty
Avoid potential infinite loop for rdpUpdate.
2021-05-17Avoid potential infinite loop for rdpUpdate.Christopher Pitstick
When frame acknowledgement is enabled, such as with the prototype of egfx, the driver is at risk of going into an infinite loop if for some reason an ack is missed. While this line could fix it from xrdp: `mm->mod->mod_frame_ack(mm->mod, 0, INT_MAX);`, the driver needs to be stable by itself. The rationale here is that this is akin to a network socket timeout. After a certain wait, it gives up. Same here. Also, frame acknowledgement is a quality of service feature, and is not strictly necessary for the functionality of remote desktop. In the worst case, bandwidth calcuations between client and server are temporarily incorrect. 200 was selected after some empirical testing, it could be tweaked.
2021-04-30README: bump version to v0.2.16v0.2.16masterKoichiro IWAO
2021-04-26Merge pull request #192 from metalefty/releasemetalefty
bump version to v0.2.16
2021-04-26bump version to v0.2.16Koichiro IWAO
2021-04-26xorgxrdp v0.2.16 requires xrdp v0.9.16Koichiro IWAO
Because of #184, #189.