summaryrefslogtreecommitdiffstats
path: root/ui/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Revert 203217 "Revert 202987 "Reorder the NativeViews attached t..."avi@chromium.org2013-05-311-10/+18
* Revert 202987 "Reorder the NativeViews attached to a view via th..."avi@chromium.org2013-05-301-18/+10
* Reorder the NativeViews attached to a view via the kViewHostKey according to ...pkotwicz@chromium.org2013-05-291-10/+18
* Make RecreateLayer() order the old layer above the new layer.pkotwicz@chromium.org2013-05-271-0/+6
* views: Store only the name of the class in kViewClassName constants.tfarina@chromium.org2013-05-261-1/+1
* Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer().pkotwicz@chromium.org2013-05-261-26/+21
* modify View::ViewHierarchyChanged signaturekuan@chromium.org2013-05-131-24/+28
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-091-4/+5
* views: Separate hit testing for tooltips from hit testing for eventstbarzic@chromium.org2013-04-271-0/+20
* Reland https://chromiumcodereview.appspot.com/14286004 which was reverted fuevarunjain@chromium.org2013-04-271-4/+2
* Revert 196446 "Make touch drag drop and touch editing flags tri-..."nick@chromium.org2013-04-251-2/+4
* Make touch drag drop and touch editing flags tri-state and turn them on byvarunjain@chromium.org2013-04-251-4/+2
* Views Textfield: Don't start drags during multiple clicksckocagil@chromium.org2013-04-251-7/+6
* views: Add class names to views paint trace eventsjamescook@chromium.org2013-04-241-3/+3
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-2/+1
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-04-061-3/+28
* Revert 192525 "Context menu on views must show on mouse down for..."tkent@chromium.org2013-04-051-28/+3
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-04-051-3/+28
* Revert 191524 "Fixed GetContentsBounds() so GetInsets() can be o..."dharcourt@chromium.org2013-04-011-1/+2
* Allow dialog delegates to change which buttons are added by DialogClientViewestade@chromium.org2013-03-301-1/+0
* Fixed GetContentsBounds() so GetInsets() can be overridden.dharcourt@chromium.org2013-03-301-2/+1
* Revert 189069 "Fix FocusManagerDtorTest for NativeTexfieldViews;..."msw@chromium.org2013-03-221-2/+1
* Fix FocusManagerDtorTest for NativeTexfieldViews; etc.msw@chromium.org2013-03-191-1/+2
* Revert 186317 "Context menu on views must show on mouse down for..."varunjain@chromium.org2013-03-151-22/+2
* Thread ui transform animationsajuma@chromium.org2013-03-141-3/+2
* Implement Windows accessibility for Aura.dmazzoni@chromium.org2013-03-061-8/+32
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-03-061-2/+22
* Revert 183171 because it breaks interactive_ui_tests on some win dbg bots.sadrul@chromium.org2013-02-191-2/+7
* views: Use EventDispatcher for dispatching mouse-move events.sadrul@chromium.org2013-02-191-7/+2
* views: Start sending mouse events using the EventDispatch interface.sadrul@chromium.org2013-02-181-9/+50
* Revert revisions 183059, 183047 and 183039.sadrul@chromium.org2013-02-181-50/+9
* views: Dispatch mouse events using EventDispatch interface too.sadrul@chromium.org2013-02-171-9/+50
* Revert 182804isherman@chromium.org2013-02-151-50/+9
* views: Dispatch mouse events using EventDispatch interface too.sadrul@chromium.org2013-02-151-9/+50
* views: Dispatch key, touch, scroll and gesture events using the EventDispatch...sadrul@chromium.org2013-02-151-34/+61
* Removes debugging code I added to find crash. Crash seems to havesky@chromium.org2013-01-091-8/+2
* Adds debugging code to help figure out a crash. It appears that aftersky@chromium.org2012-12-181-2/+8
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-2/+1
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-2/+1
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-6/+4
* Get some of the ash_unittests to run without crashing.ben@chromium.org2012-12-061-2/+2
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-10/+10
* aura: Enable touch initiated drag and drop.varunjain@chromium.org2012-11-281-0/+14
* gfx::Transform API clean-upvollick@chromium.org2012-11-261-37/+33
* Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcsvollick@chromium.org2012-11-171-2/+2
* ui: Make native_theme its own library.tfarina@chromium.org2012-11-161-2/+2
* Use gfx::Insets return type for Border::GetInsets().wittman@chromium.org2012-11-141-9/+3
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-141-4/+8
* ui: Use Vector2d in the View::CalculateOffsetToAncestorWithLayer APIdanakj@chromium.org2012-11-131-26/+21