summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/download_item_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove "Remove" from download item context menu on linux.thakis@chromium.org2009-09-251-2/+0
* GTK: Download item as drag source.estade@chromium.org2009-09-181-0/+23
* Add pause and resume to Linux download shelf.craig.schlenter@chromium.org2009-09-161-0/+1
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-3/+3
* GTK: Chrome themes should use COLOR_BOOKMARK_TEXT for most download item text.erg@google.com2009-09-041-28/+19
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+3
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-3/+3
* Fix DCHECK on download item removal, take 2.estade@chromium.org2009-08-261-2/+14
* Revert my download item change.estade@chromium.org2009-08-261-15/+3
* Don't DCHECK when removing items from the download shelf.estade@chromium.org2009-08-261-2/+14
* GTK Themes: Dropdown arrow size on download items should match font size.erg@google.com2009-08-251-4/+10
* GTK: Make the progress area go away when a download item is cancelled.estade@chromium.org2009-08-251-1/+3
* GTK Themes: Theme the dangerous file warning label and icon.erg@google.com2009-08-241-29/+51
* GTK Themes: Download items should be drawn with GTK, not nineboxes.erg@google.com2009-08-211-20/+121
* Download item gtk tidbits:estade@chromium.org2009-08-111-5/+22
* Properly size accepted dangerous downloads.estade@chromium.org2009-08-061-4/+6
* Add "Remove from list" for download item in the download shelf.mhm@chromium.org2009-07-311-0/+2
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-5/+5
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-5/+5
* Work on RTL / BiDi Omnibox.deanm@chromium.org2009-07-161-1/+1
* Cancel icon load requests when we are getting shutdown.estade@chromium.org2009-07-151-0/+1
* GTK: Force a size on download items and elide the dangerous download filename.estade@chromium.org2009-07-131-3/+8
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-10/+17
* GTK Themes: Set bg/text colors for the download shelf.erg@google.com2009-07-101-13/+48
* More BIDI support:estade@chromium.org2009-06-261-2/+7
* linux: Load icons with gdk instead of using PNGDecoder.estade@chromium.org2009-06-191-17/+2
* gtk: Make sure icon is right size in download item.estade@chromium.org2009-06-171-5/+18
* Reduce header dependencies in chrome/browser/phajdan.jr@chromium.org2009-06-161-0/+1
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Linux: fix icon theme double free on shutdown by eliminating dupes from icon ...estade@chromium.org2009-06-111-6/+4
* If widget is too small to render a nine box, just return (don't DCHECK).estade@chromium.org2009-06-111-5/+1
* Fix a couple problems with DownloadItemGtk.estade@chromium.org2009-06-111-12/+4
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-051-2/+3
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-31/+45
* Linux: Fix appearance of dangerous download dialog.estade@chromium.org2009-06-011-7/+15
* Paint a focus indication on LinkButtonGtk buttons.estade@chromium.org2009-05-281-10/+2
* Linux: call xdg-open on downloaded files to open them.estade@chromium.org2009-05-281-0/+15
* Dangerous download dialog for linux.estade@chromium.org2009-05-271-17/+166
* Remove an errant line from DownloadItemGtk that was causing a crash.estade@chromium.org2009-05-271-2/+0
* Activate download shelf button while the menu is showing.estade@chromium.org2009-05-211-2/+21
* Linux download shelf icons first cut.estade@chromium.org2009-05-201-2/+27
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-181-0/+4
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-3/+3
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-3/+3
* Download progress and complete animation on linux.estade@chromium.org2009-05-111-18/+113
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* move chrome_font to app/gfxben@chromium.org2009-05-061-1/+1
* Linux download shelf: remove download items when the associated download is r...estade@chromium.org2009-05-051-10/+31
* Move *Animation to app/ben@chromium.org2009-05-051-1/+1
* Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...thestig@chromium.org2009-04-241-1/+1