summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Rejiggers the keyword editor so that the UI is independent of the model rathe...ben@chromium.org2009-06-231-0/+2
* Hide the window frame when the last tab is dragged out of a tabstrip.jhawkins@chromium.org2009-06-221-4/+0
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-221-0/+1
* Add the ability to resize the window when over the custom frame.tc@google.com2009-06-221-0/+21
* Clean up BrowserWindowGtk constructor.estade@chromium.org2009-06-191-0/+6
* Fix a comment I meant to update in the last change.tc@google.com2009-06-181-1/+1
* Paint the custom frame border and round the corners.tc@google.com2009-06-181-2/+11
* gtk fullscreen fixes.estade@chromium.org2009-06-171-1/+3
* GTK bookmark bar: only animate when user changes the pref (not, for example, ...estade@chromium.org2009-06-161-1/+3
* Improved tab overview animations with better animation and wiring tosky@chromium.org2009-06-161-0/+2
* Refactor the titlebar code into its own class because it's getting bigtc@google.com2009-06-121-35/+9
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+1
* First cut at tall titlebar and custom window frame.tc@google.com2009-06-101-3/+38
* Refactors tab overview and gets the rest of the chunks working. I'vesky@chromium.org2009-06-101-0/+7
* 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