summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Begin work on extension shelf for Linux.phajdan.jr@chromium.org2009-07-171-1/+22
* forgot a file (or rather gcl was hiding it in another cl)estade@chromium.org2009-07-171-10/+3
* DevTools: Initial commit with docked devtools window support on Linux.pfeldman@chromium.org2009-07-161-2/+38
* Revert r20667, which broke dropdown menus.estade@chromium.org2009-07-151-5/+0
* Make GTK file dialog box modal for parent window, instead of for the entireestade@chromium.org2009-07-141-0/+5
* DevTools: Focus docked DevTools window on breakpoint.pfeldman@chromium.org2009-07-141-0/+4
* A blind fix for Issue 13443.hbono@chromium.org2009-07-141-0/+1
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-131-9/+0
* Fix UMR caused by ActiveWindowWatcher.tc@google.com2009-07-101-0/+4
* GTK Themes: Set bg/text colors for the download shelf.erg@google.com2009-07-101-0/+3
* GTK Themes: Provide the correct inactive frame tint color.erg@google.com2009-07-101-1/+0
* Convert some stuff to string16 so the toolkit_views build can build againben@chromium.org2009-07-101-2/+2
* Change the window background color to the inactive color when thetc@google.com2009-07-091-22/+69
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-8/+8
* XFCE disables the system decorations if there's an xshape set. Sotc@google.com2009-07-081-6/+10
* Wasn't able to browse to new files within panelsdavemoore@chromium.org2009-07-081-8/+2
* GTK Themes: Use the correct text color in the tab strip.erg@google.com2009-07-081-0/+1
* Work around a bug in KWin where the window shape doesn't gettc@google.com2009-07-071-2/+6
* GTK Themes: Status bubble obeys GTK colors now.erg@google.com2009-07-071-1/+2
* Adds a couple of keybindings.sky@chromium.org2009-07-071-0/+8
* Popup changesdavemoore@chromium.org2009-07-071-6/+39
* GTK Themes: Set the text color of bookmark buttons to theme color.erg@google.com2009-07-071-1/+2
* 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