summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-041-4/+4
* Remove WindowGtk::Init() to InitWindow().thakis@chromium.org2011-03-041-2/+2
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-3/+1
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-031-1/+2
* Dont update title window for chromeososhima@google.com2011-03-021-1/+5
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-2/+1
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-1/+2
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Store the user's profile as a property of a window in order to access it when...mirandac@chromium.org2011-02-041-0/+8
* Notify the root widget the the Theme changes when FrameTypeChanged() is evokedzork@chromium.org2010-12-221-3/+3
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-3/+1
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-231-6/+3
* Makes NativeFrameView implement GetPreferredSize. Without this wesky@chromium.org2010-10-181-0/+2
* Refactor AppModalDialog to more clearly isolate platform specific UI pieces a...ben@chromium.org2010-09-281-0/+2
* Implement BrowserWindow deactivate on Linux (views and GTK).jcivelli@chromium.org2010-08-121-1/+1
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-111-0/+4
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Allow widgets to have keyboard shortcuts.avayvod@chromium.org2010-06-161-13/+0
* Cleanup of about boxseanparent@google.com2010-06-091-0/+7
* views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.tfarina@chromium.org2010-06-021-1/+14
* some more fixes for ignored scoped_ptr::release() callsestade@chromium.org2010-05-061-1/+2
* Gets rid of the annoying white dot in the upper left corner of allsky@chromium.org2010-04-231-1/+1
* Reland r41641 "Make DevTools open docked by default..."xiyuan@chromium.org2010-03-221-2/+2
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Revert "Make DevTools open docked by default for chrome os."tony@chromium.org2010-03-161-2/+2
* Gtk views code touch upxiyuan@chromium.org2010-03-161-6/+14
* Make DevTools open docked by default for chrome os.xiyuan@chromium.org2010-03-151-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-0/+1
* views: Make WindowGtk set transient-for hint before mapping.derat@chromium.org2010-03-091-3/+3
* Fixes crash on double clicking in the upper right corner of thesky@chromium.org2009-11-241-4/+6
* Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...ben@chromium.org2009-11-071-0/+4
* Attempt 2 at:sky@chromium.org2009-11-041-1/+1
* Revert 30903 - Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Gets find bar animation/clipping to work on views/gtk.sky@chromium.org2009-11-041-1/+1
* Enable System Context Menu for linux views.oshima@chromium.org2009-10-221-6/+16
* Do work necessary to make Views About panel work on Chrome OS. This is to be ...davemoore@chromium.org2009-10-191-0/+5
* Fixes regression in menu button. I converted a call from GetWidget tosky@chromium.org2009-10-141-1/+1
* Adds code to reset cursor on leave. We need to do this or cursor cansky@chromium.org2009-10-131-0/+8
* 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