summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* gtk: Move AutocompleteEditViewGtk/autocomplete_edit_view_gtk.* to ui/gtk/omni...tfarina@chromium.org2011-04-261-2347/+0
* [Linux] Don't clean PRIMARY selection clipboard when deleting omnibox text.suzhe@google.com2011-04-011-0/+10
* Trigger keyword mode when pressing space in middle of stringsuzhe@google.com2011-04-011-9/+10
* Theme system cleanuperg@google.com2011-03-231-12/+12
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-151-2/+3
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+2
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-1/+1
* Moves responsibility for updating InstantController to AutocompleteEditModel....sky@chromium.org2011-03-061-10/+7
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-051-3/+10
* Port autocomplete_edit_view_browsertest.cc to Mac.suzhe@chromium.org2011-03-031-1/+1
* De-wstringify OSExchangeData.evan@chromium.org2011-03-021-5/+5
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* Get rid of the GTK-only accessibility api code, now that Chrome OS can relydmazzoni@chromium.org2011-02-241-10/+0
* Allow dragging and dropping of URLs to any portion of the toolbar view.rogerta@chromium.org2011-02-171-2/+43
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-161-7/+4
* Use destroy signal to safe guard TextWidget method.oshima@google.com2011-02-081-91/+117
* Own text_view widget.oshima@google.com2011-02-051-86/+90
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-4/+4
* Part 2 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-281-1/+0
* Fix editing URL problem in omnibox using mouse that doesn't bring up dropdown...suzhe@google.com2011-01-281-1/+16
* linux: Make PlatformFontGtk deal only in pixels.derat@chromium.org2011-01-281-22/+42
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-281-28/+41
* linux: Avoid crash on right-click in omnibox with empty clipboard.derat@chromium.org2011-01-281-1/+1
* Removes different instant behaviors that are no longer used.sky@chromium.org2011-01-261-2/+1
* Remove wstring from autocomplete.avi@chromium.org2011-01-251-34/+33
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-241-33/+34
* Remove wstring from autocomplete.avi@chromium.org2011-01-241-34/+33
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Views-implementation of AutocompleteEditView.oshima@google.com2011-01-211-0/+14
* Accept keyword by pressing space.suzhe@google.com2011-01-201-19/+13
* Update references part 3: remaining files in chrome/...msw@chromium.org2011-01-191-7/+7
* Fix several omnibox issues related to keyword mode and IME support.suzhe@google.com2011-01-131-8/+13
* Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit...oshima@chromium.org2011-01-111-47/+42
* I'm working on autocomplete edit view which does not use native controls for ...oshima@chromium.org2011-01-071-40/+100
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-071-10/+12
* Fix a regression caused by http://codereview.chromium.org/6075004/suzhe@google.com2011-01-051-6/+6
* Make predictive instant suggest work with IME composition.suzhe@google.com2010-12-221-5/+54
* [Linux] Fix a text insertion issue in omnibox.suzhe@google.com2010-12-171-1/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+8
* Fix Instant suggest issues in Linux Views port.suzhe@google.com2010-12-131-37/+65
* Fixes bug in handling of spaces in the search provider. The problemsky@chromium.org2010-12-081-1/+2
* [gtk] Don't hide cursor behind instant suggest labelestade@chromium.org2010-12-081-6/+10
* gtk - Stop the instant commit animation when the user moves the cursor.estade@chromium.org2010-12-071-4/+12
* [gtk] Add fade-commit to instant suggestion for predictive instant.estade@chromium.org2010-12-061-7/+83
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* retry 67949 - [gtk] tab in omniboxestade@chromium.org2010-12-031-16/+34
* Move a bunch more browser stuff around.ben@chromium.org2010-12-021-1/+1
* Revert 67949 - [gtk] tab in omniboxrohitrao@chromium.org2010-12-021-30/+16
* [gtk] tab in omniboxestade@chromium.org2010-12-021-16/+30
* [Linux] Omnibox: Avoid touching PRIMARY selection unexpectedly when moving cu...suzhe@chromium.org2010-11-301-2/+25