/[rdesktop]/jpeg/rdesktop/tags/RDP5_PARTIAL_0_20030327
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 /jpeg/rdesktop/tags/RDP5_PARTIAL_0_20030327

View Directory Listing Directory Listing


Sticky Revision:

Revision 1507 - Directory Listing
Modified Mon Jul 20 16:45:11 2009 UTC (14 years, 9 months ago) by dpavlin
Copied from: sourceforge.net/tags/RDP5_PARTIAL_0_20030327 revision 1502
branch for integration of Daniel Jarboe <daniel.jarboe(at)gmail.com>
patches for jpeg

Revision 1504 - Directory Listing
Modified Fri May 15 08:52:34 2009 UTC (14 years, 11 months ago) by astrand
Original Path: sourceforge.net/rdesktop/tags/RDP5_PARTIAL_0_20030327
Copied from: sourceforge.net/tags/RDP5_PARTIAL_0_20030327 revision 1502
Moving remaning tags to correct subproject; rdesktop.

Revision 354 - Directory Listing
Modified Thu Mar 27 13:33:17 2003 UTC (21 years, 1 month ago) by (unknown author)
Original Path: sourceforge.net/tags/RDP5_PARTIAL_0_20030327
Copied from: sourceforge.net/trunk revision 353
This commit was manufactured by cvs2svn to create tag
'RDP5_PARTIAL_0_20030327'.

Revision 353 - Directory Listing
Modified Thu Mar 27 13:33:16 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
iso_connect, mcs_connect and sec_connect now takes a username as an argument.

mcs_recv fills in a channel id in a pointer argument.

process_orders takes the number of orders as an argument instead of figuring it out itself.

Exported process_bitmap_updates and process_palette and sec_decrypt
as non-static functions.

New public functions: process_colour_pointer_pdu (rdp.c),
                      process_cached_pointer_pdu (rdp.c),
                      process_null_system_pointer_pdu (rdp.c),
		      rdp5_process (rdp5.c),
		      rdp5_process_channel (rdp5.c)


Revision 352 - Directory Listing
Modified Thu Mar 27 13:29:36 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Send a "4" instead of a "1" in the correct place if we try to support RDP5.

Updated client build. We now aim at being 2600 compatible :-).

Set up the clipboard redirector at this protocol level as well (see also
mcs.c)

Do the new-style encryption setup using RSA and X.509 routines from
OpenSSL. That sounds easier than it is (!).

Added some comments and debug output.

Process RDP5 channel data (for channels != MCS_GLOBAL_CHANNEL).

Send the username to mcs_connect.


Revision 351 - Directory Listing
Modified Thu Mar 27 13:22:29 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Send different logon packets based on if we try to support RDP5 or not. The
order of the data is slightly different in RDP5.

Moved pointer PDU handling to their own functions, since RDP5 no longer
encapsulates ColorPointer and CachedPointer in a PDU with a type field.

Made debug output when doing Bitmap updates clearer. Also added debug
printout when bitmap compression failed.

Added code that checks for a new way of sending the size of the compressed
bitmaps. Code imported from Matt's RDP5 adventures :).

Debug output when doing Palette updates in order to make it easier to follow
packets.

Fetch the number of orders here instead of in process_orders and send it
along to that function as an argument.

Send the username to sec_connect.


Revision 350 - Directory Listing
Modified Thu Mar 27 13:18:13 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Support for the -5 flag to rdesktop, indicating the experimental RDP5
support should be used.


Revision 349 - Directory Listing
Modified Thu Mar 27 13:17:26 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
process_orders now take the number of orders to process as an argument
instead of reading it itself. Adaptation for the RDP5 code to work.

Added some debugging.

Indent fixes.


Revision 348 - Directory Listing
Modified Thu Mar 27 13:15:36 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Changed some of the data sent from mcs_send_connection_initial - the
number of channels being the most important.

Don't assume the length of the data coming back from the server is
of the same length that the data we sent was.

Record the channel id of incoming MCS packets.

Send username to iso_connect, in order for it to be able to send the
mstshash.

Open the clipboard channel if we are speaking RDP5.


Revision 347 - Directory Listing
Modified Thu Mar 27 13:11:58 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Remade connection setup. Send mstshash in initial packet.

(This might not be needed, but the more lookalike to a MS client we are,
 the better).

Recognize RDP5 packets and hand them to the RDP5 parsing routine.


Revision 346 - Directory Listing
Modified Thu Mar 27 13:10:16 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Added the constants SEC_TAG_CLI_4 and SEC_TAG_CLI_CHANNELS. Both are
used in the RDP5 support.


Revision 345 - Directory Listing
Modified Thu Mar 27 13:08:57 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Added a line telling emacs that the basic offset is 8.


Revision 344 - Directory Listing
Modified Thu Mar 27 13:08:09 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Added rdp5.o to the list of objects to compile.


Revision 343 - Directory Listing
Modified Thu Mar 27 13:07:28 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Initial version. Combined code from Matt's RDP5 adventures with some of
my own discoveries.


