Commit Graph

2471 Commits (fdb146740f2e544008e90214854b7a4aa2472e84)
 

Author SHA1 Message Date
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.
10 years ago
Michał Górny cc3231272d Install and enable 0415/pl keymap 10 years ago
Michał Górny 9656fa8666 Update keymaps 10 years ago
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.
10 years ago
Michał Górny 89a651f948 dump-keymaps: generate 'pl' keymap 10 years ago
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.
10 years ago
Jay Sorg 2f919932cb Xorg: move to autotools for building 10 years ago
Jay Sorg 29ebab2ce5 sesman: hand merge #176 from v0.6 branch, indent changes 10 years ago
Laxmikant Rashinkar a3e017cd58 restart listener when corresponding sound source/sink connections are closed 10 years ago
Jay Sorg 4ddda1554f Xorg: fix crash in randr 10 years ago
Jay Sorg e8c61af838 Xorg: simd changes 10 years ago
Jay Sorg 1de9164c0b Xorg: install config file too 10 years ago
Jay Sorg d3cd9cb7e9 Xorg: remove uds file on exit 11 years ago
Laxmikant Rashinkar 3acc5d9083 Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel 11 years ago
Laxmikant Rashinkar 122d8bc057 sound redirection: handle fragmented packets 11 years ago
Jay Sorg b5a1b233cd neutrinordp: turn off order caps not tested 11 years ago
Jay Sorg bc7a6b9bc6 Xorg: simd changes 11 years ago
Jay Sorg cdb2fff298 Xorg: move simd functions assign to it's own file 11 years ago
Laxmikant Rashinkar c0839cd6a5 when closing audio source, don't flush audio data if audio buffer is empty 11 years ago
Jay Sorg c3236e48a4 Xorg: amd64 sse2 yv12, i420 to rgb working now, other minor changes 11 years ago
Jay Sorg 62481510f7 Xorg: Xv, minor optimize for strech 11 years ago
Jay Sorg 39e51cad8c Xorg: fix for Xv and Composite 11 years ago
Jay Sorg 1005a29c4f Xorg: fix for Xv and Composite 11 years ago
Jay Sorg 5ccbc37882 Xorg: work on amd64 sse 11 years ago
Jay Sorg 5c8b1de800 Xorg: asm, add->lea 11 years ago
Jay Sorg 6fc9b8dd8c Xorg: avoid excessive malloc / free 11 years ago
Jay Sorg 372f247713 Xorg: fix for cpuid 11 years ago
Jay Sorg bdc7ac211f Xorg: added a header file to the asm funcs 11 years ago
Jay Sorg a90d60c096 Xorg: added asm cpuid for x86 11 years ago
Jay Sorg 6f5a70b242 Xorg: asm i420 11 years ago
Jay Sorg f14caed95b Xorg: align memory in Xv 11 years ago
Jay Sorg 1956bc88e1 Xorg: asm changes 11 years ago
Jay Sorg 8b400ca0f3 Xorg: asm changes 11 years ago
Jay Sorg 656e6eae1f Xorg: asm work on yv12 11 years ago
Jay Sorg ebb00172b7 Xorg: add amd64 asm files 11 years ago
Jay Sorg c7b2e9994c Xorg: start accel XV 11 years ago
Jay Sorg ece8138b0e Xorg: added simple strech 11 years ago
Jay Sorg e42e42e6dc Xorg: some define changes, remove dups 11 years ago
BLINDAUER Emmanuel 4dcc186299 Set a value for the default autorun session 11 years ago
Jay Sorg 103a03aeca Xorg: endian fix 11 years ago
Jay Sorg 2badb31bf2 big endian fix 11 years ago
Jay Sorg af0463ca52 Xorg: fix for PutImage 11 years ago
Jay Sorg 9269bb2f10 Xorg: work on XVideo extension 11 years ago
Jay Sorg 319093a7f2 Merge branch 'devel' of github.com:neutrinolabs/xrdp into devel 11 years ago
Jay Sorg 0409a5aaca Xorg: added XVideo extension 11 years ago
Idan Freiberg 2e0d58fbfe Merge pull request #172 from moobyfr/fix-pam-leak
If auth fails, call pam_end so PAM backends can call _cleanup
11 years ago
BLINDAUER Emmanuel b6eb6d9696 If auth fails, call pam_end so PAM backends can call _cleanup 11 years ago
Jay Sorg 316445c15d librfxcodec=de6a45c 11 years ago
Jay Sorg f73f314c2c no logic change, indent 11 years ago
jsorg71 0d63263772 Merge pull request #137 from ArvidNorr/choose_shortcutdev
support for preferred combo box choice added
11 years ago