| Commit message (Expand) | Author | Age | Files | Lines |
* | Change PaintRecorder to Use Bounds from View or Layer Instead of PaintContext | weiliangc | 2015-07-13 | 1 | -30/+78 |
* | Make ViewsTestHelpers DCHECK that all Widgets are destroyed before unit test ... | tapted | 2015-06-18 | 1 | -57/+41 |
* | Refactor ViewsDelegate singleton | mohsen | 2015-06-10 | 1 | -1/+0 |
* | views: Early out of painting Views with empty bounds. | Dana Jansens | 2015-06-10 | 1 | -0/+35 |
* | ui: Introduce CanvasPainter, remove PaintContext(gfx::Canvas*). | danakj | 2015-06-04 | 1 | -38/+160 |
* | views: Avoid allocing a new SkPictureRecorder for each view. | danakj | 2015-05-07 | 1 | -1/+2 |
* | Move PaintContext from views::View to ui::. | danakj | 2015-04-03 | 1 | -17/+18 |
* | views: Store the View's offset from the paint root in PaintContext | danakj | 2015-04-02 | 1 | -0/+141 |
* | views: Replace CullSet with intersection queries against the paint rect | danakj | 2015-04-02 | 1 | -283/+303 |
* | Pass a View::PaintContext through the View paint recursion. | danakj | 2015-03-30 | 1 | -7/+8 |
* | views: Make View::Paint non-virtual. | danakj | 2015-03-25 | 1 | -2/+2 |
* | Adjust view unittest to work with impl-side-painting | weiliangc | 2015-03-07 | 1 | -68/+27 |
* | Add time_stamp parameter to MouseEvent constructor | robert.bradford | 2015-02-18 | 1 | -18/+22 |
* | Make ui::Compositor use ui::Scheduler | weiliangc | 2015-01-29 | 1 | -20/+40 |
* | View: Resizing a layer in RTL now correctly repositions its children. | mgiuca | 2015-01-12 | 1 | -0/+63 |
* | Revert of Make ui::Compositor use ui::Scheduler (patchset #13 id:360001 of ht... | isherman | 2014-12-06 | 1 | -40/+20 |
* | Make ui::Compositor use ui::Scheduler | weiliangc | 2014-12-05 | 1 | -20/+40 |
* | Revert of Do not interchange MOUSE_MOVED and MOUSE_DRAGGED events in Widget (... | tdanderson | 2014-11-07 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-27 | 1 | -41/+31 |
* | Revert of Make ui::Compositor use ui::Scheduler (patchset #2 id:20001 of http... | weiliangc | 2014-10-09 | 1 | -40/+20 |
* | replace OVERRIDE and FINAL with override and final in ui/ | mostynb | 2014-10-09 | 1 | -23/+23 |
* | Make ui::Compositor use ui::Scheduler | weiliangc | 2014-10-09 | 1 | -20/+40 |
* | Do not interchange MOUSE_MOVED and MOUSE_DRAGGED events in Widget | tdanderson | 2014-09-29 | 1 | -1/+1 |
* | Fix touch selection for Athena home card | mohsen | 2014-09-05 | 1 | -1/+1 |
* | Use qualified path for grit/ui_strings.h | tfarina | 2014-08-25 | 1 | -1/+1 |
* | Revert "Make SingleThreadProxy a SchedulerClient" | enne@chromium.org | 2014-08-13 | 1 | -40/+20 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-12 | 1 | -20/+40 |
* | Give up focus if the focused view becomes unfocusable | mohsen@chromium.org | 2014-08-11 | 1 | -0/+63 |
* | Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi... | tkent@chromium.org | 2014-08-07 | 1 | -40/+20 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-07 | 1 | -20/+40 |
* | Revert 287747 "Make SingleThreadProxy a SchedulerClient" | tommi@chromium.org | 2014-08-06 | 1 | -40/+20 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-06 | 1 | -20/+40 |
* | Do not store a separate scroll gesture handler in RootView | tdanderson@chromium.org | 2014-08-01 | 1 | -190/+0 |
* | Add test WidgetTest.GestureEventDispatch | tdanderson@chromium.org | 2014-07-22 | 1 | -78/+0 |
* | Snap layers in views to physical pixel | oshima@chromium.org | 2014-07-17 | 1 | -0/+49 |
* | Replace touch_ids_bitfield_ with first_touch_id_. | tdresser@chromium.org | 2014-07-14 | 1 | -2/+2 |
* | Remove hit test mask methods from views::View | tdanderson@chromium.org | 2014-07-12 | 1 | -110/+0 |
* | Introduce ViewTargeterDelegate and MaskedTargeterDelegate | tdanderson@chromium.org | 2014-07-01 | 1 | -2/+2 |
* | Revert 280493 "Make SingleThreadProxy a SchedulerClient" | nkostylev@chromium.org | 2014-06-28 | 1 | -40/+20 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-06-28 | 1 | -20/+40 |
* | Cleanup: Slightly simplify a test. | thestig@chromium.org | 2014-06-24 | 1 | -5/+4 |
* | Views which cannot process events cannot be tooltip targets | tdanderson@chromium.org | 2014-06-13 | 1 | -0/+10 |
* | MacViews: Split out ViewTest.RecreateLayers from view_unittest.cc | tapted@chromium.org | 2014-06-12 | 1 | -141/+0 |
* | Introduce View::CanProcessEventsWithinSubtree() | tdanderson@chromium.org | 2014-05-31 | 1 | -1/+164 |
* | MacViews: Minimal to get views_unittests to compile. | tapted@chromium.org | 2014-05-29 | 1 | -2/+2 |
* | fix view culling for RTL languages | luken@chromium.org | 2014-05-22 | 1 | -0/+46 |
* | Make ui::Layer use the cc:LayerTreeHost scale factor directly | ccameron@chromium.org | 2014-05-14 | 1 | -11/+0 |
* | patch from issue 218843002 | luken@chromium.org | 2014-05-12 | 1 | -2/+242 |
* | Revert 268630 "View code, before this patch, used simple hierarc..." | dalecurtis@google.com | 2014-05-06 | 1 | -242/+2 |
* | View code, before this patch, used simple hierarchical bounding boxes to cull... | luken@chromium.org | 2014-05-06 | 1 | -2/+242 |