Marc-André Moreau
6a3cc63290
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-10-25 02:46:33 -04:00
Marc-André Moreau
0f728fc92c
docs: update visio document with core graphical objects
2011-10-25 02:46:24 -04:00
Marc-André Moreau
601d8e8892
Merge pull request #183 from atong-tcs/master
...
xfreerdp: ifdef cpuid inline asm properly
2011-10-24 23:14:31 -07:00
Anthony Tong
c35ea342bf
xfreerdp: ifdef cpuid inline asm properly
2011-10-25 01:10:24 -05:00
Marc-André Moreau
e8a784195c
Merge pull request #182 from atong-tcs/sse2
...
-DWITH_SSE2 now does runtime detection
2011-10-24 22:42:04 -07:00
Anthony Tong
4bf4cb54d3
sse2: switch to cpuid, from /proc/cpuinfo
2011-10-25 00:32:06 -05:00
Anthony Tong
ce59c2226f
cmake/sse2: initial sse2 detect
2011-10-25 00:32:06 -05:00
Marc-André Moreau
89f2942caa
Merge pull request #180 from atong-tcs/rfx
...
libfreerdp-codec: rfx quantization decode fix
2011-10-24 19:43:19 -07:00
Marc-André Moreau
aca6532971
Merge pull request #181 from ngraziano/color-fix
...
Color fix
2011-10-24 19:43:07 -07:00
Nicolas Graziano
025ebf1773
Try to get good color for 8 Bpp and 15 Bpp.
...
The method is try and correct for 8, 15, 16 24 and 32.
I made all this change in freerdp_color_convert_rgb to prevent
blue = clrconv->palette->entries[srcColor].red
2011-10-25 04:12:57 +02:00
Nicolas Graziano
e059b03b68
Make option -a 15 works.
2011-10-25 04:04:51 +02:00
Alan Pearson
1b0cb473e3
fix compilation warnings. need X11 headers before libkbd.h or else we get redefinition warnings
2011-10-24 11:15:19 -07:00
Alan Pearson
e82fc535d2
Cross-platform
2011-10-24 11:08:39 -07:00
Alan Pearson
039d7e20fc
Add X11 libraries. Neede for MacOS X build.
2011-10-24 10:43:45 -07:00
Marc-André Moreau
69fdca0abc
Merge pull request #176 from OSSystems/parallel
...
Fix and adjust parallel port redirection
2011-10-24 07:45:56 -07:00
Marc-André Moreau
1f4e4c8e93
Merge pull request #178 from mfleisz/cryptofix
...
core: Added missing \0 termination to crypto_print_name
2011-10-24 07:45:20 -07:00
Martin Fleisz
2fdb501458
core: Added missing \0 termination to crypto_print_name
2011-10-24 06:22:44 -07:00
Eduardo Beloni
d4b30e701a
rdpdr/parallel: fix and adjust parallel port redirection
2011-10-24 09:08:12 -02:00
Anthony Tong
f136351ea2
libfreerdp-codec: rfx quantization decode fix
...
- the incorrect offset also causes an unaligned access with sse2,
on i386 it may segv on _mm_load_sil128
2011-10-23 19:28:32 -05:00
Marc-André Moreau
d411faf456
Merge pull request #175 from atong-tcs/master
...
Set _net_wm_icon on desktop window
2011-10-22 10:32:58 -07:00
Anthony Tong
245a5498cc
xfreerdp: set icon for DesktopWindow
2011-10-22 12:02:42 -05:00
Marc-André Moreau
82ea77158c
wfreerdp: fix compilation on windows
2011-10-21 16:45:35 -04:00
Marc-André Moreau
38f25c99ee
rail: fix flags for executable specified as full path, not alias
2011-10-21 14:08:31 -04:00
Marc-André Moreau
9165505e0d
xfreerdp: improved 8bpp support
2011-10-21 12:17:04 -04:00
Marc-André Moreau
55b32a9ea9
libfreerdp-core: fix credssp check for Authenticate callback
2011-10-21 11:18:11 -04:00
Marc-André Moreau
0579f9dd6a
resources: added FreeRDP icon and logo files
2011-10-21 11:11:25 -04:00
Otavio Salvador
162b33b254
Merge pull request #170 from mfleisz/cryptofix
...
core: Fixed error in crypto_print_name causing it to always return NULL
2011-10-21 06:42:52 -07:00
Marc-André Moreau
243e1c21ba
Merge pull request #172 from mfleisz/authfix
...
core: correct processing of result from authenticate callback
2011-10-21 06:38:48 -07:00
Martin Fleisz
0c25bd4fd0
core: correct processing of result from authenticate callback
2011-10-21 04:02:46 -07:00
Martin Fleisz
4a6c0602d0
core: Fixed error in crypto_print_name causing it to always return NULL
2011-10-21 01:55:28 -07:00
Marc-André Moreau
488a4161f5
libfreerdp-core: refactoring of callback prefix
2011-10-20 23:15:18 -04:00
Marc-André Moreau
dac75fef83
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-10-20 21:38:21 -04:00
Marc-André Moreau
657fd998e5
xfreerdp: fix bitmap updates after refactoring
2011-10-20 21:34:55 -04:00
Marc-André Moreau
dbdbea9285
libfreerdp-core: added pointer object
2011-10-20 18:18:45 -04:00
Marc-André Moreau
b7e7067176
libfreerdp-core: refactoring of core bitmap objects
2011-10-20 17:28:59 -04:00
Marc-André Moreau
3c0ab49226
Merge pull request #168 from nfedera/pcapsegvfix
...
pcap: fix several segfaults with NULL pcap file handle
2011-10-20 09:23:25 -07:00
Otavio Salvador
4925734c6f
Merge pull request #167 from mfleisz/disconnect_fix
...
transport: Leaking socket on disconnect when using TLS transport layer
2011-10-20 05:55:06 -07:00
Norbert Federa
12245abfc8
pcap: fix several segfaults with NULL pcap file handle
...
- pcap_open did not return NULL if fopen failed
- libfreerdp-core, tfreerdp-serer and xfreerdp-server did not check the pcap_open result
- also fixed the sleep calculation in the xfreerdp-server
2011-10-20 14:25:25 +02:00
Martin Fleisz
08bb4aa5c1
transport: Leaking socket on disconnect when using TLS transport layer
2011-10-20 03:50:12 -07:00
Marc-André Moreau
5f7aafd7aa
Merge pull request #166 from OSSystems/master
...
Serial redirection fixes
2011-10-19 12:45:49 -07:00
Eduardo Beloni
0d421ac6f7
rdpdr/serial: [fix] ignore purge of port buffers
...
See http://msdn.microsoft.com/en-us/library/ms901431.aspx
2011-10-19 17:32:17 -02:00
Eduardo Beloni
b8c865fa9f
rdpdr/serial: [fix] write zero at the end of an aborted irp
2011-10-19 17:09:14 -02:00
Marc-André Moreau
9dc6d1d61f
Merge pull request #165 from atong-tcs/master
...
extra audin thread exit checks
2011-10-19 08:29:49 -07:00
Marc-André Moreau
82afba88f5
Merge pull request #164 from ngraziano/master
...
Some fixes for GDI
2011-10-19 08:29:26 -07:00
Anthony Tong
0e9ad32bcb
port of llyzs patch from freerdp-old, issue #26
2011-10-19 10:55:54 -04:00
Nicolas Graziano
87272e74dd
Disable Save Bitmap (not implemented)
2011-10-19 16:35:49 +02:00
Nicolas Graziano
73e8afcd65
Reset XSetFunction to GXcopy afert each command.
...
There is a function wich do not correctly set XSetFunction to GXcopy, but
I did not find which one.
So Reset to GXcopy after each modification, it's a bit overkill but it's
prevent black square on screen.
2011-10-19 16:35:49 +02:00
Vic Lee
f14145eadc
libfreerdp-utils/thread: fix incorrect waiting time in freerdp_thread_stop.
2011-10-19 22:10:45 +08:00
Marc-André Moreau
4c6b273639
Merge pull request #163 from atong-tcs/master
...
map fs error codes
2011-10-19 06:47:09 -07:00
Anthony Tong
5abdec9dec
rdpdr disk: map error codes, starting with create irp
2011-10-19 09:43:04 -04:00