Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #402 from metalefty/update-python | jsorg71 | 2016-08-08 | 1 | -1/+1 |
|\ | | | | | X11rdp: update python 2.7 -> 2.7.11 | ||||
| * | X11rdp: update python 2.7 -> 2.7.11 | Koichiro IWAO | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | | | | Python 2.7 cannot build with OpenSSL 1.0.2h pointed out in #399. Python-2.7.11.tar.xz needs to be uploaded to server1.xrdp.org. | ||||
* | | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 1 | -1/+1 |
|\ \ | | | | | | | Cleanups and C++ compatibility | ||||
| * | | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #394 from AkiraPenguin/devel | jsorg71 | 2016-08-05 | 1 | -0/+88 |
|\ \ \ | |_|/ |/| | | Fix pc105-jp-Henkan key. | ||||
| * | | Add files via upload | Akira Taniguchi | 2016-06-29 | 1 | -0/+88 |
| |/ | |||||
* | | X11rdp: xrandr change for multimon | Jay Sorg | 2016-07-13 | 1 | -0/+2 |
|/ | |||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 5 | -6/+6 |
| | |||||
* | X11rdp: Mesa link fix | Jay Sorg | 2016-04-21 | 1 | -0/+7 |
| | |||||
* | multimon fix | Jay Sorg | 2016-04-20 | 1 | -4/+0 |
| | |||||
* | X11rdp: merge multimon from Xorg driver | Jay Sorg | 2016-04-19 | 3 | -7/+197 |
| | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 10 | -31/+31 |
| | |||||
* | Don't ignore files known to git | Pavel Roskin | 2016-02-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | That can cause unexpected behavior, especially with third party tools. The ignored files will be lost if the source tree is re-imported to another git repository, unless special care is taken. Whitelist all non-generated makefiles. To whitelist instfiles/pam.d/xrdp-sesman, add path to all generated executables listed in the top-level .gitignore, sort .gitignore alphabetically. Add mkinstalldir, it's used by Automake on some systems. | ||||
* | Replace "charactor" with "character" everywhere | Pavel Roskin | 2016-01-30 | 3 | -7/+7 |
| | |||||
* | Merge pull request #306 from metalefty/fontconfig-disable-docs | jsorg71 | 2016-01-24 | 1 | -1/+1 |
|\ | | | | | X11rdp: disable fontconfig docs | ||||
| * | X11rdp: disable fontconfig docs | Koichiro IWAO | 2016-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | as it rarely fails to build. Nobody actually needs fontconfig docs to build and run x11rdp even if it builds successfully. Thus we can just disable it. | ||||
* | | Run through codespell | Pavel Roskin | 2016-01-14 | 4 | -7/+7 |
|/ | |||||
* | replace image with one I shot myself just now: “Blick auf’s Meßdorfer ↵ | mirabilos | 2015-08-26 | 1 | -0/+0 |
| | | | | | | | Feld” (view towards Meßdorfer Feld, from ↳ tarent) published under any OSI certified Open Source licence | ||||
* | X11rdp: do not Enqueue motion unless mouse position actually changes, fixes ↵ | Jay Sorg | 2015-07-19 | 1 | -2/+14 |
| | | | | some context menus not always working | ||||
* | X11rdp: update versions, web site | Jay Sorg | 2015-03-17 | 2 | -3/+3 |
| | |||||
* | X11rdp: check for errors from shmem calls | Jay Sorg | 2015-03-17 | 1 | -10/+24 |
| | |||||
* | X11rdp: use pCompositeClip for offscreen pixmaps | Jay Sorg | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Fix "\ _" on jp keyboard | Akira Taniguchi | 2014-12-26 | 1 | -1/+2 |
| | |||||
* | xorg: server removed and put in submodule | Jay Sorg | 2014-12-11 | 101 | -14386/+0 |
| | |||||
* | X11rdp: switch back to 'base' rules for xkb | Jay Sorg | 2014-11-28 | 1 | -3/+3 |
| | |||||
* | X11rdp: set options and default 105 keyboard | Jay Sorg | 2014-11-26 | 1 | -5/+6 |
| | |||||
* | Xorg: yuv rfx unsigned | Jay Sorg | 2014-11-03 | 1 | -7/+8 |
| | |||||
* | Xorg: update readme.txt | Jay Sorg | 2014-11-01 | 1 | -0/+42 |
| | |||||
* | Xorg: move to autotools for building | Jay Sorg | 2014-10-20 | 87 | -294/+490 |
| | |||||
* | Xorg: fix crash in randr | Jay Sorg | 2014-10-17 | 1 | -2/+3 |
| | |||||
* | Xorg: simd changes | Jay Sorg | 2014-10-16 | 9 | -79/+275 |
| | |||||
* | Xorg: install config file too | Jay Sorg | 2014-10-13 | 1 | -0/+2 |
| | |||||
* | Xorg: remove uds file on exit | Jay Sorg | 2014-10-12 | 4 | -2/+26 |
| | |||||
* | Xorg: simd changes | Jay Sorg | 2014-10-09 | 7 | -20/+22 |
| | |||||
* | Xorg: move simd functions assign to it's own file | Jay Sorg | 2014-10-09 | 6 | -87/+182 |
| | |||||
* | Xorg: amd64 sse2 yv12, i420 to rgb working now, other minor changes | Jay Sorg | 2014-10-04 | 5 | -16/+250 |
| | |||||
* | Xorg: Xv, minor optimize for strech | Jay Sorg | 2014-10-04 | 1 | -12/+31 |
| | |||||
* | Xorg: fix for Xv and Composite | Jay Sorg | 2014-10-04 | 1 | -50/+8 |
| | |||||
* | Xorg: fix for Xv and Composite | Jay Sorg | 2014-10-04 | 1 | -2/+14 |
| | |||||
* | Xorg: work on amd64 sse | Jay Sorg | 2014-10-04 | 9 | -38/+356 |
| | |||||
* | Xorg: asm, add->lea | Jay Sorg | 2014-09-30 | 2 | -10/+10 |
| | |||||
* | Xorg: avoid excessive malloc / free | Jay Sorg | 2014-09-29 | 2 | -11/+42 |
| | |||||
* | Xorg: fix for cpuid | Jay Sorg | 2014-09-29 | 1 | -6/+12 |
| | |||||
* | Xorg: added a header file to the asm funcs | Jay Sorg | 2014-09-28 | 2 | -10/+40 |
| | |||||
* | Xorg: added asm cpuid for x86 | Jay Sorg | 2014-09-28 | 3 | -6/+63 |
| | |||||
* | Xorg: asm i420 | Jay Sorg | 2014-09-28 | 1 | -0/+221 |
| | |||||
* | Xorg: align memory in Xv | Jay Sorg | 2014-09-28 | 3 | -13/+37 |
| | |||||
* | Xorg: asm changes | Jay Sorg | 2014-09-28 | 1 | -121/+64 |
| | |||||
* | Xorg: asm changes | Jay Sorg | 2014-09-27 | 1 | -154/+55 |
| | |||||
* | Xorg: asm work on yv12 | Jay Sorg | 2014-09-26 | 1 | -0/+356 |
| |