summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Support DWM switching.ben@chromium.org2009-03-031-506/+0
* Flatten CustomFrameWindow functionality onto Window.ben@chromium.org2009-02-271-6/+0
* All views::Window objects must have a NonClientView, regardless of whether or...ben@chromium.org2009-02-271-9/+0
* Move DefaultNonClientView out into its own cc/h file.ben@chromium.org2009-02-271-795/+2
* Not DefProc'ing the NCActivate seems to cause the process not to be shown as ...jcampan@chromium.org2009-02-271-1/+4
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+2
* Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit...idanan@chromium.org2009-02-181-16/+1
* Make system menus show up at the right place for all frames, whether they're ...pkasting@chromium.org2009-02-131-8/+6
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Make aero glass code look more like other nonclient views in hopes of easing ...pkasting@chromium.org2009-02-091-14/+5
* Paper over a crash that I think is due to the way we shut down the view hiera...ben@chromium.org2009-02-041-0/+7
* Fix Aero Basic (i.e. non-glass) maximized mode drawing. This old hack was in...pkasting@chromium.org2009-01-311-46/+0
* Fix various problems with constrained windows and/or custom frame windows:pkasting@chromium.org2009-01-301-77/+183
* Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c...pkasting@chromium.org2009-01-291-164/+117
* Per Glen, remove the bottom border of maximized windows. I went ahead and al...pkasting@chromium.org2009-01-291-1/+1
* This change should have few user-visible effects. I think I slightly modifie...pkasting@chromium.org2009-01-261-6/+2
* Some cleanups I've had sitting around for a while that are getting in my way ...pkasting@chromium.org2009-01-261-139/+93
* Two of the three places that set a window mask had it wrong. Fix it.pkasting@chromium.org2009-01-261-1/+4
* Fix maximized mode drawing offscreen in Classic mode. Apparently Classic, un...pkasting@chromium.org2009-01-151-7/+14
* Rip out custom WM_GETMINMAXINFO handling entirely. I think this is a relic o...pkasting@chromium.org2008-12-161-36/+0
* Changes DefaultNonClientView to show the min/max buttons if thesky@google.com2008-12-091-0/+2
* Rename Container->Widgetben@chromium.org2008-11-211-12/+10
* Some speculative fixes for UI test flakiness.beng@google.com2008-11-131-5/+5
* Uncomment out these two lines I commented out a few weeks ago so that the tru...ben@chromium.org2008-11-121-4/+0
* test something else to fix dist crashesben@chromium.org2008-10-231-0/+4
* try to fix dist crashesben@chromium.org2008-10-221-0/+2
* forgot these filesben@chromium.org2008-10-221-30/+82
* try rolling this back to see if it helpsben@chromium.org2008-10-211-74/+30
* More Windows-is-a-crack-baby mitigation.beng@google.com2008-10-201-30/+74
* Allow middle click on the only tab with one window open.ben@chromium.org2008-10-171-10/+27
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-1/+1
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-11/+10
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-3/+2
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-4/+4
* Convert GetPreferredSize from:beng@google.com2008-10-151-45/+53
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-42/+38
* 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-131-8/+93
* Roll back trial from last nightben@chromium.org2008-10-101-16/+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-091-0/+10
* Put back WM_ENTERIDLE handler and remove WM_INITMENU and WM_INITMENUPOPUP han...ben@chromium.org2008-10-091-10/+6
* Roll back this section of the previous change to see if it is necessary.ben@chromium.org2008-10-091-6/+0
* Another attempt at fixing standard non-client area overpainting.ben@chromium.org2008-10-091-5/+16
* Fix weird painting of elements of the non-client area.ben@chromium.org2008-10-091-24/+49
* Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...ben@chromium.org2008-10-081-1/+1
* Eliminate non-client flicker of the standard windows title bar when handling ...beng@google.com2008-10-081-12/+27
* Fix painting of the title bar when the window is maximized and then deactivated.ben@chromium.org2008-09-181-1/+1