Commit Graph

201 Commits (0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17)

Author SHA1 Message Date
Pavel Roskin 02f78abf46 Ignore X11rdp executable 8 years ago
Pavel Roskin 6aed11a8ce Update version to 0.9.1 8 years ago
Pavel Roskin a40be19c7b Provide reasonable hTotal, vTotal and dotClock for the display mode
gtk3 programs crash when they divide dotClock by hTotal and vTotal to
calculate the refresh rate.
8 years ago
Pavel Roskin 5bb54122ba Strip the installed X11rdp binary, not the original 8 years ago
Pavel Roskin cd6e8faccc Reorder static libraries to avoid the need to link them twice 8 years ago
Pavel Roskin d93bb4cf4b Check that X11RDPBASE is set, give it a better description
Use BINBASE for the binary install path.
8 years ago
Koichiro IWAO 6b589569ee buildx.sh: download tarballs using keepalive
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.
8 years ago
Koichiro IWAO cf1a99b4e2 buildx.sh: simplify counting lines 8 years ago
Pavel Roskin bc5e166f13 Move libXdmcp above libxcb, libxcb can use it 8 years ago
Pavel Roskin 293d8b4b79 Add *.a to top .gitignore, add xorg/X11R7.6/.gitignore 8 years ago
Pavel Roskin 3cf67c684b buildx.sh: force forward patch, don't ask whether to revert 8 years ago
Pavel Roskin 6247a3afac buildx.sh: remove special case for python, it's not built anymore 8 years ago
Pavel Roskin d602e71465 Change compilation order to resolve dependencies
With this change, buildx.sh succeeds on a system without pre-existing
X11 installation.
8 years ago
Pavel Roskin b2bbaef640 buildx.sh: utilize all available CPUs when compiling 8 years ago
Pavel Roskin 8e7d12ff50 buildx.sh: "clean" is a constant string, not a semantic variable 8 years ago
Pavel Roskin 22c370a6a1 buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retry
Improve messages about $PREFIX_DIR
8 years ago
Koichiro IWAO 1612730140 X11rdp: remove python as it isn't really needed these days
Closes #399.
8 years ago
Koichiro IWAO bc37e5aaac x11rdp: apply keyboard options 9 years ago
jsorg71 660132a49d Merge pull request #402 from metalefty/update-python
X11rdp: update python 2.7 -> 2.7.11
9 years ago
jsorg71 8353baab3d Merge pull request #390 from proski/june21
Cleanups and C++ compatibility
9 years ago
jsorg71 87da32bac8 Merge pull request #394 from AkiraPenguin/devel
Fix pc105-jp-Henkan key.
9 years ago
Koichiro IWAO 32561a7b74 X11rdp: update python 2.7 -> 2.7.11
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.
9 years ago
Jay Sorg eed0227d81 X11rdp: xrandr change for multimon 9 years ago
Akira Taniguchi 614101441e Add files via upload 9 years ago
Pavel Roskin ae5bb5bf9c Fix incorrect use of "it's" and "its", adjust wording 9 years ago
Pavel Roskin ca9cbcafc8 Typo fixes 9 years ago
Jay Sorg b3273a3bfc X11rdp: Mesa link fix 9 years ago
Jay Sorg 5e398e0c91 multimon fix 9 years ago
Jay Sorg 473f3dcd0c X11rdp: merge multimon from Xorg driver 9 years ago
Pavel Roskin 92a6833e9b Fix typos 9 years ago
Pavel Roskin f8cb1588ef Replace "charactor" with "character" everywhere 9 years ago
jsorg71 a25e5e99dd Merge pull request #306 from metalefty/fontconfig-disable-docs
X11rdp: disable fontconfig docs
9 years ago
Koichiro IWAO fbe6c10fc5 X11rdp: disable fontconfig docs
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.
9 years ago
Pavel Roskin 964e860072 Run through codespell 9 years ago
Jay Sorg dbf959f5fa X11rdp: do not Enqueue motion unless mouse position actually changes, fixes some context menus not always working 10 years ago
Jay Sorg 9c2951fa6c X11rdp: update versions, web site 10 years ago
Jay Sorg 4a95950f96 X11rdp: check for errors from shmem calls 10 years ago
Jay Sorg 291cb738a3 X11rdp: use pCompositeClip for offscreen pixmaps 10 years ago
Akira Taniguchi 59db9707ad Fix "\ _" on jp keyboard 10 years ago
Jay Sorg 290aee8cd9 X11rdp: switch back to 'base' rules for xkb 10 years ago
Jay Sorg 2010567ecc X11rdp: set options and default 105 keyboard 10 years ago
Koichiro IWAO 4f9fb950ac X11rdp: explicitly disable dtrace for xorg-server
Fix for: https://bugzilla.redhat.com/show_bug.cgi?id=694552
11 years ago
Jay Sorg b734388bae header fix 11 years ago
Jay Sorg 4ef60f163d load the rdp to X11 keybaord mappings from file 11 years ago
Jay Sorg 73bdb57ee2 more fixes for 32 bit color 11 years ago
Koichiro IWAO 0c6527f226 buildx.sh: fix clean option
- fix the use of $mod_dir
  "build_dir/$mod_dir" was evaluated as "build_dir/ Python-2.7" as
  variable mod_dir has leading whitespace

- fix the path of x11_file_list.txt
11 years ago
Jay Sorg 41c3a9c6e9 X11rdp: turn off abstract unix domain sockets in Xorg are set X sockets rights for only current user 11 years ago
Jay Sorg ada549bb24 X11rdp: keyboard organization, added XKB ruls base option back, still default evdev 11 years ago
Jay Sorg 57d1f57788 X11rdp: set the keymap in X11rdp, don't fork and exec setxkbmap 11 years ago
Jay Sorg 6eab2ed11b X11rdp: RandR, put RRGetInfo back 11 years ago