summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-275-2/+11
* Handful of changes to NativeControl, TreeView and TableView I'm goingsky@google.com2008-10-248-31/+149
* Adds a horizontal split view.sky@google.com2008-10-244-1/+185
* Fixes bug in FillLayout. It should use the size of the root view. I'msky@google.com2008-10-231-3/+1
* test something else to fix dist crashesben@chromium.org2008-10-231-0/+4
* Fixes bug in TextField::SetEnabled. The code was invoking SetReadOnlysky@google.com2008-10-231-1/+1
* Adds models needed by the bookmark manager. Specifically asky@google.com2008-10-231-1/+2
* try to fix dist crashesben@chromium.org2008-10-221-0/+2
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-1/+1
* forgot these filesben@chromium.org2008-10-222-30/+93
* Fix the bug with the minimize/restore buttons getting stuck hot when the wind...ben@chromium.org2008-10-222-6/+14
* try rolling this back to see if it helpsben@chromium.org2008-10-212-85/+30
* More Windows-is-a-crack-baby mitigation.beng@google.com2008-10-202-30/+85
* Allow middle click on the only tab with one window open.ben@chromium.org2008-10-174-10/+53
* Support shortcut show styles for "run maximized", "run minimized" etc.ben@chromium.org2008-10-172-2/+7
* more bustage fixesben@chromium.org2008-10-171-4/+4
* fix release bustage :-(ben@chromium.org2008-10-171-1/+4
* attempt at fixing release bustageben@chromium.org2008-10-171-0/+2
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-1710-82/+61
* testing something elseben@chromium.org2008-10-171-1/+1
* Adds the anti-carpet bombing dialog. More specifically a newsky@google.com2008-10-171-2/+3
* Removes an unneeded override.sky@google.com2008-10-172-7/+0
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-16123-513/+509
* Fix weird NC painting in classic mode by removing an apparently unnecessary w...ben@chromium.org2008-10-161-4/+1
* fix unittestben@chromium.org2008-10-161-2/+4
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-1632-278/+170
* revert the testbeng@google.com2008-10-161-1/+1
* a quick testbeng@google.com2008-10-161-1/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-1641-359/+344
* Convert GetPreferredSize from:beng@google.com2008-10-1552-466/+434
* Label::SizeToFit was not setting the width properly.jcampan@chromium.org2008-10-151-1/+1
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-1412-40/+44
* Actually handle WM_SETICON and provide a virtual base that CustomFrameWindow ...ben@chromium.org2008-10-141-0/+5
* Fix some places I missed the renaming changes.brettw@google.com2008-10-141-1/+1
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-1417-167/+148
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-1412-130/+103
* Fix issues with mouseleave messages not getting sent due to some sort of issu...ben@chromium.org2008-10-132-4/+5
* Use system title bar font for app windows, detached popups, constrained popups.ben@chromium.org2008-10-131-2/+10
* Assorted improvements to window maximization and flicker on Windows Vista wit...ben@chromium.org2008-10-132-8/+95
* Fix RTL issues with opaque frame. ben@chromium.org2008-10-102-1/+2
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-102-10/+23
* Roll back trial from last nightben@chromium.org2008-10-103-22/+0
* Another attempt at fixing non-client flicker. Let's see how well this works.ben@chromium.org2008-10-101-9/+9
* Put this file back into its original state when I first landed this change ea...ben@chromium.org2008-10-092-0/+11
* Put back WM_ENTERIDLE handler and remove WM_INITMENU and WM_INITMENUPOPUP han...ben@chromium.org2008-10-092-11/+7
* The window class now set the initial focus after the window is made visible. ...jcampan@chromium.org2008-10-091-13/+2
* Roll back this section of the previous change to see if it is necessary.ben@chromium.org2008-10-092-7/+0
* Another attempt at fixing standard non-client area overpainting.ben@chromium.org2008-10-093-8/+20
* Re-land this earlier change. Will deal with dist crashes as they arise.ben@chromium.org2008-10-091-0/+3
* Fix weird painting of elements of the non-client area.ben@chromium.org2008-10-093-24/+54