summaryrefslogtreecommitdiffstats
path: root/views/controls/native_control.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-291-3/+3
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-5/+0
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1
* Remove even more ATL dependencies.maruel@chromium.org2009-05-141-1/+2
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-131-2/+1
* Remove even more ATL dependencies.maruel@chromium.org2009-05-131-1/+2
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+385