summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...ben@chromium.org2008-10-083-1/+33
* Make sure the window icon is set to at least the app icon as the window is cr...ben@chromium.org2008-10-081-8/+5
* Enables sorting of the tables in the password editor and the URLsky@google.com2008-10-082-11/+19
* Eliminate non-client flicker of the standard windows title bar when handling ...beng@google.com2008-10-084-29/+79
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-1/+2
* Fix some issues found looking at the code.maruel@google.com2008-09-302-0/+4
* Fix 3011: Accessibility crash on teardown of HWNDViewContainerfinnur@google.com2008-09-301-0/+7
* Catch up SCons Windows build with recent file shuffling and other changes:sgk@google.com2008-09-261-2/+0
* Adds the ability to sort TableView. Contrary to what we spoke aboutsky@google.com2008-09-266-152/+952
* I'm going to try and land this again. This is exactly the same change as you ...sky@google.com2008-09-222-11/+29
* Reverts fix for 2554.sky@google.com2008-09-222-29/+11
* Fixes mnemonic bug in chrome menus. After this change you can indicatesky@google.com2008-09-222-11/+29
* Fixes bug in tooltip manager. Mouse coordinates for NC events are insky@google.com2008-09-192-4/+12
* roll backbeng@google.com2008-09-191-3/+0
* Make sure the frame is set to the foreground when:ben@chromium.org2008-09-191-0/+3
* Fix painting of the title bar when the window is maximized and then deactivated.ben@chromium.org2008-09-181-1/+1
* Fix GDI leak in Window object (leak of HICONs)ben@chromium.org2008-09-171-4/+12
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-1740-445/+442
* Fix a leak in the view unit tests.ben@chromium.org2008-09-171-2/+2
* 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
* Touchpad support for laptopsjoshia@google.com2008-09-161-1/+2
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-163-14/+113
* fix build bustagebeng@google.com2008-09-132-2/+2
* Prevent window caption flashing in the magic frames by handling undocumented ...beng@google.com2008-09-123-0/+45