summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_popup_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+2
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-201-28/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Linux: Stack autocomplete popup window directly on top of the browser's tople...suzhe@chromium.org2009-10-151-1/+11
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-1/+1
* Revert "GTK: Use rounded corners in AutocompletePopupViewGtk."erg@google.com2009-09-231-11/+25
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-151-5/+7
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-141-1/+30
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-4/+4
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-141-30/+1
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-111-1/+30
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-111-30/+1
* Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ...pkasting@chromium.org2009-09-031-4/+0
* GTK: Use rounded corners in AutocompletePopupViewGtk.erg@google.com2009-09-011-14/+12
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-4/+4
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-4/+4
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-311-2/+13
* Linux omnibox suggestions, only force LTR on URLs.deanm@chromium.org2009-07-161-5/+15
* Work on RTL / BiDi Omnibox.deanm@chromium.org2009-07-161-12/+26
* Makes the default for what to do on startup be restore last session onsky@chromium.org2009-07-161-2/+4
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-181-1/+3
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1
* ChromeFont->gfx::Fontbeng@google.com2009-05-151-9/+9
* move chrome_font to app/gfxben@chromium.org2009-05-061-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-5/+5
* Fix some recently small size / position regressions in Linux Omnibox.deanm@chromium.org2009-05-041-1/+1
* Fix a small undercalculation of the space available a result description.deanm@chromium.org2009-05-011-3/+3
* Add a dark selected icon set for the Omnibox results.deanm@chromium.org2009-04-301-5/+7
* Use the new selected icons in Linux Omnibox.deanm@chromium.org2009-04-301-7/+12
* Unref the GC so it's destroy after we create it.deanm@chromium.org2009-04-291-0/+2
* Back to creating a new GC for each expose.deanm@chromium.org2009-04-291-2/+1
* Remove svn:executable and set svn:eol-style to LF.tc@google.com2009-04-271-0/+0
* Linux Omnibox results improvements:deanm@chromium.org2009-04-271-90/+92
* Use AutocompletePopupPositioner for the Linux Omnibox.deanm@chromium.org2009-04-271-15/+8
* Linux Omnibox mouse support.deanm@chromium.org2009-04-271-3/+74
* Better alignment of the omnibox edit entry.deanm@chromium.org2009-04-201-2/+2
* Have ResourceBundle own GdkPixbufs.tc@google.com2009-04-161-5/+5
* Bold matched portions of text in Linux Omnibox.deanm@chromium.org2009-04-161-53/+97
* More Linux Omnibox v2 work, based on feedback from Cole.deanm@chromium.org2009-04-161-36/+74
* Make Linux Omnibox results look more like the v2 mocks.deanm@chromium.org2009-04-151-11/+104
* Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo...ben@chromium.org2009-04-101-0/+4
* Move to custom painting the omnibox results with GDK.deanm@chromium.org2009-04-091-48/+156
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Improve the look of the Linux omnibox.deanm@chromium.org2009-03-131-6/+8
* Fix a Linux Omnibox bug where a widget was used after it was destroyed.deanm@chromium.org2009-03-121-0/+4
* Add a GDK_COLOR_RGB macro for constructing GdkColors.deanm@chromium.org2009-03-121-3/+4
* Implement a GTK LocationBarView and Autocomplete{Edit,Popup}View.deanm@chromium.org2009-03-101-0/+115