summaryrefslogtreecommitdiffstats
path: root/chrome/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set an upper limit to the number of characters that can appear in a tooltip s...beng@google.com2008-09-111-0/+9
* Double clicking on an item in the task manager should bring the relevant tab ...petersont@google.com2008-09-103-10/+31
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-102-6/+6
* Fixes bug in TableView where by we return nothing as selected whensky@google.com2008-09-092-36/+22
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-083-0/+20
* This patch is from Andrew Brampton <me@bramp.net>.sky@google.com2008-09-083-7/+14
* Fixes crash that occurred because DialogClientView::AcceptWindow wassky@google.com2008-09-052-0/+15
* Fix the polymorphic WindowResources class and FramePartBitmap enum.maruel@google.com2008-09-041-13/+4
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-036-176/+80
* Update Copyright text in SCons config files.sgk@google.com2008-09-011-28/+4
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-1/+4
* Explicitly call RunAllPending in the Teardown phase a few more unit tests todarin@google.com2008-08-271-0/+3
* Make the system menu for frames have submenus for encoding and text zoombeng@google.com2008-08-261-0/+2
* Extends the toolbar keyboard support. Adds skipping of unavailable elements o...klink@google.com2008-08-262-3/+3