summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put a border around the find bar text entry field.estade@chromium.org2009-04-031-5/+6
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-033-0/+8
* Remove two unneeded uses of std::floor in the GTK tab code.deanm@chromium.org2009-04-031-3/+2
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-032-2/+2
* Add basic mouse input handling for Linux TabStrip.jhawkins@chromium.org2009-04-024-4/+134
* Don't allow hotkeys to activate un-activatable menu items on linux.estade@chromium.org2009-04-021-2/+6
* A file I left out of rietveld issue 56153estade@chromium.org2009-04-021-1/+1
* Linux: don't use static ChromeFont objectsagl@chromium.org2009-03-312-5/+5
* Fix ninebox rendering.estade@chromium.org2009-03-311-23/+15
* Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr...jhawkins@chromium.org2009-03-314-159/+102
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-1/+3
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-309-645/+1321