Benoît LeBlanc
766c1a18aa
MacFreeRDP: fixed invalid region coordinates conversion, cleanup traces
2013-10-02 10:51:48 -04:00
Benoît LeBlanc
78981418ce
MacFreeRDP: Handling of mouse and region invalidation on scaling/scrolling
2013-10-02 10:24:01 -04:00
Benoît LeBlanc
aca72114e2
Mouse events and region invalidate support for smart sizing.
2013-10-01 14:30:06 -04:00
Benoît LeBlanc
7198ee2def
Merged changes from FreeRDP branch, notably support for fullscreen on mac os x.
2013-09-30 11:31:01 -04:00
Benoît LeBlanc
05febe9d03
MacFreeRDP: Moved setViewSize logic out of the framework to the CLI app, because the content resizes the parent window, which interferes with other applications using the framework.
2013-09-27 17:36:53 -04:00
Joakim Plate
1c112474c6
Correct handling of mouse scrolling for osx
...
Setup server to scroll 1 line at a time to match osx
scrolling speed.
2013-09-22 00:07:27 +02:00
Joakim Plate
11912497ea
Make sure windows size follows commandline geometry
...
This adds support for fullscreen mode, which may fail
on non lion systems
2013-09-21 21:35:41 +02:00
Joakim Plate
16048641f3
Let mac client print command line info as well
...
Only seen when running the actual executable itself, not during
open.
2013-09-21 21:35:02 +02:00
Marc-André Moreau
528647b6d0
Merge pull request #1492 from elupus/passwd
...
Mac password dialog fixes
2013-09-19 13:05:37 -07:00
Joakim Plate
ffa616bff4
Correct username place holder in mac application
2013-09-18 23:34:43 +02:00
Joakim Plate
1f15d39f8a
Correct generation of PasswordDialog.nib
2013-09-17 23:12:33 +02:00
Marc-André Moreau
7edfe66274
freerdp: various missing link dependencies and symbol exports
2013-09-03 21:48:26 -04:00
Marc-André Moreau
b480ce1830
freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers
2013-09-03 20:37:04 -04:00
Marc-André Moreau
bb30ceb006
mfreerdp: cleanup
2013-08-09 21:23:08 -04:00
Marc-André Moreau
2847c8819e
mfreerdp: fix out of source build
2013-08-08 16:38:50 -04:00
Marc-André Moreau
b164453d75
mfreerdp: fix 32-bit and universal build
2013-08-08 16:10:23 -04:00
Marc-André Moreau
1d1d04149c
mfreerdp: cleanup makefiles
2013-08-08 15:49:24 -04:00
Benoît LeBlanc
81626c8741
MacFreeRDP cli fixes:
...
- added ErrorInfo handling.
- Showing alert message on main thread.
- Autorelease pool for background thread.
2013-07-22 15:33:30 -04:00
Benoît LeBlanc
e063a5cbcb
MacFreeRDP: Fixed deployment paths, deploying missing winpr folder to framework structure.
...
#####################
IMPORTANT:
To compile an Mac application using the MacFreeRDP framework, the developer MUST specifically add the framework's Headers folder to the Headers Search Path in the application's Build Settings.
e.g. /Users/Username/Documents//FreeRDP/build/client/Mac/Debug/MacFreeRDP.framework/Headers
2013-07-22 12:38:15 -04:00
Benoît LeBlanc
20d3518c6b
- MRDPView: rdpConnectError moved outside of the Framework, to the native App (in AppDelegate) This is now handled on the client side.
...
- freerdp_connect: all code paths now trigger a ConnectionResult event.
2013-07-19 16:33:20 -04:00
Benoît LeBlanc
d0a1563cb9
Fixed deadlock when closing session window.
2013-07-18 21:22:41 -04:00
Benoît LeBlanc
bbfdb853f6
MacFreeRDP: connection now starts asynchronously.
...
Replaced RunLoop implementation with standard pthreads.
2013-07-18 15:41:28 -04:00
Benoît LeBlanc
87b63aa0b2
MacFreeRDP: non-blocking connect
2013-07-17 16:04:55 -04:00
Benoît LeBlanc
83c69da98c
MacFreeRDP: cleanup
2013-07-17 11:06:41 -04:00
Benoît LeBlanc
22b6878307
Custom cursor now visible on mac version. Cursor is now associated with NSView for automatic tracking area handling.
...
Makefile: updated post-build NIB file generation events to apply to all generators for Mac Client.
2013-07-16 12:16:44 -04:00
Benoît LeBlanc
44ead029f7
MacFreeRDP: fixed incorrect invalidation region that caused "tiles". Removed unused variables.
2013-07-11 11:19:21 -07:00
Benoît LeBlanc
c17c2f811b
FreeRDP:
...
- replaced char* by const char* in function prototypes
- MacFreeRDP: moved assignation of context function pointers
- freerdp: added more pointer and return value validations to prevent crashes
2013-07-04 14:42:40 -04:00
Benoît LeBlanc
96b9972307
MacFreeRDP: fixed crash when opening second session
...
(unrecognized selector sent to instance … )
2013-07-02 16:13:43 -04:00
Benoît LeBlanc
0f24f6490e
MacFreeRDP - Replaced MRDPView instance in NIB with instance allocated by the API.
2013-06-27 11:22:15 -04:00
Benoît LeBlanc
ed4a25d1ae
WaykClient (Mac): integrated MRDPView (allocated at runtime)
2013-06-26 13:45:12 -04:00
Benoît LeBlanc
44034305d3
Fixed output path for MacFreeRDP framework deployment.
...
MRDPView: replaced awakeFromNib with viewDidLoad
2013-06-25 16:05:37 -04:00
Marc-André Moreau
1fdcf5354c
mfreerdp: change output name
2013-06-23 00:18:55 -04:00
Marc-André Moreau
3d479448a3
mfreerdp: refactoring
2013-06-22 22:55:51 -04:00
Marc-André Moreau
bda3a7e9cc
mfreerdp: cleanup
2013-06-22 20:27:23 -04:00
Marc-André Moreau
bff4e22547
mfreerdp: remove cmake debug output
2013-06-22 18:38:35 -04:00
Benoît LeBlanc
1648ca2917
AsyncInput implementation.
...
WARNING: settings->AsyncInput intentionnally left at FALSE, because the input callback function does not seem to be triggered after a certain point. Possibility of a deadlock?
2013-06-20 20:55:49 -04:00
Benoît LeBlanc
7185c8a8fe
mac client: Set clipboard redirection ON by default, small refactoring
2013-06-20 16:45:27 -04:00
Benoît LeBlanc
f24e6a2c3a
mac client: async channels implementation
2013-06-20 15:00:50 -04:00
Benoît LeBlanc
57d99af6fd
Mac client: removed non-async transport methods
2013-06-20 11:47:28 -04:00
Benoît LeBlanc
5a8318022d
Fixed typo (AsyncChannels)
2013-06-20 10:42:11 -04:00
Benoît LeBlanc
19717162f0
mac client: implemented async update
...
Activated async transport, channels
Removed duplicate rdpClientContext definition
2013-06-20 10:03:20 -04:00
Benoît LeBlanc
04d471a063
Release resources
2013-06-18 15:33:18 -04:00
Benoît LeBlanc
8dfd4075e9
mac client: moved command-line parsing and context alloc from library to app
2013-06-18 14:30:21 -04:00
Benoît LeBlanc
3541ecb2ff
Mac client: close app on window close. Renamed header.
2013-06-18 12:03:22 -04:00
Benoît LeBlanc
bc83a8700c
mac client: cleanup, removed RAIL, global var
2013-06-17 21:21:42 -04:00
Benoît LeBlanc
307a2eb3f3
mac client: cleanup, removed RAIL, global variable
2013-06-17 21:20:56 -04:00
Benoît LeBlanc
45de8d4d14
Refactoring Mac app - update API, stripped RAIL code
2013-06-17 16:44:44 -04:00
Benoît LeBlanc
1910205d06
Refactoring - mac platform
2013-06-14 16:19:03 -04:00
Benoît LeBlanc
fb92750a4f
Revert "Updating common API"
...
This reverts commit 85a4eb2996
.
2013-06-14 10:00:19 -04:00
Marc-André Moreau
208c9f844a
freerdp: fix core API bugs
2013-06-13 21:34:46 -04:00