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