summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/find_bar_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-6/+2
* Move owned_widget_gtk.* out of common/, into browser/gtk/.estade@chromium.org2010-08-031-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fix prepopulate value for Find and add browser tests for it.finnur@chromium.org2010-04-051-0/+1
* Finish porting FindInPageControllerTest to linux.estade@chromium.org2010-03-161-2/+6
* [Linux]Fix text justification of find bar.suzhe@chromium.org2010-02-231-0/+22
* [Linux] Handles Entery key correctly in find bar.suzhe@chromium.org2010-02-121-0/+3
* [Linux] FindBarGtk: Fix an issue caused by CL 560006.suzhe@chromium.org2010-02-041-1/+5
* Style cleanup of member variable in FindBarGtk.tony@chromium.org2010-01-201-1/+1
* Simplified the api by replacing them with single Show(false) call and cleaned...oshima@chromium.org2010-01-081-5/+14
* GTK: Change find bar to use a floating container rather than some hacked up g...estade@chromium.org2009-11-061-20/+16
* GTK: Fix the border around the find bar in chrome theme mode.erg@google.com2009-10-301-2/+0
* GTK Themes: Fix the find bar so the match count is inside the entry.erg@google.com2009-08-261-0/+8
* GTK: Don't reposition the findbar when it's not visible.estade@chromium.org2009-08-261-0/+3
* Findbar stuff:estade@chromium.org2009-08-211-0/+3
* GTK Theme: Draw the GTK border around the entry in GTK them mode.erg@google.com2009-08-181-0/+3
* GTK Theme: Theme the find bar.erg@chromium.org2009-08-141-8/+9
* GTK Themes: Use a consistent border color along all webcontent.erg@chromium.org2009-08-111-1/+11
* GTK: move the findbar out of the way when it covers a find result.estade@chromium.org2009-07-291-0/+4
* GTK Themes: Use the GTK close button in the download shelf and popup notifica...erg@google.com2009-07-231-0/+4
* Make find bar match label pretty.estade@chromium.org2009-06-241-0/+3
* Make findbar paint themed image.estade@chromium.org2009-06-131-1/+11
* Use a bool instead of disconnecting/reconnecting the changedtc@google.com2009-06-121-3/+2
* GTK: Forward certain key strokes from the find bar to the render view.estade@chromium.org2009-06-111-2/+9
* Fix a linux bug in the find bar where we keep re-selecting texttc@google.com2009-06-101-0/+4
* Linux: Make findbar restore focus to last focused widget on close.estade@chromium.org2009-05-151-1/+15
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-1/+7
* Find bar:estade@chromium.org2009-05-061-1/+1
* FindBarView::UpdateForResult is not a good place to finnur@chromium.org2009-05-051-0/+1
* Highlight the next find result when the return key is pressed in the Linux fi...jhawkins@chromium.org2009-05-051-7/+12
* Linux: tweak find bar.estade@chromium.org2009-05-041-4/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+0
* Make the findbar slide in/out.estade@chromium.org2009-05-011-4/+11
* GTK: give the findbox curvy edges.estade@chromium.org2009-04-301-3/+13
* Linux findbar improvements:estade@chromium.org2009-04-291-3/+21
* Fix the findbar crash.tc@google.com2009-04-071-1/+2
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-051-5/+15
* Make the find bar blue. Hooks up the prev/next buttons and thetc@google.com2009-03-241-0/+14
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-4/+2
* Move a bunch of our GTK code that was previous manually handling references (...deanm@chromium.org2009-03-161-6/+7
* fix linux build. we need to include basictypes.h to gettc@google.com2009-03-121-0/+1
* Some work in refactoring FindBarWin/FindBarView sotc@google.com2009-03-121-12/+29
* First cut at the find bar.tc@google.com2009-03-101-0/+47