| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -89/+217 |
* | GTK: Implement OnDragCanceled() for autocomplete popup view on linux. | erg@chromium.org | 2010-04-22 | 1 | -1/+13 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -217/+89 |
* | GTK: Select better greens in the native omnibox popup. | erg@chromium.org | 2010-04-16 | 1 | -29/+58 |
* | GTK: Update top padding on icons in the autocomplete popup. | erg@chromium.org | 2010-04-13 | 1 | -1/+1 |
* | GTK: Move reload in gtk mode and fix omnibox popup location. | erg@chromium.org | 2010-04-13 | 1 | -12/+56 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 1 | -24/+15 |
* | GTK: fix padding of autocomplete popup. | estade@chromium.org | 2010-04-10 | 1 | -2/+2 |
* | GTK: Theme the icons in the location bar and use GTK colors for the autocompl... | erg@chromium.org | 2010-04-09 | 1 | -13/+106 |
* | Replace omnibox icons with new set that are all the same size (19x19). | pkasting@chromium.org | 2010-04-05 | 1 | -7/+7 |
* | gtk: fix display of icons in omnibox popup | evan@chromium.org | 2010-04-01 | 1 | -5/+5 |
* | GTK: more location bar updates. | estade@chromium.org | 2010-03-31 | 1 | -6/+3 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -39/+13 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -2/+2 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | chrome 2: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -1/+2 |
* | Next part of bad dependency removal (chrome/common -> chrome/browser) | phajdan.jr@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Fixes two issues from valgrind, and some cleanup: | sky@chromium.org | 2009-11-20 | 1 | -28/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Linux: Stack autocomplete popup window directly on top of the browser's tople... | suzhe@chromium.org | 2009-10-15 | 1 | -1/+11 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -1/+1 |
* | Revert "GTK: Use rounded corners in AutocompletePopupViewGtk." | erg@google.com | 2009-09-23 | 1 | -11/+25 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 1 | -5/+7 |
* | Reverts linux font change again. Slow down isn't as bad as before. But | sky@chromium.org | 2009-09-14 | 1 | -1/+30 |
* | Remove code doing a no-op due to float -> int rounding. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -4/+4 |
* | Attempt 2 at converting font from Skia to Pango. The slow down appears to be ... | sky@chromium.org | 2009-09-14 | 1 | -30/+1 |
* | Reverts r26015. It caused a startup regression:( | sky@chromium.org | 2009-09-11 | 1 | -1/+30 |
* | Nukes font_skia and converts font_gtk to use pango. This was | sky@chromium.org | 2009-09-11 | 1 | -30/+1 |
* | Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ... | pkasting@chromium.org | 2009-09-03 | 1 | -4/+0 |
* | GTK: Use rounded corners in AutocompletePopupViewGtk. | erg@google.com | 2009-09-01 | 1 | -14/+12 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -4/+4 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -4/+4 |
* | Make TOOLKIT_VIEWS port use views-based Autocomplete popup. | ben@chromium.org | 2009-07-31 | 1 | -2/+13 |
* | Linux omnibox suggestions, only force LTR on URLs. | deanm@chromium.org | 2009-07-16 | 1 | -5/+15 |
* | Work on RTL / BiDi Omnibox. | deanm@chromium.org | 2009-07-16 | 1 | -12/+26 |
* | Makes the default for what to do on startup be restore last session on | sky@chromium.org | 2009-07-16 | 1 | -2/+4 |
* | Force the font size in the omnibox, tabs, find bar, and download shelf | tc@google.com | 2009-05-18 | 1 | -1/+3 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 1 | -9/+9 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -5/+5 |
* | Fix some recently small size / position regressions in Linux Omnibox. | deanm@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Fix a small undercalculation of the space available a result description. | deanm@chromium.org | 2009-05-01 | 1 | -3/+3 |
* | Add a dark selected icon set for the Omnibox results. | deanm@chromium.org | 2009-04-30 | 1 | -5/+7 |
* | Use the new selected icons in Linux Omnibox. | deanm@chromium.org | 2009-04-30 | 1 | -7/+12 |
* | Unref the GC so it's destroy after we create it. | deanm@chromium.org | 2009-04-29 | 1 | -0/+2 |
* | Back to creating a new GC for each expose. | deanm@chromium.org | 2009-04-29 | 1 | -2/+1 |