summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/download_item_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak build.estade@chromium.org2009-04-221-1/+3
* Avoid DCHECK in nine box during download shelf animation.estade@chromium.org2009-04-221-2/+7
* Add new item animation to download shelf.estade@chromium.org2009-04-221-10/+26
* GTK: Properly escape download item label markup.estade@chromium.org2009-04-211-9/+10
* Refactor NineBox to take 9 image ids instead of having to createtc@google.com2009-04-171-75/+47
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-161-36/+36
* Gtk download shelf:estade@chromium.org2009-03-261-13/+65
* Change NineBox to render into a GtkWidget. This offers a minor speedup and s...jhawkins@chromium.org2009-03-261-16/+1
* Linux download shelf:estade@chromium.org2009-03-261-2/+23
* Normalize end of file newlines in chrome/browser/gtk/.deanm@chromium.org2009-03-101-1/+0
* Implement accelerators in the gtk port (try 2).erg@google.com2009-03-061-1/+1
* Create a dropdown menu for the GTK download shelf.estade@chromium.org2009-03-061-1/+112
* Several little style cleanups in GTK download shelf code.estade@chromium.org2009-03-051-3/+8
* Put the dropdown menu button on the linux download shelf.estade@chromium.org2009-03-051-19/+76
* Add download items to the download shelf in linux.estade@chromium.org2009-03-041-0/+120