summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop
Commit message (Expand)AuthorAgeFilesLines
* Add plumbing for file display names for drag and dropsatorux@chromium.org2012-05-096-22/+54
* Add a few missing "typename"s.thakis@chromium.org2012-04-251-2/+3
* Properly set drag image offset in aura's drag drop controller. Currently thevarunjain@chromium.org2012-04-102-3/+10
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* aura: Add support for html5 file drag and drop.varunjain@chromium.org2012-03-236-5/+50
* Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-214-39/+75
* Don't clobber the clipboard when doing DnD on Aurarbyers@chromium.org2012-03-202-19/+0
* Revert 127706 - Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-204-74/+39
* Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-204-39/+74
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-2/+2
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-5/+5
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-072-5/+5
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid...jam@chromium.org2012-03-055-0/+272
* Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.peter@pcc.me.uk2012-02-221-1/+1
* Support custom data formats for dragging on Windows.dcheng@chromium.org2012-01-141-6/+4
* GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@chromium.org2012-01-101-8/+12
* Revert 116956 - GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@google.com2012-01-101-12/+8
* GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@chromium.org2012-01-091-8/+12
* Beginning of drag/drop should copy the drag data to clipboard.varunjain@chromium.org2012-01-042-2/+23
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-182-28/+42
* Add OVERRIDE to ui/.avi@chromium.org2011-11-231-12/+14
* clang fails compile on aura drag and drop codedhollowa@chromium.org2011-11-192-2/+3
* First shot at implementing drag&drop for Auravarunjain@chromium.org2011-11-172-32/+213
* Minor build fixes for aura/touchuivollick@chromium.org2011-11-161-1/+2
* Push one function from the Mac drag/drop util code to ui/.avi@chromium.org2011-10-312-0/+81
* content: Rename the class in web_drag_source_gtk.h to content::WebDragSourceGtk.erg@chromium.org2011-10-191-2/+0
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-1/+2
* Resolve five aura linking problemsdavemoore@chromium.org2011-10-061-0/+6
* aura: Make 'aura_shell_exe' work without gtk.sadrul@chromium.org2011-09-231-0/+71
* aura: Make 'ui' buildable without gtk.sadrul@chromium.org2011-09-211-2/+4
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-2/+4
* * Truncate file name longer than MAX_PATH(260).yosin@chromium.org2011-09-091-15/+16
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-201-1/+1
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-067-31/+32
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Export some ui:: functions to fix component build for chromeos/touchui.sadrul@chromium.org2011-07-181-1/+1
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-176-23/+27
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-071-1/+1
* Makes multiple calls to OSExchangeData::SetData with the same datasky@chromium.org2011-06-293-1/+77
* ui: Remove unnecessary typedefs of testing::Test.tfarina@chromium.org2011-06-271-4/+2
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-1/+1
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-122-11/+11
* Move some files from base to base/memory.levin@chromium.org2011-03-287-9/+9
* Remove Gears from Chrome.aa@chromium.org2011-03-112-16/+0
* De-wstringify OSExchangeData.evan@chromium.org2011-03-027-84/+87
* OSExchangeData: convert filename-related API to FilePathevan@chromium.org2011-02-076-30/+30
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-241-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move more dnd related files to ui/baseben@chromium.org2011-01-1913-4/+1005