martijn-m
f59780c08b
Dutch translation v2
...
Optimized: 'Credentials' translated
2013-05-02 14:14:21 +03:00
Marc-André Moreau
65d6e135ad
Merge branch 'master' of github.com:awakecoding/FreeRDP
2013-04-30 18:25:37 -04:00
Marc-André Moreau
e88b59c32c
libfreerdp-core: improve async-transport mode
2013-04-30 17:16:38 -04:00
Marc-André Moreau
601b0c7f8c
wfreerdp: update client interface
2013-04-30 15:18:26 -04:00
Benoit LeBlanc
c8d1ef33da
wfreerdp: resize window on setting smartsize off
2013-04-30 13:08:41 -04:00
Benoit LeBlanc
3f12dc351b
wfreerdp: fixed upscaling
2013-04-30 12:56:16 -04:00
Benoit LeBlanc
0b9112b091
Added System menu for "Smart Sizing". Small fixes
...
Fixed an issue where the scrollbars were not disappearing when
maximizing window.
2013-04-30 11:15:04 -04:00
Martin Fleisz
e585fd9ac1
Android: Added support for TS Gateway
2013-04-30 08:14:24 -07:00
Marc-André Moreau
51715636a5
freerdp: remove some deprecated stream utils
2013-04-29 22:35:15 -04:00
Marc-André Moreau
97b0aebeef
xfreerdp: change default build tree output path
2013-04-29 16:40:30 -04:00
Marc-André Moreau
983f42254d
xfreerdp-server: split into library/executable
2013-04-29 16:37:11 -04:00
Marc-André Moreau
70dea34a90
Merge github.com:FreeRDP/FreeRDP
2013-04-29 13:59:24 -04:00
Marc-André Moreau
7cf23aff02
xfreerdp: fix workarea option
2013-04-28 19:16:23 -04:00
Marc-André Moreau
12ec6c60db
xfreerdp: add support for selecting individual monitors
2013-04-28 18:48:27 -04:00
Marc-André Moreau
24573ef08d
xfreerdp: add /monitor-list option
2013-04-28 17:10:43 -04:00
Marc-André Moreau
1cfda17da9
xfreerdp: partial multimonitor patch from Hans-Peter Jansen
2013-04-28 16:27:23 -04:00
Marc-André Moreau
3d285f06a9
xfreerdp: add OnWindowStateChange client event
2013-04-28 01:12:02 -04:00
Marc-André Moreau
e55b0ab64f
xfreerdp: make client interface fully opaque
2013-04-28 00:23:36 -04:00
Benoit LeBlanc
391d238f1a
wfreerdp: scrollbars, aspect ratio smartsizing
2013-04-26 15:46:36 -04:00
Martin Fleisz
a1708572ba
Android: Added clipboard redirection support
2013-04-26 05:59:16 -07:00
Martin Fleisz
15a22eb9c9
Merge pull request #1211 from mfleisz/ioskbd
...
iOS: Improved handling of chinese keyboards
2013-04-26 02:15:16 -07:00
Benoit LeBlanc
b91a7cd3a8
fixed fullscreen toggle positioning, smartsizing
...
Also: added maximum window size
2013-04-25 17:18:14 -04:00
Marc-André Moreau
fc3f75d867
xfreerdp: start experimenting with multitouch
2013-04-25 17:00:43 -04:00
Benoit LeBlanc
a5bcb8bc21
Smart sizing, dual monitor in client app
...
Scaling functions: do not scale with a ratio > 1.
2013-04-25 15:42:40 -04:00
Benoit LeBlanc
28e67a6adc
wfreerdp: added MultiMon support (fullscreen only)
2013-04-25 10:50:26 -04:00
Martin Fleisz
c0dffd6edf
Android: Added SDCard redirection support
2013-04-25 07:30:33 -07:00
Martin Fleisz
19acfbd6ee
iOS: Improved handling of chinese keyboards
2013-04-25 12:31:11 +02:00
Benoit LeBlanc
4bfa11bcca
wf_toggle_fullscreen: change hwnd parent
...
Also: do not lose focus
2013-04-24 16:47:32 -04:00
Benoit LeBlanc
8b443989bb
Cleaned up settings, removed duplicate functions
...
param change callback mechanism moved to settings.c
Started replacing
settings->Field = value
with
freerdp_set_param_XXX(settings, FreeRDP_Field, value);
2013-04-24 16:33:43 -04:00
Martin Fleisz
afd9065cce
iOS/Android: Updated version number
2013-04-24 00:36:48 -07:00
Marc-André Moreau
fae24b1ef9
xfreerdp-server: auto-generate self-signed certificate
2013-04-23 18:17:01 -04:00
Martin Fleisz
fcad37ee6a
Android: Changed version string for APKs
2013-04-23 08:58:37 -07:00
Martin Fleisz
4bb700d85b
Android: Added missing french translation
2013-04-23 04:04:06 -07:00
Martin Fleisz
1a336c30b8
iOS: Fix for shift key handling (by bslande)
2013-04-23 10:15:12 +02:00
Benoit LeBlanc
e98bb31d27
RDP file writing optimization
...
removed function freerdp_get_connection_type
TODO:
- validate presence of all fields
- update cmdline.c to use set_param functions to modify settings.
2013-04-22 18:39:18 -04:00
Benoit LeBlanc
3eebd2edf2
Implemented writing RDP file to disk
...
TODO: Optimize by only writing the fields that have a value i.e
~((size_t) file->FieldName) != 0
Fixed wfi leak.
Fixed insufficient mem alloc.
2013-04-22 16:08:47 -04:00
Marc-André Moreau
914ac31cbf
xfreerdp: fail differently if no hostname is given
2013-04-22 08:33:41 -04:00
Benoit LeBlanc
3549e97abb
Callback function handling
...
Added possibility for the client to register for callback from FreeRDP.
Currently supported callback events:
- setting value changed
- connected
- disconnected
2013-04-19 10:06:26 -04:00
Marc-André Moreau
9efb3e7f57
Merge branch 'master' of github.com:awakecoding/FreeRDP
2013-04-18 11:37:00 -07:00
Martin Fleisz
6b48a8c7c5
Android: Fixed possible crash with a session being null
2013-04-18 03:43:52 -07:00
Martin Fleisz
50c94186e8
Merge pull request #1193 from zeha/fix-xfreerdp-crashes
...
xfreerdp: fix xfi lifecycle and other crashers
2013-04-18 03:14:27 -07:00
Martin Fleisz
dd5cbef467
iOS: Fix resource leak
2013-04-18 10:51:39 +02:00
Martin Fleisz
ce4e02ae48
iOS: Fixed possible crash on disconnect
2013-04-17 13:09:53 +02:00
Christian Hofstaedtler
53e641abf1
xfreerdp: fix xfi lifecycle and other crashers
2013-04-17 03:03:31 +02:00
Benoit LeBlanc
315f3705b2
Added settings set/get functions to client API
...
- setting setter function has internal handling. TODO: callback to
client.
- added missing SmartSizing param
2013-04-15 15:58:56 -04:00
Nigel Reeves
7dedd884b9
Merge branch 'master' of https://github.com/FreeRDP/FreeRDP.git
2013-04-15 11:15:49 +01:00
Nigel Reeves
fb2a087dbf
Fix to issue #773 . Ensure resume in correct NumLock state, when reconnectin to a session
2013-04-15 11:14:09 +01:00
Marc-André Moreau
5530bfb71e
mfreerdp: minor cleanup
2013-04-14 11:28:07 -04:00
Marc-André Moreau
073c6fb983
libfreerdp-core: fix handling of SSL_CERT_NOT_ON_SERVER
2013-04-12 18:03:56 -04:00
Marc-André Moreau
d04b76d005
libfreerdp-core: use stream pool
2013-04-12 13:44:23 -04:00
Marc-André Moreau
a89c75b3c2
mfreerdp: cleanup cmake script
2013-04-11 18:09:28 -04:00
Benoit LeBlanc
8a637e0c0d
fixed function name. Added settings function.
...
Added keyboard thread termination message.
2013-04-11 16:19:58 -04:00
Marc-André Moreau
d0e989a549
libfreerdp-core: add support for load balance info
2013-04-11 11:51:10 -04:00
Marc-André Moreau
f0a45f96f5
client: add CLIENT_INTERFACE_SHARED option forcing shared client libs with BUILD_SHARED_LIBS=off, making a single library
2013-04-10 17:09:35 -04:00
Marc-André Moreau
bb733db683
wfreerdp: integrating benoit's latest code
2013-04-10 16:58:19 -04:00
Marc-André Moreau
e1e8194f77
afreerdp: added Spanish translation
2013-04-10 13:45:23 -04:00
Marc-André Moreau
953716e907
afreerdp: fix missing translation points
2013-04-09 21:51:07 -04:00
Marc-André Moreau
930d67ef22
afreerdp: initial French translation (semi-automatic, still poor)
2013-04-09 21:19:03 -04:00
Marc-André Moreau
1b7b0b74ea
afreerdp: remove old project files
2013-04-09 16:38:07 -04:00
Marc-André Moreau
c3ea88697d
afreerdp: fix manifest file indentation
2013-04-09 14:51:48 -04:00
Marc-André Moreau
0cbdd6b641
freerdp: merge with master
2013-04-09 10:18:03 -04:00
Marc-André Moreau
2baa64efc2
wfreerdp: fix C++ header
2013-04-08 18:27:59 -04:00
Marc-André Moreau
6dfa196966
wfreerdp: unify client interface
2013-04-08 22:10:59 -04:00
Marc-André Moreau
720a23e07a
xfreerdp: refactor xfreerdp client interface
2013-04-08 17:03:21 -04:00
Marc-André Moreau
68e253e209
libfreerdp-core: add client interface
2013-04-08 15:37:56 -04:00
Martin Fleisz
fea9407814
iOS: BlockAlertView now supports rotation
2013-04-08 14:17:47 +02:00
Martin Fleisz
6da16f4165
iOS: Replaced UIViewAlert with custom alert dialog
2013-04-08 13:25:00 +02:00
Marc-André Moreau
3f626f8a20
xfreerdp: implement xf_stop
2013-04-07 17:46:57 -04:00
Marc-André Moreau
0b4fefff76
xfreerdp: fix interface for parsing command-line arguments
2013-04-06 17:43:27 -04:00
Marc-André Moreau
9424df2905
Merge pull request #1165 from mfleisz/win8fix
...
iOS/Android: Fix for Win8
2013-04-06 09:14:51 -07:00
Christian Hofstaedtler
1c17022072
Unbreak WITH_DEBUG_X11_LOCAL_MOVESIZE without WITH_DEBUG_X11
2013-04-06 18:06:20 +02:00
Marc-André Moreau
168a5eabf3
xfreerdp: add UI events (experimental)
2013-04-05 19:08:37 -04:00
Martin Fleisz
0375189c8e
iOS/Android: Fix for Win8
2013-04-05 12:36:23 +02:00
Martin Fleisz
db79cb34e2
iOS: Ensure each bookmark has a UUID
2013-04-05 10:46:28 +02:00
Marc-André Moreau
6095f1653a
xfreerdp: external client integration
2013-04-04 18:27:47 -04:00
Marc-André Moreau
e98fb16f52
Merge pull request #1157 from mfleisz/iosfix
...
iOS: Fixed issue where boookmarks were saved even though cancel was presed
2013-04-04 14:21:45 -07:00
Marc-André Moreau
7b2f70c0c7
xfreerdp: fix including from C++
2013-04-03 18:48:59 -04:00
Martin Fleisz
522fe1baf3
iOS: Corrected wrong function signature
2013-04-03 11:04:29 +02:00
Thinstuff Developer
834ca7fc4a
iOS: Fixed issue where boookmarks were saved even though cancel was pressed
2013-04-03 09:36:55 +02:00
Marc-André Moreau
5b368eea0a
xfreerdp: remove binary from version control
2013-04-02 16:36:45 -04:00
Marc-André Moreau
022ceec22a
xfreerdp: split client into executable and library
2013-04-02 16:22:30 -04:00
Marc-André Moreau
f400045bf8
xfreerdp: improve client interface
2013-04-02 15:45:48 -04:00
Marc-André Moreau
9b351568fa
xfreerdp: start implementing simplified client interface
2013-04-02 15:13:10 -04:00
Marc-André Moreau
d13f89d359
xfreerdp: modify way to return thread exit code
2013-04-02 14:51:12 -04:00
Marc-André Moreau
5660b94b92
xfreerdp: start client interface
2013-04-02 13:22:59 -04:00
Martin Fleisz
8d16086969
Android: Fix crash after changes in FreeRDP directory handling
2013-04-02 06:33:59 -07:00
Marc-André Moreau
3835fa8a35
Merge pull request #1152 from mfleisz/master
...
iOS: Got rid of .xcodeproj file and various compile fixes
2013-04-02 06:07:53 -07:00
Marc-André Moreau
7efbf905f8
wfreerdp: integrate benoit's modifications for easier embedding of the client
2013-04-01 18:32:14 -04:00
Marc-André Moreau
f4df4e4b26
channels: partial cleanup
2013-03-29 14:49:09 -04:00
Martin Fleisz
38446b5f2b
iOS: got rid of xcode project file
2013-03-29 14:28:27 +01:00
Marc-André Moreau
a318f8f129
mfreerdp: fix build on Mac OS X
2013-03-29 00:15:29 -04:00
Marc-André Moreau
3b0afd8b16
xfreerdp: add special extended window style WS_EX_DECORATIONS for XRDP
2013-03-28 23:47:39 -04:00
Marc-André Moreau
4ca064352f
xfreerdp: fix round corners in RemoteApp
2013-03-28 23:34:26 -04:00
Marc-André Moreau
d70c1e4d5e
xfreerdp: fix RemoteApp decorations
2013-03-28 23:09:28 -04:00
Marc-André Moreau
066d3384c2
xfreerdp: fix RemoteApp with system message (don't show full desktop on every single connection, just when needed)
2013-03-28 22:26:28 -04:00
Marc-André Moreau
d187becc28
freerdp: merge with master
2013-03-28 21:20:36 -04:00
Marc-André Moreau
3417a3aab5
freerdp: merge RDP_EVENT type with wMessage
2013-03-28 21:13:56 -04:00
Marc-André Moreau
f757623f7f
channels: replace event_type, event_class with id for events
2013-03-28 20:23:16 -04:00
Marc-André Moreau
8ad5932a3d
channels: continue event refactoring
2013-03-28 19:33:31 -04:00
Marc-André Moreau
72bf8ea032
libfreerdp-utils: start migrating old eventing system
2013-03-28 18:29:57 -04:00
Hardening
7701c9d934
Replace printf(...) by fprintf(stderr, ...)
2013-03-28 23:06:34 +01:00
Marc-André Moreau
2b1a3b0ad7
Merge pull request #1140 from awakecoding/master
...
TS Gateway Locking Issue Fix
2013-03-27 17:20:16 -07:00
Marc-André Moreau
92114d1d38
freerdp: merging with master
2013-03-27 13:13:22 -04:00
Marc-André Moreau
1df8049c08
libfreerdp-core: started async transport
2013-03-27 13:03:41 -04:00
Marc-André Moreau
34d6c777cf
Merge pull request #1129 from bmiklautz/osx_static_build
...
client/common: create a combined .a on mac
2013-03-27 07:03:10 -07:00
Marc-André Moreau
1813ced156
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-03-26 12:45:05 -04:00
David Barth
96290efd76
add wm-class option
2013-03-26 17:33:09 +01:00
Bernhard Miklautz
88fd7edf6d
ios: link against libfreerdp-client-combined.a
2013-03-26 12:59:03 +01:00
Bernhard Miklautz
64fd026e20
client/common: also include libfreerdp-client in combined archive
2013-03-26 12:40:02 +01:00
Bernhard Miklautz
370ec5097b
client/common: create a combined .a on mac
...
Generate a combined archive of all the client related functions (channels/common..) to
minimize dependencies for linking.
The archive is called libfreerdp-client-combined.a and is only generated on iOS when doing a
monolithic static build.
2013-03-25 18:16:05 +01:00
Marc-André Moreau
068f0de4d4
libfreerdp-utils: purge old file utils
2013-03-22 15:52:43 -04:00
Marc-André Moreau
8fb7e80919
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-03-21 16:46:35 -04:00
Marc-André Moreau
8c8a82c31f
libfreerdp-utils: purge old STREAM utils
2013-03-21 16:45:25 -04:00
Marc-André Moreau
a8201b0d1b
libwinpr-utils: combine old and new stream utils
2013-03-21 15:19:33 -04:00
Marc-André Moreau
62eec0c2b5
libfreerdp-utils: rename internal members of STREAM to match new wStream
2013-03-21 15:01:46 -04:00
Florian Holzapfel
65577d138e
fix some memory leaks on iOS
2013-03-20 14:16:09 +01:00
Marc-André Moreau
0b6872a1d3
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-03-19 15:54:16 -04:00
Marc-André Moreau
21a107015a
wfreerdp: add parent window handle parameter
2013-03-19 13:17:30 -04:00
Martin Fleisz
b40e40937c
Android: Fix for rdp file association
2013-03-19 09:40:29 -07:00
Martin Fleisz
b5712cdb1b
Android: Fixed issue with shift key
2013-03-19 08:25:34 -07:00
Marc-André Moreau
1123adcadf
Merge branch 'master' of github.com:awakecoding/FreeRDP
2013-03-19 11:18:56 -04:00
Marc-André Moreau
488d2c5672
wfreerdp: fix icon
2013-03-19 11:11:14 -04:00
Martin Fleisz
3baa7a63c1
Android: Fixed rdp file association
2013-03-19 06:29:11 -07:00
Martin Fleisz
b75344afe1
iOS: Changing deployment target to 4.3 (no supp. for armv6 needed)
2013-03-19 10:50:37 +01:00
Marc-André Moreau
554323032f
mfreerdp: workaround for pointer
2013-03-18 23:28:19 -04:00
Marc-André Moreau
acf9429b52
wfreerdp: split client into library and executable
2013-03-18 22:09:52 -04:00
Marc-André Moreau
ac4cb24a68
wfreerdp: clean separation of client core and controlling code
2013-03-18 21:54:50 -04:00
Marc-André Moreau
aec86e1da8
wfreerdp: start splitting CLI from client core
2013-03-18 20:12:51 -04:00
Marc-André Moreau
4b0c45d6ad
Merge pull request #1110 from mfleisz/iosscrollfix
...
iOS: Fixed iPhone session scrolling bug
2013-03-18 08:32:38 -07:00
Martin Fleisz
0d75b9e24e
iOS: Fixed iPhone session scrolling bug
2013-03-18 16:31:14 +01:00
Marc-André Moreau
3ab62e759b
Merge pull request #1101 from bmiklautz/dotrdp
...
Fixed command line with .rdp file
2013-03-18 06:22:56 -07:00
Marc-André Moreau
e530b04585
Merge pull request #1107 from mfleisz/iosfix
...
iOS: Fixed keyboard issues
2013-03-18 06:22:27 -07:00
Martin Fleisz
db4734f1e1
Android: Fixed keyboard issue
2013-03-18 05:08:02 -07:00
Martin Fleisz
212673d7e9
iOS: Fixed keyboard issues
2013-03-18 12:29:47 +01:00
Bernhard Miklautz
37f29ebcce
Fixed command line with .rdp file
...
Now clients can be called with a .rdp file again like xfreerdp test.rdp
2013-03-16 00:33:58 +01:00
Bernhard Miklautz
e8eb0d0b44
Fixed formating build warnings (-Wformat)
2013-03-15 20:03:48 +01:00
Bernhard Miklautz
77df254265
Fixed some build warnings
2013-03-15 18:22:49 +01:00
Martin Fleisz
96a2717b3c
iOS: Compile fixes ( Fixed #1069 , #1086 )
2013-03-13 15:08:45 +01:00
Christian Hofstaedtler
1dbdfc155d
Add the ECHO dynamic virtual channel
2013-03-13 00:24:24 +01:00
Christian Hofstaedtler
6376d432eb
mfreerdp: PasswordDialog should release it's resources
2013-03-11 20:35:43 +01:00
Christian Hofstaedtler
a55cf4b3b1
mfreerdp: cleanup PasswordDialog
2013-03-11 20:19:18 +01:00
Christian Hofstaedtler
0f3c623299
mfreerdp: fix pointer function declarations
2013-03-11 19:51:07 +01:00
Marc-André Moreau
cc48e2a184
freerdp: merging with master
2013-03-11 13:25:23 -04:00
Marc-André Moreau
1ad2bda6b6
mfreerdp: code style cleanup
2013-03-11 12:14:44 -04:00
Martin Fleisz
59086c68ef
Merge pull request #1065 from blazee/android_rdpfile
...
Android rdpfile
2013-03-11 04:49:33 -07:00
Marc-André Moreau
1f335709b3
mfreerdp: fix icon file
2013-03-11 00:35:15 -04:00
Marc-André Moreau
5628927fc2
mfreerdp: make use of libwinpr-input
2013-03-10 23:14:40 -04:00
Christian Hofstaedtler
c64cf47469
MacFreeRDP: use CoreGraphics for drawing
2013-03-11 03:01:07 +01:00
Christian Hofstaedtler
0408d32e97
MacFreeRDP: hook up password dialog
2013-03-11 02:32:05 +01:00
Marc-André Moreau
8e9d541816
client/Android: fix keyboard
2013-03-10 21:27:27 -04:00
Christian Hofstaedtler
7696388c4d
add Password Dialog files
2013-03-11 02:25:14 +01:00
blazee
d943692914
Android: Fix build
2013-03-10 14:41:11 +01:00
blazee
bcbb80fc19
Android: Add basic .RDP file support
2013-03-10 13:08:47 +01:00
Marc-André Moreau
89cf0a3dd0
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-03-07 13:56:51 -05:00
Marc-André Moreau
75f80d0198
libfreerdp-locale: cleanup solaris code
2013-03-06 12:50:25 -05:00
Martin Fleisz
7e7c096327
iOS: correctly refresh screen after resize
2013-03-05 17:08:53 +01:00
Marc-André Moreau
234356e60c
Merge pull request #1035 from mfleisz/iosupdate
...
iOS: Enable NSCodec, fixed RFX to Win8, resize sanity check
2013-03-05 04:59:05 -08:00
Martin Fleisz
14bd37e8b2
iOS: Enable NSCodec, fixed RFX to Win8, resize sanity check
2013-03-05 13:25:50 +01:00
Martin Fleisz
be9245fda1
Android: Fixed session resizing
2013-03-05 12:59:38 +01:00
Martin Fleisz
c2c06e6905
iOS: Fixed session resizing
2013-03-05 12:54:49 +01:00
Marc-André Moreau
cd7edbbc81
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-03-04 16:07:29 -05:00
Martin Fleisz
a822d736f0
Fixed issues with new sysinfo on windows
2013-03-04 09:40:26 +01:00
Marc-André Moreau
44758bfe54
libfreerdp-locale: start moving some code to libwinpr-input
2013-03-03 16:30:31 -05:00
Marc-André Moreau
8f3911d4b8
Merge pull request #1023 from bmiklautz/cpuflagdetection
...
CPU feature detection
2013-03-02 15:52:25 -08:00
Bernhard Miklautz
23a7ef6c47
codec/rfx: use sysinfo to detect sse2/neon
...
This also moves (sse2) detection code out of the client into the decoder.
2013-03-01 09:02:14 +01:00
Stefan Giermair
f0a2ee60d1
don't set override_redirect if grab_keyboard is deactivated
2013-02-28 17:33:56 +01:00
Stefan Giermair
c0ac6e13d5
added parameter for toggle fullscreen (Alt+Ctrl+Enter) so it is deactivatable
2013-02-28 17:32:46 +01:00
Marc-André Moreau
ddf4c6e0ff
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-02-27 09:38:39 -05:00
Marc-André Moreau
bcf2639906
Merge pull request #1005 from mfleisz/shortcutfix
...
Android: Fixed shortcut launching
2013-02-26 09:40:05 -08:00
Martin Fleisz
e9527fbbf3
Android: Fixed incorrect handling of performance flags
2013-02-26 06:34:24 -08:00
Martin Fleisz
382efe68ed
Android: Fixed shortcut launching
2013-02-26 04:04:23 -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
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
Martin Fleisz
e5fc288a51
Android: Fixed settings sub-screen handling, cleaned up strings.xml
2013-02-25 02:37:07 -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
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
Martin Fleisz
334f1e7782
Android: renaming of JNI API
2013-02-21 04:16:30 -08:00
Marc-André Moreau
385d0daced
channels: get rid of semaphore locking, replace queues
2013-02-21 02:56:57 -05:00
Martin Fleisz
f0fb640bb4
Various fixes and reorganisation of files for Android library project
2013-02-20 02:06:03 -08:00
Marc-André Moreau
470cdb2570
xfreerdp: add async-channels command-line argument
2013-02-19 12:29:15 -05:00
Marc-André Moreau
801708297a
libwinpr-rpc: fix windows build
2013-02-18 19:29:50 -05:00
Bernhard Miklautz
295d799afe
Merge remote-tracking branch 'upstream/master' into androidlib
2013-02-18 15:12:23 +01:00
Bernhard Miklautz
84b2966e67
android: adapted build for library project
...
- use manifestmerger.enabled to merge library manifest
- updated intent/activities to be implicit
2013-02-18 15:00:55 +01:00
Marc-André Moreau
7d3d2abd17
client/common: fix help and compatibility helper
2013-02-18 07:49:52 -05:00
Marc-André Moreau
bfd5ebc298
client/common: added simplified command-line options for each channel
2013-02-18 07:32:15 -05:00
Marc-André Moreau
19ce07d34f
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-02-17 10:10:54 -05:00
hardening
379b80ca42
Fixed prototypes
2013-02-15 23:07:10 +01:00
Marc-André Moreau
7987875591
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2013-02-15 11:23:59 -05:00
Marc-André Moreau
d74a53c738
Merge pull request #973 from hardening/includeFixesTrunk
...
Fixed compilation with -Wstrict-prototypes
2013-02-15 08:18:22 -08:00