summaryrefslogtreecommitdiffstats
path: root/ui/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* Re-layout the text labels when DSF has been changed.mukai2015-01-121-2/+6
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-1/+1
* Standardize usage of virtual/override/final in ui/dcheng2014-10-211-19/+18
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-16/+16
* Fix touch selection for Athena home cardmohsen2014-09-051-1/+1
* Stop painting when receiving delegated frameenne2014-08-231-0/+2
* Give up focus if the focused view becomes unfocusablemohsen@chromium.org2014-08-111-5/+13
* Do not call into EventTargeter methods from ViewTargetertdanderson@chromium.org2014-08-051-7/+7
* Remove remaining overrides of View::GetEventHandlerForRect()tdanderson@chromium.org2014-07-211-2/+1
* Move views event targeting into ViewTargeterDelegate::TargetForRect()tdanderson@chromium.org2014-07-191-13/+16
* Remove some TODOs related to event targeting in viewstdanderson@chromium.org2014-07-171-5/+0
* Snap layers in views to physical pixeloshima@chromium.org2014-07-171-0/+7
* Remove remaining overrides of View::HitTestRect()tdanderson@chromium.org2014-07-161-6/+4
* Remove hit test mask methods from views::Viewtdanderson@chromium.org2014-07-121-27/+0
* Introduce ViewTargeterDelegate and MaskedTargeterDelegatetdanderson@chromium.org2014-07-011-1/+5
* View should store a ViewTargeter instead of an EventTargetertdanderson@chromium.org2014-06-281-6/+7
* Remove MaskedViewTargeter and its derived classestdanderson@chromium.org2014-06-251-2/+0
* Repairs crash in RTreeBase::Node::LeastAreaEnlargementluken@chromium.org2014-06-191-4/+6
* Revert 276827 "readability review for luken"cpu@chromium.org2014-06-161-6/+4
* readability review for lukenluken@chromium.org2014-06-121-4/+6
* Introduce View::CanProcessEventsWithinSubtree()tdanderson@chromium.org2014-05-311-0/+4
* Introduce the MicButtonTargeter classtdanderson@chromium.org2014-05-301-0/+2
* Make PostEventDispatchHandler::OnGestureEvent() only show thepkotwicz@chromium.org2014-05-271-1/+0
* views: Also const-ify GetMaximumSize().erg@chromium.org2014-05-211-1/+1
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-201-3/+3
* patch from issue 218843002luken@chromium.org2014-05-121-3/+38
* Dispatch scroll events in views using EventProcessor and EventTargetertdanderson@google.com2014-05-091-2/+14
* Use correct button border on Linux Aura without breaking other things.estade@chromium.org2014-05-091-1/+1
* Revert 268630 "View code, before this patch, used simple hierarc..."dalecurtis@google.com2014-05-061-38/+3
* View code, before this patch, used simple hierarchical bounding boxes to cull...luken@chromium.org2014-05-061-3/+38
* Handle key events in views using EventProcessor and ViewTargetertdanderson@chromium.org2014-04-041-0/+7
* Remove all handling of touch events from viewstdanderson@chromium.org2014-04-011-1/+1
* Use a pre-target handler in RootView to open keyboard-generated context menustdanderson@chromium.org2014-03-311-0/+2
* Move layer recreation logic entirely into LayerOwner::RecreateLayer().ben@chromium.org2014-03-261-3/+0
* retry r258394estade@chromium.org2014-03-211-0/+3
* Revert 258394 "requestAutocomplete -- accept arbitrarily long st..."estade@chromium.org2014-03-201-3/+0
* requestAutocomplete -- accept arbitrarily long street addressesestade@chromium.org2014-03-201-0/+3
* Removes dependency of window_util on viewssky@chromium.org2014-03-111-6/+2
* Nuke use_acceleration_when_possiblesky@chromium.org2014-03-111-6/+0
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-4/+4
* Removes some dead tab related codesky@chromium.org2014-02-041-1/+1
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-241-1/+1
* Makes View::focusable() return last value supplied to SetFocusable()sky@chromium.org2014-01-111-3/+4
* Make extensions icons easier to target with gesturestdanderson@chromium.org2013-12-191-0/+1
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-1/+2
* Rename View::set_focusable and View::set_accessibility_focusablemohsen@chromium.org2013-12-161-4/+2
* Use forward-declares of Border and Background in view.htapted@chromium.org2013-12-111-4/+6
* Stop handling NULL source in views::View::ConvertPointToTarget() and views::V...pkotwicz@chromium.org2013-12-071-2/+2