Commit Graph

2071 Commits

Author SHA1 Message Date
xangis
76166628f4 Windows build complains about missing jpeg_decompress. Used WITH_JPEG
ifdef to make it happier.
2012-07-25 14:50:04 -07:00
xangis
0dbdd0004c Exclude channels that don't build on Windows from project. 2012-07-25 14:41:00 -07:00
Jay Sorg
2e182060bb Merge branch 'master' of github.com:jsorg71/FreeRDP-A8 2012-07-24 18:26:42 -07:00
Jay Sorg
c3e9966429 added cmake option to compile jpeg, off by default 2012-07-24 18:26:24 -07:00
xangis
3cf37b4465 Merge branch 'master' of https://github.com/jsorg71/FreeRDP-A8 2012-07-24 18:00:58 -07:00
xangis
502396c99a Add stubs for wf_rail and wf_window for Windows client. 2012-07-24 17:58:04 -07:00
Jay Sorg
317fb28c7e adedd --bcv3 cap, working now to xrdp 2012-07-24 17:50:10 -07:00
Jay Sorg
ea9e5fcbee codec: use the CODEC_ID_* names instead of magic numbers 2012-07-24 16:54:29 -07:00
Jay Sorg
238cf848c2 codecs: added --jpeg command line, moved jpeg hack to bitmap cache v3, added bcv3 xxx setting 2012-07-24 12:05:22 -07:00
xangis
c74cae4209 Add building channels for Windows and stubs for clipboard reader. 2012-07-20 14:05:06 -07:00
Jim Grandy
21c8fc6110 Remove redundant copies of files 2012-06-27 10:17:49 -07:00
Jim Grandy
b8c0d4e772 Resolve merge error, remove debugging code 2012-06-27 10:14:06 -07:00
Jim Grandy
cc2fdd6da2 Pushing jpeg codec support, used in xrdp's offscreen surface remoting technique. Will likely be superceded by use of jpeg2000. 2012-06-26 16:57:18 -07:00
Jim Grandy
2d59cb4f26 Pushing larger cache size for Jay's xrdp offscreen surface remoting technique 2012-06-26 16:52:38 -07:00
Jay Sorg
418ac24764 Mac: test commit, EOL white space removal 2012-06-26 15:17:01 -07:00
Laxmikant Rashinkar
a76b6087c1 updated TODO list 2012-06-23 18:42:15 -07:00
Laxmikant Rashinkar
41f615e849 Fixed following issues in RAIL mode
+ two finger scrolling
    + after a resize operation, scrolling causes window resize instead of scrolling
    + unable to drag rectangle out of monitor boundaries
    + dragging rail app to secondary monitor was causing Exec access error
2012-06-23 18:26:44 -07:00
Laxmikant Rashinkar
28c4203649 Fixed following issues in RAIL mode
+ tool tips are now correctly positioned
    + window dragging bug has been fixed
    + resize after window drag was not working - fixed
    + implemented local resizing
2012-06-22 11:02:13 -07:00
Laxmikant Rashinkar
7bade10982 Resolved merge conflicts in
+ client/Mac/MRDPView.h
	+ client/Mac/MRDPView.h
2012-06-20 16:05:20 -07:00
Laxmikant Rashinkar
924ed187c1 In MacFreerdpClient, added support for the following
+ clipboard redirection
	+ audio redirection
	+ RAIL support (ongoing)
