Bug 14412

Summary: [GDK] Clipboard support
Product: WebKit Reporter: Alp Toker <alp>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Initial clipboard implementation for the GTK+ port mjs: review+

Alp Toker
Reported 2007-06-26 07:41:14 PDT
The Gdk port should be made to support copy/paste to/from the clipboard.
Attachments
Initial clipboard implementation for the GTK+ port (5.83 KB, patch)
2007-10-23 21:34 PDT, Alp Toker
mjs: review+
Alp Toker
Comment 1 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?
Alp Toker
Comment 2 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.
Maciej Stachowiak
Comment 3 2007-10-23 21:48:07 PDT
Comment on attachment 16827 [details] Initial clipboard implementation for the GTK+ port r=me
Alp Toker
Comment 4 2007-10-23 21:53:57 PDT
Landed in r26949.
Note You need to log in before you can comment on or make changes to this bug.