Commit Graph

3746 Commits

Author SHA1 Message Date
Marc-André Moreau 2b9174a69b channels/rdpsnd: cleanup 2013-02-25 21:46:48 -05:00
Marc-André Moreau 569973a14d Merge pull request #1003 from jmealins/master
Fixed keyboard_x11.c and keymaps to have proper keycodes for windows keys on OS X
2013-02-25 17:23:53 -08:00
Jason Mealins f8c4fa4938 Hard Coded and Keymap codes fixed for OS X
fixed right menu and both left and right windows keycodes
2013-02-25 17:13:19 -08:00
Marc-André Moreau efb0a15fc9 channels/rdpsnd: added audio data length 2013-02-25 17:49:07 -05:00
Jason Mealins 6da989258f VK_RMENU defines right windows key
changing 71 to VK_RMENU
2013-02-25 12:25:07 -08:00
Jason Mealins f8d0613e69 Fixing LWIN and RWIN keycode definitions
adding in the appropriate scancodes windows keys on mac os x
2013-02-25 12:18:03 -08:00
Marc-André Moreau 6fbb6ce4ab Merge pull request #1001 from mfleisz/androidlib
Android: Refactored Android app into a library project and a small launcher app
2013-02-25 08:11:01 -08:00
Marc-André Moreau 4b610996e2 Merge pull request #999 from nschneider/macosx-kbd-patch
windows keys for Mac
2013-02-25 08:10:14 -08:00
Marc-André Moreau 157b8a9acc Merge pull request #1000 from mfleisz/testentry
iOS: Added test bookmark
2013-02-25 08:08:41 -08:00
Martin Fleisz 9bd48a3e5d Merge remote-tracking branch 'upstream/master' into androidlib 2013-02-25 07:52:22 -08:00
Martin Fleisz d9089f2730 iOS: Added test bookmark 2013-02-25 16:48:22 +01:00
Martin Fleisz be275c8c06 Android: Fixed test bookmark 2013-02-25 07:40:00 -08:00
Martin Fleisz 4722e1a096 Android: Added test bookmark 2013-02-25 07:21:51 -08:00
Norbert Schneider 69f83eba3e VK_RMENU corrected 2013-02-25 15:49:59 +01:00
Norbert Schneider f417c32c40 windows keys for Mac
Map apple command keys to win keys
2013-02-25 15:10:39 +01:00
Martin Fleisz e5fc288a51 Android: Fixed settings sub-screen handling, cleaned up strings.xml 2013-02-25 02:37:07 -08:00
Marc-André Moreau b6e46e4511 Merge branch 'master' of github.com:awakecoding/FreeRDP 2013-02-24 22:33:27 -05:00
Marc-André Moreau c22e5181c1 channels/rdpsnd: added more ALSA debug output 2013-02-24 22:32:48 -05:00
Marc-André Moreau f9bf76d69d Merge pull request #997 from zeha/fix_sigsegv_in_printer_parser
Fix out of bounds memory access with /printer:foo
2013-02-24 11:28:21 -08:00
Christian Hofstaedtler 559522e346 Fix out of bounds memory access with /printer:foo
Printer redirection command line parser was checking the wrong way if
a printer driver name was specified, causing the to segfault if no driver
name was given.
2013-02-24 15:33:32 +01:00
C-o-r-E 7efbd3522b mfreerdp-server: mouse input tweak 2013-02-22 13:13:18 -05:00
C-o-r-E 9c459130d6 mfreerdp-server: support 3 button mouse dragging 2013-02-22 13:01:31 -05:00
Martin Fleisz 369bf76143 Merged with freerdp/master 2013-02-22 04:31:57 -08:00
Marc-André Moreau 9e1e8f11f1 Merge pull request #992 from mfleisz/master
primitives: separating optimized functions into their own .c files
2013-02-22 04:06:04 -08:00
Martin Fleisz b8fd4b5227 codec: Fixed NEON CPU detection compile issue, primitives_get race condition in rfx decoding 2013-02-22 03:37:39 -08:00
Martin Fleisz 58d49b402b Android: Fixed certificate caching 2013-02-22 02:51:26 -08:00
Martin Fleisz 2ca493dbf5 Merge remote-tracking branch 'upstream/master' into androidlib 2013-02-22 02:26:10 -08:00
Marc-André Moreau 1b030caf5f mfreerdp: fix headers 2013-02-21 23:52:51 -05:00
Marc-André Moreau d81870dcd7 mfreerdp: fix headers 2013-02-21 23:42:36 -05:00
Marc-André Moreau e4f1ef0620 mfreerdp: cleanup 2013-02-21 23:07:35 -05:00
Marc-André Moreau c79014db5c mfreerdp: code style cleanup 2013-02-21 22:04:09 -05:00
Marc-André Moreau e10367ac9e mfreerdp: fix indentation 2013-02-21 21:42:47 -05:00
Marc-André Moreau fe34a529d5 freerdp: fix build and warnings on Mac OS X 2013-02-21 21:09:42 -05:00
C-o-r-E 5fea599d60 mfreerdp-server: basic mouse input 2013-02-21 19:56:32 -05:00
Marc-André Moreau 71a205a21e channels/rdpsnd: cleanup ALSA setup 2013-02-21 19:20:13 -05:00
Marc-André Moreau 23879a429b channels/rdpsnd: refactor audio format negotiation 2013-02-21 18:41:41 -05:00
Marc-André Moreau 6ba81c2a1a channels/rdpsnd: added more debug output for timing 2013-02-21 16:03:47 -05:00
Marc-André Moreau 8e8c9445dc channels/rdpsnd: add detailed latency output 2013-02-21 14:58:39 -05:00
Marc-André Moreau 5f1b13d77f channels/rdpsnd: start work on WavePlay/WaveConfirm 2013-02-21 13:25:43 -05:00
Marc-André Moreau 413e8fcf36 channels/rdpsnd: process ALSA write in separate thread 2013-02-21 11:58:41 -05:00
Marc-André Moreau 05bd6cff73 channels/rdpsnd: further experimentation with async alsa 2013-02-21 10:46:11 -05:00
Martin Fleisz 1cfb4a4e77 codec: Fixed NEON detection and incorrect RFX decoding 2013-02-21 07:08:46 -08:00
Martin Fleisz 334f1e7782 Android: renaming of JNI API 2013-02-21 04:16:30 -08:00
Martin Fleisz e819223939 primitives: renamed NEON detection function 2013-02-21 03:31:07 -08:00
Martin Fleisz 22cc6341a6 codec/primitives: NEON now enabled for iOS 2013-02-21 03:27:10 -08:00
Martin Fleisz dd8a761c3c Merge remote-tracking branch 'upstream/master' 2013-02-21 02:50:22 -08:00
Martin Fleisz 343d210a75 primitives: separating optimized functions into their own .c files.
This way we use certain compiler flags (like -msse3) only on files
containing optimized code. This avoids problems that occured when
using these flags compiling generic code and running it on platforms
that don't support these optimizations (i.e. NEON optimization on
ARM platforms).
2013-02-21 02:45:10 -08:00
Marc-André Moreau 4df376739d channels/rdpsnd: start alsa async mode 2013-02-21 03:38:36 -05:00
Marc-André Moreau 385d0daced channels: get rid of semaphore locking, replace queues 2013-02-21 02:56:57 -05:00
Marc-André Moreau 7a289423c0 channels/rdpsnd: refactor scheduling of sending of sound PDUs 2013-02-20 21:34:47 -05:00