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

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, 10 months ago) by astrand
File length: 4013 byte(s)
Diff to previous 432 , to selected 383
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: 3992 byte(s)
Diff to previous 422 , to selected 383
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 422 - (view) (annotate) - [select for diffs]
Modified Mon Jun 16 09:03:55 2003 UTC (20 years, 11 months ago) by forsberg
File length: 21031 byte(s)
Diff to previous 420 , to selected 383
Try using STRING instead of TEXT if TEXT doesn't exist in the targets list.

This might solve trouble cutting in X, pasting to Windows when source OS is
(FJK-)IRIX.

There is still a need for better code when selecting format. This is a quick
hack.


Revision 420 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 09:00:38 2003 UTC (20 years, 11 months ago) by forsberg
File length: 20778 byte(s)
Diff to previous 418 , to selected 383
Used the wrong variable by mistake when checking whether a format announce
should be sent or not after transferring data X -> Windows.


Revision 418 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 12:34:56 2003 UTC (20 years, 11 months ago) by forsberg
File length: 20781 byte(s)
Diff to previous 402 , to selected 383
Added headers needed for compilation under FreeBSD (4.8 stable).
Moved DEBUG_CLIPBOARD in cliprdr_send_format_announce.

(Thanks goes to Maikel Verheijen <maikel <at> ladot <dot> com> for pointing
 this out)


Revision 402 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 10:39:10 2003 UTC (20 years, 11 months ago) by forsberg
File length: 20717 byte(s)
Diff to previous 396 , to selected 383
Try getting clipboard from CLIPBOARD if there is no owner for PRIMARY.


Revision 396 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:32:56 2003 UTC (20 years, 11 months ago) by forsberg
File length: 20369 byte(s)
Diff to previous 395 , to selected 383
Indentation changes


Revision 395 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:32:15 2003 UTC (20 years, 11 months ago) by forsberg
File length: 20692 byte(s)
Diff to previous 394 , to selected 383
Moved some debug code.
Fixed a compiler warning by typecasting correctly.


Revision 394 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:31:28 2003 UTC (20 years, 11 months ago) by forsberg
File length: 20645 byte(s)
Diff to previous 393 , to selected 383
Handle transfers rdesktop <-> rdesktop with native windows formats.


Revision 393 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:30:48 2003 UTC (20 years, 11 months ago) by forsberg
File length: 18284 byte(s)
Diff to previous 392 , to selected 383
Free memory when done with clipboard transfer.


Revision 392 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:30:06 2003 UTC (20 years, 11 months ago) by forsberg
File length: 18286 byte(s)
Diff to previous 391 , to selected 383
Handle large clipboard transfers Windows -> X.

Still won't handle transfers that demand INCR on the X side.


Revision 391 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:29:01 2003 UTC (20 years, 11 months ago) by forsberg
File length: 16989 byte(s)
Diff to previous 390 , to selected 383
Handle large clipboard transfers X->Windows.

Can't handle INCR yet, but at least we handle larger transfers than
1592 bytes.


Revision 390 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:28:21 2003 UTC (20 years, 11 months ago) by forsberg
File length: 14559 byte(s)
Diff to previous 389 , to selected 383
Don't hardcode clipboard channel.


Revision 389 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:26:49 2003 UTC (20 years, 11 months ago) by forsberg
File length: 14498 byte(s)
Diff to previous 388 , to selected 383
Added one to the length of sent data, since XGetProperty is not reporting the
null byte (although space is allocated for it as it seems).

Resend format announces if they fail, with a small delay. Ugly hack, but
it works..


Revision 388 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:26:11 2003 UTC (20 years, 11 months ago) by forsberg
File length: 13788 byte(s)
Diff to previous 387 , to selected 383
Use last button or keypress, either up or down, as event time when aquiring
PRIMARY (and CLIPBOARD).


Revision 387 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:25:30 2003 UTC (20 years, 11 months ago) by forsberg
File length: 13964 byte(s)
Diff to previous 386 , to selected 383
Send a format announce when we loose ownership of PRIMARY.


Revision 386 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:24:15 2003 UTC (20 years, 11 months ago) by forsberg
File length: 13929 byte(s)
Diff to previous 385 , to selected 383
Rudimentary client->server clipboard transfer.


Revision 385 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:23:28 2003 UTC (20 years, 11 months ago) by forsberg
File length: 11376 byte(s)
Diff to previous 384 , to selected 383
More proof-of-concept:

* Send a hardcoded string to the server when it wants our clipboard data.


Revision 384 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 09:22:25 2003 UTC (20 years, 11 months ago) by forsberg
File length: 10095 byte(s)
Diff to previous 383
Proof-of-concept, clipboard transfer server->client works!
A lot of stuff remains for a full implementation.


Revision 383 - (view) (annotate) - [selected]
Added Fri Jun 6 09:20:53 2003 UTC (20 years, 11 months ago) by forsberg
File length: 9049 byte(s)
Initial revision


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