summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* On linux, add a context menu item in the tab strip for disablingtc@google.com2009-06-041-4/+6
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-0/+6
* Implement dragging a tab back into a tabstrip for gtk.jhawkins@chromium.org2009-06-031-0/+21
* linux: save window positions.evan@chromium.org2009-05-301-0/+3
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-221-1/+3
* Move a bunch of dialog creation routines to browser_dialogs.h to break thebrettw@chromium.org2009-05-221-1/+1
* Handle Browser::FEATURE_TOOLBAR and Browser::FEATURE_LOCATIONBAR in browser_w...pfeldman@chromium.org2009-05-221-0/+10
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-0/+1
* Linux: Delay the deletion of the RWHVGtk object.willchan@chromium.org2009-05-141-5/+0
* Add stubs for UserChangedThemes to Mac and Linux.glen@chromium.org2009-05-091-0/+1
* Don't link-depend on views/ in chrome/browser/gtkphajdan.jr@chromium.org2009-05-071-4/+0
* linux: set the window icon (used in alt-tab list, etc.)evan@chromium.org2009-05-041-0/+3
* Make the findbar slide in/out.estade@chromium.org2009-05-011-0/+5
* GTK: Allow the user to resize the chromium window as small as they like.estade@chromium.org2009-04-301-0/+4
* Basic fullscreen mode for Linux, without the animated exit bubble.thestig@chromium.org2009-04-291-0/+4
* missing file from last commitestade@chromium.org2009-04-291-1/+2
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-151-1/+1
* This CL adds a confirmation box when closing the browser with in-progress dow...jcampan@chromium.org2009-04-091-0/+1
* Fix the findbar crash.tc@google.com2009-04-071-7/+3
* Basic infobars on linux.estade@chromium.org2009-04-061-0/+4
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-061-0/+11
* First implementation of a bookmark bar.erg@google.com2009-04-061-0/+14
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-1/+1
* Change NineBox to render into a GtkWidget. This offers a minor speedup and s...jhawkins@chromium.org2009-03-261-3/+0
* Fix our browser window close path to be more like windows.tc@google.com2009-03-261-0/+4
* Hook up ctrl+tab and ctrl+shift+tab for switching tabs in linuxtc@google.com2009-03-261-5/+8
* Add initial implementation of the Linux TabStrip.jhawkins@chromium.org2009-03-231-1/+6
* Consolidate into a single shutdown path.tc@google.com2009-03-201-3/+0
* Hook up ctrl-w for close tab on linux.estade@chromium.org2009-03-201-0/+8
* Render into a ChromeCanvasPaint object in a RootView under Linux.erg@google.com2009-03-191-0/+4
* Remove BrowserWindow::Init().estade@chromium.org2009-03-181-1/+0
* Linux accelerators cleanup:estade@chromium.org2009-03-161-1/+12
* Fix some browser shutdown issues on Linux.deanm@chromium.org2009-03-131-0/+2
* Some work in refactoring FindBarWin/FindBarView sotc@google.com2009-03-121-2/+2
* First cut at the find bar.tc@google.com2009-03-101-0/+6
* Plumb GetLocationBar through to the toolbar.deanm@chromium.org2009-03-031-0/+1
* Does two changes to appease chrome bot runs:sky@google.com2009-02-281-1/+1
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-0/+1
* Add a TabContentsContainerGtk to remove the current hack that inserts theerg@google.com2009-02-191-5/+21
* Super-simplistic status bubble on Linux.evan@chromium.org2009-02-191-0/+4
* Fix two problems with bookmarking and fullscreen mode:pkasting@chromium.org2009-02-181-1/+0
* fix linux build, add stub functions to browser window gtktc@google.com2009-02-181-0/+2
* Make the toolbar background themed on Linux.evan@chromium.org2009-02-171-1/+19
* Add stub for GTK to get it to build with my recent change.pkasting@chromium.org2009-02-171-0/+1
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-121-1/+2
* Reverting 9493.kuchhal@chromium.org2009-02-101-2/+1
* Relanding of http://codereview.chromium.org/16488.mad@chromium.org2009-02-101-1/+2
* Linux: save BrowserWindowGtk's vbox as a member variableestade@chromium.org2009-02-101-0/+1
* Get the renderer closer to rendering something on linux.estade@chromium.org2009-02-101-0/+1
* Porting the toolbar to GTK.erg@google.com2009-02-091-0/+79