Commit Graph

2309 Commits

Author SHA1 Message Date
David Sundstrom
8f8389f66e use coding standard comment style 2012-05-25 18:01:25 -05:00
David Sundstrom
3656a86d99 Fix local moves by using XQueryPointer to report new mouse position.
Disable local keyboard moves for now until a way is found to make them work reliably.
2012-05-25 17:56:05 -05:00
David Sundstrom
e1e8f6284f make local functions static
reintroduce unmanaged windows for tooltips and dropdowns; this is required for proper focus behavior
2012-05-25 17:56:05 -05:00
David Sundstrom
c6ec5b8d4b Fix path for Xv.h in cmake. 2012-05-25 17:56:04 -05:00
David Sundstrom
fd429eb46f Tooltips should not be listed when remapped 2012-05-25 17:56:04 -05:00
David Sundstrom
dc81959060 Use locally assigned variable 2012-05-25 17:56:03 -05:00
David Sundstrom
cfcabaefc2 Do not use override redirect - causes windows to appear on all desktops
Enable non-rectangular windows and test with windows media player
2012-05-25 17:56:03 -05:00
David Sundstrom
e97a2bc158 Minor refactoring to encapsulate all X windows calls in xf_window.c
xf_rail.c should deal with RAIL concerns and delegate all X functions to xf_window APIs.
2012-05-25 17:56:02 -05:00
David Sundstrom
1060447cb5 Refactor event code to avoid searching seamless window linked list for desktop events. 2012-05-25 17:56:02 -05:00
Marc-André Moreau
e6291a95b8 Merge pull request #615 from FreeRDP/winpr
WinPR: Dependency Cleanup
2012-05-25 15:48:10 -07:00
Marc-André Moreau
ae6f331570 Merge branch 'master' of github.com:FreeRDP/FreeRDP into winpr 2012-05-25 18:45:12 -04:00
Marc-André Moreau
519f71c828 Merge pull request #614 from NiKiZe/master
Fix for -a 15 ?
2012-05-25 15:39:46 -07:00
Christian Nilsson
5212426bb4 Fix colors on bitmaps when using -a 15 2012-05-26 00:32:05 +02:00
Marc-André Moreau
337bcf7605 winpr: fix compilation on Windows 2012-05-25 16:42:35 -04:00
Marc-André Moreau
138321bc2f libwinpr-bcrypt: started stubbing bcrypt api 2012-05-25 16:01:18 -04:00
Marc-André Moreau
cdd610ee12 libwinpr-sspi: remove libfreerdp-crypto dependency 2012-05-25 14:03:56 -04:00
Marc-André Moreau
6379cc628b libwinpr-utils: started replacement stream utils 2012-05-25 03:24:42 -04:00
Marc-André Moreau
b70683af9e libwinpr-sspi: move NLA code out of CredSSP module 2012-05-25 01:50:46 -04:00
Vic Lee
e63de0e115 Merge pull request #613 from mfleisz/master
libfreerdp-utils: Fixed missing wcsdup on Android
2012-05-24 19:45:21 -07:00
Vic Lee
e91ca7e73d Merge pull request #612 from llyzs/server
server: add rdpsnd server channel library.
2012-05-24 19:44:11 -07:00
Marc-André Moreau
0bd91f3cb9 libwinpr-sspi: cleanup of data types in NTLM module 2012-05-24 22:40:46 -04:00
Marc-André Moreau
6bb032f24e libwinpr-sspi: remove unused WIP kerberos code 2012-05-24 22:25:44 -04:00
Marc-André Moreau
45009824be libwinpr-sspi: cleanup of data types 2012-05-24 22:20:51 -04:00
Marc-André Moreau
9fd0d13a1c libwinpr-sspi: started stubbing Schannel SSPI module 2012-05-24 17:19:58 -04:00
Marc-André Moreau
add1319ee6 libwinpr-sspi: start new winpr utility library 2012-05-24 17:05:12 -04:00
Marc-André Moreau
f897159058 libwinpr-sspi: parse CredSSP plaintext credentials 2012-05-24 15:52:20 -04:00
Marc-André Moreau
2ff8a103d6 libwinpr-sspi: fix server-side NTLM signing and sealing 2012-05-24 15:19:11 -04:00
Vic Lee
e50983fdff dsp: add MS ADPCM codec. 2012-05-24 23:09:30 +08:00
Martin Fleisz
86e42889e7 libfreerdp-utils: Fixed missing wcsdup on Android 2012-05-24 01:40:44 -07:00
Vic Lee
052f841d7f server: add rdpsnd server channel library. 2012-05-24 14:03:21 +08:00
Marc-André Moreau
570c086dfb Merge pull request #611 from dorianj/icofix
libfreerdp-codec: fix off-by-one memory corruption in ico parser
2012-05-23 14:21:04 -07:00
Dorian Johnson
a91eca4480 libfreerdp-codec: fix off-by-one memory corruption in ico parser 2012-05-23 16:18:39 -05:00
Marc-André Moreau
d57e879d7c libwinpr-sspi: start using Heap functions 2012-05-23 03:58:47 -04:00
Marc-André Moreau
4b72bcd3d7 libwinpr-sspi: remove dependency on unicode utils 2012-05-23 03:08:24 -04:00
Vic Lee
a43378ff86 libfreerdp-core/server: unix socket listener must be nonblocking. 2012-05-23 14:26:41 +08:00
Marc-André Moreau
5207d65c2a libwinpr-crt: implement unicode functions 2012-05-23 01:49:21 -04:00
Marc-André Moreau
a462e8cb55 Merge pull request #608 from dorianj/docs
xfreerdp: add manpage info for -K option. Fixes #603
2012-05-22 09:14:24 -07:00
Marc-André Moreau
0bf63452e9 Merge pull request #602 from littlejawa/comments
Adding comments for doxygen doc
2012-05-22 09:14:02 -07:00
Marc-André Moreau
4d1ab22cd6 Merge pull request #607 from souryogurt/master
Fixing unresolved "wcsdup" when compile on Mac OS X
2012-05-22 09:13:33 -07:00
Marc-André Moreau
5fb033a6f6 Merge pull request #609 from llyzs/unix
Add Unix Domain Socket support
2012-05-22 08:37:34 -07:00
Vic Lee
95f5e1156e libfreerdp-core/server: do not force encryption for local unix connection. 2012-05-22 23:21:09 +08:00
Vic Lee
ada9936a66 libfreerdp-core/server: add local flag for unix connection. 2012-05-22 23:10:52 +08:00
Vic Lee
20f038581b libfreerdp-core: add client unix domain socket. 2012-05-22 22:37:01 +08:00
Vic Lee
f4c8ebf13f libfreerdp-core: add server unix domain socket. 2012-05-22 18:53:11 +08:00
Marc-André Moreau
a09dbbd671 libwinpr-sspi: cleanup headers and structure 2012-05-21 22:48:33 -04:00
Marc-André Moreau
c4ec4ae1d5 libwinpr-registry: initial stubs 2012-05-21 22:34:42 -04:00
Marc-André Moreau
fbcce67cd8 libwinpr-crt: expand string functions 2012-05-21 22:04:14 -04:00
Dorian Johnson
18f8d1a6b7 xfreerdp: add manpage info for -K option. Fixes #603 2012-05-21 20:33:05 -05:00
Marc-André Moreau
90dcef3178 libwinpr-sspi: fix data type warnings 2012-05-21 21:08:04 -04:00
Marc-André Moreau
733fc24a48 libwinpr-sspi: data type cleanup 2012-05-21 20:39:45 -04:00