/[rdesktop]/sourceforge.net/trunk/rdesktop/constants.h
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/rdesktop/constants.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 435 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 09:18:20 2003 UTC (20 years, 9 months ago) by astrand
File length: 7984 byte(s)
Diff to previous 432
Indent fixes


Revision 432 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 09:31:25 2003 UTC (20 years, 10 months ago) by matthewc
File length: 7985 byte(s)
Diff to previous 404
Commit of work in progress on channels (so that other people can hack on
RDPSND), in particular:
* channel layer takes care of virtual channel header
* split X dependent parts out of CLIPRDR, simplified IPC implementation
* initial RDPDR implementation


Revision 404 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 10:40:14 2003 UTC (20 years, 10 months ago) by forsberg
File length: 7887 byte(s)
Diff to previous 371
Added clipboard-related constants.


Revision 371 - (view) (annotate) - [select for diffs]
Modified Mon May 5 12:20:53 2003 UTC (21 years ago) by forsberg
File length: 6707 byte(s)
Diff to previous 364
Hopefully got the RDP5 Logon packet working.


Revision 364 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 08:08:40 2003 UTC (21 years ago) by matthewc
File length: 6677 byte(s)
Diff to previous 360
Split licensing "tag" into 8-bit tag/version and remove LICENCE_TAG_*_5
constants.


Revision 360 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 13:56:51 2003 UTC (21 years, 1 month ago) by forsberg
File length: 7069 byte(s)
Diff to previous 359
Added a small thankyou-comment.


Revision 359 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 13:52:41 2003 UTC (21 years, 1 month ago) by forsberg
File length: 6989 byte(s)
Diff to previous 346
Define and use RDP5-related licence tags. Seems to solve the troubles with
undefined licence tags when running in RDP5 mode.


Revision 346 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 13:10:16 2003 UTC (21 years, 1 month ago) by forsberg
File length: 6693 byte(s)
Diff to previous 339
Added the constants SEC_TAG_CLI_4 and SEC_TAG_CLI_CHANNELS. Both are
used in the RDP5 support.


Revision 339 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 14:06:38 2003 UTC (21 years, 1 month ago) by forsberg
File length: 6615 byte(s)
Diff to previous 207
Added comment about where to find definition of General Capability set.


Revision 207 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 7 months ago) by matthewc
File length: 6562 byte(s)
Diff to previous 116
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 116 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 11:11:27 2002 UTC (21 years, 7 months ago) by astrand
File length: 6562 byte(s)
Diff to previous 69
Inhibited keys are defined in keymap files; not hardcoded


Revision 69 - (view) (annotate) - [select for diffs]
Modified Sat Jul 27 22:35:38 2002 UTC (21 years, 9 months ago) by astrand
File length: 6525 byte(s)
Diff to previous 64
Added "localstate" support to keymapping: Send local modifier state. This fixes problems with Shift-Home etc


Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 9 months ago) by astrand
File length: 6488 byte(s)
Diff to previous 63
Fixed indentation with indent


Revision 63 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 14:44:32 2002 UTC (21 years, 9 months ago) by astrand
File length: 6489 byte(s)
Diff to previous 56
Added indent-all.sh


Revision 56 - (view) (annotate) - [select for diffs]
Modified Fri Jul 12 22:40:32 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 5420 byte(s)
Diff to previous 39
added wheel mouse support


Revision 39 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 07:57:43 2002 UTC (22 years, 1 month ago) by matthewc
File length: 5342 byte(s)
Diff to previous 29
Code to save and load licence (not quite working yet - server still seems
to reissue the licence).
Small clean-up in xkeymap.


Revision 29 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 03:38:39 2001 UTC (22 years, 7 months ago) by matty
File length: 5272 byte(s)
Diff to previous 28
Major cleanups, particularly in X code.


Revision 28 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 10 months ago) by matty
File length: 5243 byte(s)
Diff to previous 21
Merges from pl19-6-5.


Revision 21 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 08:44:48 2000 UTC (23 years, 6 months ago) by matty
File length: 5147 byte(s)
Diff to previous 16
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 16 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 07:04:14 2000 UTC (23 years, 7 months ago) by matty
File length: 5070 byte(s)
Diff to previous 10
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 10 - (view) (annotate) - [select for diffs]
Added Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
File length: 5048 byte(s)
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.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26