summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: Update PRIMARY selection on omnibox copy-to-clipboard.derat@chromium.org2009-08-181-0/+16
* Match Windows and GtkEntry move cursor with selection behavior.deanm@chromium.org2009-08-141-7/+18
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-131-0/+3
* Fix regression caused by CL 16142suzhe@chromium.org2009-08-131-11/+118
* Improve key event handling of AutocompleteEditViewGtk.suzhe@chromium.org2009-08-121-64/+100
* Add a first attempt at a compact location bar and a status bar. The status barbrettw@chromium.org2009-08-111-8/+6
* GTK: handle Escape in omnibox when numlock/scrolllock/caps lock is on.estade@chromium.org2009-08-061-1/+2
* Relanding r22155 (GTK Themes: Use theme colors in the text view in the locati...erg@google.com2009-07-311-18/+76
* Make TOOLKIT_VIEWS port use views-based Autocomplete popup.ben@chromium.org2009-07-311-2/+9
* I give up. Reverting all attempts at fixing the gtk-view bustage.erg@google.com2009-07-311-58/+18
* GTK Themes: Use theme colors in the text view in the location bar.erg@google.com2009-07-311-18/+58
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-3/+3
* GTK: Implement omnibox DnD destination behavior.estade@chromium.org2009-07-301-0/+25
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-3/+3
* Implement location only display mode (used by popup windows).tc@google.com2009-07-241-2/+9
* Linux: Select omnibox text on button release instead of press.agl@chromium.org2009-07-231-26/+41
* Linux: Prevent omnibox autocomplete from stealing the primary X selection.estade@chromium.org2009-07-221-29/+55
* Makes the default for what to do on startup be restore last session onsky@chromium.org2009-07-161-2/+6
* Initial work on Linux tab to search.deanm@chromium.org2009-07-081-1/+8
* Make Linux restore Omnibox contents on tab switch.evan@chromium.org2009-07-011-12/+128
* Paste and Go was missing on the omnibar this CL will append a menu item to th...mhm@chromium.org2009-06-221-4/+27
* Linux: Add menu item to url bar context menu to launch the search engine editor.mattm@chromium.org2009-06-181-0/+24
* Hack around klipper / glipper clipboard races.deanm@chromium.org2009-06-081-1/+14
* Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...pkasting@chromium.org2009-06-051-0/+13
* Revert a ctrl-enter change for Omnibox, it made inline autocomplete totally c...deanm@chromium.org2009-06-041-10/+1
* GTK: respect control key for setting TLD=com.estade@chromium.org2009-06-011-1/+10
* Take 2 at forcing the foreground and background color of thetc@google.com2009-05-191-1/+13
* Revert "Force the foreground and background color of the omnibox text."tc@google.com2009-05-191-14/+1
* Force the foreground and background color of the omnibox text.tc@google.com2009-05-191-1/+14
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-181-0/+3
* 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