Commit Graph

2327 Commits

Author SHA1 Message Date
Jay Sorg c14e3fe7a5 Xorg: update readme.txt 2014-11-01 21:01:56 -07:00
jsorg71 9a70d20f20 Merge pull request #180 from mgorny/evdev-genkeys
Generate correct xfree86 keymaps when evdev is used
2014-10-29 19:03:02 -07:00
Jay Sorg 851c762ee7 sesman: check for null from crypt() 2014-10-29 17:54:11 -07:00
jsorg71 9cb9a4bb57 Merge pull request #181 from mgorny/configure-fixes
Configure fixes
2014-10-28 18:24:05 -07:00
Michał Górny b2d324f770 configure: Ensure PKG_CONFIG before querying systemd unit path
Use PKG_PROG_PKG_CONFIG to ensure that $PKG_CONFIG is set before it is
used to query the systemd unit install path.
2014-10-28 22:58:04 +01:00
Michał Górny dba0070360 configure: Add --disable-pam and deprecate --enable-nopam
Use simple logic for PAM control to avoid confusion and double
negations. Keep --enable-nopam deprecated for backwards compatibility.
2014-10-28 22:57:22 +01:00
Michał Górny 2eb930e601 configure: Correct the use of AC_ARG_ENABLE() macro
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.
2014-10-27 23:22:22 +01:00
Michał Górny cc3231272d Install and enable 0415/pl keymap 2014-10-27 12:53:19 +01:00
Michał Górny 9656fa8666 Update keymaps 2014-10-27 12:51:49 +01:00
Michał Górny 0409da6af9 Generate correct xfree86 keymaps when evdev is used
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.
2014-10-27 12:39:05 +01:00
Michał Górny 89a651f948 dump-keymaps: generate 'pl' keymap 2014-10-24 12:16:00 +02:00
Michał Górny 20a962b640 keymap: support combining shift & capslock with altgr
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.
2014-10-24 12:02:00 +02:00
Jay Sorg 2f919932cb Xorg: move to autotools for building 2014-10-20 17:49:36 -07:00
Jay Sorg 29ebab2ce5 sesman: hand merge #176 from v0.6 branch, indent changes 2014-10-20 13:39:38 -07:00
Laxmikant Rashinkar a3e017cd58 restart listener when corresponding sound source/sink connections are closed 2014-10-18 11:22:24 -07:00
Jay Sorg 4ddda1554f Xorg: fix crash in randr 2014-10-17 20:33:25 -07:00
Jay Sorg e8c61af838 Xorg: simd changes 2014-10-16 20:22:01 -07:00
Jay Sorg 1de9164c0b Xorg: install config file too 2014-10-13 19:59:23 -07:00
Jay Sorg d3cd9cb7e9 Xorg: remove uds file on exit 2014-10-12 21:55:04 -07:00
Laxmikant Rashinkar 3acc5d9083 Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel 2014-10-12 17:48:21 -07:00
Laxmikant Rashinkar 122d8bc057 sound redirection: handle fragmented packets 2014-10-12 17:47:35 -07:00
Jay Sorg b5a1b233cd neutrinordp: turn off order caps not tested 2014-10-12 17:41:09 -07:00
Jay Sorg bc7a6b9bc6 Xorg: simd changes 2014-10-09 19:42:29 -07:00
Jay Sorg cdb2fff298 Xorg: move simd functions assign to it's own file 2014-10-09 18:55:16 -07:00
Laxmikant Rashinkar c0839cd6a5 when closing audio source, don't flush audio data if audio buffer is empty 2014-10-06 19:43:52 -07:00
Jay Sorg c3236e48a4 Xorg: amd64 sse2 yv12, i420 to rgb working now, other minor changes 2014-10-04 21:01:41 -07:00
Jay Sorg 62481510f7 Xorg: Xv, minor optimize for strech 2014-10-04 17:17:45 -07:00
Jay Sorg 39e51cad8c Xorg: fix for Xv and Composite 2014-10-04 16:14:32 -07:00
Jay Sorg 1005a29c4f Xorg: fix for Xv and Composite 2014-10-04 15:24:35 -07:00
Jay Sorg 5ccbc37882 Xorg: work on amd64 sse 2014-10-04 13:15:01 -07:00
Jay Sorg 5c8b1de800 Xorg: asm, add->lea 2014-09-30 00:40:17 -07:00
Jay Sorg 6fc9b8dd8c Xorg: avoid excessive malloc / free 2014-09-29 19:41:11 -07:00
Jay Sorg 372f247713 Xorg: fix for cpuid 2014-09-29 19:33:39 -07:00
Jay Sorg bdc7ac211f Xorg: added a header file to the asm funcs 2014-09-28 21:18:59 -07:00
Jay Sorg a90d60c096 Xorg: added asm cpuid for x86 2014-09-28 20:50:09 -07:00
Jay Sorg 6f5a70b242 Xorg: asm i420 2014-09-28 19:06:01 -07:00
Jay Sorg f14caed95b Xorg: align memory in Xv 2014-09-28 15:27:08 -07:00
Jay Sorg 1956bc88e1 Xorg: asm changes 2014-09-28 13:39:18 -07:00
Jay Sorg 8b400ca0f3 Xorg: asm changes 2014-09-27 13:34:08 -07:00
Jay Sorg 656e6eae1f Xorg: asm work on yv12 2014-09-26 03:37:04 -07:00
Jay Sorg ebb00172b7 Xorg: add amd64 asm files 2014-09-23 21:28:35 -07:00
Jay Sorg c7b2e9994c Xorg: start accel XV 2014-09-23 20:31:45 -07:00
Jay Sorg ece8138b0e Xorg: added simple strech 2014-09-22 20:15:03 -07:00
Jay Sorg e42e42e6dc Xorg: some define changes, remove dups 2014-09-21 01:28:29 -07:00
BLINDAUER Emmanuel 4dcc186299 Set a value for the default autorun session 2014-09-21 09:26:30 +02:00
Jay Sorg 103a03aeca Xorg: endian fix 2014-09-20 21:11:46 -07:00
Jay Sorg 2badb31bf2 big endian fix 2014-09-20 19:29:10 -07:00
Jay Sorg af0463ca52 Xorg: fix for PutImage 2014-09-20 16:57:53 -07:00
Jay Sorg 9269bb2f10 Xorg: work on XVideo extension 2014-09-20 16:10:20 -07:00
Jay Sorg 319093a7f2 Merge branch 'devel' of github.com:neutrinolabs/xrdp into devel 2014-09-20 13:21:50 -07:00