summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make bookmark bar more amenable to dark themes.estade@chromium.org2009-06-021-0/+39
* Linux: Fix appearance of dangerous download dialog.estade@chromium.org2009-06-012-7/+16
* Make the bookmark bar closing animation less janky.estade@chromium.org2009-06-015-11/+21
* Have the find bar show number of matches on linux.tc@google.com2009-06-011-0/+3
* Linux Omnibox, handle OnInputInProgress to clear the security style.deanm@chromium.org2009-06-011-6/+7
* linux: save window positions.evan@chromium.org2009-05-302-5/+36
* Properly display mnemonics in some gtk menus where they were not being escape...estade@chromium.org2009-05-291-3/+9
* Linux: show tab context menu on mousedown rather than mouse up.estade@chromium.org2009-05-291-2/+2
* Put findbar close button back where it belongs.estade@chromium.org2009-05-291-1/+1
* linux: Bookmark bar slide animation.estade@chromium.org2009-05-292-6/+52
* linux: wrap prefs checkbox in options window.evan@chromium.org2009-05-291-2/+10
* Paint a focus indication on LinkButtonGtk buttons.estade@chromium.org2009-05-289-48/+36
* Hook up Linux crash reporting setting to options dialog.thestig@chromium.org2009-05-281-0/+2
* Add general options page. Options are working with the following exceptions:tc@google.com2009-05-285-2/+612
* Linux: call xdg-open on downloaded files to open them.estade@chromium.org2009-05-282-0/+18
* GTK: Implement GtkFloatingContainer and implement StatusBubble on top of it.erg@google.com2009-05-286-83/+489
* Hopefully fdix the Linux buildbrettw@chromium.org2009-05-281-3/+1
* Dangerous download dialog for linux.estade@chromium.org2009-05-276-24/+201
* Converts a bunch things from NativeWindow to NativeView to make itsky@chromium.org2009-05-273-9/+6
* This fixes the problem of the status bubble obscuring the download shelf.mirandac@chromium.org2009-05-271-0/+5
* Remove an errant line from DownloadItemGtk that was causing a crash.estade@chromium.org2009-05-271-2/+0
* Make the import feature a little more complete:kuchhal@chromium.org2009-05-276-20/+409
* Control spacing of toolbar elements with pixels rather than " " GtkLabels.estade@chromium.org2009-05-272-13/+16
* Change actual pref for stats reporting when selected.kuchhal@chromium.org2009-05-261-6/+7
* Fix initial window placement when dragging a tab out of the tabstrip into its...jhawkins@chromium.org2009-05-263-4/+10
* Add a single monitor implementation of WindowSizer for Linux. (try 2)thestig@chromium.org2009-05-261-3/+10
* Fix a corner case in tab dragging where we receive a drag-end signal before e...jhawkins@chromium.org2009-05-261-0/+6
* Undelete the factory method for BackForwardMenuModelGtk.estade@chromium.org2009-05-261-1/+8
* Refactor back/forward buttons to their own class. Fix them so the menu pops u...estade@chromium.org2009-05-268-174/+273
* Implement dragging a tab out of a TabStripGtk into its own browser window.jhawkins@chromium.org2009-05-269-48/+230
* Move the BookmarkMenuController out of bookmarks to the platform-specific partbrettw@chromium.org2009-05-263-1/+292
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-226-60/+29