summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Move pgup/dn special casing to browser window gtk.estade@chromium.org2009-05-071-19/+0
* GTK: Handle some accelerators after the focused widget has had a chance to ha...estade@chromium.org2009-05-071-0/+19
* The "size-request" event is run-first, clean up the Omnibox handler.deanm@chromium.org2009-04-301-4/+3
* Support PgUp/PgDn in Omnibox for "first entry/last entry"ukai@chromium.org2009-04-291-9/+10
* Use AutocompletePopupPositioner for the Linux Omnibox.deanm@chromium.org2009-04-271-8/+4
* Override GtkTextView's size request width in the Linux Omnibox.deanm@chromium.org2009-04-241-0/+13
* Better alignment of the omnibox edit entry.deanm@chromium.org2009-04-201-46/+31
* Fixing a crash which could occur when a string containing multibyte character...deanm@chromium.org2009-04-151-5/+14
* Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo...ben@chromium.org2009-04-101-2/+2
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-101-1/+1
* Revert "Initial implemention of Mac Omnibox."shess@chromium.org2009-04-071-1/+1
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-061-1/+1
* Revert Linux Omnibox color changes in r12516.deanm@chromium.org2009-03-261-3/+3
* Linux UI theming:estade@chromium.org2009-03-251-4/+4
* Improve the Linux Omnibox ssl background / scheme coloring.deanm@chromium.org2009-03-241-8/+16
* Don't leak AutocompleteEditViewGtk objects. I meant reset() not release().deanm@chromium.org2009-03-171-2/+2
* Move a bunch of our GTK code that was previous manually handling references (...deanm@chromium.org2009-03-161-28/+26
* Fix ownership error with GtkTextTagTable and GtkTextTag.deanm@chromium.org2009-03-131-3/+2
* Cleanup AutocompleteEditViewGtk's resources and widgets.deanm@chromium.org2009-03-131-0/+19
* Call into the IM hooks from the Linux Omnibox keyboard handling.deanm@chromium.org2009-03-131-14/+28
* Hookup the escape key on Linux Omnibox to revert to the permanent text (like ...deanm@chromium.org2009-03-121-2/+7
* Better keyboard and mouse handling in Omnibox:deanm@chromium.org2009-03-121-33/+48
* Add a GDK_COLOR_RGB macro for constructing GdkColors.deanm@chromium.org2009-03-121-2/+3
* Some cleanups and hookups to LocationBarViewGtk.deanm@chromium.org2009-03-101-3/+7
* Implement a GTK LocationBarView and Autocomplete{Edit,Popup}View.deanm@chromium.org2009-03-101-0/+483