summaryrefslogtreecommitdiffstats
path: root/views/controls/native_control.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-1/+1
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-1/+1
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* 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-4/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-3/+3
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-3/+3
* Attempt 2 at:sky@chromium.org2010-11-211-7/+8
* Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...sky@chromium.org2010-11-191-8/+7
* Converts usage of SetProp/GetProp to a map. Even after making sure wesky@chromium.org2010-11-191-7/+8
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-011-18/+27
* Revert 63478 - Adds CHECKs in hopes of figuring out why we're crashing on som...sky@chromium.org2010-10-221-8/+3
* Adds CHECKs in hopes of figuring out why we're crashing on some testsky@chromium.org2010-10-221-3/+8
* Re-lands 58186:bryeung@chromium.org2010-09-031-2/+3
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-3/+2
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-2/+3
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-3/+2
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-2/+3
* Reland r54074.dtseng@chromium.org2010-07-301-1/+1
* Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs).rohitrao@chromium.org2010-07-291-1/+1
* Add initial tests for keyboard access (tabbing in some dialogs).dtseng@chromium.org2010-07-281-1/+1
* Set the initial focus when the task manager first activates and shows. Also,...dtseng@chromium.org2010-07-281-0/+1
* Re-land r51526mnissler@chromium.org2010-07-051-1/+1
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-021-1/+1
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-021-1/+1
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-2/+2
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-11/+5
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-011-3/+3
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-2/+2
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-0/+2
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-2/+0
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-2/+3
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-3/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-2/+3
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-0/+2
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-2/+0
* Uses POINT instead of CPoint to reduce the dependency in ATL.scherkus@chromium.org2009-09-031-2/+2
* Reverting 23645.jhawkins@chromium.org2009-08-181-22/+29
* Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-181-29/+22
* 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-2/+2
* 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-2/+9