summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sesman: only check vnc auth file if vnc sessionJay Sorg2014-11-111-1/+1
|
* Merge pull request #178 from mgorny/altgr-keymapjsorg712014-11-0814-428/+2038
|\ | | | | altgr+shift/capslock support in keymaps
| * Install and enable 0415/pl keymapMichał Górny2014-10-272-0/+4
| |
| * Update keymapsMichał Górny2014-10-277-421/+2004
| |
| * dump-keymaps: generate 'pl' keymapMichał Górny2014-10-241-0/+4
| |
| * keymap: support combining shift & capslock with altgrMichał Górny2014-10-244-7/+26
| | | | | | | | | | | | Add support for combining shift & caps lock keys with altgr so that capital national characters can be written. There was some support for shift+altgr in xrdp-keygen but it was never actually used.
* | Merge pull request #184 from anthonyagresta/develjsorg712014-11-083-0/+16
|\ \ | | | | | | vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182
| * | vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182Anthony Agresta2014-11-073-0/+16
| | |
* | | common: merge from a8Jay Sorg2014-11-073-3/+166
| | |
* | | xorgxrdp=7c4d673Jay Sorg2014-11-071-0/+0
|/ /
* | libxrdp: remove a global, remove some tabsJay Sorg2014-11-063-40/+42
| |
* | xorgxrdp=1392945Jay Sorg2014-11-051-0/+0
| |
* | added xorgxrdp submoduleJay Sorg2014-11-052-0/+3
| |
* | librfxcodec=61f6e92Jay Sorg2014-11-031-0/+0
| |
* | Xorg: yuv rfx unsignedJay Sorg2014-11-031-7/+8
| |
* | librfxcodec=649a7adJay Sorg2014-11-031-0/+0
| |
* | chansrv: some recording fixesJay Sorg2014-11-021-10/+30
| |
* | pulse: fix for recording delayJay Sorg2014-11-021-6/+32
| |
* | Merge pull request #173 from moobyfr/default-autorun-inijsorg712014-11-011-0/+3
|\ \ | | | | | | Set a value for the default autorun session
| * | Set a value for the default autorun sessionBLINDAUER Emmanuel2014-09-211-0/+3
| | |
* | | Xorg: update readme.txtJay Sorg2014-11-011-0/+42
| | |
* | | Merge pull request #180 from mgorny/evdev-genkeysjsorg712014-10-293-2/+191
|\ \ \ | | | | | | | | Generate correct xfree86 keymaps when evdev is used
| * | | Generate correct xfree86 keymaps when evdev is usedMichał Górny2014-10-273-2/+191
| | |/ | |/| | | | | | | | | | | | | Use a mapping table to map xfree86 keycodes to evdev keycodes and obtain consistent keysyms for keymaps. This way, it is now possible to generate correct keymaps when evdev driver is used on host.
* | | sesman: check for null from crypt()Jay Sorg2014-10-291-2/+7
| | |
* | | Merge pull request #181 from mgorny/configure-fixesjsorg712014-10-281-28/+38
|\ \ \ | |/ / |/| | Configure fixes
| * | configure: Ensure PKG_CONFIG before querying systemd unit pathMichał Górny2014-10-281-0/+1
| | | | | | | | | | | | | | | Use PKG_PROG_PKG_CONFIG to ensure that $PKG_CONFIG is set before it is used to query the systemd unit install path.
| * | configure: Add --disable-pam and deprecate --enable-nopamMichał Górny2014-10-281-5/+14
| | | | | | | | | | | | | | | Use simple logic for PAM control to avoid confusion and double negations. Keep --enable-nopam deprecated for backwards compatibility.
| * | configure: Correct the use of AC_ARG_ENABLE() macroMichał Górny2014-10-271-26/+26
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the use of AC_ARG_ENABLE() so that --disable-foo configure options are respected. The third and fourth arguments of AC_ARG_ENABLE are respectively ACTION-IF-GIVEN and ACTION-IF-NOT-GIVEN. The former is executed if either --enable-foo or --disable-foo is specified on command line, the latter if neither is. Additionally, the specified value is stored in $enable_foo variable. Therefore, the common practice is to provide null ACTION-IF-GIVEN (and use the value of $enable_foo), and to set a default for $enable_foo in ACTION-IF-NOT-GIVEN. The commit does that, and adjusts the further conditionals to test $enable_foo properly.
* | Xorg: move to autotools for buildingJay Sorg2014-10-2087-294/+490
| |
* | sesman: hand merge #176 from v0.6 branch, indent changesJay Sorg2014-10-201-9/+19
| |
* | restart listener when corresponding sound source/sink connections are closedLaxmikant Rashinkar2014-10-181-33/+48
| |
* | 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
| |
* | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-10-121-16/+40
|\ \
| * | neutrinordp: turn off order caps not testedJay Sorg2014-10-121-16/+40
| | |
* | | sound redirection: handle fragmented packetsLaxmikant Rashinkar2014-10-124-10/+128
|/ /
* | Xorg: simd changesJay Sorg2014-10-097-20/+22
| |
* | Xorg: move simd functions assign to it's own fileJay Sorg2014-10-096-87/+182
| |
* | when closing audio source, don't flush audio data if audio buffer is emptyLaxmikant Rashinkar2014-10-061-3/+6
| |
* | 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
| |
* | Xorg: fix for Xv and CompositeJay Sorg2014-10-041-2/+14
| |
* | Xorg: work on amd64 sseJay Sorg2014-10-049-38/+356
| |
* | Xorg: asm, add->leaJay Sorg2014-09-302-10/+10
| |
* | Xorg: avoid excessive malloc / freeJay Sorg2014-09-292-11/+42
| |
* | Xorg: fix for cpuidJay Sorg2014-09-291-6/+12
| |
* | Xorg: added a header file to the asm funcsJay Sorg2014-09-282-10/+40
| |