Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xorg driver, fix for older xorg-server and added some notes | Jay Sorg | 2013-07-14 | 2 | -0/+12 |
| | |||||
* | work on xorg driver | Jay Sorg | 2013-07-13 | 1 | -0/+86 |
| | |||||
* | work on xorg driver | Jay Sorg | 2013-07-13 | 5 | -49/+11 |
| | |||||
* | xorg, add mouse driver | Jay Sorg | 2013-07-13 | 2 | -0/+38 |
| | |||||
* | xorg, add keyboard driver | Jay Sorg | 2013-07-13 | 2 | -0/+38 |
| | |||||
* | work on xorg driver | Jay Sorg | 2013-07-13 | 3 | -17/+38 |
| | |||||
* | work on xorg driver | Jay Sorg | 2013-07-13 | 7 | -42/+267 |
| | |||||
* | xorg, work on driver | Jay Sorg | 2013-07-13 | 4 | -8/+7 |
| | |||||
* | xorg: work on Xorg driver | Jay Sorg | 2013-07-12 | 4 | -19/+67 |
| | |||||
* | xorg: work on Xorg driver | Jay Sorg | 2013-07-12 | 48 | -15/+2247 |
| | |||||
* | xorg: work on Xorg driver | Jay Sorg | 2013-07-12 | 3 | -2/+580 |
| | |||||
* | xorg driver skeleton | Jay Sorg | 2013-07-12 | 4 | -0/+107 |
| | |||||
* | 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 |
| | | |||||
* | | merge from ghomem | Jay Sorg | 2013-04-17 | 3 | -0/+55 |
|\ \ | |||||
| * | | remove unused files, include arch info | Gustavo Homem | 2013-03-21 | 2 | -2/+7 |
| | | | |||||
| * | | improve packaging for X11RDP | Gustavo Homem | 2013-03-20 | 2 | -3/+4 |
| | | | |||||
| * | | prepare to package X11rdp on a single .deb | Gustavo Homem | 2013-03-20 | 3 | -0/+49 |
| | | | |||||
* | | | 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 |
| | | |||||
* | | randr test, print ConfigureNotify width and height | Jay Sorg | 2013-02-17 | 1 | -1/+2 |
| | | |||||
* | | randr test change | Jay Sorg | 2013-02-17 | 1 | -7/+11 |
| | | |||||
* | | xorg randr test app | Jay Sorg | 2013-02-17 | 2 | -16/+89 |
| | | |||||
* | | add randr test | Jay Sorg | 2013-02-17 | 2 | -0/+71 |
| | | |||||
* | | 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 |
| |