Alan Pearson
4735dcc5c7
Reorder header files. X11 headers need to be before freerdp/types.h otherwise we get warnings about redefinition of True and False
2011-10-27 10:29:16 -07:00
Marc-André Moreau
d0b9478f45
wfreerdp: fix bitmap decompression
2011-10-26 15:38:50 -04:00
Anthony Tong
3dc8e8a82f
xfreerdp: fix bitmap buffer leak
2011-10-26 12:50:14 -04:00
Marc-André Moreau
35fb332116
Merge pull request #185 from atong-tcs/master
...
cmake: use CMAKE_DL_LIBS instead of dl for portability
2011-10-25 09:17:32 -07:00
Anthony Tong
e271363473
cmake: use CMAKE_DL_LIBS instead of dl for portability
2011-10-25 09:47:38 -04:00
Eduardo Beloni
f0ea4fa43b
X11: X11: handling error info -> disconnect reason
2011-10-25 09:59:18 -02:00
Anthony Tong
c35ea342bf
xfreerdp: ifdef cpuid inline asm properly
2011-10-25 01:10:24 -05: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
Nicolas Graziano
e059b03b68
Make option -a 15 works.
2011-10-25 04:04:51 +02: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
9165505e0d
xfreerdp: improved 8bpp support
2011-10-21 12:17:04 -04:00
Marc-André Moreau
488a4161f5
libfreerdp-core: refactoring of callback prefix
2011-10-20 23:15:18 -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
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
Marc-André Moreau
b1833f26ea
Merge pull request #158 from nfedera/rfxcontextfix
...
xfreerdp: rfx_context was not freed
2011-10-18 13:57:31 -07:00
Norbert Federa
7ab708f754
xfreerdp: rfx_context was not freed
2011-10-18 22:50:40 +02:00
Martin Fleisz
cc210f5591
core: Added ui callback to verify certificates
2011-10-18 08:02:05 -07:00
Norbert Federa
c83038b4b3
xfreerdp: fix xf_GetWindowProperty
...
xf_GetWindowProperty should return False if the specified property does not exist.
It is not sufficient to simply check for the return value of XGetWindowProperty.
XGetWindowProperty also returns Success if the specified property does not exist.
However, it will return "None" to the actual_type_return parameter in that case.
This change fixes several crashes with some (exotic) window managers.
2011-10-17 15:39:06 +02:00
Marc-André Moreau
0d6c6b3bd0
wfreerdp: fix after freerdp API change
2011-10-17 00:01:50 -04:00
Marc-André Moreau
1f6d0a510e
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-10-16 23:46:12 -04:00
Marc-André Moreau
39593a7f5e
wfreerdp: fix after libfreerdp-core refactoring
2011-10-16 23:45:58 -04:00
Marc-André Moreau
0070a5ab93
xfreerdp: move arguments processing on pre_connect
2011-10-16 21:39:11 -04:00
Marc-André Moreau
5d9e8b2e28
libfreerdp-core: cleanup of freerdp interface
2011-10-16 21:02:28 -04:00
Marc-André Moreau
8df77dba71
libfreerdp-core: move rdpChannels context to rdpContext
2011-10-16 20:10:09 -04:00
Marc-André Moreau
0549380c28
libfreerdp-channels: rename from libfreerdp-chanman
2011-10-16 14:57:15 -04:00
Marc-André Moreau
fb5a7d73e4
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-10-16 00:50:48 -04:00
Marc-André Moreau
c639ec8593
libfreerdp-core: refactoring of context pointers into rdpContext
2011-10-16 00:50:10 -04:00
Anthony Tong
0f69c586da
fix xf_gdi_bitmap_update() memory leak
2011-10-15 11:32:12 -05:00
Marc-André Moreau
9c20a9d350
dfreerdp: fix compilation
2011-10-13 20:50:51 -04:00
Marc-André Moreau
0aba540ad2
wfreerdp: fix windows build after cache refactoring
2011-10-13 20:10:59 -04:00
Marc-André Moreau
be6d043dd6
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-10-13 15:51:20 -04:00
Marc-André Moreau
8999bd8599
libfreerdp-cache: refactoring of bitmap and offscreen bitmap cache, fix major memory leaks
2011-10-13 15:51:07 -04:00
Marc-André Moreau
a40a971ea3
libfreerdp-core: fix polyline order parsing
2011-10-12 18:10:54 -04:00
Marc-André Moreau
fadce7ca56
xfreerdp: fix region invalidation in polyline
2011-10-12 16:00:10 -04:00
Marc-André Moreau
2121a4a5cc
libfreerdp-gdi: merge fix from ngraziano for offscreen cache handling
2011-10-11 21:15:32 -04:00
Nicolas Graziano
2f06da5dae
In memblt when index is 255 get from offscreen.
...
See http://msdn.microsoft.com/en-us/library/cc241608(v=prot.10).aspx
2011-10-12 02:21:35 +02:00
Nicolas Graziano
d08e82c171
Correct creation of offscreen bitmap.
...
data is null in xf_bitmap_new when called from xf_gdi_create_offscreen_bitmap.
2011-10-12 02:19:14 +02:00
Marc-André Moreau
9a72e4ffea
libfreerdp-cache: refactoring of pointer cache
2011-10-11 18:51:45 -04:00
Marc-André Moreau
ee6ae92c42
xfreerdp: disable unimplemented mem3blt
2011-10-10 20:01:46 -04:00
Marc-André Moreau
992d0a92e3
Merge pull request #138 from ngraziano/master
...
2 small fix : color on windows and remove a warning when connecting to XP.
2011-10-10 07:07:59 -07:00
Marc-André Moreau
8c4a8d982f
xfreerdp: make use of --gdi hw by default
2011-10-09 21:43:31 -04:00
Marc-André Moreau
1e4d6df998
xfreerdp: added support for bitmap cache
2011-10-09 21:23:18 -04:00
Nicolas GRAZIANO
6b7777409e
Make wfreerdp work with 16 bpp color from server.
2011-10-08 15:42:50 +02:00
Marc-André Moreau
7e6ce7ca4c
xfreerdp: improve fullscreen mode
2011-10-07 15:50:07 -04:00
Marc-André Moreau
839100e0c7
xfreerdp: fix -D option (no window decorations)
2011-10-07 15:07:49 -04:00