/[rdesktop]/sourceforge.net/branches
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/branches

View Directory Listing Directory Listing


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

Revision 1198 - Directory Listing
Modified Mon Mar 27 08:09:55 2006 UTC (18 years, 1 month ago) by astrand
Minor whitespace changes


Revision 1197 - Directory Listing
Modified Mon Mar 27 07:45:34 2006 UTC (18 years, 1 month ago) by astrand
ON_ALL_SEAMLESS_WINDOWS: Return immediately if no seamless windows.


Revision 1196 - Directory Listing
Modified Fri Mar 24 15:34:32 2006 UTC (18 years, 1 month ago) by ossman_
Give virtual channel debug output its own switch.


Revision 1194 - Directory Listing
Modified Wed Mar 22 16:28:13 2006 UTC (18 years, 1 month ago) by ossman_
Update seamless protocol spec with the new HIDE/UNHIDE commands.


Revision 1193 - Directory Listing
Modified Wed Mar 22 16:20:55 2006 UTC (18 years, 1 month ago) by ossman_
Support for the new HIDE/UNHIDE commands.


Revision 1191 - Directory Listing
Modified Wed Mar 22 15:55:04 2006 UTC (18 years, 1 month ago) by astrand
One more SeamlessRDP TODO:

  * Implement something similiar to explhook.dll


Revision 1190 - Directory Listing
Modified Wed Mar 22 15:33:37 2006 UTC (18 years, 1 month ago) by astrand
One more SeamlessRDP TODO:

  * Add a client to server message for starting additional
    applications.


Revision 1189 - Directory Listing
Modified Wed Mar 22 13:44:14 2006 UTC (18 years, 1 month ago) by astrand
A few more TODOs for SeamlessRDP:

  * Detect the "Windows Security" dialog.

  * Support cmd.exe.


Revision 1184 - Directory Listing
Modified Wed Mar 22 10:02:11 2006 UTC (18 years, 1 month ago) by astrand
Do not warn upon no seamless info at ConfigureNotify or Expose: The window might already be destroyed.


Revision 1183 - Directory Listing
Modified Wed Mar 22 09:49:21 2006 UTC (18 years, 1 month ago) by ossman_
Fix memory leak spotted by valgrind.


Revision 1182 - Directory Listing
Modified Tue Mar 21 15:31:48 2006 UTC (18 years, 1 month ago) by ossman_
Must check outstanding_position since outpos_serial isn't valid otherwise.


Revision 1181 - Directory Listing
Modified Tue Mar 21 15:29:47 2006 UTC (18 years, 1 month ago) by ossman_
Completely redraw a seamless window when our reposition is complete. This
will clear out any rendering bugs caused by the fact the meta-data channel
isn't synchronized with the main graphics channel.


Revision 1180 - Directory Listing
Modified Tue Mar 21 15:16:48 2006 UTC (18 years, 1 month ago) by ossman_
indent-all


Revision 1177 - Directory Listing
Modified Tue Mar 21 14:42:25 2006 UTC (18 years, 1 month ago) by ossman_
Support for window groups and modal windows.


Revision 1176 - Directory Listing
Modified Tue Mar 21 12:58:39 2006 UTC (18 years, 1 month ago) by astrand
Include TODOs for SeamlessRDP


Revision 1175 - Directory Listing
Modified Tue Mar 21 12:58:23 2006 UTC (18 years, 1 month ago) by astrand
Small correction for the SeamlessRDP description.


Revision 1174 - Directory Listing
Modified Mon Mar 20 16:14:02 2006 UTC (18 years, 1 month ago) by astrand
SeamlessRDP: Initializing all of sw->outpos_ variables.


Revision 1173 - Directory Listing
Modified Mon Mar 20 16:10:33 2006 UTC (18 years, 1 month ago) by astrand
Removed WITH_DEBUG_SEAMLESS.


Revision 1172 - Directory Listing
Modified Mon Mar 20 15:58:16 2006 UTC (18 years, 1 month ago) by astrand
Removed unneccessary return.


