Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X11rdp: Makefile seperator fix | Jay Sorg | 2013-06-23 | 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 |
| | |||||
* | X11rdp: create off screen pixmap if not created on use | Jay Sorg | 2012-12-23 | 23 | -47/+86 |
| | |||||
* | if mstsc, don't do pixmap to pixmap blits | Jay Sorg | 2012-12-16 | 2 | -3/+18 |
| | |||||
* | o Previous merge had too many issues. Hence all files in ↵ | Laxmikant Rashinkar | 2012-09-22 | 22 | -557/+705 |
| | | | | | | .../xorg/X11R7.6/rdp were copied from master branch and then astyle was run on the files | ||||
* | o fixed some issues that may have cropped up due to mistakes I did during ↵ | Laxmikant Rashinkar | 2012-09-20 | 4 | -14/+15 |
| | | | | | | the merge or these issues could have been a result of astyle not working correctly (unlikely though) | ||||
* | o fixed merge conflicts | Laxmikant Rashinkar | 2012-09-19 | 24 | -516/+885 |
|\ | |||||
| * | xorg: work on screen dirty update, still off by defualt, fix for rail | Jay Sorg | 2012-09-18 | 24 | -85/+553 |
| | | |||||
* | | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 27 | -6720/+7434 |
|/ | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | xorg: fix for keyboard repeat | Jay Sorg | 2012-08-19 | 1 | -42/+106 |
| | |||||
* | xorg: work on delayed/dirty updates | Jay Sorg | 2012-08-18 | 3 | -75/+96 |
| | |||||
* | xorg: added another package to the notes | Jay Sorg | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | remove rail loggin, minor hints change | Jay Sorg | 2012-08-17 | 1 | -2/+2 |
| | |||||
* | xorg: work on delayed/dirty updates | Jay Sorg | 2012-08-16 | 12 | -117/+196 |
| | |||||
* | xorg: work on dirty updates for bandwidth | Jay Sorg | 2012-08-15 | 20 | -124/+325 |
| | |||||
* | xorg: offscreen bitmaps, don't remote until used | Jay Sorg | 2012-08-09 | 23 | -368/+1513 |
| | |||||
* | xorg: update needed packages list | Jay Sorg | 2012-08-03 | 1 | -3/+2 |
| | |||||
* | xorg: added the rail functions | Jay Sorg | 2012-07-31 | 6 | -72/+262 |
| | |||||
* | X11rdp: reduce excessive logging | Jay Sorg | 2012-07-28 | 1 | -5/+5 |
| | |||||
* | xorg: fix for buildx.sh where multi commands in configure | Jay Sorg | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | xorg: don't use jpeg for hints | Jay Sorg | 2012-07-26 | 1 | -8/+2 |
| |