| Commit message (Expand) | Author | Age | Files | Lines |
* | Disambiguate OnMouseCaptureLost from OnMouseReleased. | msw@chromium.org | 2011-03-29 | 1 | -5/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Fix for issue =76919 and added --keep-mouse-cursor (76976) | saintlou@chromium.org | 2011-03-23 | 1 | -0/+5 |
* | Reorder some views::View overrides & other functions. | msw@chromium.org | 2011-03-16 | 1 | -6/+6 |
* | Start working on compositor tree painting. | sadrul@chromium.org | 2011-03-15 | 1 | -0/+1 |
* | Clean up some event code: | msw@chromium.org | 2011-03-14 | 1 | -12/+9 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | Revert 76825 - Refactor Views accessibility. | jcivelli@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-03 | 1 | -1/+1 |
* | Update LocatedEvent and MouseWheelEvent. | msw@chromium.org | 2011-02-25 | 1 | -6/+2 |
* | Transformable views: Use the transformation for points and events. | sadrul@chromium.org | 2011-02-24 | 1 | -2/+6 |
* | Move some more direct uses of RootView to Widget. | ben@chromium.org | 2011-02-24 | 1 | -2/+2 |
* | More RootView cleanup: | ben@chromium.org | 2011-02-23 | 1 | -48/+20 |
* | Dramatically simplify view painting by getting rid of RootView's redundant kn... | ben@chromium.org | 2011-02-23 | 1 | -68/+2 |
* | Remove usages of RootView from View by moving relevant RootView API methods t... | ben@chromium.org | 2011-02-18 | 1 | -24/+0 |
* | Remove "visible bounds in root changed" functions from RootView, move them to... | ben@chromium.org | 2011-02-16 | 1 | -11/+0 |
* | Rename ProcessPaint to Paint() | ben@chromium.org | 2011-02-16 | 1 | -1/+1 |
* | Sort methods in RootView cc/h. Add better documentation and outline future pl... | ben@chromium.org | 2011-02-15 | 1 | -178/+157 |
* | Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect | ben@chromium.org | 2011-02-15 | 1 | -1/+1 |
* | Add --debug-views-paint switch that shows damaged rectangles in red | oshima@google.com | 2011-02-12 | 1 | -0/+8 |
* | Rework tree APIs to reflect Google style and more const-correctness.Also, mov... | ben@chromium.org | 2011-02-09 | 1 | -1/+2 |
* | touch: Return an enum from OnTouchEvent. | sadrul@chromium.org | 2011-01-18 | 1 | -1/+1 |
* | Fix style nit. | sky@chromium.org | 2010-11-17 | 1 | -1/+1 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | Added entry points to view/View to dispatch and process TouchEvents. | rjkroege@google.com | 2010-09-08 | 1 | -2/+27 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Bye bye tab close dot, we hardly knew you. | sky@chromium.org | 2010-07-07 | 1 | -24/+0 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 1 | -10/+5 |
* | Attempt 2 at: | sky@chromium.org | 2010-06-15 | 1 | -0/+24 |
* | Revert 49795 - Changes the tab close button to a dot, unless you're near the ... | sky@chromium.org | 2010-06-15 | 1 | -24/+0 |
* | Changes the tab close button to a dot, unless you're near the button | sky@chromium.org | 2010-06-15 | 1 | -0/+24 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 1 | -3/+0 |
* | UI Language switch implemented by propagating LocaleChanged() | glotov@google.com | 2010-04-20 | 1 | -0/+4 |
* | Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j... | pkasting@chromium.org | 2010-04-03 | 1 | -2/+0 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 1 | -4/+1 |
* | Addded notification when ancestor gets changed. So windows that lack focus ma... | georgey@chromium.org | 2010-01-07 | 1 | -0/+4 |
* | Lands http://codereview.chromium.org/449003/show for Thiago: | sky@chromium.org | 2009-12-01 | 1 | -2/+3 |
* | Adds support for initiating drags from bookmark menus. | sky@chromium.org | 2009-08-28 | 1 | -9/+8 |
* | Refactors RootViewDropTarget into a platform independent part, | sky@chromium.org | 2009-08-11 | 1 | -14/+0 |
* | Status bubble limping in TOOLKIT_VIEWS. | ben@chromium.org | 2009-08-01 | 1 | -0/+4 |
* | Fix reversed focus traversal order issue. | yutak@chromium.org | 2009-06-12 | 1 | -6/+10 |
* | Removing some unused FocusManager related code from RootView. | jcampan@chromium.org | 2009-06-08 | 1 | -17/+0 |
* | Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a... | ben@chromium.org | 2009-06-04 | 1 | -3/+4 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | Resurrect Scott's WindowGtk changes. | ben@chromium.org | 2009-05-08 | 1 | -8/+5 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -0/+363 |