summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Canvas refactoring part 3.ben@chromium.org2010-06-241-4/+4
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-225/+3
* Attempt 2 at:sky@chromium.org2010-06-151-0/+72
* Revert 49795 - Changes the tab close button to a dot, unless you're near the ...sky@chromium.org2010-06-151-71/+0
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-151-0/+71
* UI Language switch implemented by propagating LocaleChanged()glotov@google.com2010-04-201-0/+5
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-12/+0
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Gtk views code touch upxiyuan@chromium.org2010-03-161-1/+6
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-9/+4
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-0/+5
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-011-2/+2
* Turns on the focus traversal unit-tests and fixed some focus traversal problem:jcampan@chromium.org2009-10-071-3/+12
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-17/+17
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-2/+2
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-2/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-2/+2
* Landing oshima patch.jcampan@chromium.org2009-09-101-0/+5
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-091-4/+4
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-011-7/+0
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-011-7/+3
* Refactors RootViewDropTarget into a platform independent part,sky@chromium.org2009-08-111-33/+2
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-011-5/+22
* This makes the unit-tests pass with toolkit_views on Linux.jcampan@chromium.org2009-07-151-5/+5
* Fixes compile bugs for views on gtk.sky@chromium.org2009-06-301-0/+4
* Fixing a breakage in the GTK toolkit build that my last check-in caused.jcampan@chromium.org2009-06-301-1/+1
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-17/+4
* Update Skia transfer modes to match changes in Skia as of r239amanda@chromium.org2009-06-251-1/+1
* Revert :nsylvain@chromium.org2009-06-221-4/+17
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-17/+4
* Reverting 18872.jcampan@chromium.org2009-06-191-4/+17
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-17/+4
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-121-40/+74
* Removing some unused FocusManager related code from RootView.jcampan@chromium.org2009-06-081-8/+0
* Implement some basic functionality in RootView and View.ben@chromium.org2009-06-051-0/+11
* Rephrase this code to be slightly less verbose.ben@chromium.org2009-06-041-5/+2
* Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...ben@chromium.org2009-06-041-19/+21
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-2/+2
* Removing floating views, they are not used anymore.jcampan@chromium.org2009-05-111-90/+14
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+1001