index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
window
/
window_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.
thakis@chromium.org
2011-03-04
1
-4
/
+4
*
Remove WindowGtk::Init() to InitWindow().
thakis@chromium.org
2011-03-04
1
-2
/
+2
*
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...
ben@chromium.org
2011-03-03
1
-3
/
+1
*
Get rid of most of the old method uses from WidgetGtk. I think this is safe.
ben@chromium.org
2011-03-03
1
-1
/
+2
*
Dont update title window for chromeos
oshima@google.com
2011-03-02
1
-1
/
+5
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-2
/
+1
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-1
/
+2
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
1
-1
/
+1
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-1
/
+1
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-3
/
+3
*
Store the user's profile as a property of a window in order to access it when...
mirandac@chromium.org
2011-02-04
1
-0
/
+8
*
Notify the root widget the the Theme changes when FrameTypeChanged() is evoked
zork@chromium.org
2010-12-22
1
-3
/
+3
*
Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.
jeremy@chromium.org
2010-11-24
1
-3
/
+1
*
Refactoring of cursor usage (primarily for linux).
sadrul@chromium.org
2010-11-23
1
-6
/
+3
*
Makes NativeFrameView implement GetPreferredSize. Without this we
sky@chromium.org
2010-10-18
1
-0
/
+2
*
Refactor AppModalDialog to more clearly isolate platform specific UI pieces a...
ben@chromium.org
2010-09-28
1
-0
/
+2
*
Implement BrowserWindow deactivate on Linux (views and GTK).
jcivelli@chromium.org
2010-08-12
1
-1
/
+1
*
Making window.focus() work in Chrome.
jcivelli@chromium.org
2010-08-11
1
-0
/
+4
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
1
-1
/
+0
*
Allow widgets to have keyboard shortcuts.
avayvod@chromium.org
2010-06-16
1
-13
/
+0
*
Cleanup of about box
seanparent@google.com
2010-06-09
1
-0
/
+7
*
views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.
tfarina@chromium.org
2010-06-02
1
-1
/
+14
*
some more fixes for ignored scoped_ptr::release() calls
estade@chromium.org
2010-05-06
1
-1
/
+2
*
Gets rid of the annoying white dot in the upper left corner of all
sky@chromium.org
2010-04-23
1
-1
/
+1
*
Reland r41641 "Make DevTools open docked by default..."
xiyuan@chromium.org
2010-03-22
1
-2
/
+2
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-1
/
+2
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Revert "Make DevTools open docked by default for chrome os."
tony@chromium.org
2010-03-16
1
-2
/
+2
*
Gtk views code touch up
xiyuan@chromium.org
2010-03-16
1
-6
/
+14
*
Make DevTools open docked by default for chrome os.
xiyuan@chromium.org
2010-03-15
1
-2
/
+2
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
chromeos: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-14
1
-0
/
+1
*
views: Make WindowGtk set transient-for hint before mapping.
derat@chromium.org
2010-03-09
1
-3
/
+3
*
Fixes crash on double clicking in the upper right corner of the
sky@chromium.org
2009-11-24
1
-4
/
+6
*
Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...
ben@chromium.org
2009-11-07
1
-0
/
+4
*
Attempt 2 at:
sky@chromium.org
2009-11-04
1
-1
/
+1
*
Revert 30903 - Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
1
-1
/
+1
*
Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
1
-1
/
+1
*
Enable System Context Menu for linux views.
oshima@chromium.org
2009-10-22
1
-6
/
+16
*
Do work necessary to make Views About panel work on Chrome OS. This is to be ...
davemoore@chromium.org
2009-10-19
1
-0
/
+5
*
Fixes regression in menu button. I converted a call from GetWidget to
sky@chromium.org
2009-10-14
1
-1
/
+1
*
Adds code to reset cursor on leave. We need to do this or cursor can
sky@chromium.org
2009-10-13
1
-0
/
+8
*
Converts info bubbles on views/gtk from popups to normal windows to
sky@chromium.org
2009-10-07
1
-24
/
+2
*
Pulls ActiveWindowWatcher into app so that we can use it in
sky@chromium.org
2009-09-28
1
-15
/
+18
*
Implement BrowserList::AllBrowsersClosed for Linux.
tony@chromium.org
2009-09-24
1
-1
/
+3
*
Changes from listening to focus-out/focus-in for active status to
sky@chromium.org
2009-09-24
1
-3
/
+18
*
Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments on
sky@chromium.org
2009-09-22
1
-15
/
+14
*
Implements WindowGtk::CloseAllSecondaryWindows.
sky@chromium.org
2009-09-09
1
-1
/
+5
*
Attempt 2 at landing bookmark menus.
sky@chromium.org
2009-08-26
1
-1
/
+1
[next]