summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/find_bar_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK Themes: Fix the find bar so the match count is inside the entry.erg@google.com2009-08-261-16/+93
* GTK: Don't reposition the findbar when it's not visible.estade@chromium.org2009-08-261-8/+15
* Findbar stuff:estade@chromium.org2009-08-211-5/+17
* GTK Theme: Fix corner offsets on the find bar.erg@google.com2009-08-201-5/+5
* Port more browser focus tests to linux.estade@chromium.org2009-08-191-7/+9
* GTK Theme: Draw the GTK border around the entry in GTK them mode.erg@google.com2009-08-181-13/+28
* GTK Theme: Theme the find bar.erg@chromium.org2009-08-141-41/+130
* Revert 23408 in the hope to fix linux webkit_tests regressions.maruel@chromium.org2009-08-141-2/+1
* Check for enter as well as return in the find barestade@chromium.org2009-08-141-1/+2
* GTK: Add view ids to our widgets. These will be used for testing.estade@chromium.org2009-08-131-0/+2
* GTK Themes: Use a consistent border color along all webcontent.erg@chromium.org2009-08-111-1/+18
* Implement FindBarGtk::StopAnimation().estade@chromium.org2009-07-311-1/+1
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-12/+12
* GTK find bar positioning: Don't try to make a negative-width rectangle.estade@chromium.org2009-07-301-2/+4
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-12/+12
* GTK: move the findbar out of the way when it covers a find result.estade@chromium.org2009-07-291-14/+11
* Make find bar BIDI.estade@chromium.org2009-07-291-6/+35
* GTK: Let custom draw buttons specify their stock size as well as their stock ...estade@chromium.org2009-07-241-4/+2
* Fix a bug where an ongoing find operation would re-appear eventc@google.com2009-07-241-1/+1
* GTK Themes: Use the GTK close button in the download shelf and popup notifica...erg@google.com2009-07-231-1/+3
* GTK: Improve look of find in page failure label.estade@chromium.org2009-07-061-1/+7
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-2/+4
* Avoid setting a widget's allocation outside of a widget implementation.estade@chromium.org2009-06-241-6/+2
* Make find bar match label pretty.estade@chromium.org2009-06-241-12/+43
* Make findbar paint themed image.estade@chromium.org2009-06-131-21/+59
* Use a bool instead of disconnecting/reconnecting the changedtc@google.com2009-06-121-8/+9
* GTK: shift-enter in find bar searches backwards.estade@chromium.org2009-06-111-1/+3
* GTK: Forward certain key strokes from the find bar to the render view.estade@chromium.org2009-06-111-2/+46
* Fix a linux bug in the find bar where we keep re-selecting texttc@google.com2009-06-101-2/+8
* Have the find bar show number of matches on linux.tc@google.com2009-06-011-0/+3
* Put findbar close button back where it belongs.estade@chromium.org2009-05-291-1/+1
* Paint a focus indication on LinkButtonGtk buttons.estade@chromium.org2009-05-281-5/+4
* Dangerous download dialog for linux.estade@chromium.org2009-05-271-2/+2
* Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...finnur@chromium.org2009-05-221-1/+2
* Force the font size in the omnibox, tabs, find bar, and download shelftc@google.com2009-05-181-0/+3
* GTK: Give the find bar a more reasonable size.estade@chromium.org2009-05-181-1/+4
* Linux: Make findbar restore focus to last focused widget on close.estade@chromium.org2009-05-151-10/+49
* Reverting 16124.beng@google.com2009-05-141-7/+7
* Reverting 16122.beng@google.com2009-05-141-7/+7
* Move bitmap conversion function from chrome/common/gtk_utils.h into app/gfx/g...beng@google.com2009-05-141-7/+7
* linux: more NOTIMPLEMENTED bugs.evan@chromium.org2009-05-141-1/+1
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-14/+54
* Linux: fix a couple focus issues:estade@chromium.org2009-05-121-2/+8
* GTK: Don't custom paint background of findbar.estade@chromium.org2009-05-111-1/+1
* Linux: clean up some focus issues.estade@chromium.org2009-05-081-0/+3
* Raise the find bar window every time it's shown via Show().estade@chromium.org2009-05-061-0/+2
* Find bar:estade@chromium.org2009-05-061-2/+2
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* FindBarView::UpdateForResult is not a good place to finnur@chromium.org2009-05-051-0/+4
* Highlight the next find result when the return key is pressed in the Linux fi...jhawkins@chromium.org2009-05-051-24/+22