summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-3/+7
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-011-0/+4
* Don't try to optimize out browser window reshapes.estade@chromium.org2009-07-011-9/+0
* Update the browser window's shape on state change.estade@chromium.org2009-06-301-3/+12
* Add a skeleton UI for the gtk task manager.jhawkins@chromium.org2009-06-301-1/+2
* Fix a bug where we were getting a resize cursor near the top of the webtc@google.com2009-06-301-2/+9
* GTK custom frame: Don't show the border when maximized. Enlarge the close but...estade@chromium.org2009-06-301-8/+4
* Fix a bug where all clicks in app mode windows would result in a window move.tc@google.com2009-06-291-4/+10
* Replace DeleteSoon with PostTask(DeleteTask) in browser_window_gtk for browse...pfeldman@chromium.org2009-06-291-1/+5
* Fix a crash that happens when changing themes.tc@google.com2009-06-261-2/+3
* Linux: add Alt-n keys for switching tabs.agl@chromium.org2009-06-251-0/+12
* GTK: When a browser is shown to the user, it should immediatly become theerg@google.com2009-06-241-0/+9
* Show bookmark manager on Linux when menu shortcut is pressed (ctrl-shift-b).craig.schlenter@chromium.org2009-06-241-1/+2
* Adds back BrowserWindowGtk::set_drag_active.sky@chromium.org2009-06-231-0/+8
* Rejiggers the keyword editor so that the UI is independent of the model rathe...ben@chromium.org2009-06-231-0/+6
* Hide the window frame when the last tab is dragged out of a tabstrip.jhawkins@chromium.org2009-06-221-7/+2
* Move toolbar hotkeys to BrowserWindowGtk.estade@chromium.org2009-06-221-1/+12
* Reorganize the way the task manager is constructed.ben@chromium.org2009-06-221-0/+4
* Always draw the blue gradient background, even if the custom frametc@google.com2009-06-221-24/+27
* Add support for XF86Back and friends. This is how it's done in Galeon.thestig@chromium.org2009-06-221-0/+11
* Fix type. Fixes the gcc4.3 build.tc@google.com2009-06-221-1/+1
* Move the titlebar background drawing from the titlebar to thetc@google.com2009-06-221-0/+15
* Add the ability to resize the window when over the custom frame.tc@google.com2009-06-221-19/+200
* Add a (non functional) gtk KeywordEditorWindow and hook it up in the relevant...mattm@chromium.org2009-06-221-1/+2
* Clean up BrowserWindowGtk constructor.estade@chromium.org2009-06-191-93/+98
* Fix a bug where the window would not be shaped properly whentc@google.com2009-06-181-0/+1
* Make the tabstrip transparent (doesn't paint a background) bytc@google.com2009-06-181-1/+1
* Paint the custom frame border and round the corners.tc@google.com2009-06-181-12/+93
* gtk fullscreen fixes.estade@chromium.org2009-06-171-8/+28
* GTK bookmark bar: only animate when user changes the pref (not, for example, ...estade@chromium.org2009-06-161-5/+6
* Improved tab overview animations with better animation and wiring tosky@chromium.org2009-06-161-0/+9
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Refactor the titlebar code into its own class because it's getting bigtc@google.com2009-06-121-126/+8
* Fix themed toolbar drawing following tabstrip changes.estade@chromium.org2009-06-121-2/+3
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+4
* Replace a notimplemented with a link to the bug report.jhawkins@chromium.org2009-06-101-1/+1
* First cut at tall titlebar and custom window frame.tc@google.com2009-06-101-13/+149
* Refactors tab overview and gets the rest of the chunks working. I'vesky@chromium.org2009-06-101-1/+5
* <!doctype html public '-//w3c//dtd html 4.0 transitional//en'><html><head><ME...willchan@chromium.org2009-06-101-0/+4
* Linux: Duplicate Accelerator mapping in browser window mhm@chromium.org2009-06-061-1/+0
* On linux, add a context menu item in the tab strip for disablingtc@google.com2009-06-041-10/+17
* Linux toolbar cleanups.tc@google.com2009-06-041-2/+5
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-2/+17
* Implement dragging a tab back into a tabstrip for gtk.jhawkins@chromium.org2009-06-031-1/+42
* Make the bookmark bar closing animation less janky.estade@chromium.org2009-06-011-2/+4
* linux: save window positions.evan@chromium.org2009-05-301-5/+33
* Fix initial window placement when dragging a tab out of the tabstrip into its...jhawkins@chromium.org2009-05-261-3/+1
* Add a single monitor implementation of WindowSizer for Linux. (try 2)thestig@chromium.org2009-05-261-3/+10
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-221-8/+2
* Reverting 16796.thestig@chromium.org2009-05-221-10/+3