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
Marc-André Moreau
a50ef84c21
wfreerdp: fix compilation and warnings
2011-12-03 17:24:18 -05:00
bluebird
a40f5c1718
xfreerdp, wfreerdp: Add -T option to set window title
2011-12-02 15:58:38 +01:00
Youngdal Kwon
6a174c655e
dfreerdp : enable polyline order support
2011-12-02 17:29:30 +09:00
ydal
526c55720b
dfreerdp : assign correct order_support settings like xfreerdp.
2011-12-01 15:48:33 +09:00
Mike Gilbert
062cfe62b7
DirectFB: Add static to a few global variables.
2011-11-30 19:23:56 -05: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
ydal
ce3ff7f2aa
dfreerdp : enable mouse wheel
2011-11-30 01:13:39 +09:00
Marc-André Moreau
af6e914cf3
update: modify surface frame marker callback
2011-11-25 11:30:15 -05:00
Marc-André Moreau
7371d203cb
rdpdr: fix warnings, directfb: fix warnings
2011-11-25 11:24:47 -05:00
Marc-André Moreau
b40ce40449
Merge pull request #223 from ydal/patch-9
...
dfreerdp : support VK_KANA / VK_HANGUL and VK_HANJA / VK_KANJI
2011-11-25 07:09:38 -08:00
Marc-André Moreau
cdced7bd7f
Merge pull request #224 from ydal/patch-10
...
dfreerdp : support VK_DECIMAL
2011-11-25 07:09:10 -08:00
ydal
a12f3e0fc6
dfreerdp : support VK_DECIMAL
2011-11-25 19:51:56 +09: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
ydal
e793627b9c
Update client/DirectFB/df_event.c
2011-11-25 19:39:39 +09:00
Marc-André Moreau
79fcd44bb1
xfreerdp: started X11 glyph drawing
2011-11-24 13:01:34 -05:00
Otavio Salvador
79e8b19761
Merge pull request #218 from ydal/patch-6
...
dfreerdp : There are no functions to support savebitmap, ...
2011-11-24 03:27:06 -08:00
Vic Lee
b6bf15ca27
cliprdr: fix incorrect condition.
2011-11-24 19:01:28 +08:00
ydal
c932b2b5d9
dfreerdp : There are no functions to support savebitmap, ...
2011-11-24 18:02:09 +09: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
0e88c6bae1
dfreerdp: fix definition of boolean type
2011-11-21 16:58:30 -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
Marc-André Moreau
55294ad654
xfreerdp: fix opaque rect with 16bpp surfaces
2011-11-15 14:10:34 -05:00
David Sundstrom
96accb0327
Fix issue 202. No cursor icons for RemoteApp
...
Pointer updates are part of the base RDP protocol MS-RDPBCGR specification and do not include window information like those from the RAIL specification MS-RDPERP do. To make pointer updates work, we need to keep track of which window has focus and then apply pointer updates to that window. This appears to be easy to do, just watch for X11 EnterNotify events and update the window field of the main RDP structure. I had some concerns that a window might receive an old pointer update for some other window due to network latencies, however, the RDP server seems to always send down new pointer updates whenver a window takes focus.
2011-11-14 16:42:14 -06:00
Marc-André Moreau
d2b324dccf
wfreerdp: started porting RemoteFX
2011-11-12 02:35:18 -05:00
Marc-André Moreau
2f694ce396
wfreerdp: fix region invalidation, add Polyline and PatBlt
2011-11-12 02:11:10 -05:00
Marc-André Moreau
0f622844c3
wfreerdp: improve rendering to a usable level
2011-11-12 01:41:28 -05:00
Marc-André Moreau
150ff56f5f
wfreerdp: fix compilation warnings and errors
2011-11-12 00:51:41 -05:00
Marc-André Moreau
aca5643d2b
dfreerdp: add cursor support
2011-11-11 18:34:06 -05:00
Marc-André Moreau
b2644901f4
libfreerdp-cache: refactoring of color table cache
2011-11-11 02:07:53 -05:00
Marc-André Moreau
a1b8dfd79f
libfreerdp-cache: got glyph drawing partially working
2011-11-09 12:16:09 -05:00
Marc-André Moreau
823e3414d6
libfreerdp-cache: initial glyph cache support
2011-11-08 23:26:44 -05:00
David Sundstrom
aa761c7a33
The VisibilityNotify function was using elements out fo the XEvent union that belong to the XExposeEvent event type. These fields are not valid for XVisibilityEvents and contain garbage values.
...
Remove the code that accessed these fields. The XExposeEvent already has its own function containing the exact same code.
2011-11-02 18:31:14 -05:00
David Sundstrom
c5b9667825
Remove xf_rail_FilterWindowInfo() function. This function incorrectly calculated a new width for windows that had a negative origin (that is, windows partially off the desktop to the left). The function subtracted twice the window offset from the width. To be correct this function needed to keep track of the old and new window positions and just subtract the difference.
...
It turns out none of this was necessary. X will handle windows placed partially off-screen and draw them correctly, just as it does for windows dragged partially off the screen to the left. Removing this function fixed a number of drawing issues including tool tips being incorrectly drawn and windows not being drawn correctly after they'd been placed partially off-screen to the right.
2011-11-02 18:31:14 -05:00
David Sundstrom
0790c22683
remove unused pixmap
2011-11-02 18:31:14 -05:00
David Sundstrom
7a51d0300a
Fix memory leak in xf_window.c. If property lookup for current desktop failed, we leaked property memory for workspace attributes. Added check in case returned desktop number is greater than number of workspaces.
2011-11-02 18:31:14 -05:00
Anthony Tong
a836faf3ed
xfreerdp: handle -g X%
2011-11-01 19:09:20 -05:00
Marc-André Moreau
1820e9ca72
Merge pull request #195 from sunds/master
...
Intermittent crash Linux & Solaris with RAIL; add missing system library for sem_* on Solaris
2011-10-31 22:10:37 -07:00
Marc-André Moreau
4dbe450e39
cliprdr: add support for long format names
2011-11-01 01:09:38 -04:00
Marc-André Moreau
1f8b2989be
Merge branch 'master' of github.com:FreeRDP/FreeRDP
2011-10-31 19:15:45 -04:00
Marc-André Moreau
1c5f9c173c
cliprdr: add more detailed debug output
2011-10-31 19:15:27 -04:00