summaryrefslogtreecommitdiffstats
path: root/chrome/views/dialog_client_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding more space between dialog contents and the buttons. For XP Classic themeben@chromium.org2008-12-021-1/+1
* In dialogs, when the focus moves to a button, that button should become the d...jcampan@chromium.org2008-11-081-10/+63
* The "extra view" used by the DialogClientView must not be retrieved before th...ben@chromium.org2008-10-291-8/+14
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-6/+6
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-39/+25
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-1/+1
* Convert GetPreferredSize from:beng@google.com2008-10-151-15/+12
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-7/+7
* fix build bustagebeng@google.com2008-09-131-1/+1
* Fixes crash that occurred because DialogClientView::AcceptWindow wassky@google.com2008-09-051-0/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix crash in DialogClientView caused by recursion of Close calls. When migrat...beng@google.com2008-08-011-6/+8
* Move dialog-specific aspects of ClientView into a new subclass DialogClientView.beng@google.com2008-07-311-0/+410