Revision 1171 - Directory Listing
Modified Mon Mar 20 15:55:18 2006 UTC (18 years, 1 month ago) by astrand
Do not explicitly specify override_redirect=False when creating
SeamlessRDP window; default false is fine.


Revision 1170 - Directory Listing
Modified Mon Mar 20 15:43:15 2006 UTC (18 years, 1 month ago) by astrand
Cleaned up SeamlessRDP functions: All utility functions are prefixed with sw_.


Revision 1169 - Directory Listing
Modified Mon Mar 20 15:21:53 2006 UTC (18 years, 1 month ago) by ossman_
Add info about serials and ACK:s to the seamless protocol spec.


Revision 1168 - Directory Listing
Modified Mon Mar 20 14:39:00 2006 UTC (18 years, 1 month ago) by ossman_
Make sure we do not update seamless windows' offsets until we get an ACK
back (i.e. when the request has been executed).


Revision 1166 - Directory Listing
Modified Mon Mar 20 12:36:14 2006 UTC (18 years, 1 month ago) by ossman_
Basic infrastructure for receiving seamless ACK:s.


Revision 1164 - Directory Listing
Modified Mon Mar 20 12:00:09 2006 UTC (18 years, 1 month ago) by ossman_
Increase length to include the newline character.


Revision 1163 - Directory Listing
Modified Mon Mar 20 10:31:58 2006 UTC (18 years, 1 month ago) by ossman_
Add serial numbers to protocol.


Revision 1159 - Directory Listing
Modified Fri Mar 17 15:16:52 2006 UTC (18 years, 1 month ago) by ossman_
Set _NET_WM_STATE property manually for withdrawn windows.


Revision 1157 - Directory Listing
Modified Fri Mar 17 12:39:09 2006 UTC (18 years, 1 month ago) by astrand
Send back our local positions upon changes, but only after a small timeout.


Revision 1155 - Directory Listing
Modified Fri Mar 17 10:48:11 2006 UTC (18 years, 1 month ago) by ossman_
Add some client side book keeping of window ordering and focus in order to
not send unnecessary updates. This is done to avoid side effects for commands
that would seem to be no-ops.


Revision 1154 - Directory Listing
Modified Fri Mar 17 09:56:20 2006 UTC (18 years, 1 month ago) by ossman_
Detect focus changes and send FOCUS to the server.


Revision 1151 - Directory Listing
Modified Fri Mar 17 08:52:29 2006 UTC (18 years, 1 month ago) by ossman_
Support for seamless window restacking (ZCHANGE).


Revision 1149 - Directory Listing
Modified Thu Mar 16 15:27:59 2006 UTC (18 years, 1 month ago) by ossman_
Don't activate seamless mode until we have a working connection with the
remote server (i.e. when we get a HELLO).

Also change g_seamless_rdp to mean that -A was specified on the command line.
g_seamless_active now indicates if we're in seamless or "normal" mode.


Revision 1148 - Directory Listing
Modified Thu Mar 16 14:56:27 2006 UTC (18 years, 1 month ago) by ossman_
Add HELLO command to seamless spec.


Revision 1146 - Directory Listing
Modified Thu Mar 16 13:27:13 2006 UTC (18 years, 1 month ago) by ossman_
Combine the functions to add and remove wm states into a single function.


Revision 1144 - Directory Listing
Modified Thu Mar 16 10:14:18 2006 UTC (18 years, 1 month ago) by ossman_
Only allocate the XWMHints structure where we need it.


Revision 1143 - Directory Listing
Modified Thu Mar 16 08:41:53 2006 UTC (18 years, 1 month ago) by ossman_
Set _NET_WM_STATE atoms via the window manager (as required by the spec.).
Unfortunately, this means we have to wait for the window to leave the
withdrawn state.


Revision 1142 - Directory Listing
Modified Thu Mar 16 08:11:29 2006 UTC (18 years, 1 month ago) by ossman_
Handle initially minimized windows through WM_HINTS.


