/[rdesktop]/sourceforge.net/trunk/seamlessrdp
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /sourceforge.net/trunk/seamlessrdp

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1489)

Revision 1014 - Directory Listing
Modified Tue Sep 13 13:08:16 2005 UTC (18 years, 8 months ago) by astrand
Reporting size/position changes in response to WM_WINDOWPOSCHANGED,
instead of WM_SIZING/WM_MOVING. This is more reliable.


Revision 1012 - Directory Listing
Modified Mon Sep 5 06:52:26 2005 UTC (18 years, 9 months ago) by astrand
Do not send WM_CREATE messages for windows with negative sizes.


Revision 1011 - Directory Listing
Modified Wed Aug 31 15:36:59 2005 UTC (18 years, 9 months ago) by astrand
Do a SPI_SETDRAGFULLWINDOWS, to make sure we use DragFullWindows. (The RDP setting is not always effective.)


Revision 1009 - Directory Listing
Modified Wed Aug 31 07:20:19 2005 UTC (18 years, 9 months ago) by astrand
POSITION1 should be terminated by newline.


Revision 1008 - Directory Listing
Modified Tue Aug 30 12:31:58 2005 UTC (18 years, 9 months ago) by astrand
Better names for global hook variables. Removed unnecessary hooked variables.


Revision 1007 - Directory Listing
Modified Tue Aug 30 12:04:08 2005 UTC (18 years, 9 months ago) by astrand
Removed cbt from lots of variables, where it doesn't belong. Disabling hook of CbtProc.


Revision 1006 - Directory Listing
Modified Tue Aug 30 11:52:38 2005 UTC (18 years, 9 months ago) by astrand
WM_CREATE now sends SETSTATE1 and POSITION1.


Revision 1005 - Directory Listing
Modified Tue Aug 30 11:34:05 2005 UTC (18 years, 9 months ago) by astrand
Moved calls to WriteToChannel; now calling directly as we have our
string.

Also, make sure result from snprintf is null terminated.


Revision 1004 - Directory Listing
Modified Tue Aug 30 11:28:55 2005 UTC (18 years, 9 months ago) by astrand
Moved usage of ChannelIsOpen into WriteToChannel.


Revision 1003 - Directory Listing
Modified Tue Aug 30 11:22:46 2005 UTC (18 years, 9 months ago) by astrand
Got rid of unnecessary buffer variables.


Revision 1002 - Directory Listing
Modified Tue Aug 30 11:17:52 2005 UTC (18 years, 9 months ago) by astrand
Fixed compiler warnings: Removed unused variables. Using %p for
converting HWND to hex.

Implemented SETSTATE1.


Revision 1001 - Directory Listing
Modified Tue Aug 30 09:48:07 2005 UTC (18 years, 9 months ago) by astrand
Implemented DESTROY1.


Revision 1000 - Directory Listing
Modified Tue Aug 30 09:43:32 2005 UTC (18 years, 9 months ago) by astrand
Only handle WM_SIZING/WM_MOVING for visible, toplevel windows.
Implemented CREATE1.


Revision 999 - Directory Listing
Modified Tue Aug 30 09:18:53 2005 UTC (18 years, 9 months ago) by astrand
Removed the cases for HCBT_MOVESIZE and HCBT_SETFOCUS.


Revision 998 - Directory Listing
Modified Tue Aug 30 09:15:44 2005 UTC (18 years, 9 months ago) by astrand
Added a function for sending debug printouts to the other end.

Re-implemented the code on WM_SIZING/WM_MOVING: Now generating
messages according to the new protocol.

Do not catch WM_WINDOWPOSCHANGED; WM_WINDOWPOSCHANGING is enough. In
response, generate a ZCHANGE1 messages according to the new protocol.


Revision 997 - Directory Listing
Modified Mon Aug 29 09:31:51 2005 UTC (18 years, 9 months ago) by astrand
Added hack to silence WM_WINDOWPOSCHANGED for the language bar and the
Office XP speech/handwriting recognition.


Revision 996 - Directory Listing
Modified Mon Aug 29 09:11:50 2005 UTC (18 years, 9 months ago) by astrand
Removed handling of WM_WINDOWPOSCHANGING.


Revision 995 - Directory Listing
Modified Mon Aug 29 09:10:13 2005 UTC (18 years, 9 months ago) by astrand
Added temporary stubs for WM_CREATE and WM_DESTROY.


