Bug 14412 - [GDK] Clipboard support
Summary: [GDK] Clipboard support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2007-06-26 07:41 PDT by Alp Toker
Modified: 2007-10-23 21:53 PDT (History)
0 users

See Also:


Attachments
Initial clipboard implementation for the GTK+ port (5.83 KB, patch)
2007-10-23 21:34 PDT, Alp Toker
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alp Toker 2007-06-26 07:41:14 PDT
The Gdk port should be made to support copy/paste to/from the clipboard.
Comment 1 Alp Toker 2007-10-20 07:25:17 PDT
I found the distinction between Pasteboard and Clipboard confusing when I first implemented support for this, so I never went forward with the patch. Can someone with Mac background explain the distinction, and describe which one maps to the conventional clipboard concept?
Comment 2 Alp Toker 2007-10-23 21:34:37 PDT
Created attachment 16827 [details]
Initial clipboard implementation for the GTK+ port

The gtk_clipboard_get_for_display() calls are slightly repetetive but until we figure out what the difference between Clipboard and Pasteboard is, and whether their implementations can be shared (do they relate to X selections?) there's not much point in doing anything more formal.
Comment 3 Maciej Stachowiak 2007-10-23 21:48:07 PDT
Comment on attachment 16827 [details]
Initial clipboard implementation for the GTK+ port

r=me
Comment 4 Alp Toker 2007-10-23 21:53:57 PDT
Landed in r26949.