summaryrefslogtreecommitdiffstats
path: root/chrome/views/custom_frame_window.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-31/+28
* Don't load the font for the window title if we're not going to be painting a ...beng@google.com2008-09-171-23/+10
* Prevent window caption flashing in the magic frames by handling undocumented ...beng@google.com2008-09-121-0/+18
* Fix the polymorphic WindowResources class and FramePartBitmap enum.maruel@google.com2008-09-041-13/+4
* Make the AeroGlassFrame better:beng@google.com2008-08-251-29/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Makes resize of custom frame window a bit smoother. I tried a wholesky@google.com2008-08-211-1/+14
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+1
* Hook up the system menu in new frames.erg@google.com2008-08-141-0/+5
* Add support for ChromeViews::Windows to disable inactive rendering. This is f...beng@google.com2008-08-111-2/+11
* Allow the window icon to be shown in the task bar, Alt+Tab etc.beng@google.com2008-08-091-0/+7
* Even more tweaks.beng@google.com2008-08-091-0/+2
* Add the AeroGlassFrame and AeroGlassNonClientView for Vista.beng@google.com2008-08-051-3/+3
* rollback these changesbeng@google.com2008-07-311-11/+8
* Should not be able to construct a CustomFrameWindow directly. Should use Crea...beng@google.com2008-07-311-8/+11
* Move some methods from public to protected, since only subclasses should be c...beng@google.com2008-07-311-4/+4
* Move dialog-specific aspects of ClientView into a new subclass DialogClientView.beng@google.com2008-07-311-54/+51
* Make NonClientView an interface independent of CustomFrameWindow (i.e. move i...beng@google.com2008-07-301-56/+18
* Window Delegate Improvements:beng@google.com2008-07-301-10/+9
* Add chrome to the repository.initial.commit2008-07-261-0/+1255