Revision 1141 - Directory Listing
Modified Thu Mar 16 08:09:41 2006 UTC (18 years, 1 month ago) by ossman_
Spec says that the wm doesn't have to respect requests to change
_NET_WM_STATE_HIDDEN, so we shouldn't rely on it.


Revision 1140 - Directory Listing
Modified Wed Mar 15 15:27:24 2006 UTC (18 years, 1 month ago) by ossman_
The logic for parent window was borked. Minor if-statement tweak.


Revision 1139 - Directory Listing
Modified Wed Mar 15 15:16:18 2006 UTC (18 years, 1 month ago) by astrand
Set _NET_WM_NAME


Revision 1138 - Directory Listing
Modified Wed Mar 15 15:11:53 2006 UTC (18 years, 1 month ago) by ossman_
Add info about parent-less popup windows to the protocol spec.


Revision 1137 - Directory Listing
Modified Wed Mar 15 15:10:21 2006 UTC (18 years, 1 month ago) by ossman_
Handle popups without a parent by setting the window manager hints
_NET_WM_STATE_SKIP_TASKBAR and _NET_WM_STATE_SKIP_PAGER. That seems to get
the behaviour we want.


Revision 1136 - Directory Listing
Modified Wed Mar 15 13:47:41 2006 UTC (18 years, 1 month ago) by ossman_
Update protocol spec to state string format.


Revision 1133 - Directory Listing
Modified Wed Mar 15 13:15:51 2006 UTC (18 years, 1 month ago) by astrand
Changed default WM_NAME. Changed WM_CLASS to
rdesktop/SeamlessRDP. This makes it easier to identify seamless
windows, but also shows a nicer title in kwin when WM_NAME is empty.


Revision 1132 - Directory Listing
Modified Wed Mar 15 12:58:50 2006 UTC (18 years, 1 month ago) by astrand
Do not map seamless window until STATE is recieved


Revision 1127 - Directory Listing
Modified Wed Mar 15 11:48:32 2006 UTC (18 years, 1 month ago) by astrand
Prototype for ui_seamless_syncbegin.


Revision 1126 - Directory Listing
Modified Wed Mar 15 11:43:57 2006 UTC (18 years, 1 month ago) by ossman_
Clarify the behaviour when windows are initially created.


Revision 1125 - Directory Listing
Modified Wed Mar 15 11:34:55 2006 UTC (18 years, 1 month ago) by astrand
Use strtol for signed variables.


Revision 1124 - Directory Listing
Modified Wed Mar 15 08:43:38 2006 UTC (18 years, 1 month ago) by astrand
SETSTATE -> TITLE and STATE


Revision 1123 - Directory Listing
Modified Wed Mar 15 08:41:48 2006 UTC (18 years, 1 month ago) by astrand
Support for SeamlessRDP SYNCBEGIN/SYNCEND


Revision 1122 - Directory Listing
Modified Wed Mar 15 08:35:13 2006 UTC (18 years, 1 month ago) by astrand
Ignoring CREATEs for existing windows - be idempotent.


Revision 1121 - Directory Listing
Modified Wed Mar 15 08:18:05 2006 UTC (18 years, 1 month ago) by astrand
Changed strtoll/strtol to strtoul.


Revision 1120 - Directory Listing
Modified Wed Mar 15 06:55:29 2006 UTC (18 years, 1 month ago) by astrand
Using strtoll for window ids, since strtol is signed, and we need to
use all bits of a long.


Revision 1119 - Directory Listing
Modified Wed Mar 15 06:42:57 2006 UTC (18 years, 1 month ago) by astrand
When a seamless window is moved to a new desktop, move all other seamless windows as well.


Revision 1118 - Directory Listing
Modified Tue Mar 14 13:56:50 2006 UTC (18 years, 1 month ago) by astrand
Implemented support for changing state normal/minimized/maximized via EWMH. Also, sending notifications to server when local state changes.


