summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add a Cocoa file picker.avi@google.com2009-04-141-4/+1
* Fix a crash when the browser opens a popup window in Linux.jhawkins@chromium.org2009-04-141-0/+5
* Linux: Ignore certain menu accelerators.estade@chromium.org2009-04-145-34/+47
* Implement tooltips for the Go/Stop button in Linux.willchan@chromium.org2009-04-135-8/+48
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-14/+15
* Enable zooming in on Linux.thestig@chromium.org2009-04-111-1/+9
* Make linux link buttons pretty.estade@chromium.org2009-04-103-12/+64
* Use favicons in the bookmark bar under GTK.erg@google.com2009-04-102-11/+34
* GTK: implement link info bars (first cut).estade@chromium.org2009-04-101-12/+55
* Factor out MakeLinkButton into its own class.estade@chromium.org2009-04-104-60/+113
* Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks.erg@google.com2009-04-102-51/+198
* Fix gcc warnings when -Wall got re-enabled for Linux.willchan@chromium.org2009-04-104-13/+12
* Remove instances of the New Tab button images that are not being used anymore.jhawkins@chromium.org2009-04-102-8/+0
* Comment the unselected_width parameter to the newly-added LayoutNewTabButton ...jhawkins@chromium.org2009-04-102-7/+9
* Add the New Tab button for Linux tabstrip.jhawkins@chromium.org2009-04-102-7/+248
* Restore -Wall to Linux build and set up for -Werror.sgk@google.com2009-04-092-4/+1
* Fix ctrl+tab/ctrl+shift+tab were not working if web contents did not have foc...tc@google.com2009-04-092-25/+43
* Cleanup small mistakes from my previous changelists.willchan@chromium.org2009-04-091-3/+3
* Use two CustomDrawButtonBases to draw ToolbarStarToggleGtk.erg@google.com2009-04-092-65/+30
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-092-0/+6
* Make CustomContainerButton a gtk widget.erg@google.com2009-04-098-172/+163
* Add a resize layout animation to the Linux tabstrip.jhawkins@chromium.org2009-04-092-7/+98
* Add a remove tab animation for the Linux tabstrip.jhawkins@chromium.org2009-04-092-14/+138
* Add a const cast.erg@google.com2009-04-091-1/+2
* Implement stop/go button for Linux.willchan@chromium.org2009-04-098-34/+441
* Add an insert tab animation for the Linux tabstrip.jhawkins@chromium.org2009-04-092-2/+264
* linux: offset toolbar graphic so tabs merge in properly.evan@chromium.org2009-04-093-6/+7
* Scaffolding cleanup.thestig@chromium.org2009-04-081-0/+2
* Linux: Hook up confirm info bar buttons. Session restore works.estade@chromium.org2009-04-081-2/+30
* Implement mouse input handling for the close button in the Linux tabstrip.jhawkins@chromium.org2009-04-086-18/+131
* More info bar implementation.estade@chromium.org2009-04-082-16/+101
* Fix a crash on tab closure. We now use our own model data and check that the...jhawkins@chromium.org2009-04-081-4/+5
* Reimplement the bookmark bar to use a GtkToolbar.erg@google.com2009-04-082-29/+294
* Fix the findbar crash.tc@google.com2009-04-077-41/+39
* Disables the download item on the download-shelf when the file is opened.jcampan@chromium.org2009-04-071-0/+1
* Fix a NOTREACHED in GTK accelerator handling when capslock is on.deanm@chromium.org2009-04-071-0/+2
* Destroy the GTK info bar container widget when the object is destroyed.deanm@chromium.org2009-04-071-0/+2
* Basic infobars on linux.estade@chromium.org2009-04-0610-21/+359
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-067-33/+337
* First implementation of a bookmark bar.erg@google.com2009-04-066-15/+444
* Un-hover the current highlighted tab when the mouse leaves the tabstrip.jhawkins@chromium.org2009-04-062-3/+24
* Write the star toggle button. Clicking it will bookmark the page.erg@google.com2009-04-065-9/+152
* Update the definition of TabChangedAt in TabStripGtk to match the latest vers...jhawkins@chromium.org2009-04-064-14/+22
* Fix the positioning of the title in TabRendererGtk now that ChromeCanvas text...jhawkins@chromium.org2009-04-061-3/+2
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-20/+14
* Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).deanm@chromium.org2009-04-063-9/+9
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-053-6/+31
* Gtk: pass the correct event time when we show right click context menus in th...estade@chromium.org2009-04-032-5/+7
* Create a well-defined region that closely matches the shape of the tab to use...jhawkins@chromium.org2009-04-034-36/+35
* Gtk: Insert a border at the bottom of the toolbar.estade@chromium.org2009-04-031-0/+10