Armin Novak
|
9e63f35cc5
|
[MAC] Keep original return value for client termination
|
2021-01-22 11:25:18 +01:00 |
|
Armin Novak
|
a2e9f5efcb
|
Fixed mac app termination and warnings
|
2020-10-21 19:44:09 +02:00 |
|
Armin Novak
|
3b63903d3f
|
Removed obsolete connectErrorCode
|
2020-09-16 10:21:15 +02:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Armin Novak
|
fef086359b
|
Fix #5427: Dispatch updates to main thread.
thank you @Harrywang55666
|
2019-06-25 10:49:53 +02:00 |
|
Armin Novak
|
2d4f53ed41
|
Fixed #5234: Added timer invalidate on application willresignactive
|
2019-02-12 11:23:56 +01:00 |
|
Armin Novak
|
4dd6e75779
|
Added client callbacks.
|
2018-12-06 10:17:05 +01:00 |
|
Armin Novak
|
114abad767
|
Removed use of strcpy.
|
2018-08-27 14:34:09 +02:00 |
|
Mandar
|
093fe83386
|
macos: Bring RDP window to front
To bring RDP window on top of all the windows
|
2018-07-27 15:54:57 +05:30 |
|
Robert Corrigan
|
405e7ebb6e
|
Code style fixes
|
2016-10-20 11:22:08 -04:00 |
|
Robert Corrigan
|
91e6255015
|
Run password dialog as a modal sheet and set window title to server:port
|
2016-10-19 17:11:40 -04:00 |
|
Marc-André Moreau
|
bfca674f2d
|
Merge branch 'master' of github.com:FreeRDP/FreeRDP
|
2016-02-05 11:39:45 -05:00 |
|
Armin Novak
|
c908b951f1
|
Reformatted patch.
|
2016-02-02 09:50:23 +01:00 |
|
“John
|
8324b3d18f
|
Mac Fullscreen + window title
* Set Mac window title according to command line
* Hände fullscreen command line switch
|
2016-02-02 09:49:47 +01:00 |
|
Marc-André Moreau
|
5350d8e7c6
|
mfreerdp: fix dynamic desktop resize
|
2015-11-05 11:57:47 -05:00 |
|
Armin Novak
|
c380fb3520
|
Added flag to ignore unknown keywords
freerdp_client_settings_parse_command_line now allows ignoring
unknown keywords.
|
2015-03-16 10:15:37 +01:00 |
|
Benoît LeBlanc
|
557c082458
|
Merge branch 'master' of git://github.com/awakecoding/FreeRDP
|
2014-03-05 16:35:22 -05:00 |
|
Marc-André Moreau
|
fb2428309c
|
mfreerdp: apply fixes from mac-audio branch
|
2014-03-03 16:57:43 -05:00 |
|
Benoît LeBlanc
|
20c677ddaa
|
mac CLI: call freerdp_stop on applicaiton close
|
2013-12-20 11:54:18 -05:00 |
|
Benoît LeBlanc
|
d94122c07b
|
Fixed mac cli message box message
|
2013-12-18 13:00:16 -05:00 |
|
Marc-André Moreau
|
bf094ed997
|
mfreerdp: code cleanup
|
2013-12-11 14:31:54 -05:00 |
|
Benoît LeBlanc
|
065ba4f500
|
Prevent crash in mac CLI application if command-line is not properly parsed (NULL argv causes segmentation fault when printing usage).
|
2013-12-09 14:28:32 -05:00 |
|
Richard Markiewicz
|
cc881678a6
|
Update AppDelegate.m
stringWithFormat returns an autoreleased object, so manually releasing message results in a crash
|
2013-11-04 11:35:25 -05:00 |
|
Marc-André Moreau
|
59eccac4e7
|
libfreerdp-client: refactor and decouple rdpSettings* from client context
|
2013-10-12 21:07:12 -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
|
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 |
|
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
|
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
|
0f24f6490e
|
MacFreeRDP - Replaced MRDPView instance in NIB with instance allocated by the API.
|
2013-06-27 11:22:15 -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 |
|
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 |
|
Marc-André Moreau
|
12a46784dd
|
mfreerdp: integrate benoit's refactored mac client
|
2013-05-31 12:48:40 -04:00 |
|