Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Hand-apply patches (X11rdp: fix for frame buffer getting smaller in randr) ↵ | Jim Grandy | 2013-08-22 | 3 | -3/+11 | |
| | | | | | | | | from Authentic8 branch: 1e92a08 | |||||
| * | Hand-apply patches (framebuffer alloc) from Authentic8 branch: ↵ | Jay Sorg | 2013-08-22 | 2 | -1/+3 | |
| | | | | | | | | 15ba9cc409e8f57e1800abcd52e77ed409b6cc17 | |||||
| * | Hand-apply patches (keyboard autorepeat) from Authentic8 branch: ↵ | Jay Sorg | 2013-08-22 | 1 | -0/+48 | |
| | | | | | | | | b5b58fcbbd9eb57ff1ff4b8df8f4426c1c2881fb | |||||
| * | Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a ↵ | Jim Grandy | 2013-08-22 | 2 | -0/+8 | |
| | | | | | | | | 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a | |||||
| * | Hand-apply patches (keyboard fix for alt,shift on focus in) from Authentic8 ↵ | Jim Grandy | 2013-08-22 | 1 | -1/+6 | |
| | | | | | | | | branch: 108e625 29947e5 | |||||
| * | Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, ↵ | Jim Grandy | 2013-08-22 | 2 | -2/+34 | |
| | | | | | | | | 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f | |||||
* | | X11rdp: fixes for off screen bitmap limits | Jay Sorg | 2013-09-24 | 2 | -16/+28 | |
| | | ||||||
* | | X11rdp: use lossy compression in more places | Jay Sorg | 2013-09-16 | 3 | -14/+23 | |
| | | ||||||
* | | X11rdp: work on off screen bitmap, size limit, use ack for screen delayed ↵ | Jay Sorg | 2013-09-09 | 4 | -36/+168 | |
| | | | | | | | | drawing | |||||
* | | X11rdp: fix spelling error, pack change | Jay Sorg | 2013-08-27 | 20 | -66/+109 | |
| | | ||||||
* | | kill disconencted, make work like man page and update man page | Jay Sorg | 2013-08-24 | 1 | -12/+23 | |
| | | ||||||
* | | hook up the kill disconnect timeout to the sesman config file | Jay Sorg | 2013-08-24 | 1 | -0/+23 | |
| | | ||||||
* | | X11rdp: work on kill disconnect, drawinging fixes, off screen, don't remote ↵ | Jay Sorg | 2013-08-22 | 4 | -12/+108 | |
| | | | | | | | | till used twice | |||||
* | | xup: add shared memory option for X11rdp and xrdp | Jay Sorg | 2013-08-18 | 2 | -2/+167 | |
| | | ||||||
* | | X11rdp: input delay motion | Jay Sorg | 2013-08-16 | 1 | -16/+59 | |
|/ | ||||||
* | X11rdp: fix drawing issues, turn on screen delay remoting | Jay Sorg | 2013-08-16 | 11 | -78/+121 | |
| | ||||||
* | X11rdp: download from xrdp.org | Jay Sorg | 2013-08-13 | 1 | -105/+8 | |
| | ||||||
* | X11rdp: fix for dragging text in Firefox, more logging | Jay Sorg | 2013-07-27 | 18 | -61/+109 | |
| | ||||||
* | xorg driver, include cleanup | Jay Sorg | 2013-07-23 | 1 | -1/+3 | |
| | ||||||
* | fix Makefile error, fix for warnings | Jay Sorg | 2013-07-08 | 1 | -1/+1 | |
| | ||||||
* | X11rdp: added install to makefile | Jay Sorg | 2013-06-18 | 1 | -0/+4 | |
| | ||||||
* | X11rdp: work on xv, still off by default | Jay Sorg | 2013-06-15 | 2 | -5/+12 | |
| | ||||||
* | X11rdp: work on xv | Jay Sorg | 2013-06-14 | 3 | -6/+224 | |
| | ||||||
* | X11rdp: added rdpxv.c | Jay Sorg | 2013-06-13 | 1 | -0/+228 | |
| | ||||||
* | X11rdp: update to pixman 0.30 | Jay Sorg | 2013-06-11 | 2 | -3/+4 | |
| | ||||||
* | copyright year update | Jay Sorg | 2013-06-08 | 47 | -47/+47 | |
| | ||||||
* | X11rdp: log client cursor caps | Jay Sorg | 2013-06-08 | 1 | -0/+8 | |
| | ||||||
* | X11rdp: fix for buildx.sh | Jay Sorg | 2013-06-05 | 1 | -1/+4 | |
| | ||||||
* | merge from pmhahn | Jay Sorg | 2013-05-29 | 1 | -58/+52 | |
|\ | ||||||
| * | X11rdp: Rework changing directories | Philipp Hahn | 2013-01-28 | 1 | -16/+7 | |
| | | | | | | | | Remove unchecked changes of directories. | |||||
| * | X11rdp: make variables function local | Philipp Hahn | 2013-01-28 | 1 | -0/+3 | |
| | | | | | | | | Use local to declare variables local | |||||
| * | X11rdp: fix spelling mistakes | Philipp Hahn | 2013-01-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | exit -> exist $mn -> $mod_name folowed -> followed blocket -> blocked | |||||
| * | X11rdp: Handle more compression formats | Philipp Hahn | 2013-01-28 | 1 | -6/+8 | |
| | | | | | | | | Add .xz and plain .tar files. | |||||
| * | X11rdp: Simplify if constructs | Philipp Hahn | 2013-01-28 | 1 | -24/+24 | |
| | | | | | | | | Directly use exit value instead of evaluating $? | |||||
| * | X11rdp: simplify line splitting | Philipp Hahn | 2013-01-28 | 1 | -7/+2 | |
| | | | | | | | | Use "IFS=: read" instead of "echo|cut" constructs. | |||||
| * | X11rdp: simplify download | Philipp Hahn | 2013-01-28 | 1 | -83/+40 | |
| | | | | | | | | Use case-statement instead of many ifs. | |||||
| * | X11rdp: fix indention | Philipp Hahn | 2013-01-28 | 1 | -11/+11 | |
| | | | | | | | | Re-indent four sections to use 4 spaces for indention | |||||
| * | X11rdp: Consistently use $file | Philipp Hahn | 2013-01-28 | 1 | -12/+12 | |
| | | | | | | | | | | Consistently use $file instead of repeating the file name again when downloading external URLs. | |||||
| * | X11rdp: Remove duplicate entry for expat | Philipp Hahn | 2013-01-28 | 1 | -6/+0 | |
| | | | | | | | | expat-2.0.1.tar.gz is declared twice, remove the first one. | |||||
* | | X11rdp: only remove pixmap if usage_hint is zero | Jay Sorg | 2013-05-19 | 1 | -1/+2 | |
| | | ||||||
* | | X11rdp: fix an error in scrolling / CopyArea | Jay Sorg | 2013-05-11 | 1 | -16/+16 | |
| | | ||||||
* | | use dx, dy in CopyArea PixToPix, not WndToPix | Jay Sorg | 2013-05-11 | 1 | -25/+27 | |
| | | ||||||
* | | turn off subtract region for now | Jay Sorg | 2013-05-11 | 1 | -1/+2 | |
| | | ||||||
* | | new(color) cursors working now | Jay Sorg | 2013-03-20 | 1 | -26/+63 | |
| | | ||||||
* | | work on new(color) cursors | Jay Sorg | 2013-03-18 | 3 | -4/+36 | |
| | | ||||||
* | | X11rdp: build fix from kyytaM | Jay Sorg | 2013-03-18 | 1 | -1/+17 | |
| | | ||||||
* | | X11rdp: in composite, use pCompositeClip, not clientClip | Jay Sorg | 2013-02-28 | 1 | -7/+2 | |
| | | ||||||
* | | X11rdp: fix for RandR desktop resizing | Jay Sorg | 2013-02-15 | 1 | -1/+1 | |
|/ | ||||||
* | X11rdp: keyboard and offscreen bitmap fix | Jay Sorg | 2012-12-29 | 2 | -2/+6 | |
| | ||||||
* | off screen bitmap creation, don't invalidate whole area | Jay Sorg | 2012-12-28 | 4 | -11/+21 | |
| |