Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sesman: only check vnc auth file if vnc session | Jay Sorg | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #178 from mgorny/altgr-keymap | jsorg71 | 2014-11-08 | 14 | -428/+2038 |
|\ | | | | | altgr+shift/capslock support in keymaps | ||||
| * | Install and enable 0415/pl keymap | Michał Górny | 2014-10-27 | 2 | -0/+4 |
| | | |||||
| * | Update keymaps | Michał Górny | 2014-10-27 | 7 | -421/+2004 |
| | | |||||
| * | dump-keymaps: generate 'pl' keymap | Michał Górny | 2014-10-24 | 1 | -0/+4 |
| | | |||||
| * | keymap: support combining shift & capslock with altgr | Michał Górny | 2014-10-24 | 4 | -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/devel | jsorg71 | 2014-11-08 | 3 | -0/+16 |
|\ \ | | | | | | | vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182 | ||||
| * | | vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182 | Anthony Agresta | 2014-11-07 | 3 | -0/+16 |
| | | | |||||
* | | | common: merge from a8 | Jay Sorg | 2014-11-07 | 3 | -3/+166 |
| | | | |||||
* | | | xorgxrdp=7c4d673 | Jay Sorg | 2014-11-07 | 1 | -0/+0 |
|/ / | |||||
* | | libxrdp: remove a global, remove some tabs | Jay Sorg | 2014-11-06 | 3 | -40/+42 |
| | | |||||
* | | xorgxrdp=1392945 | Jay Sorg | 2014-11-05 | 1 | -0/+0 |
| | | |||||
* | | added xorgxrdp submodule | Jay Sorg | 2014-11-05 | 2 | -0/+3 |
| | | |||||
* | | librfxcodec=61f6e92 | Jay Sorg | 2014-11-03 | 1 | -0/+0 |
| | | |||||
* | | Xorg: yuv rfx unsigned | Jay Sorg | 2014-11-03 | 1 | -7/+8 |
| | | |||||
* | | librfxcodec=649a7ad | Jay Sorg | 2014-11-03 | 1 | -0/+0 |
| | | |||||
* | | chansrv: some recording fixes | Jay Sorg | 2014-11-02 | 1 | -10/+30 |
| | | |||||
* | | pulse: fix for recording delay | Jay Sorg | 2014-11-02 | 1 | -6/+32 |
| | | |||||
* | | Merge pull request #173 from moobyfr/default-autorun-ini | jsorg71 | 2014-11-01 | 1 | -0/+3 |
|\ \ | | | | | | | Set a value for the default autorun session | ||||
| * | | Set a value for the default autorun session | BLINDAUER Emmanuel | 2014-09-21 | 1 | -0/+3 |
| | | | |||||
* | | | Xorg: update readme.txt | Jay Sorg | 2014-11-01 | 1 | -0/+42 |
| | | | |||||
* | | | Merge pull request #180 from mgorny/evdev-genkeys | jsorg71 | 2014-10-29 | 3 | -2/+191 |
|\ \ \ | | | | | | | | | Generate correct xfree86 keymaps when evdev is used | ||||
| * | | | Generate correct xfree86 keymaps when evdev is used | Michał Górny | 2014-10-27 | 3 | -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 Sorg | 2014-10-29 | 1 | -2/+7 |
| | | | |||||
* | | | Merge pull request #181 from mgorny/configure-fixes | jsorg71 | 2014-10-28 | 1 | -28/+38 |
|\ \ \ | |/ / |/| | | Configure fixes | ||||
| * | | configure: Ensure PKG_CONFIG before querying systemd unit path | Michał Górny | 2014-10-28 | 1 | -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-nopam | Michał Górny | 2014-10-28 | 1 | -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() macro | Michał Górny | 2014-10-27 | 1 | -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 building | Jay Sorg | 2014-10-20 | 87 | -294/+490 |
| | | |||||
* | | sesman: hand merge #176 from v0.6 branch, indent changes | Jay Sorg | 2014-10-20 | 1 | -9/+19 |
| | | |||||
* | | restart listener when corresponding sound source/sink connections are closed | Laxmikant Rashinkar | 2014-10-18 | 1 | -33/+48 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel | Laxmikant Rashinkar | 2014-10-12 | 1 | -16/+40 |
|\ \ | |||||
| * | | neutrinordp: turn off order caps not tested | Jay Sorg | 2014-10-12 | 1 | -16/+40 |
| | | | |||||
* | | | sound redirection: handle fragmented packets | Laxmikant Rashinkar | 2014-10-12 | 4 | -10/+128 |
|/ / | |||||
* | | 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 |
| | | |||||
* | | when closing audio source, don't flush audio data if audio buffer is empty | Laxmikant Rashinkar | 2014-10-06 | 1 | -3/+6 |
| | | |||||
* | | 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 |
| | |