summaryrefslogtreecommitdiffstats
path: root/views/controls/native_control_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+6
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-4/+2
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-2/+4
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-1/+1
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-2/+2
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-3/+3
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-5/+4
* Attempt 2 at:sky@chromium.org2010-11-211-6/+7
* Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...sky@chromium.org2010-11-191-7/+6
* Converts usage of SetProp/GetProp to a map. Even after making sure wesky@chromium.org2010-11-191-6/+7
* Adds the ability for classes other than native control to processsky@chromium.org2010-11-101-7/+8
* Revert 65109 - Adds the ability for classes other than native control to processsky@chromium.org2010-11-041-8/+7
* Adds the ability for classes other than native control to processsky@chromium.org2010-11-041-7/+8
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-011-2/+4
* Improvements to accessibility extension api support for "views":dmazzoni@chromium.org2010-08-061-5/+9
* Make sure to only handle real visiblity changes in NativeViewHost.mnissler@chromium.org2010-07-161-3/+7
* Fix the announcement of combo boxes by excluding them from firing events on o...dtseng@chromium.org2010-07-121-1/+6
* Fix radiobuttons and connect up child widgets again.dtseng@chromium.org2010-06-241-0/+6
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-2/+2
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-14/+10
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-11/+20
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-20/+11
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-11/+20
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-20/+11
* Refactor window impl of scroll bar for future linux implementation.oshima@chromium.org2009-09-231-1/+6
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-2/+1
* Review URL: http://codereview.chromium.org/150051jcampan@chromium.org2009-06-301-19/+6
* Revert :nsylvain@chromium.org2009-06-221-1/+2
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-2/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+2
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-2/+1
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+10
* Make Combobox portableben@chromium.org2009-06-021-6/+12
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-291-16/+16
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-3/+0
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+201