summaryrefslogtreecommitdiffstats
path: root/chrome/views/non_client_view.cc
Commit message (Expand)AuthorAgeFilesLines
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Fix regression where the window caption buttons weren't clickable when maximi...ben@chromium.org2009-03-041-0/+30
* Fix interactive ui tests. There was a bug in the NonClientView::GetPreferredS...ben@chromium.org2009-03-031-1/+2
* Support DWM switching.ben@chromium.org2009-03-031-29/+106
* Flatten CustomFrameWindow functionality onto Window.ben@chromium.org2009-02-271-0/+4
* All views::Window objects must have a NonClientView, regardless of whether or...ben@chromium.org2009-02-271-0/+71
* Make system menus show up at the right place for all frames, whether they're ...pkasting@chromium.org2009-02-131-0/+1
* Make aero glass code look more like other nonclient views in hopes of easing ...pkasting@chromium.org2009-02-091-8/+9
* Support custom border widths. Allow user to resize the window (instead of do...pkasting@chromium.org2009-02-061-26/+27
* Per Glen, remove the bottom border of maximized windows. I went ahead and al...pkasting@chromium.org2009-01-291-7/+6
* Move kClientEdgeThickness from BrowserView to NonClientView (which makes more...pkasting@chromium.org2009-01-291-0/+2
* This change should have few user-visible effects. I think I slightly modifie...pkasting@chromium.org2009-01-261-18/+19
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-2/+2
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-10/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Make NonClientView an interface independent of CustomFrameWindow (i.e. move i...beng@google.com2008-07-301-0/+83