summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Converts info bubbles on views/gtk from popups to normal windows tosky@chromium.org2009-10-071-24/+2
* Pulls ActiveWindowWatcher into app so that we can use it insky@chromium.org2009-09-281-15/+18
* Implement BrowserList::AllBrowsersClosed for Linux.tony@chromium.org2009-09-241-1/+3
* Changes from listening to focus-out/focus-in for active status tosky@chromium.org2009-09-241-3/+18
* Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments onsky@chromium.org2009-09-221-15/+14
* Implements WindowGtk::CloseAllSecondaryWindows.sky@chromium.org2009-09-091-1/+5
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-261-1/+1
* Reverts menu patch.sky@chromium.org2009-08-261-1/+1
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-261-1/+1
* Makes Path::CreateGdkRegion return NULL for empty paths. Without thissky@chromium.org2009-08-191-1/+4
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-011-14/+2
* Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ...ben@chromium.org2009-07-251-13/+44
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-021-1/+1
* Makes it possible for Widget's on GTK to have a transparentsky@chromium.org2009-06-081-1/+1
* Implement window state restoration for the views-gtk window.ben@chromium.org2009-06-041-24/+49
* Allow WindowGtks to be moved and sized when the mouse is over the caption or ...ben@chromium.org2009-06-041-0/+109
* Implement custom window shapes as provided by the NonClientView in WindowGtk.ben@chromium.org2009-06-041-0/+21
* Fixes a couple of bugs encountered in getting info bubbles to work:sky@chromium.org2009-06-021-0/+1
* Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetksky@chromium.org2009-06-011-11/+2
* Remove warning about IsFullScreen() not being implented and davemoore@chromium.org2009-06-011-13/+31
* Fix bustage in window_gtk introduced by theme changes adding 2 methods to Win...ben@chromium.org2009-05-311-0/+8
* More Linux linking issues fixed.brettw@chromium.org2009-05-281-0/+5
* Implement IsMinimized() and IsMaximized() for view gtkdavemoore@chromium.org2009-05-251-4/+18
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-231-1/+1
* Minor gtk-views cleanup:sky@chromium.org2009-05-201-2/+20
* Fixes delivery of mouse events in WidgetGtk. Also fixes GetRootWidgetsky@chromium.org2009-05-191-0/+1
* Factor out a BrowserFrame interface, and move the existing Windows-based codebrettw@chromium.org2009-05-191-0/+12
* Fix bustage... some more traces of always-on-top I forgot to remove.beng@google.com2009-05-141-3/+0
* Move Always On Top setting out of Window/WindowDelegate and into task manager...beng@google.com2009-05-141-0/+4
* Resurrect Scott's WindowGtk changes.ben@chromium.org2009-05-081-0/+199