Marc-André Moreau
845d6ead55
libfreerdp-codec: fix color pointer conversion
2011-12-31 15:23:29 -05:00
Marc-André Moreau
2d34a62ce8
libfreerdp-codec: fix color conversion issues for OpaqueRect with --gdi sw,hw
2011-12-30 10:00:03 -05:00
Vic Lee
522bd24d19
xfreerdp: fix trivial compile warnings.
2011-12-29 21:26:34 +08:00
Anthony Tong
6ef9d6da30
xfreerdp: create all X11 atoms used for safety
2011-12-27 09:26:20 -06:00
Vic Lee
0975b4555c
libfreerdp-core: move os type settings to the client.
...
Moving the osMajorType and osMinorType settings to the client so that the
client can set a real os type constant. This will give a more useful hint
to the server.
2011-12-24 15:48:33 +08:00
Dorian Johnson
5d825990f2
xfreerdp: create _NET_WM_ICON atom if not already exist
...
fixes crash on MacOS X and systems without WM.
some of the other XInternAtom calls should probably be changed to
False, but they don't appear to cause crashes
2011-12-22 12:01:29 -06:00
Marc-André Moreau
596f88e6b2
Merge pull request #301 from atong-tcs/master
...
xfreerdp: patblt fix, set stipple before drawing the rect
2011-12-21 17:21:01 -08:00
Anthony Tong
b455455365
xfreerdp: patblt fix, set stipple before drawing the rect
2011-12-21 18:51:22 -05:00
David Sundstrom
622375cef2
Detect when sever visual has an inverted color map and invert all color conversions.
...
Remote spurious printf() in code
2011-12-21 17:00:09 -06:00
Anthony Tong
5e98558ea0
xfreerdp: missed a commit for --dbg-x11
2011-12-21 13:05:48 -05:00
Anthony Tong
a63e81581d
xfreerdp: add --dbg-x11 which may help debugging
2011-12-21 12:50:22 -05:00
Marc-André Moreau
77bbd18d5c
libfreerdp-core: fix input callback registration for slow-path input
2011-12-20 14:51:44 -05:00
Marc-André Moreau
216947a330
libfreerdp-core: disable fastpath output if server does not support it
2011-12-20 14:42:22 -05:00
Mike Gilbert
53c902cea7
xfreerdp: Correct manpage description of numeric values passed via the -x parameter
2011-12-16 22:48:06 -05:00
David Sundstrom
49303c8969
Fix compile error on Solaris
...
Fix few small issues with local move race conditions
Add missing --gdi option to command-line help
2011-12-16 15:10:07 -06:00
Marc-André Moreau
1def0258ca
Merge pull request #280 from nfedera/fullscreenfix
...
xfreerdp: fix non-xinerama fullscreen issue (issue #266 )
2011-12-15 07:04:27 -08:00
Norbert Federa
f52526f120
xfreerdp: fix non-xinerama fullscreen issue (issue #266 )
...
If fullscreen==true then settings->width and settings->height are
calculated in xf_monitor.c based on the vscreen->area which is in
turn calculated using xinerama functions.
Thus if xinerama is not used this will result in width=height=1.
2011-12-15 10:45:50 +01:00
Marc-André Moreau
2edfcb50fb
libfreerdp-core: fix glyph cache, enable it by default
2011-12-14 17:08:22 -05:00
David Sundstrom
031482a5ba
Issue #274 - wrong macro used for WITH_DEBUG_X11_LOCAL_MOVESIZE
2011-12-13 18:47:21 -06:00
Marc-André Moreau
6e4086e977
xfreerdp: improve glyph drawing
2011-12-13 12:18:11 -05:00
Marc-André Moreau
bdc181ecbe
libfreerdp-gdi: fix opaque rect color with --gdi sw
2011-12-13 11:36:05 -05:00
Marc-André Moreau
fcd03260d6
xfreerdp: added select() timeout
2011-12-11 18:05:32 -05:00
Marc-André Moreau
25a3a6e68f
libfreerdp-core: provide more descriptive warning message for certificate check failure
2011-12-10 11:23:48 -05:00
Marc-André Moreau
31d47302ef
xfreerdp: fix unused variables warnings
2011-12-09 18:20:23 -05:00
David Sundstrom
6bd2b736aa
allow updates from cached pixmap during local moves
2011-12-09 14:26:11 -06:00
David Sundstrom
b17fe2e60e
Do not do XMoveWindow after local_move event from RDP server
...
Do not update window area of RDP and local X window are not synchronized
Use RootWindowOfScreen for translate coordinates
2011-12-09 14:26:11 -06:00
Marc-André Moreau
904a9a7c6a
xfreerdp: add -X option for reparenting window
2011-12-09 13:53:19 -05:00
Not Nyguen Doze
4d341f27a5
Do not make windows with borders transient
...
Z
2011-12-06 16:39:53 -08:00
Not Nyguen Doze
51bd226cf3
Complete local move support. Use a state machine to keep track of XEvents to infer local move start and finish.
2011-12-06 15:43:38 -08:00
Not Nyguen Doze
a70ca93c43
Add option for WITH_DEBUG_WND for window order updating, already existing in code
...
Correct sign on variables in xf_rail_paint
2011-12-06 15:43:38 -08:00
Not Nyguen Doze
8f38bdb87a
Make popups transient, use local window manager for moves.
...
This fixes a number if issues on Ubuntu in particular.
2011-12-06 15:43:38 -08:00
David Sundstrom
31cbac201d
Add a function to synchronize the RDP server with the local window position and size when the window is moved locally.
...
Complete implementation for initiating RAIL local move support, however, this is still disabled until a method is found to tell when local moves complete on the X server.
2011-12-06 15:43:38 -08:00
David Sundstrom
354b00711b
After local X window manager has moved a window to a different location than what the RDP server expects, send a client update to the RDP server to inform the server of the new window position.
2011-12-06 15:43:38 -08:00
bluebird
a40f5c1718
xfreerdp, wfreerdp: Add -T option to set window title
2011-12-02 15:58:38 +01:00
Mike Gilbert
affd83c905
xfreerdp: Add static to a few global variables.
2011-11-30 19:22:22 -05:00
Mike Gilbert
bde19474a9
X11/xf_event: Optimize storage of constant strings.
2011-11-30 19:21:04 -05:00
Marc-André Moreau
af6e914cf3
update: modify surface frame marker callback
2011-11-25 11:30:15 -05:00
Norbert Federa
c2514dbcae
core: add update callback for the surface frame marker command
...
- clients will need this to present the offscreen to the display
in the correct state in order to avoid flickering and artefacts
and to do frame acknowledgement.
- added empty callback to xfreerdp.
2011-11-25 11:48:51 +01:00
Marc-André Moreau
79fcd44bb1
xfreerdp: started X11 glyph drawing
2011-11-24 13:01:34 -05:00
Vic Lee
b6bf15ca27
cliprdr: fix incorrect condition.
2011-11-24 19:01:28 +08:00
Marc-André Moreau
a3dc63d738
xfreerdp: added more cliprdr debug output, identified failure point
2011-11-23 12:36:36 -05:00
Marc-André Moreau
65fe2f367f
xfreerdp: added WITH_DEBUG_X11_CLIPRDR option
2011-11-23 10:58:13 -05:00
Marc-André Moreau
587cc8eaaf
update: move secondary drawing orders to sub-interface
2011-11-21 19:41:49 -05:00
Marc-André Moreau
f17a25e08d
update: move primary orders into sub-interface
2011-11-21 18:11:43 -05:00
Marc-André Moreau
a63a196f53
types: refactoring to make use of standard data types when available
2011-11-19 12:19:16 -05:00
Marc-André Moreau
846a37b1b5
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-11-17 19:51:41 -05:00
Marc-André Moreau
7f3bad1d15
cliprdr: added more debug output, still unable to stabilize
2011-11-17 19:51:30 -05:00
David Sundstrom
d3e953ba24
Fix issue with newly added pointer support for remote apps.
...
Reset current window when window is destroyed
2011-11-17 16:01:00 -06:00
Marc-André Moreau
b1afaccafe
xfreerdp: fix red text cursor bug
2011-11-17 16:54:08 -05:00
Marc-André Moreau
d2335a5167
cliprdr: fix segmentation fault, still not working though
2011-11-15 15:41:00 -05:00