Revision 342 - Directory Listing
Modified Fri Mar 14 12:00:17 2003 UTC (21 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk
Support for moving window by dragging applications title bar. To be used
in conjunction with -s, -S and -D.


Revision 341 - Directory Listing
Modified Thu Mar 6 15:36:28 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Defined a DEBUG_RDP5 macro for selective debugging during the RDP5 integration process.


Revision 340 - Directory Listing
Modified Thu Mar 6 14:11:17 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
If WITH_DEBUG, print the number of the packet just received, which makes
it easier to follow the packet on the network.


Revision 339 - Directory Listing
Modified Thu Mar 6 14:06:38 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk
Added comment about where to find definition of General Capability set.


Revision 337 - Directory Listing
Modified Wed Mar 5 13:12:21 2003 UTC (21 years, 1 month ago) by astrand
Original Path: sourceforge.net/trunk
Removed wrong duplicates.


Revision 336 - Directory Listing
Modified Sun Mar 2 23:45:34 2003 UTC (21 years, 2 months ago) by jsorg71
Original Path: sourceforge.net/trunk
fix for connecting to a server that was disconnected with ms client


Revision 335 - Directory Listing
Modified Fri Feb 21 10:35:38 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
rfbregion.h is in rfb dir.


Revision 334 - Directory Listing
Modified Thu Feb 20 12:17:04 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
libvncserver header files is in vnc dir


Revision 333 - Directory Listing
Modified Thu Feb 20 12:14:13 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Added rdp2vnc support


Revision 332 - Directory Listing
Modified Tue Feb 18 13:51:43 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Prevent restoring by double click in single app mode.


Revision 331 - Directory Listing
Modified Tue Feb 18 13:44:27 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Prevent access to sys menu in single app mode


Revision 330 - Directory Listing
Modified Tue Feb 18 13:16:53 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Documentation for -S.


Revision 329 - Directory Listing
Modified Tue Feb 18 13:07:29 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Online help for -S.


Revision 328 - Directory Listing
Modified Tue Feb 18 13:03:51 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
New option for running single applications maximized


Revision 327 - Directory Listing
Modified Tue Feb 18 13:02:58 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fix.


Revision 326 - Directory Listing
Modified Wed Feb 12 09:56:13 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Only reports "bad keysym" if DEBUG_KBD.


Revision 325 - Directory Listing
Modified Tue Feb 11 11:31:04 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Moved save_licence/load_licence back to rdesktop.c


Revision 324 - Directory Listing
Modified Tue Feb 11 10:40:03 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Added note explaining that protocol stack should be
system-independent.


Revision 323 - Directory Listing
Modified Mon Feb 10 13:48:39 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Added doc about licensing


Revision 322 - Directory Listing
Modified Mon Feb 10 13:08:25 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated prototypes.


Revision 321 - Directory Listing
Modified Mon Feb 10 13:07:47 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
More static funcs.


Revision 320 - Directory Listing
Modified Mon Feb 10 13:05:40 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
load_licence/save_licence static.


Revision 319 - Directory Listing
Modified Mon Feb 10 13:02:57 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Private funcs should be static.


Revision 318 - Directory Listing
Modified Mon Feb 10 12:58:51 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fixes


Revision 317 - Directory Listing
Modified Mon Feb 10 12:56:34 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Moved load_licence/save_licence to licence.c. Removed SAVE_LICENCE cond.


Revision 316 - Directory Listing
Modified Sun Feb 9 17:17:37 2003 UTC (21 years, 2 months ago) by jsorg71
Original Path: sourceforge.net/trunk
15 and 24 bit server support


Revision 315 - Directory Listing
Modified Sun Feb 9 01:38:07 2003 UTC (21 years, 2 months ago) by jsorg71
Original Path: sourceforge.net/trunk
added 15 and 24 bit server options


Revision 314 - Directory Listing
Modified Fri Feb 7 23:43:37 2003 UTC (21 years, 2 months ago) by jsorg71
Original Path: sourceforge.net/trunk
one bitmap decomp function to handle all colour depths


Revision 313 - Directory Listing
Modified Thu Feb 6 14:31:24 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed duplicat ampersand definition.


Revision 312 - Directory Listing
Modified Wed Feb 5 15:10:13 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied fixes from Per Kristian Hove.


Revision 311 - Directory Listing
Modified Wed Feb 5 14:16:33 2003 UTC (21 years, 2 months ago) by jsorg71
Original Path: sourceforge.net/trunk
support for > 16 bit clients with 16 bit server


Revision 310 - Directory Listing
Modified Tue Feb 4 15:54:58 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Bugfix: remote_modifier_state was not updated correctly upon numlock toggle.


Revision 309 - Directory Listing
Modified Tue Feb 4 05:32:13 2003 UTC (21 years, 2 months ago) by jsorg71
Original Path: sourceforge.net/trunk
16bit


Revision 308 - Directory Listing
Modified Mon Feb 3 08:25:02 2003 UTC (21 years, 2 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed broken less, greater and apostrophe definition.


Revision 307 - Directory Listing
Modified Fri Jan 31 08:24:42 2003 UTC (21 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed two duplicates.


Revision 306 - Directory Listing
Modified Thu Jan 30 13:38:47 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Solaris doesn't define INADDR_NONE (fix from Simon McCartney)


Revision 304 - Directory Listing
Modified Thu Jan 30 11:59:27 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Wah. 2003 already.


Revision 303 - Directory Listing
Modified Thu Jan 30 11:57:10 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix a bug where we report "Network is unreachable" instead of
"cannot resolve host".


Revision 302 - Directory Listing
Modified Thu Jan 30 11:47:11 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix a compile warning.
Also have to include BN_CTX_new now that we're using it...


Revision 301 - Directory Listing
Modified Thu Jan 30 11:28:50 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
unsigned long != uint32 on a 64-bit machine.


Revision 300 - Directory Listing
Modified Thu Jan 30 11:20:30 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix a few compile warnings.


Revision 299 - Directory Listing
Modified Thu Jan 30 11:15:00 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Add some signed types and use them in the places we have silly casts now.


Revision 298 - Directory Listing
Modified Thu Jan 30 10:57:38 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Avoid using non-portable += in generated Makeconf.


Revision 297 - Directory Listing
Modified Tue Jan 28 12:27:28 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Add a warning function, change some errors to warnings, improve a
couple of error messages (not sure whether scewed was meant to be skewed
or screwed :))


Revision 296 - Directory Listing
Modified Tue Jan 28 12:07:55 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Rename FILL_RECTANGLE_FAST to FILL_RECTANGLE_BACKSTORE to clarify what it
does


Revision 295 - Directory Listing
Modified Tue Jan 28 11:36:02 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
OpenSSL 0.9.7 hides definition of BN_CTX structure.


Revision 294 - Directory Listing
Modified Wed Jan 22 08:10:11 2003 UTC (21 years, 3 months ago) by matthewc
Original Path: sourceforge.net/trunk
Bump version to 1.2.0, update manpage.


Revision 293 - Directory Listing
Modified Tue Jan 21 20:22:44 2003 UTC (21 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk
Uses <openssl/rc4.h> if WITH_OPENSSL.
(patch [ 666773 ] Let licence.c optionally use the real rc4.h file)


Revision 292 - Directory Listing
Modified Tue Jan 21 20:09:55 2003 UTC (21 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied patch:
[ 644262 ] en-gb keymap fixes


Revision 291 - Directory Listing
Modified Tue Jan 21 20:06:16 2003 UTC (21 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed some duplicates, by using
patch [ 630516 ] Translations for spanish keyboards.


Revision 290 - Directory Listing
Modified Mon Jan 20 09:50:28 2003 UTC (21 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk
Increased keymap size, to hold all keysyms.


Revision 289 - Directory Listing
Modified Thu Jan 16 13:48:02 2003 UTC (21 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk
Fix for empty usernames


Revision 288 - Directory Listing
Modified Sun Jan 5 20:06:32 2003 UTC (21 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk
focus fullscreen window if not focused when mouse moves, it seems some display managers don't focus new windows, this will provides a way to fucus it


Revision 287 - Directory Listing
Modified Thu Jan 2 10:55:01 2003 UTC (21 years, 3 months ago) by astrand
Original Path: sourceforge.net/trunk
Added localstate to Return.


Revision 286 - Directory Listing
Modified Mon Dec 23 18:40:03 2002 UTC (21 years, 4 months ago) by jsorg71
Original Path: sourceforge.net/trunk
make ui_draw_text a bit safer when cache_get_text returns NULL


Revision 285 - Directory Listing
Modified Fri Dec 13 10:51:57 2002 UTC (21 years, 4 months ago) by matthewc
Original Path: sourceforge.net/trunk
Add clarification to licence - linking with OpenSSL is allowed.

http://bugs.debian.org/172574
http://www.openssl.org/support/faq.cgi#LEGAL2


Revision 284 - Directory Listing
Modified Wed Dec 11 19:54:12 2002 UTC (21 years, 4 months ago) by astrand
Original Path: sourceforge.net/trunk
Added localstate to "Tab".


Revision 283 - Directory Listing
Modified Tue Dec 10 17:24:27 2002 UTC (21 years, 4 months ago) by jsorg71
Original Path: sourceforge.net/trunk
fix for 32k packets that are really 8


Revision 282 - Directory Listing
Modified Sat Dec 7 18:35:29 2002 UTC (21 years, 4 months ago) by astrand
Original Path: sourceforge.net/trunk
Added keymap autodetect wish.


Revision 281 - Directory Listing
Modified Mon Dec 2 22:57:47 2002 UTC (21 years, 4 months ago) by jsorg71
Original Path: sourceforge.net/trunk
minor draw_text optimize


Revision 280 - Directory Listing
Modified Tue Nov 26 14:39:50 2002 UTC (21 years, 5 months ago) by n-ki
Original Path: sourceforge.net/trunk
save licence change, based on Peter Fales and Mrs. Brisbys discussion.


Revision 279 - Directory Listing
Modified Tue Nov 26 10:09:14 2002 UTC (21 years, 5 months ago) by n-ki
Original Path: sourceforge.net/trunk
owncolmap reintroduced, basically the same code, but with a switch -C. didn't use the -v switch as in the patches. I believe it is confusing and should be reserved for -version information. Other than that I can say that the code does not work as it does in the patches... haven't found what's wrong with it. bit shifting?


Revision 278 - Directory Listing
Modified Mon Nov 25 18:23:44 2002 UTC (21 years, 5 months ago) by jsorg71
Original Path: sourceforge.net/trunk
ui_draw_text optimization from unified patches


Revision 276 - Directory Listing
Modified Tue Nov 19 15:02:17 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Bumped up version to 1.2beta1


Revision 275 - Directory Listing
Modified Tue Nov 19 14:48:02 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied WM-kill patch from Matthew Riechers (slightly modified


Revision 274 - Directory Listing
Modified Tue Nov 19 14:45:13 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Small indent fix.


Revision 273 - Directory Listing
Modified Tue Nov 19 14:22:47 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Made -g workarea a bit less fatal when the WM does not support _NET_WORKAREA:
defaulting to 800x600.


Revision 272 - Directory Listing
Modified Tue Nov 19 13:59:56 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
We use RFC1766 now; update doc.
Added note about writing keymap files.


Revision 271 - Directory Listing
Modified Tue Nov 19 13:57:48 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Added keynums.png


Revision 270 - Directory Listing
Modified Tue Nov 19 13:47:46 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Added note about dead keys.


Revision 269 - Directory Listing
Modified Tue Nov 19 13:45:09 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Reverted to old hand-made keymap, with comments, and
without double definitions.


Revision 268 - Directory Listing
Modified Tue Nov 19 12:20:14 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Corrected acute translation.


Revision 267 - Directory Listing
Modified Tue Nov 19 11:06:12 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Fixed broken --without-openssl.


Revision 266 - Directory Listing
Modified Tue Nov 19 10:38:53 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Including rdesktop.h after Xlib.h.


Revision 265 - Directory Listing
Modified Tue Nov 19 10:37:39 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
exit()ing after "this shouldn't be happening".


Revision 264 - Directory Listing
Modified Tue Nov 19 09:17:12 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated documentation to reflect new -D and -g workarea functionality.


Revision 263 - Directory Listing
Modified Mon Nov 18 18:12:49 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Support for extended WM hint _NET_WORKAREA, via -g workarea


Revision 262 - Directory Listing
Modified Mon Nov 18 15:37:20 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Support for hiding WM decorations


Revision 261 - Directory Listing
Modified Mon Nov 18 15:35:41 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fixes.


Revision 260 - Directory Listing
Modified Mon Nov 18 15:31:19 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fixes


Revision 259 - Directory Listing
Modified Mon Nov 18 15:30:12 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fixes.


Revision 258 - Directory Listing
Modified Thu Nov 14 13:56:16 2002 UTC (21 years, 5 months ago) by matthewc
Original Path: sourceforge.net/trunk
Look for a compiler out of $CC gcc cc, check if gcc (to use -Wall -O2)


Revision 257 - Directory Listing
Modified Mon Nov 11 23:15:27 2002 UTC (21 years, 5 months ago) by jsorg71
Original Path: sourceforge.net/trunk
can't grabkeyboard on focusin unless mouse is in window, can't grabkeyboard on enternotiy unless window is focused, cache them, other grabkeyboard fixes


Revision 256 - Directory Listing
Modified Thu Nov 7 11:49:13 2002 UTC (21 years, 5 months ago) by matthewc
Original Path: sourceforge.net/trunk
Add Norbert Federa to AUTHORS.


Revision 255 - Directory Listing
Modified Wed Nov 6 16:15:17 2002 UTC (21 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed duplicate "at" definition.


Revision 254 - Directory Listing
Modified Tue Nov 5 11:22:20 2002 UTC (21 years, 5 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix for bad colours on ARM (found by Ken Gordon) - we can't assume that
the representation of a COLOURENTRY array is the same as on the wire.
Copy method of process_colcache to process_palette.


Revision 253 - Directory Listing
Modified Tue Nov 5 11:09:26 2002 UTC (21 years, 5 months ago) by matthewc
Original Path: sourceforge.net/trunk
Need to make absolutely sure rdesktop ungrabs the keyboard - do it on
LeaveNotify as well.


Revision 252 - Directory Listing
Modified Mon Nov 4 07:32:53 2002 UTC (21 years, 5 months ago) by matthewc
Original Path: sourceforge.net/trunk
dead_circumflex not dead_circum.


Revision 251 - Directory Listing
Modified Sun Nov 3 12:46:34 2002 UTC (21 years, 5 months ago) by matthewc
Original Path: sourceforge.net/trunk
Reinstate some "dead key" keysyms as well as the non-dead ones, so both
modes work.


Revision 250 - Directory Listing
Modified Sun Nov 3 12:33:02 2002 UTC (21 years, 5 months ago) by matthewc
Original Path: sourceforge.net/trunk
Focus upon receiving EnterNotify in fullscreen mode (in lieu of window manager)


Revision 249 - Directory Listing
Modified Tue Oct 29 12:29:17 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Added translations for Sys_Req and Execute. Print has localstate flag.


Revision 248 - Directory Listing
Modified Tue Oct 29 05:31:50 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Sync description with README and man page.  (In particular we don't implement
any of RDP5 yet.)


Revision 247 - Directory Listing
Modified Tue Oct 29 05:06:07 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Need to copy keymaps of the form ??-?? as well.
(Jeffrey Hundstad)


Revision 246 - Directory Listing
Modified Mon Oct 28 11:36:42 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix up German keymap manually for the time being.
(Wolfgang Zuleger)


Revision 245 - Directory Listing
Modified Thu Oct 24 08:49:20 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Update documentation accordingly.


Revision 244 - Directory Listing
Modified Thu Oct 24 08:48:51 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Change fullscreen toggle key to Ctrl-Alt-Enter.


Revision 243 - Directory Listing
Modified Thu Oct 24 08:44:41 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Remove "Windows keys don't work" from TODO.


Revision 242 - Directory Listing
Modified Thu Oct 24 08:43:12 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Add ex-team member Michal Mihalik to AUTHORS, and add a note up the top.


Revision 241 - Directory Listing
Modified Thu Oct 24 08:35:28 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Update documentation for -k.


Revision 240 - Directory Listing
Modified Thu Oct 24 08:21:33 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Change default keymap us -> en-us.


Revision 239 - Directory Listing
Modified Thu Oct 24 08:19:31 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Rename keymaps according to RFC1766 as agreed (pity CVS doesn't allow
renaming/moving :().


Revision 238 - Directory Listing
Modified Wed Oct 23 14:55:52 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Increased shell max length to 128.


Revision 237 - Directory Listing
Modified Fri Oct 18 13:59:59 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Generated keymaps from XKB data
Notes:
- These now follow a slightly different country code standard (out of the
  many to choose from :/) - da->dk, ja->jp, sv->se, uk->gb
- I've replaced the manually generated maps after checking that these are
  a superset.  In case of problems we can revert.


Revision 236 - Directory Listing
Modified Fri Oct 18 13:11:39 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Add less/greater/bar key to common, since it seems to be present on every
keyboard except US (or at least XFree86 thinks so).


Revision 235 - Directory Listing
Modified Fri Oct 18 12:03:59 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Using wildcard for man page, since man pages are sometimes compressed by RPM and sometimes not.


Revision 234 - Directory Listing
Modified Wed Oct 16 14:49:21 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Minor changes


Revision 233 - Directory Listing
Modified Mon Oct 14 07:50:59 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Added support for some dead keys (from Wolfgang Zuleger).


Revision 232 - Directory Listing
Modified Mon Oct 14 06:13:20 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Update man page in line with source changes.


Revision 231 - Directory Listing
Modified Sat Oct 12 20:55:55 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied patch from Søren Schimkat.


Revision 230 - Directory Listing
Modified Fri Oct 11 14:30:16 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied patch from Wolfgang Zuleger.


Revision 229 - Directory Listing
Modified Fri Oct 11 14:29:10 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Added KP_Separator as alias for KP_Decimal.


Revision 228 - Directory Listing
Modified Fri Oct 11 14:24:13 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Correct scancodes for KP_Decimal and KP_Delete.


Revision 227 - Directory Listing
Modified Fri Oct 11 09:38:49 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Eliminating GCC warning message.


Revision 226 - Directory Listing
Modified Fri Oct 11 09:37:48 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fixes.


Revision 225 - Directory Listing
Modified Fri Oct 11 08:54:08 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Case-insensitive keymap names.


Revision 224 - Directory Listing
Modified Fri Oct 11 08:48:34 2002 UTC (21 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied patch [ 621292 ], and added --bindir and --mandir.


Revision 223 - Directory Listing
Modified Fri Oct 11 05:13:19 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Make title -T in line with xterm, xemacs, etc.


Revision 222 - Directory Listing
Modified Fri Oct 11 04:00:32 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
I've been convinced that accepting server[:port] is the right way to do
things (less options to remember, and it's the syntax accepted by the MS
clients).


Revision 221 - Directory Listing
Modified Thu Oct 10 07:47:29 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix rpath handling - on OSF1 (at least) we need to pass the rpath in one
colon-separated list.


Revision 220 - Directory Listing
Modified Thu Oct 10 07:25:31 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Improve security of random number generation (support EGD, use MD5
in our poor man's version) - Jacco de Leeuw <jacco2@dds.nl>


Revision 219 - Directory Listing
Modified Thu Oct 10 06:51:31 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Oops, accidentally introduced -Wall into the Makefile (which only works
with gcc)


Revision 218 - Directory Listing
Modified Wed Oct 9 14:20:31 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Minor memory leak (pointed out by Eric Sellers <eric.sellers@beer.com>)


Revision 217 - Directory Listing
Modified Wed Oct 9 14:13:46 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Replace README with build and invocation instructions.
Update man page.
Still need to update AUTHORS.


Revision 216 - Directory Listing
Modified Tue Oct 8 02:30:20 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Also look for keymaps in keymaps/%s so that rdesktop can be run "in place"
without installation... I find this useful for testing and it might avoid
some user complaints as well.


Revision 215 - Directory Listing
Modified Tue Oct 8 02:26:59 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Remove readpass.o


Revision 214 - Directory Listing
Modified Sun Oct 6 13:57:39 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Remove -l (Microsoft have long since fixed the bug that made it work).


Revision 213 - Directory Listing
Modified Sun Oct 6 13:30:30 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Remove -P (askpass program)


Revision 212 - Directory Listing
Modified Sun Oct 6 13:25:30 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
On Solaris Break is Shift-Pause not Alt-Pause - so when checking for
Ctrl-Alt-Break, accept both Break and Pause and check state of Ctrl
and Alt.


Revision 211 - Directory Listing
Modified Fri Oct 4 14:28:14 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
-p - now reads from stdin rather than using getpass (/dev/tty)


Revision 210 - Directory Listing
Modified Fri Oct 4 14:25:37 2002 UTC (21 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk
Show display name in "Failed to open display" message.


Revision 209 - Directory Listing
Modified Wed Oct 2 13:51:16 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Arguments to get_key_state the wrong way around.


Revision 208 - Directory Listing
Modified Fri Sep 27 01:04:34 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Need to wait for visibility before calling XSetInputFocus
(pointed out by Jay).


Revision 207 - Directory Listing
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 206 - Directory Listing
Modified Thu Sep 26 14:17:41 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Convert C++ style comment.


Revision 205 - Directory Listing
Modified Thu Sep 26 14:11:59 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Suppress missing translation warnings if the keymap was "none" or doesn't
exist (in the latter case the user already receives an error).


Revision 204 - Directory Listing
Modified Thu Sep 26 14:10:30 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Oops typo... should have tested it first :)


Revision 203 - Directory Listing
Modified Thu Sep 26 14:04:30 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Optimise get_key_state by caching the modifier map and the state
(this can probably still be improved in the future).
Only call time(NULL) for the events where it's needed.


Revision 202 - Directory Listing
Modified Thu Sep 26 14:01:42 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Provide some more feedback to the user.


Revision 201 - Directory Listing
Modified Wed Sep 25 14:33:36 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix for flashing title bar problem.


Revision 200 - Directory Listing
Modified Wed Sep 25 11:20:14 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed FIXME for key 124 (Print Screen).


Revision 199 - Directory Listing
Modified Wed Sep 25 11:17:59 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Support for Break key.


Revision 198 - Directory Listing
Modified Wed Sep 25 11:12:08 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed FIXME for key 126.


Revision 197 - Directory Listing
Modified Wed Sep 25 11:07:57 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Support for Pause key.


Revision 196 - Directory Listing
Modified Wed Sep 25 11:07:12 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fixes.


Revision 195 - Directory Listing
Modified Wed Sep 25 09:00:57 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Sync crypto/ with OpenSSL 0.9.6g (trivial changes only).


Revision 194 - Directory Listing
Modified Tue Sep 24 12:25:21 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Move keyboard grabbing to FocusIn/FocusOut to fix "rdesktop gets screensaver
password" problem.  Hopefully this won't bring back the phantom flashing
titlebar...


Revision 193 - Directory Listing
Modified Tue Sep 24 11:14:46 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Avoid sending release of Break in Ctrl-Alt-Break to server.


Revision 192 - Directory Listing
Modified Tue Sep 24 07:59:14 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
foo function() -> foo function(void) to conform to ANSI C.


Revision 191 - Directory Listing
Modified Tue Sep 24 07:58:34 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Reorder searches a bit - finds wrong X11 directory on my Debian system
since X11 is symlinked into /usr/include.


Revision 190 - Directory Listing
Modified Tue Sep 24 07:33:17 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Make no translation messages DEBUG_KBD.
Clean up includes, fix a few compile warnings, avoid rdesktop.h depending
on X (at the expense of KeySym -> uint32 - maybe in the future we need a
better proto scheme).


Revision 189 - Directory Listing
Modified Tue Sep 24 07:27:43 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Look for system OpenSSL in the usual places; if not found recommend installing.


Revision 188 - Directory Listing
Modified Tue Sep 24 06:09:09 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Reinstate a cleaned-up version of the old xwin_toggle_fullscreen - I indeed
can't get it working reliably with all window managers without creating a
new window.
Move remaining non-window dependant code into ui_init/ui_deinit so that
xwin_toggle_fullscreen can do ui_destroy_window/ui_create_window.


Revision 187 - Directory Listing
Modified Tue Sep 24 05:14:14 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Test for X includes with -f instead of -e (-e is non-portable)


Revision 186 - Directory Listing
Modified Wed Sep 18 12:28:26 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated info about vincent_8bpp.patch.


Revision 185 - Directory Listing
Modified Wed Sep 18 12:13:08 2002 UTC (21 years, 7 months ago) by n-ki
Original Path: sourceforge.net/trunk
Owncolmap removed in favour of more intelligent color allocation.


Revision 184 - Directory Listing
Modified Tue Sep 17 17:16:24 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied apostrophe patch from hopfgartner.


Revision 183 - Directory Listing
Modified Tue Sep 17 16:57:07 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Shift optimization: Either left or right shift is fine.


Revision 182 - Directory Listing
Modified Tue Sep 17 16:55:43 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Small line-break fix for DEBUG_KBD.


Revision 181 - Directory Listing
Modified Tue Sep 17 16:54:04 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Added localstate to space.


Revision 180 - Directory Listing
Modified Tue Sep 17 16:06:49 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about vincent_8bpp.patch.


Revision 179 - Directory Listing
Modified Tue Sep 17 15:57:01 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about vincent_19-7-3_excel.patch.


Revision 178 - Directory Listing
Modified Tue Sep 17 10:00:14 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Fixed typos: TDB -> TBD


Revision 177 - Directory Listing
Modified Tue Sep 17 09:59:13 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about vpypatch.txt.


Revision 176 - Directory Listing
Modified Tue Sep 17 09:55:03 2002 UTC (21 years, 7 months ago) by n-ki
Original Path: sourceforge.net/trunk
some BE fixes - without these rdesktop wont run on IBM AIX  - such as RS6000 PowerPC


Revision 175 - Directory Listing
Modified Tue Sep 17 09:42:42 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about vincent_19-7-2.secure.patch.


Revision 174 - Directory Listing
Modified Tue Sep 17 09:34:39 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about svenni_disable_bs_in_x-tiny-patch.


Revision 173 - Directory Listing
Modified Tue Sep 17 09:33:27 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about svenni_dis_wmkeybnds.patch.


Revision 172 - Directory Listing
Modified Tue Sep 17 09:29:26 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about svenni_dis_wmkeybnds.patch.


Revision 171 - Directory Listing
Modified Tue Sep 17 09:20:13 2002 UTC (21 years, 7 months ago) by n-ki
Original Path: sourceforge.net/trunk
security: when supplying password as arg it is overwritten in the ps table with XXX. (On BSD based platforms this does nothing.)


Revision 170 - Directory Listing
Modified Tue Sep 17 08:18:41 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
xwin_reset_keys -> reset_modifier_keys. Only when necessary


Revision 169 - Directory Listing
Modified Tue Sep 17 07:27:49 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Send packet dumps to stdout.


Revision 168 - Directory Listing
Modified Tue Sep 17 07:23:32 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
The polyline "flags" field seems like it might be a ROP2.


Revision 167 - Directory Listing
Modified Mon Sep 16 18:54:50 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Added note about keymap files naming.


Revision 166 - Directory Listing
Modified Mon Sep 16 18:20:33 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Type fix: There are four types of lines.


Revision 165 - Directory Listing
Modified Mon Sep 16 13:21:44 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Better handling of guessed key translations: Uses local shift state.
Fixes problem with LeftShift not working without keymaps.


Revision 164 - Directory Listing
Modified Mon Sep 16 13:19:54 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Small indent fix.


Revision 163 - Directory Listing
Modified Mon Sep 16 07:10:42 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated info about rdesktop-gmp.patch.


Revision 162 - Directory Listing
Modified Sun Sep 15 12:58:42 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix references to BINDIR/MANDIR -> bindir/mandir.


Revision 161 - Directory Listing
Modified Sun Sep 15 12:46:41 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Reenable bitmap caching (inadvertantly disabled by a patch in 1.1.0)


Revision 160 - Directory Listing
Modified Sun Sep 15 12:42:26 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Now that we have ui_init move rounding of geometry there (it's X-specific).


Revision 159 - Directory Listing
Modified Sun Sep 15 12:36:55 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
#ifdef out licence save code.  I don't think it's really necessary; it's
always been broken and AFAIK no-one has complained.


Revision 158 - Directory Listing
Modified Sun Sep 15 11:53:50 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Possible fix for "flashing title bar" problem (don't grab in response
to FocusIn/FocusOut - seems to cause an event loop).


Revision 157 - Directory Listing
Modified Sun Sep 15 11:39:16 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fix rdesktop not resizing properly in xwin_toggle_fullscreen with
some window managers.


Revision 156 - Directory Listing
Modified Sun Sep 15 11:36:23 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Move platform-specific stuff to configure (avoid relying on GNU make)
Autodetect gcc in configure
Autodetect X11DIR in configure
Rename PREFIX etc in line with GNU conventions


Revision 155 - Directory Listing
Modified Sat Sep 14 18:48:59 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Copied most of the content of the Swedish mapping file to this file.
The Finnish and Swedish keyboard seems very alike.


Revision 154 - Directory Listing
Modified Sat Sep 14 18:30:56 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Added backslash definition.


Revision 153 - Directory Listing
Modified Sat Sep 14 18:06:52 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about spark-manpage-patch-19.4 and spark-manpage-patch-19.4-1


Revision 152 - Directory Listing
Modified Sat Sep 14 18:05:11 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about scroll-to-death-patch.txt.


Revision 151 - Directory Listing
Modified Sat Sep 14 18:03:56 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about rdp-srvr-19-6-6.diff.


Revision 150 - Directory Listing
Modified Sat Sep 14 18:02:37 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about rdesktop_keymap.patch.


Revision 149 - Directory Listing
Modified Sat Sep 14 18:01:35 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about rdesktop.vncviewer_patch.


Revision 148 - Directory Listing
Modified Sat Sep 14 18:00:10 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about rdesktop-openssl.patch.


Revision 147 - Directory Listing
Modified Sat Sep 14 17:57:23 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about rdesktop-new_kb.patch.


Revision 146 - Directory Listing
Modified Sat Sep 14 17:55:27 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff and rdesktop-gmp.patch.


Revision 145 - Directory Listing
Modified Sat Sep 14 17:43:54 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about rdesktop-1.0.0-19-7-1-mmihalik-3.diff and rdesktop-1.0.0-mmihalik-1.diff.


Revision 144 - Directory Listing
Modified Sat Sep 14 17:37:26 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about patch19-7-2.xyPos.emptyPassword.patch.


Revision 143 - Directory Listing
Modified Sat Sep 14 16:55:20 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about norbert_rdp_tcp_port.diff.


Revision 142 - Directory Listing
Modified Sat Sep 14 16:39:43 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about norbert_percent.txt.


Revision 141 - Directory Listing
Modified Sat Sep 14 16:32:56 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about norbert_fullscreen.patch.


Revision 140 - Directory Listing
Modified Sat Sep 14 16:30:07 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about mmihalik_19-7-3-keyfix-4.patch.


Revision 139 - Directory Listing
Modified Sat Sep 14 16:28:25 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated info about hove-19-7-2endian.diff.


Revision 138 - Directory Listing
Modified Sat Sep 14 16:22:46 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about hostname-patch.


Revision 137 - Directory Listing
Modified Sat Sep 14 16:17:27 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about frank_fasttext.patch.txt.


Revision 136 - Directory Listing
Modified Sat Sep 14 16:13:09 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about frank_1linerfix.html.


Revision 135 - Directory Listing
Modified Sat Sep 14 16:10:39 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about francisco_fix_patblt.html.


Revision 134 - Directory Listing
Modified Sat Sep 14 16:05:22 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated info about fasttext2+nobackpixmap.patch.


Revision 133 - Directory Listing
Modified Sat Sep 14 15:52:26 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Added some info about fasttext2+nobackpixmap.patch.
Using double blank lines between each patch entry.


Revision 132 - Directory Listing
Modified Sat Sep 14 15:45:57 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about downkeypatch.diff.


Revision 131 - Directory Listing
Modified Sat Sep 14 15:44:24 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about ctrl1nohang.diff.


Revision 130 - Directory Listing
Modified Sat Sep 14 15:41:58 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about ben_xwin.c.diff.


Revision 129 - Directory Listing
Modified Sat Sep 14 15:39:52 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated with info about backingstore+privatecolormap-for-19-3-9.patch.


Revision 128 - Directory Listing
Modified Sat Sep 14 15:31:06 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated info about assar_19-7-2.hostlen.patch.


Revision 127 - Directory Listing
Modified Sat Sep 14 15:05:12 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated description for Makefile.diff.


Revision 126 - Directory Listing
Modified Sat Sep 14 15:04:05 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated status for Makefile.diff.


Revision 125 - Directory Listing
Modified Sat Sep 14 15:00:11 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied most of http://bibl4.oru.se/projects/rdesktop/patch19/patches/Makefile.diff, which
makes it possible to compile on for example Solaris without trouble.


Revision 124 - Directory Listing
Modified Sat Sep 14 14:46:00 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Added patches.txt


Revision 123 - Directory Listing
Modified Sat Sep 14 13:47:24 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Rewrite of toggle_fullscreen so it modifies the attributes of the existing
window instead of creating a new one.


Revision 122 - Directory Listing
Modified Sat Sep 14 11:54:11 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Eliminate noise in output - only print version/copyright in usage(),
make connecting/disconnecting message a DEBUG.


Revision 121 - Directory Listing
Modified Sat Sep 14 11:48:44 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Move non-window-related initialisation to ui_init.
All functions after ui_init can now assume display and other globals are valid.


Revision 120 - Directory Listing
Modified Thu Sep 12 09:41:28 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
install target uses install rather than cp. Makes it possible to
install while the rdesktop binary is in use.


Revision 119 - Directory Listing
Modified Thu Sep 12 09:38:31 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Fixes Excel scroll-of-death problem: earlier select-loop failed to call xwin_process_events
when the queue was non-zero but the X11 socket was empty.


Revision 118 - Directory Listing
Modified Wed Sep 11 11:45:20 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Support for Windows keys (via Ctrl-Esc)


Revision 117 - Directory Listing
Modified Wed Sep 11 11:19:11 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Escape is really key 110; not 109.


Revision 116 - Directory Listing
Modified Wed Sep 11 11:11:27 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Inhibited keys are defined in keymap files; not hardcoded


Revision 115 - Directory Listing
Modified Wed Sep 11 09:52:30 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Fixes NumLock problems; using RDP_INPUT_SYNCHRONIZE


Revision 114 - Directory Listing
Modified Wed Sep 11 07:54:21 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
Small indent fix.


Revision 113 - Directory Listing
Modified Wed Sep 11 07:39:53 2002 UTC (21 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk
DEBUG_KBD changes: only printing remote_modifier_state when changed


Revision 112 - Directory Listing
Modified Sat Sep 7 05:15:35 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk
Provide prototypes for xmalloc, xfree, error for architectures that require
prototypes (I prefer not to include rdesktop.h from the OpenSSL code).


Revision 111 - Directory Listing
Modified Sun Sep 1 12:03:33 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Replaced all printf with fprintf(stderr)


Revision 110 - Directory Listing
Modified Sun Sep 1 11:39:36 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Updated TODO


Revision 109 - Directory Listing
Modified Sun Sep 1 11:37:28 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added README


Revision 108 - Directory Listing
Modified Sun Sep 1 11:35:03 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added AUTHORS


Revision 107 - Directory Listing
Modified Sun Sep 1 11:27:58 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added -w option for setting title


Revision 106 - Directory Listing
Modified Sun Sep 1 11:15:42 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added manpage


Revision 105 - Directory Listing
Modified Sun Sep 1 10:22:51 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed README; now in doc/keymapping.txt


Revision 104 - Directory Listing
Modified Sun Sep 1 10:22:14 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added keymapping doc


Revision 103 - Directory Listing
Modified Thu Aug 29 14:18:24 2002 UTC (21 years, 8 months ago) by matthewc
Original Path: sourceforge.net/trunk
Make sure width is a multiple of 4 (previous version in ui_create_window
was getting done too late, after connection).


Revision 102 - Directory Listing
Modified Mon Aug 26 17:14:04 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Alt modifier for fullscreen toggle


Revision 101 - Directory Listing
Modified Mon Aug 26 17:12:43 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Indent fixes


Revision 100 - Directory Listing
Modified Sat Aug 24 20:04:56 2002 UTC (21 years, 8 months ago) by jsorg71
Original Path: sourceforge.net/trunk
toggle full screen


Revision 99 - Directory Listing
Modified Tue Aug 20 01:20:08 2002 UTC (21 years, 8 months ago) by jsorg71
Original Path: sourceforge.net/trunk
focus out reset keys so some keys do not stick down


Revision 98 - Directory Listing
Modified Wed Aug 14 14:43:25 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added DESTDIR and --sharedir support. Uses DESTDIR in .spec


Revision 97 - Directory Listing
Modified Fri Aug 9 11:55:39 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Closing unnecessary fds before askpass execution


Revision 96 - Directory Listing
Modified Fri Aug 9 09:11:01 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added -P parameter: Get password from external program (likeSSH_ASKPASS)


Revision 95 - Directory Listing
Modified Tue Aug 6 17:42:04 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added dist target.


Revision 94 - Directory Listing
Modified Tue Aug 6 17:14:21 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Added .spec file for RPM


Revision 93 - Directory Listing
Modified Tue Aug 6 16:45:11 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Commented out manpage target, since the manpage does not exist.


Revision 92 - Directory Listing
Modified Tue Aug 6 16:44:08 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Note about adding manpage.


Revision 91 - Directory Listing
Modified Tue Aug 6 16:41:48 2002 UTC (21 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk
Fixed installkeymaps: Do not try to copy directory keymaps/CVS, when installing from checked out copy.


Revision 90 - Directory Listing
Modified Sun Aug 4 03:42:47 2002 UTC (21 years, 8 months ago) by jsorg71
Original Path: sourceforge.net/trunk
header ajustment in sec_process_mcs_data from up19-7-3


Revision 89 - Directory Listing
Modified Sun Aug 4 03:05:19 2002 UTC (21 years, 8 months ago) by jsorg71
Original Path: sourceforge.net/trunk
exit sec_parse_crypt_info if crypt_level is 0 from up19-7-3


Revision 88 - Directory Listing
Modified Sun Aug 4 02:48:08 2002 UTC (21 years, 8 months ago) by jsorg71
Original Path: sourceforge.net/trunk
hostname may not be longer than 30 from up19-7-3


Revision 87 - Directory Listing
Modified Sat Aug 3 22:28:05 2002 UTC (21 years, 8 months ago) by jsorg71
Original Path: sourceforge.net/trunk
clear window upon startup so cached data is not viewed on screen from up19-7-5


Revision 86 - Directory Listing
Modified Wed Jul 31 06:52:54 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Added ISO_Left_Tab (for Tab+shift).


Revision 85 - Directory Listing
Modified Wed Jul 31 06:49:34 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Keypresses was not sent unless DEBUG_KBD was enabled


Revision 84 - Directory Listing
Modified Tue Jul 30 07:30:12 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Got rid of var-arg macros


Revision 83 - Directory Listing
Modified Tue Jul 30 07:24:37 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Added note about var-arg macros.


Revision 82 - Directory Listing
Modified Tue Jul 30 07:18:48 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Changed max line length to 100


Revision 81 - Directory Listing
Modified Tue Jul 30 01:57:39 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
added ui_init for pre connect inits like fullscreen


Revision 80 - Directory Listing
Modified Tue Jul 30 00:56:48 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
patblt reset orgin from up19-7-4


Revision 79 - Directory Listing
Modified Mon Jul 29 20:35:13 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed extra newline after -t option.


Revision 78 - Directory Listing
Modified Mon Jul 29 20:17:32 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Removed note about -K option.


Revision 77 - Directory Listing
Modified Mon Jul 29 20:17:10 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Indentation fixes


Revision 76 - Directory Listing
Modified Mon Jul 29 20:16:22 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied patch from Bob Bell for -K option


Revision 75 - Directory Listing
Modified Mon Jul 29 20:07:23 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Added TODO


Revision 74 - Directory Listing
Modified Mon Jul 29 19:30:59 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Fixed broken definition of key 29 (SCANCODE_CHAR_BACKSPACE redefined).
Noted by Bob Bell.


Revision 73 - Directory Listing
Modified Mon Jul 29 19:21:51 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied patch from Bob Bell (#2)


Revision 72 - Directory Listing
Modified Mon Jul 29 18:59:01 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Applied patch from Bob Bell (#1), which fixes compilation warning messages.


Revision 71 - Directory Listing
Modified Mon Jul 29 08:10:11 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
make the using of variable
arguments to function-type macros consistent with the C99 standard


Revision 70 - Directory Listing
Modified Sat Jul 27 23:09:32 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Add support for enabling/disabling local compose handling. Compose support is now disabled per default


Revision 69 - Directory Listing
Modified Sat Jul 27 22:35:38 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Added "localstate" support to keymapping: Send local modifier state. This fixes problems with Shift-Home etc


Revision 68 - Directory Listing
Modified Tue Jul 23 19:08:37 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
US map is really 0x409


Revision 67 - Directory Listing
Modified Tue Jul 23 01:53:04 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
added wheel mouse support


Revision 66 - Directory Listing
Modified Thu Jul 18 18:28:12 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Merged new keysym-based keyboard handling (from alt. CVS repos)


Revision 65 - Directory Listing
Modified Thu Jul 18 18:22:40 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Added .cvsignore


Revision 64 - Directory Listing
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Fixed indentation with indent


Revision 63 - Directory Listing
Modified Thu Jul 18 14:44:32 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Added indent-all.sh


Revision 62 - Directory Listing
Modified Thu Jul 18 14:42:57 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk
Added doc/HACKING


Revision 61 - Directory Listing
Modified Sun Jul 14 12:06:03 2002 UTC (21 years, 9 months ago) by matthewc
Original Path: sourceforge.net/trunk
The 128-bit change broke licensing when used with 40-bit encryption
(sec_sign is also used from licence.c).  Fix from Lars Heete.


Revision 60 - Directory Listing
Modified Sun Jul 14 04:29:21 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
license_send_request, static stream length was 120 + dynamic data, should be 128 + dynamic data


Revision 59 - Directory Listing
Modified Sun Jul 14 04:20:25 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
upside down pattern in patblt


Revision 58 - Directory Listing
Modified Sun Jul 14 00:34:21 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
added tcp port command line option


Revision 57 - Directory Listing
Modified Sat Jul 13 02:30:49 2002 UTC (21 years, 9 months ago) by matthewc
Original Path: sourceforge.net/trunk
Fixed "high" (128-bit) encryption.


Revision 56 - Directory Listing
Modified Fri Jul 12 22:40:32 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
added wheel mouse support


Revision 55 - Directory Listing
Modified Fri Jul 12 03:45:20 2002 UTC (21 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk
polyline fix


Revision 54 - Directory Listing
Modified Fri Jun 7 07:49:59 2002 UTC (21 years, 10 months ago) by n-ki
Original Path: sourceforge.net/trunk
using XEvent instead of XkbEvent. better tracking of modifiers. ( TODO: 1. sync at start up, 2. fallback for missing or improperly configured xkb module. )


Revision 53 - Directory Listing
Modified Tue May 28 11:48:55 2002 UTC (21 years, 11 months ago) by matthewc
Original Path: sourceforge.net/trunk
Revert to old behaviour of connecting before creating the UI.
This is to stop the UI generating input before the connection is complete
(which causes connection failures).  The one difficulty is that ui_select
is now called before ui_create_window, which may cause problems for other
UIs - we may still need to change this in the future.


Revision 52 - Directory Listing
Modified Fri Apr 26 08:22:39 2002 UTC (22 years ago) by n-ki
Original Path: sourceforge.net/trunk
adds support for accessx, makes it possible for people with disabilities to use rdesktop. Relies on XKB. Sync problem with changed modifiers on focus in not fixed yet...


Revision 51 - Directory Listing
Modified Fri Apr 26 08:12:40 2002 UTC (22 years ago) by n-ki
Original Path: sourceforge.net/trunk
added dependency to Xext; to enable support for people with disabilities


Revision 50 - Directory Listing
Modified Sat Apr 20 09:41:03 2002 UTC (22 years ago) by matthewc
Original Path: sourceforge.net/trunk
There is an extended key flag that we should be setting for extended keys.
(Originally fixed by Ben McKeegan <Ben.McKeegan@fitz.cam.ac.uk>)

Ran make proto.


Revision 49 - Directory Listing
Modified Fri Apr 19 12:06:08 2002 UTC (22 years ago) by mmihalik
Original Path: sourceforge.net/trunk
This fixes TEXT2(cache) procesing with corrupted screen with long lines and vertical text.


Revision 48 - Directory Listing
Modified Thu Apr 11 14:12:16 2002 UTC (22 years ago) by mmihalik
Original Path: sourceforge.net/trunk
Basic keymap file without proper mapping but it has include common and a MAP command for that language


Revision 47 - Directory Listing
Modified Thu Apr 11 14:07:19 2002 UTC (22 years ago) by mmihalik
Original Path: sourceforge.net/trunk
Basic keymap file without proper mapping but it has include common and a proper MAP command for that language


Revision 46 - Directory Listing
Modified Thu Apr 11 14:04:41 2002 UTC (22 years ago) by mmihalik
Original Path: sourceforge.net/trunk
Added comment to be clear which file is this.


Revision 45 - Directory Listing
Modified Thu Apr 11 14:00:51 2002 UTC (22 years ago) by mmihalik
Original Path: sourceforge.net/trunk
Changed to be Ukrainian and not English.


Revision 44 - Directory Listing
Modified Wed Apr 10 14:07:56 2002 UTC (22 years ago) by matthewc
Original Path: sourceforge.net/trunk
Bugfix for ERROR: get font messages, particularly with vertical text.


Revision 43 - Directory Listing
Modified Mon Apr 8 14:22:16 2002 UTC (22 years ago) by matthewc
Original Path: sourceforge.net/trunk
Adding syncmail to checkoutlist


Revision 42 - Directory Listing
Modified Sun Apr 7 09:42:54 2002 UTC (22 years ago) by matthewc
Original Path: sourceforge.net/trunk
Fix for rdesktop hanging when it loses the X server connection.
(reported by Per Kristian Hove <Per.Hove@math.ntnu.no>)


Revision 41 - Directory Listing
Modified Sat Apr 6 05:11:05 2002 UTC (22 years ago) by matthewc
Original Path: sourceforge.net/trunk
Setting up syncmail (3.18) to report CVS changes to rdesktop-cvs.


Revision 39 - Directory Listing
Modified Fri Apr 5 07:57:43 2002 UTC (22 years ago) by matthewc
Original Path: sourceforge.net/trunk
Code to save and load licence (not quite working yet - server still seems
to reissue the licence).
Small clean-up in xkeymap.


Revision 38 - Directory Listing
Modified Thu Apr 4 12:04:33 2002 UTC (22 years ago) by matthewc
Original Path: sourceforge.net/trunk
Committing my keymap work - unlike the version in the unified patches,
this one uses external keymap files (which are my preference).


Revision 37 - Directory Listing
Modified Mon Sep 17 12:50:49 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
MIPSpro defaults to unsigned char, use signed char where required.
__mips not __mips__, same for alpha.


Revision 36 - Directory Listing
Modified Sat Sep 15 14:30:46 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
OSF1/Alpha build fixes.


Revision 35 - Directory Listing
Modified Sat Sep 15 14:01:45 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Be very careful with if and macros...


Revision 34 - Directory Listing
Modified Sat Sep 15 13:03:35 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Called translate_colour one too many times.


Revision 33 - Directory Listing
Modified Sat Sep 15 12:34:34 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Add a ui_select to xwin.c to reduce latency.
Remove extraneous error messages - only report at lowest level.
Endianness and IRIX compile fixes.


Revision 32 - Directory Listing
Modified Sat Sep 15 09:37:17 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Synced crypto/ with latest OpenSSL.
Moved to OpenSSL big number routines to resolve licensing issues
with current code (although they add more bloat).


Revision 31 - Directory Listing
Modified Sat Sep 15 03:16:05 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Software backing store support.


Revision 30 - Directory Listing
Modified Fri Sep 14 13:51:38 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 29 - Directory Listing
Modified Fri Sep 14 03:38:39 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Major cleanups, particularly in X code.


Revision 28 - Directory Listing
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 10 months ago) by matty
Original Path: sourceforge.net/trunk
Merges from pl19-6-5.


Revision 27 - Directory Listing
Modified Tue Apr 3 14:10:48 2001 UTC (23 years ago) by root
Original Path: sourceforge.net/trunk
initial checkin

Revision 26 - Directory Listing
Modified Tue Apr 3 14:10:47 2001 UTC (23 years ago) by root
Original Path: sourceforge.net/trunk
initial checkin


Revision 25 - Directory Listing
Modified Sat Jan 6 03:47:04 2001 UTC (23 years, 3 months ago) by matty
Original Path: sourceforge.net/trunk
Changed indentation style (-psl).


Revision 24 - Directory Listing
Modified Sat Jan 6 03:12:10 2001 UTC (23 years, 3 months ago) by matty
Original Path: sourceforge.net/trunk
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 23 - Directory Listing
Modified Tue Oct 17 08:24:09 2000 UTC (23 years, 6 months ago) by matty
Original Path: sourceforge.net/trunk
Fix for big-endian X-servers: rely on server to handle byte/bit order.


Revision 22 - Directory Listing
Modified Tue Oct 17 06:12:31 2000 UTC (23 years, 6 months ago) by matty
Original Path: sourceforge.net/trunk
times(NULL) results in a segmentation fault on OSF1.


Revision 21 - Directory Listing
Modified Mon Oct 16 08:44:48 2000 UTC (23 years, 6 months ago) by matty
Original Path: sourceforge.net/trunk
Added a number of command line options including autologon.
Inverted sense of -m (the default is now to send mouse move events).
Preparing for release of 1.0.0.


Revision 20 - Directory Listing
Modified Mon Oct 16 07:37:52 2000 UTC (23 years, 6 months ago) by matty
Original Path: sourceforge.net/trunk
Respect x offset in font information.


Revision 19 - Directory Listing
Modified Sun Oct 8 01:59:25 2000 UTC (23 years, 6 months ago) by matty
Original Path: sourceforge.net/trunk
Bicolour was slightly broken (dodgy x++ without going through normal
loop). Hopefully this should be the last of our bitmap decompression
problems.


Revision 18 - Directory Listing
Modified Thu Oct 5 15:24:09 2000 UTC (23 years, 6 months ago) by matty
Original Path: sourceforge.net/trunk
Fixed bitmap decompression routines, which were sometimes resulting
in anomalous vertical lines. The first scanline seems to be compressed
separately.


Revision 17 - Directory Listing
Modified Thu Sep 28 15:54:11 2000 UTC (23 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Fixes (?) for font problems with Microsoft Office
Added URL to website http://www.rdesktop.org/
Releasing 0.9.0-alpha2


Revision 16 - Directory Listing
Modified Thu Sep 28 07:04:14 2000 UTC (23 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Added specific handler for triblt opcode 0x69 (used by Microsoft Word),
and fixed a typo in the default handler.
Fixed implementation of desktop cache code, which was sometimes
overlapping saves.


Revision 15 - Directory Listing
Modified Thu Sep 28 05:27:25 2000 UTC (23 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Added polyline order (undocumented, id 22)


Revision 14 - Directory Listing
Modified Sat Sep 16 12:51:29 2000 UTC (23 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
Added explicit .c.o rule for BSD and IRIX make, which have a different
default.


Revision 13 - Directory Listing
Modified Sat Sep 16 12:07:55 2000 UTC (23 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk
FreeBSD compile fixes from Chris Knight <chris@aims.com.au>


Revision 12 - Directory Listing
Modified Tue Aug 15 12:01:01 2000 UTC (23 years, 8 months ago) by matty
Original Path: sourceforge.net/trunk
Portability fixes for Solaris and OSF1.


Revision 11 - Directory Listing
Modified Tue Aug 15 10:32:09 2000 UTC (23 years, 8 months ago) by matty
Original Path: sourceforge.net/trunk
Crypto routines.


Revision 10 - Directory Listing
Modified Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
Original Path: sourceforge.net/trunk
Major commit of work from laptop - done in various free moments.
Implemented encryption layer and some basic licensing negotiation.
Reorganised code somewhat. While this is not quite as clean, it is
a lot faster - our parser speed was becoming a bottle-neck.


Revision 9 - Directory Listing
Modified Tue Jul 25 12:34:29 2000 UTC (23 years, 9 months ago) by matty
Original Path: sourceforge.net/trunk
Committing some awesome progress I made while overseas - this commit
really embodies a huge number of changes. We are now able to talk quite
fluently to a French NT Terminal Server - in normal usage only minor
font issues remain (handling of TEXT2 order is not perfect).

The next major hurdle is encryption, and it will be quite a big hurdle
- there seems to be some quite nasty session key stuff.


Revision 8 - Directory Listing
Modified Fri Jul 7 09:49:45 2000 UTC (23 years, 9 months ago) by matty
Original Path: sourceforge.net/trunk
Moved miscellaneous routines into a separate module.


Revision 7 - Directory Listing
Modified Fri Jul 7 09:40:03 2000 UTC (23 years, 9 months ago) by matty
Original Path: sourceforge.net/trunk
Miscellaneous updates: implemented some more protocol features including
colour maps. Started on a new bitmap decompression engine which is not
completely working yet - however I am going back on the road so I am
committing now.


Revision 6 - Directory Listing
Modified Wed Jul 5 07:44:21 2000 UTC (23 years, 9 months ago) by matty
Original Path: sourceforge.net/trunk
Started hacking on an X-Windows (Xlib) interface.
Currently pops up a window and displays bitmaps it sees side by side.
Next step is to go back to the protocol and interpret the surrounding data
stream.


Revision 4 - Directory Listing
Modified Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
Original Path: sourceforge.net/trunk
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


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

  ViewVC Help
Powered by ViewVC 1.1.26