summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add helper for creating table of labeled controls.mattm@chromium.org2009-06-112-44/+15
* Replace a notimplemented with a link to the bug report.jhawkins@chromium.org2009-06-101-1/+1
* GTK: Implement BlockedPopupContainerView for linux.erg@google.com2009-06-102-0/+287
* First cut at tall titlebar and custom window frame.tc@google.com2009-06-104-28/+196
* Refactors tab overview and gets the rest of the chunks working. I'vesky@chromium.org2009-06-102-1/+12
* Bind ^Q to quit, as is standard with Linux GUI apps.tc@google.com2009-06-101-1/+1
* Implement default search engine combobox.mattm@chromium.org2009-06-102-5/+124
* <!doctype html public '-//w3c//dtd html 4.0 transitional//en'><html><head><ME...willchan@chromium.org2009-06-101-0/+4
* Fix a linux bug in the find bar where we keep re-selecting texttc@google.com2009-06-102-2/+12
* Implement URL Drag & Drop for the linux tabstrip.jhawkins@chromium.org2009-06-094-8/+407
* Move GTK spacing constants into chrome/common/gtk_util.hmattm@chromium.org2009-06-0811-56/+47
* linux build fixesestade@chromium.org2009-06-081-4/+4
* Fix bookmark bar shutdown crash.estade@chromium.org2009-06-081-0/+6
* GTK: More drag support for bookmark manager.estade@chromium.org2009-06-082-22/+107
* Remove a header that is no longer being used after r17818.jhawkins@chromium.org2009-06-081-1/+0
* GTK bookmark manager: organize menu and aesthetic improvements.estade@chromium.org2009-06-084-47/+114
* Hook up the Linux bookmark bubble to the bookmark editor.deanm@chromium.org2009-06-082-15/+124
* Linux: Duplicate Accelerator mapping in browser window mhm@chromium.org2009-06-061-1/+0
* Partial revert of r17790. Don't use a OwnedWidgetGtk for container_.thestig@chromium.org2009-06-062-17/+17
* Move ConvertAcceleratorsFromWindowsStyle into chrome/common/gtk_util.mattm@chromium.org2009-06-053-34/+13
* Implement and use the -> operator for OwnedWidgetGtk.thestig@chromium.org2009-06-0512-42/+43
* Make sure the tabstrip we're dragging in to is compatible with the source tab...jhawkins@chromium.org2009-06-053-1/+11
* Implement custom startup url list. (Recent urls list in the add url dialog notestade@chromium.org2009-06-054-12/+478
* Use custom strings for importer lock dialog.estade@chromium.org2009-06-051-3/+3
* Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...pkasting@chromium.org2009-06-051-1/+1
* Implement some drag-n-drop for the bookmark manager.estade@chromium.org2009-06-058-147/+380
* Improve resizing behavior of options window. Rather than extra whitespace atevan@chromium.org2009-06-053-19/+23
* If there is nothing to import, return.kuchhal@chromium.org2009-06-051-4/+14
* Always redraw the location bar background when we resize.tc@google.com2009-06-041-0/+3
* Don't crash when dragging bookmarks from one bookmark bar to another (as with...estade@chromium.org2009-06-041-6/+13
* On linux, add a context menu item in the tab strip for disablingtc@google.com2009-06-044-14/+50
* Linux toolbar cleanups.tc@google.com2009-06-043-38/+54
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-048-96/+116
* Don't reset the gdk_event_handler in the tab destructor as this overwrites th...jhawkins@chromium.org2009-06-031-3/+0
* Implement dragging a tab back into a tabstrip for gtk.jhawkins@chromium.org2009-06-036-14/+138
* Change an include to the right header after the app/gfx/gtk_util -> base/gfx/...thestig@google.com2009-06-031-2/+1
* Merge app/gfx/gtk_util into base/gfx/gtk_util.thestig@google.com2009-06-037-7/+4
* typo fix to unbreak linux build.estade@chromium.org2009-06-031-1/+1
* Linux: more bookmark manager stuff.estade@chromium.org2009-06-033-27/+92
* Revert "Disable a failing test on linux."tc@google.com2009-06-031-3/+0
* Disable a failing test on linux.tc@google.com2009-06-031-0/+3
* Fix linux unittest that I broke.estade@chromium.org2009-06-031-2/+4
* Implement more of the BookmarkBubble, connecting it to the bookmark system.deanm@chromium.org2009-06-036-45/+171
* Display tooltips for gtk tabs that have elided titles.jhawkins@chromium.org2009-06-033-1/+16
* Linux bookmark manager first cut.estade@chromium.org2009-06-036-27/+370
* Implement the base for the BookmarkBubble UI.deanm@chromium.org2009-06-035-22/+94
* Make LinkButtonGtk into a real widget (GtkChromeLinkButton).deanm@chromium.org2009-06-038-188/+215
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-032-0/+2
* Allow left clicks in the tab strip to initiate a drag of the window.tc@google.com2009-06-021-1/+5
* Add a context menu to the tab strip. It appears when you click in thetc@google.com2009-06-022-1/+89