Revision 1116 - Directory Listing
Modified Mon Mar 13 15:04:51 2006 UTC (18 years, 1 month ago) by astrand
Always printing what we are sending, when DEBUG_SEAMLESS is enabled.
Use 0x%08lx instead of 0x%p.


Revision 1110 - Directory Listing
Modified Fri Mar 10 15:19:52 2006 UTC (18 years, 1 month ago) by astrand
Implemented seamless_send_state.
seamless_send is now a varargs function.


Revision 1107 - Directory Listing
Modified Fri Mar 10 14:09:16 2006 UTC (18 years, 1 month ago) by astrand
Checking return value from seamless_get_window_* everywhere


Revision 1105 - Directory Listing
Modified Fri Mar 10 13:46:15 2006 UTC (18 years, 1 month ago) by astrand
ui_seamless_setstate: Support for leaving iconic state.


Revision 1104 - Directory Listing
Modified Fri Mar 10 13:34:41 2006 UTC (18 years, 1 month ago) by astrand
Always call strtol with zero base, to be tolerant


Revision 1103 - Directory Listing
Modified Fri Mar 10 13:32:18 2006 UTC (18 years, 1 month ago) by astrand
ui_seamless_create_window: Only search for parent if not zero


Revision 1101 - Directory Listing
Modified Fri Mar 10 12:56:38 2006 UTC (18 years, 1 month ago) by astrand
Setting WM_TRANSIENT_FOR, when necessary


Revision 1098 - Directory Listing
Modified Fri Mar 10 12:44:32 2006 UTC (18 years, 1 month ago) by astrand
Parsing the new CREATE command, with parent parameter.


Revision 1095 - Directory Listing
Modified Fri Mar 10 12:22:51 2006 UTC (18 years, 1 month ago) by ossman_
Add a field to the create command to be able to indicate child windows.


Revision 1094 - Directory Listing
Modified Fri Mar 10 10:40:50 2006 UTC (18 years, 1 month ago) by astrand
SETSTATE is not two ops: TITLE and STATE


Revision 1092 - Directory Listing
Modified Fri Mar 10 09:20:03 2006 UTC (18 years, 1 month ago) by astrand
Using American english


Revision 1090 - Directory Listing
Modified Fri Mar 10 09:01:51 2006 UTC (18 years, 1 month ago) by astrand
Removed the version numbers from SeamlessRDP commands


Revision 1089 - Directory Listing
Modified Fri Mar 10 08:50:43 2006 UTC (18 years, 1 month ago) by astrand
Initial support for SeamlessRDP


Revision 1088 - Directory Listing
Modified Fri Mar 10 08:44:55 2006 UTC (18 years, 1 month ago) by ossman_
Update to the seamless protocol spec. Removed the version number from the
commands and added some new commands to send window events to the server.


Revision 1086 - Directory Listing
Modified Fri Mar 10 06:47:31 2006 UTC (18 years, 1 month ago) by astrand
Documented the -A option


Revision 1085 - Directory Listing
Modified Fri Mar 10 06:36:44 2006 UTC (18 years, 1 month ago) by astrand
Added seamlessrdp protocol definition


Revision 1058 - Directory Listing
Modified Tue Mar 7 08:17:41 2006 UTC (18 years, 1 month ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch
'seamlessrdp-branch'.

Revision 915 - Directory Listing
Modified Thu Jun 30 08:23:32 2005 UTC (18 years, 10 months ago) by astrand
Created seamlessrdp project. 


Revision 429 - Directory Listing
Modified Mon Jun 30 08:59:07 2003 UTC (20 years, 10 months ago) by forsberg
Initial import to SF.net


Revision 40 - Directory Listing
Modified Fri Apr 5 07:57:44 2002 UTC (22 years ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'RELEASE'.

Revision 3 - Directory Listing
Modified Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
Adding my experimental RDP client to repository.


Revision 2 - Directory Listing
Added Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by (unknown author)
Standard project directories initialized by cvs2svn.

  ViewVC Help
Powered by ViewVC 1.1.26