Revision 994 - Directory Listing
Modified Sun Aug 28 13:06:05 2005 UTC (18 years, 9 months ago) by astrand
Imported changes from nxclipper-1.5.0-9


Revision 993 - Directory Listing
Modified Sun Aug 28 12:58:39 2005 UTC (18 years, 9 months ago) by astrand
Indenting with the CVS version of astyle


Revision 992 - Directory Listing
Modified Sun Aug 28 12:56:38 2005 UTC (18 years, 9 months ago) by astrand
Indenting with the CVS version of astyle


Revision 938 - Directory Listing
Modified Fri Jul 1 07:01:00 2005 UTC (18 years, 11 months ago) by astrand
Added proper copyright headers


Revision 937 - Directory Listing
Modified Fri Jul 1 06:50:52 2005 UTC (18 years, 11 months ago) by astrand
Indenting with astyle instead of indent


Revision 935 - Directory Listing
Modified Thu Jun 30 15:07:49 2005 UTC (18 years, 11 months ago) by astrand
Link server exe with /MT, just like the other parts: get rid of dependency of msvcr71.dll.


Revision 934 - Directory Listing
Modified Thu Jun 30 14:59:32 2005 UTC (18 years, 11 months ago) by astrand
Do not copy clientdll to C:\\WINDOWS\\SYSTEM32 after build.
(release configuration)


Revision 933 - Directory Listing
Modified Thu Jun 30 14:46:14 2005 UTC (18 years, 11 months ago) by astrand
Fixed indentation, by running indent-all.


Revision 932 - Directory Listing
Modified Thu Jun 30 14:45:38 2005 UTC (18 years, 11 months ago) by astrand
Added indent-all script


Revision 931 - Directory Listing
Modified Thu Jun 30 14:35:30 2005 UTC (18 years, 11 months ago) by astrand
Using latest version of CStdString


Revision 930 - Directory Listing
Modified Thu Jun 30 14:14:56 2005 UTC (18 years, 11 months ago) by astrand
Should have UNIX LF linebreaks, when running CVS from UNIX.


Revision 929 - Directory Listing
Modified Thu Jun 30 13:49:44 2005 UTC (18 years, 11 months ago) by astrand
Resource file is still called clipper.rc.


Revision 928 - Directory Listing
Modified Thu Jun 30 13:43:59 2005 UTC (18 years, 11 months ago) by astrand
Never use precompiled headers, since it's not possible to build from a network drive, then.


Revision 927 - Directory Listing
Modified Thu Jun 30 12:59:37 2005 UTC (18 years, 11 months ago) by astrand
Renamed TSWinSender -> ServerExe


Revision 926 - Directory Listing
Modified Thu Jun 30 12:53:07 2005 UTC (18 years, 11 months ago) by astrand
clipper renamed to seamlessrdpshell


Revision 925 - Directory Listing
Modified Thu Jun 30 09:44:24 2005 UTC (18 years, 11 months ago) by astrand
Client DLL renamed from TSWindowClipper.dll to seamlessrdp.dll


Revision 924 - Directory Listing
Modified Thu Jun 30 09:13:11 2005 UTC (18 years, 11 months ago) by astrand
Do not copy clientdll to C:\WINDOWS\SYSTEM32 after build.


Revision 923 - Directory Listing
Modified Thu Jun 30 09:11:26 2005 UTC (18 years, 11 months ago) by astrand
WTS Window Clipper -> seamlessrdp


Revision 922 - Directory Listing
Modified Thu Jun 30 09:10:00 2005 UTC (18 years, 11 months ago) by astrand
Added .cvsignore:s


Revision 921 - Directory Listing
Modified Thu Jun 30 09:06:43 2005 UTC (18 years, 11 months ago) by astrand
Renamed solution to seamlessrdp.sln. Converted filenames to lowercase.


Revision 920 - Directory Listing
Modified Thu Jun 30 08:58:46 2005 UTC (18 years, 11 months ago) by astrand
Converted solution to VC7.1


Revision 918 - Directory Listing
Modified Thu Jun 30 08:53:04 2005 UTC (18 years, 11 months ago) by astrand
Imported CodeProject tswindowclipper source.


Revision 916 - Directory Listing
Added Thu Jun 30 08:23:32 2005 UTC (18 years, 11 months ago) by astrand
This commit was generated by cvs2svn to compensate for changes in r914,
which included commits to RCS files with non-trunk default branches.


  ViewVC Help
Powered by ViewVC 1.1.26