2012-06-20 09:57:20 -07:00
unknown
a34ecc48b0 Fix for corruption during color conversion on Windows. 2012-06-19 15:32:10 -07:00
Thomas Goddard
bdc617dc03 Cleaned up text a little. 2012-05-12 17:09:50 -07:00
Thomas Goddard
3f4c3eba3d Added xcode.sh for automatic Xcode project generation
Updated CMake lists to include additional build settings for automatic
reference counting, and added Xcode.sh file for Xcode project
generation, compilation, etc…
2012-05-12 17:07:29 -07:00
Jay Sorg
4cfd9b8230 Mac: test commit 2012-05-10 17:28:38 -07:00
Thomas Goddard
b01e6947c8 Adding cmake Xcode project generation.
This will work for generating an Xcode project from cmake.  Still in
progress, but initial working version.
2012-05-10 13:18:29 -07:00
Laxmikant Rashinkar
1cbf3dab21 Initial push for the native Mac FreeRDP client 2012-05-02 20:15:27 -07:00
Marc-André Moreau
17d5e65940 Merge pull request #565 from scottt/pulse-include-dir
Use PULSEAUDIO_INCLUDE_DIR instead of PULSE_INCLUDE_DIRS
2012-04-28 20:38:17 -07:00
Scott Tsai
36a37cc752 Use PULSEAUDIO_INCLUDE_DIR instead of PULSE_INCLUDE_DIRS 2012-04-27 01:14:21 +08:00
Vic Lee
f480b23439 x11: fix window resizing. 2012-04-26 14:01:34 +08:00
Marc-André Moreau
2a1d827566 Merge pull request #564 from pieterjanc/master
libfreerdp-core: fix incorrect num lock state when connecting
2012-04-25 11:31:55 -07:00
Pieterjan Camerlynck
3d330fbe15 libfreerdp-core: do not send SynchronizeEvent during connection finalization 2012-04-25 14:26:15 +02:00
Vic Lee
e2b7788143 libfreerdp-core: server fix sending zero length update pdu.
System pointer update PDU (default pointer or null pointer) has
zero length update body. This will fix fastpath module to be able
to send out such packets.
2012-04-23 18:00:52 +08:00
Anthony Tong
a1551d0dc9 cmake: fix x86 & -DWITH_SSE2=ON build
issue #536
2012-04-22 08:45:28 -05:00
Jay Sorg
8aaa182b32 libfreerdp-core: server fix for compressed, fragmented, PDUs 2012-04-21 21:17:00 -07:00
Marc-André Moreau
5c994046fa Merge pull request #561 from floppym/master
cunit: Run all tests if called with no arguments.
2012-04-21 08:33:42 -07:00
Mike Gilbert
0dfba10283 cunit: Run all tests if called with no arguments.
Also add a --help parameter to show usage.
2012-04-21 11:19:59 -04:00
Marc-André Moreau
848e7b704f Merge pull request #557 from dpoe/master
Fix for audin:alsa parameter parsing
2012-04-20 16:32:53 -07:00
Marc-André Moreau
f33777c4bf Merge pull request #556 from Nigel62/master
Mods to fix issues #502 & #462
2012-04-20 16:32:35 -07:00
Marc-André Moreau
5c73ced09e Merge pull request #554 from mfleisz/master
libfreerdp-sspi: Fixed possible crash when canceling a connection by not providing credentials
2012-04-20 16:32:08 -07:00
Daryl Poe
abc3d365d8 Fix parameter parsing in audin:alsa drdynvc code. 2012-04-18 11:16:50 -06:00
Nigel Reeves
7b5d3ff1cb Mods to fix issues #502 & #462
Additionally modify some disk information values to reflect true values rather than some hardcoded ones so that disk properties show correctly.
2012-04-18 10:52:49 +01:00
Martin Fleisz
92d024d2b1 libfreerdp-ssp: Fixed possible crash when canceling a connection by not providing credentials 2012-04-16 06:15:40 -07:00
Marc-André Moreau
2c049c66ef Merge pull request #551 from azenk/master
Added --certificate-name option to the usage text
2012-04-14 09:18:05 -07:00
Andrew Zenk
652155a929 added reference to certificate-name 2012-04-14 11:05:20 -05:00
Andrew Zenk
bcea1de801 updated --certificate-name usage text 2012-04-14 10:28:40 -05:00
Andrew Zenk
d89521dbf9 Added certificate name option to help display 2012-04-14 10:18:34 -05:00
Vic Lee
6d5aa082b5 Merge pull request #550 from chihchun/master
Update freerdp.pc
2012-04-13 19:24:05 -07:00
Vic Lee
c0f253e97a Merge pull request #548 from llyzs/server
server: implement user-initiated disconnection sequence on server.
2012-04-13 19:23:44 -07:00
Rex Tsai
66e0ea576b Update freerdp.pc - add freerdp-cache, reerdp-sspi, remove freeerdp-auth
Signed-off-by: Rex Tsai <rex.tsai@canonical.com>
2012-04-13 22:57:15 +08:00
Vic Lee
3a407c24b8 server: implement user-initiated disconnection sequence on server. 2012-04-13 15:58:28 +08:00