summaryrefslogtreecommitdiffstats
path: root/xorg
Commit message (Collapse)AuthorAgeFilesLines
* buildx.sh: download tarballs using keepaliveKoichiro IWAO2016-10-211-23/+18
| | | | | | | | | | | | | Executing wget like wget http://example.com/file1 http://example.com/file2 ... can do HTTP keepalive. Quit calling wget with single file. Downloading multiple files in one http connection is a little bit faster than executing wget more than 100 times. And parallelly execute two instances of wget to increase download speed.
* buildx.sh: simplify counting linesKoichiro IWAO2016-10-211-1/+1
|
* Move libXdmcp above libxcb, libxcb can use itPavel Roskin2016-10-091-1/+1
|
* Add *.a to top .gitignore, add xorg/X11R7.6/.gitignorePavel Roskin2016-10-091-0/+3
|
* buildx.sh: force forward patch, don't ask whether to revertPavel Roskin2016-10-091-1/+1
|
* buildx.sh: remove special case for python, it's not built anymorePavel Roskin2016-10-081-8/+0
|
* Change compilation order to resolve dependenciesPavel Roskin2016-10-081-7/+7
| | | | | With this change, buildx.sh succeeds on a system without pre-existing X11 installation.
* buildx.sh: utilize all available CPUs when compilingPavel Roskin2016-10-081-1/+5
|
* buildx.sh: "clean" is a constant string, not a semantic variablePavel Roskin2016-10-081-1/+1
|
* buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retryPavel Roskin2016-10-081-20/+11
| | | | Improve messages about $PREFIX_DIR
* X11rdp: remove python as it isn't really needed these daysKoichiro IWAO2016-10-051-1/+0
| | | | Closes #399.
* x11rdp: apply keyboard optionsKoichiro IWAO2016-09-021-0/+4
|
* Merge pull request #402 from metalefty/update-pythonjsorg712016-08-081-1/+1
|\ | | | | X11rdp: update python 2.7 -> 2.7.11
| * X11rdp: update python 2.7 -> 2.7.11Koichiro IWAO2016-07-201-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/june21jsorg712016-08-051-1/+1
|\ \ | | | | | | Cleanups and C++ compatibility
| * | Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-1/+1
| | |
* | | Merge pull request #394 from AkiraPenguin/develjsorg712016-08-051-0/+88
|\ \ \ | |_|/ |/| | Fix pc105-jp-Henkan key.
| * | Add files via uploadAkira Taniguchi2016-06-291-0/+88
| |/
* | X11rdp: xrandr change for multimonJay Sorg2016-07-131-0/+2
|/
* Typo fixesPavel Roskin2016-05-045-6/+6
|
* X11rdp: Mesa link fixJay Sorg2016-04-211-0/+7
|
* multimon fixJay Sorg2016-04-201-4/+0
|
* X11rdp: merge multimon from Xorg driverJay Sorg2016-04-193-7/+197
|
* Fix typosPavel Roskin2016-02-1310-31/+31
|
* Don't ignore files known to gitPavel Roskin2016-02-121-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" everywherePavel Roskin2016-01-303-7/+7
|
* Merge pull request #306 from metalefty/fontconfig-disable-docsjsorg712016-01-241-1/+1
|\ | | | | X11rdp: disable fontconfig docs
| * X11rdp: disable fontconfig docsKoichiro IWAO2016-01-191-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 codespellPavel Roskin2016-01-144-7/+7
|/
* replace image with one I shot myself just now: “Blick auf’s Meßdorfer ↵mirabilos2015-08-261-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 Sorg2015-07-191-2/+14
| | | | some context menus not always working
* X11rdp: update versions, web siteJay Sorg2015-03-172-3/+3
|
* X11rdp: check for errors from shmem callsJay Sorg2015-03-171-10/+24
|
* X11rdp: use pCompositeClip for offscreen pixmapsJay Sorg2015-03-111-1/+1
|
* Fix "\ _" on jp keyboardAkira Taniguchi2014-12-261-1/+2
|
* xorg: server removed and put in submoduleJay Sorg2014-12-11101-14386/+0
|
* X11rdp: switch back to 'base' rules for xkbJay Sorg2014-11-281-3/+3
|
* X11rdp: set options and default 105 keyboardJay Sorg2014-11-261-5/+6
|
* Xorg: yuv rfx unsignedJay Sorg2014-11-031-7/+8
|
* Xorg: update readme.txtJay Sorg2014-11-011-0/+42
|
* Xorg: move to autotools for buildingJay Sorg2014-10-2087-294/+490
|
* Xorg: fix crash in randrJay Sorg2014-10-171-2/+3
|
* Xorg: simd changesJay Sorg2014-10-169-79/+275
|
* Xorg: install config file tooJay Sorg2014-10-131-0/+2
|
* Xorg: remove uds file on exitJay Sorg2014-10-124-2/+26
|
* Xorg: simd changesJay Sorg2014-10-097-20/+22
|
* Xorg: move simd functions assign to it's own fileJay Sorg2014-10-096-87/+182
|
* Xorg: amd64 sse2 yv12, i420 to rgb working now, other minor changesJay Sorg2014-10-045-16/+250
|
* Xorg: Xv, minor optimize for strechJay Sorg2014-10-041-12/+31
|
* Xorg: fix for Xv and CompositeJay Sorg2014-10-041-50/+8
|