summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* GTK: disable "edit search engines" and "paste and go" in location bar view wh...estade@chromium.org2010-03-041-2/+8
* GTK/Mac: show security warning on correct part of url.estade@chromium.org2010-03-041-9/+10
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...pkasting@chromium.org2010-02-261-3/+3
* [Linux]Fix text justification of omnibox.suzhe@chromium.org2010-02-111-5/+69
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-4/+4
* Always percent-escape the copied URL when all the text in the address bar is ...kinuko@chromium.org2010-02-011-0/+38
* gtk: Update PRIMARY selection on Ctrl-X in omnibox.derat@chromium.org2010-01-271-2/+4
* [Linux] Improve LocationBarViewGtk.suzhe@chromium.org2010-01-061-3/+4
* gtk: Restore omnibox text selection on tab switch.derat@chromium.org2009-11-241-11/+4
* GTK: Remove problematic theme styles from the location bar.erg@google.com2009-11-181-0/+29
* Reverts some useful code accidently removed by CL http://codereview.chromium....suzhe@chromium.org2009-11-061-4/+6
* Linux: Re-enable omnibox select-all-on-click for Chrome OS builds.derat@chromium.org2009-10-311-0/+78
* linux: don't override mouse selection behavior in omniboxevan@chromium.org2009-10-281-77/+2
* CompactNavigationBar for toolkit views build, with some design change per Col...oshima@chromium.org2009-10-261-0/+1
* BUG=23107 Last character of completed path in Omnibar is the wrong color afte...suzhe@chromium.org2009-10-191-7/+37
* Implement shift+delete for removing omnibox entries on Linux.tony@chromium.org2009-10-141-3/+14
* Gtk: draw the secure scheme color over the correct char range.estade@chromium.org2009-10-131-3/+5
* Don't draw the red line when the security level is SECURE.yusukes@google.com2009-10-101-7/+7
* GTK: Draw a strikethrough over bad https.estade@chromium.org2009-10-091-6/+67
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-4/+1
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-1/+4
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-4/+1
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-1/+4
* Add gtk widget names for stuff in location bar.mattm@chromium.org2009-09-191-0/+2
* Fix issue 21587, a regression of CL 196020.suzhe@chromium.org2009-09-161-15/+14
* Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio...pkasting@chromium.org2009-09-151-2/+2
* Implements LocationBarView::AvailableWidth for Gtk.sky@chromium.org2009-09-141-0/+17
* Fix text and selection's save/restore issue of omnibox when displaying tempor...suzhe@chromium.org2009-09-111-27/+18
* Fix issue 20934: Omnibox keyboard behavior wrong for "See recent pages in his...suzhe@chromium.org2009-09-061-30/+29
* Use system themes where possible in Omnibox edit and dropdown; in other cases...pkasting@chromium.org2009-09-041-3/+14
* Fixing focus in location bar and accelerators on Linux toolkit views.jcampan@chromium.org2009-09-031-0/+1
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-1/+1
* Linux: Simplify omnibox selection code and stop taking back selection.derat@chromium.org2009-08-311-21/+22
* Fix control key and paste behavior in Linux omnibox.suzhe@chromium.org2009-08-281-5/+42
* GTK Themes: Fix the find bar so the match count is inside the entry.erg@google.com2009-08-261-8/+2
* Fix regression issue 20066.suzhe@chromium.org2009-08-261-3/+14
* Fix double control key issue with the omnibox.deanm@chromium.org2009-08-251-4/+10
* GTK: Show the correct text for the omnibox "paste and go/search" menu item.estade@chromium.org2009-08-251-9/+12
* Implements unimplemented methods of AutocompleteEditViewGtk and fixes a regre...suzhe@chromium.org2009-08-221-89/+118
* Linux: Attempt #2 at updating PRIMARY selection on Ctrl-C in omnibox.derat@chromium.org2009-08-201-0/+27
* Linux: Revert updating PRIMARY selection on Ctrl-C in omnibox.derat@chromium.org2009-08-191-16/+0
* 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