summaryrefslogtreecommitdiffstats
path: root/base/clipboard_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Clipboard:estade@chromium.org2009-09-101-10/+16
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-12/+51
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-1/+4
* GTK: implement bookmark manager copy/paste.estade@chromium.org2009-08-041-4/+27
* Removes an unused function in clipboard_linux as well as unused methodsky@chromium.org2009-07-311-16/+0
* Fix a FORWARD_NULL defect reported by Coverity. We shouldwtc@chromium.org2009-07-281-6/+5
* Support pasting text from a clipboard that has no published targets.estade@chromium.org2009-07-211-5/+23
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+2
* Get rid of variable length arrays.willchan@chromium.org2009-04-241-6/+8
* Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...sgk@google.com2009-04-211-3/+3
* Restore -Wall to Linux build and set up for -Werror.sgk@google.com2009-04-091-1/+0
* Linux: store clipboard image as bmp rather than converting to PNG.estade@chromium.org2009-04-071-26/+41
* Linux: write images to clipboard.estade@chromium.org2009-03-251-5/+24
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-7/+20
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-6/+10
* Comment out a NOTIMPLEMENTED() so that a layout test passes.estade@chromium.org2009-01-271-1/+3
* Prevents LayoutTests/editing/pasteboard/copy-standalone-image.html from crashingdsh@google.com2008-12-161-0/+18
* Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, rem...pinkerton@google.com2008-11-171-0/+12
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-91/+89
* Simultaneously store multiple formats on the linux clipboard.estade@chromium.org2008-10-231-57/+143
* Added linux clipboard.estade@chromium.org2008-10-171-0/+160