summaryrefslogtreecommitdiffstats
path: root/chrome/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Unrevert 11294.mpcomplete@google.com2009-03-101-1/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Fixes crash in ResizeCorner. ResizeCorner was caching the BrowserViewsky@google.com2009-03-091-0/+8
* Revert r9953 since it caused regressions like: ben@chromium.org2009-03-041-2/+1
* Support DWM switching.ben@chromium.org2009-03-031-0/+6
* An attempt at fixing a crasher reported from the field.jcampan@chromium.org2009-02-271-1/+4
* Fixing 8010: Missing options from Options dlg.finnur@google.com2009-02-241-1/+4
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-4/+5
* Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit...idanan@chromium.org2009-02-181-1/+2
* Make system menus show up at the right place for all frames, whether they're ...pkasting@chromium.org2009-02-131-6/+5
* Don't focus unfocusable things.pkasting@chromium.org2009-02-131-2/+1
* Fix an issue with HWNDView visibility where invisible (i.e. SetVisible(false)...pkasting@chromium.org2009-02-131-0/+2
* Fix the broken commit in r8250. The problem was that basictypes.herg@google.com2009-01-201-90/+22
* Revert "Add #ifdefs to the views/ code and move windows specific codeerg@google.com2009-01-171-22/+90
* Add #ifdefs to the views/ code and move windows specific code into their own ...erg@google.com2009-01-171-90/+22
* Constify the params of a couple View functions, which I'll need for an upcomi...pkasting@chromium.org2009-01-151-5/+13
* Replace some CRects with gfx::Rectagl@chromium.org2008-12-171-4/+4
* Rename Container->Widgetben@chromium.org2008-11-211-34/+28
* Make border and background setting and getting non-virtual and use the correc...brettw@google.com2008-11-141-32/+5
* Fixes bug in showing context menu for buttons. In particular becausesky@google.com2008-11-121-2/+1
* Changes tree/table to pass in an appropriate location when the contextsky@google.com2008-11-101-0/+8
* In dialogs, when the focus moves to a button, that button should become the d...jcampan@chromium.org2008-11-081-0/+27
* Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-...klink@chromium.org2008-10-311-0/+7
* Adds a horizontal split view.sky@google.com2008-10-241-1/+1
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-14/+9
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-2/+2
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-61/+24
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-16/+16
* Convert GetPreferredSize from:beng@google.com2008-10-151-15/+14
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-141-10/+12
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-41/+20
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-5/+6
* Fix RTL issues with opaque frame. ben@chromium.org2008-10-101-0/+1
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-1/+2
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-32/+32
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-161-14/+27
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-2/+12
* Add chrome to the repository.initial.commit2008-07-261-0/+1710