summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add initial implementation of the Linux TabStrip.jhawkins@chromium.org2009-03-234-14/+670
* Deliver events and notifications to the RootView.erg@google.com2009-03-231-1/+8
* Fix linux input breakage: Don't wrap an important line in a DCHECK!estade@chromium.org2009-03-201-1/+2
* Remove errant debugging line.estade@chromium.org2009-03-201-1/+0
* Consolidate into a single shutdown path.tc@google.com2009-03-202-29/+32
* Linux: Restore normal event handling for key events that are not to be sent t...estade@chromium.org2009-03-201-9/+18
* Linux UI hook ups:estade@chromium.org2009-03-202-0/+14
* Hook up ctrl-w for close tab on linux.estade@chromium.org2009-03-202-4/+31
* Make GTK accelerator setup code more compact.estade@chromium.org2009-03-201-22/+19
* Now have a TextButton rendering (sort of; doesn't respond to mouse events soerg@google.com2009-03-191-0/+4
* Revert "Now have a TextButton rendering." Broke Windows.erg@google.com2009-03-191-4/+0
* Now have a TextButton rendering (sort of; doesn't respond to mouse events so ...erg@google.com2009-03-191-0/+4
* Convert FindInPage wstrings to string16.tc@google.com2009-03-192-7/+5
* Render into a ChromeCanvasPaint object in a RootView under Linux.erg@google.com2009-03-192-0/+17
* Remove BrowserWindow::Init().estade@chromium.org2009-03-182-48/+45
* Cleanup GTK toolbar tooltips. Move from GtkTooltips to GtkTooltip API.deanm@chromium.org2009-03-172-17/+6
* Ensure that MenuGtks are destroyed before their accelerator group.deanm@chromium.org2009-03-173-30/+26
* Linux accelerators cleanup:estade@chromium.org2009-03-164-42/+91
* Move a bunch of our GTK code that was previous manually handling references (...deanm@chromium.org2009-03-167-40/+44
* Implement 2 more gtk dialogs: open file and open multiple files.estade@chromium.org2009-03-131-25/+138
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-132-0/+5
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Reverting 11641.finnur@chromium.org2009-03-132-5/+0
* Improve the look of the Linux omnibox.deanm@chromium.org2009-03-132-16/+39
* Adding missing function to LocationBarViewGtk.finnur@chromium.org2009-03-132-0/+5
* Fix some browser shutdown issues on Linux.deanm@chromium.org2009-03-132-8/+27
* Gtk dialogs, first cut.estade@chromium.org2009-03-121-0/+182
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-122-2/+0
* 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-124-28/+91
* Add a GDK_COLOR_RGB macro for constructing GdkColors.deanm@chromium.org2009-03-121-2/+3
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-111-3/+1
* Add the show all downloads link to the download shelf on linux.estade@chromium.org2009-03-112-6/+85
* Make the download shelf in gtk look prettier (add top border, improve spacing).estade@chromium.org2009-03-102-19/+48
* First cut at the find bar.tc@google.com2009-03-107-7/+145
* Some cleanups and hookups to LocationBarViewGtk.deanm@chromium.org2009-03-105-37/+50
* Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared.deanm@chromium.org2009-03-101-40/+2
* Normalize end of file newlines in chrome/browser/gtk/.deanm@chromium.org2009-03-108-8/+0
* Add a copyright header to location_bar_view_gtk.cc.deanm@chromium.org2009-03-101-0/+4
* Implement a GTK LocationBarView and Autocomplete{Edit,Popup}View.deanm@chromium.org2009-03-104-89/+257
* Implement right click context menu on gtk.estade@chromium.org2009-03-093-18/+46
* Implement accelerators in the gtk port (try 2).erg@google.com2009-03-068-46/+116
* Rename browser_toolbar_view_gtk.{h,cc} to browser_toolbar_gtk.{h,cc}estade@chromium.org2009-03-063-5/+5
* Create a dropdown menu for the GTK download shelf.estade@chromium.org2009-03-062-1/+121
* Several little style cleanups in GTK download shelf code.estade@chromium.org2009-03-054-8/+23
* Put the dropdown menu button on the linux download shelf.estade@chromium.org2009-03-056-49/+146
* Replace a notimplemented with a bug about full screen mode.tc@google.com2009-03-051-2/+4
* Fix a toolbar width TODO.evan@chromium.org2009-03-051-4/+3
* Take two at hooking up title bar on linux.tc@google.com2009-03-041-1/+6
* Add download items to the download shelf in linux.estade@chromium.org2009-03-045-5/+181