Sign in
chromium
/
chromium
/
src
/
2fb6d466842f445078962a2f5aa4fa7af49d2313
/
chrome
/
views
/
view.cc
2fb6d46
Make system menus show up at the right place for all frames, whether they're triggered by clicking the window icon or hitting alt-space. Make clicking the icon for windows without a non-client view (e.g. the Bookmark Manager on Aero Glass) bring up the system menu.
by
[email protected]
· 17 years ago
830e206
Don't focus unfocusable things. Review URL: http://codereview.chromium.org/20348
by
[email protected]
· 17 years ago
b6296fd
Fix an issue with HWNDView visibility where invisible (i.e. SetVisible(false)) views would have ShowWindow() called on them, which was bogus.
by
[email protected]
· 17 years ago
6ff244f
Fix the broken commit in r8250. The problem was that basictypes.h
by
[email protected]
· 17 years ago
e044f8d
Revert "Add #ifdefs to the views/ code and move windows specific code
by
[email protected]
· 17 years ago
81514c5
Add #ifdefs to the views/ code and move windows specific code into their own files to get some files compiling.
by
[email protected]
· 17 years ago
bb515ed
Constify the params of a couple View functions, which I'll need for an upcoming change to be able to call these from someone else's const member function.
by
[email protected]
· 17 years ago
3b680a8
Replace some CRects with gfx::Rect
by
[email protected]
· 17 years ago
a0dde12
Rename Container->Widget
by
[email protected]
· 17 years ago
9a3f0ac2
Make border and background setting and getting non-virtual and use the correct style. I was debugging in here and this was annoying me, since there is no reason for these functions to be virtual.
by
[email protected]
· 17 years ago
8c30313
Fixes bug in showing context menu for buttons. In particular because
by
[email protected]
· 17 years ago
f704ee7
Changes tree/table to pass in an appropriate location when the context
by
[email protected]
· 17 years ago
e8e0f36
In dialogs, when the focus moves to a button, that button should become the default button.
by
[email protected]
· 17 years ago
042811c
Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-click menu, specifically on the toolbar's back/forward buttons.
by
[email protected]
· 17 years ago
066e70a
Adds a horizontal split view.
by
[email protected]
· 17 years ago
0a1d36b2
Convert SchedulePaint and a few other methods to use gfx types.
by
[email protected]
· 17 years ago
c2dacc9
Rename ChromeViews namespace to views
by
[email protected]
· 17 years ago
80f8b9f
Make View::SetBounds take a const gfx::Rect& instead of a const CRect&
by
[email protected]
· 17 years ago
4d0bd10
Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.
by
[email protected]
· 17 years ago
154f8bc
Convert GetPreferredSize from:
by
[email protected]
· 17 years ago
613b806
Convert HitTest/GetViewForPoint to use gfx::Point
by
[email protected]
· 17 years ago
96b667d
Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.
by
[email protected]
· 17 years ago
0d8ea70
Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const.
by
[email protected]
· 17 years ago
6332998
Fix RTL issues with opaque frame.
by
[email protected]
· 17 years ago
de56f378
Merge the chrome_webkit_merge_branch back on to trunk. This brings us
by
[email protected]
· 17 years ago
6f3bb6c
Rename legacy methods that were in CamelCase to unix_hacker.
by
[email protected]
· 17 years ago
82739cf
Allow Views to support an optional hit-test mask. Make hittest use this.
by
[email protected]
· 17 years ago
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
1eb89e8
Large patch set (159 files total) to cleanup the includes.
by
[email protected]
· 17 years ago
09911bf
Add chrome to the repository.
by initial.commit
· 17 years ago