summaryrefslogtreecommitdiffstats
path: root/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-1/+6
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-151-1/+1
* Call OnVisibleBoundsChanged on the view itself as well as child views.oshima@google.com2011-04-141-0/+5
* Fixes bug in View::OnBoundsChange painting the old/new. The codesky@chromium.org2011-04-061-7/+18
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-2/+2
* New InputMethod api for Views.suzhe@google.com2011-03-311-0/+9
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-5/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Refactor: Move gfx/compositor* to gfx/compositor/backer@chromium.org2011-03-231-1/+1
* Have a helper class to automatically save and restore the canvas transformati...sadrul@chromium.org2011-03-151-18/+41
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-28/+81
* Clean up some event code:msw@chromium.org2011-03-141-74/+75
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-43/+6
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-15/+22
* Fixed spelling and typos.wyck@chromium.org2011-03-091-3/+3
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-0/+53
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-4/+1
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-1/+1
* Rename the methods in DragController.thakis@chromium.org2011-03-041-3/+4
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-6/+27
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-27/+6
* Clean up more of Widget.ben@chromium.org2011-03-031-6/+10
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-4/+2
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-9/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-63/+117
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-241-3/+0
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-10/+18
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-15/+4
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-29/+16
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-43/+52
* Fix SkRectToRect.sadrul@chromium.org2011-02-161-5/+1
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-39/+41
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-8/+8
* views transformation: First cut.sadrul@chromium.org2011-02-151-3/+77
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-6/+6
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-182/+124
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Clean up RTL methods.ben@chromium.org2011-02-081-30/+24
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-35/+57
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Sort the methods in views into sections, and make .cc order match .hben@chromium.org2011-02-051-900/+909
* Only keep accelerators registered while the window is visibleasanka@chromium.org2011-02-021-1/+12
* views: Move layout_manager.[cc,h] into layout directory.tfarina@chromium.org2011-01-251-2/+2
* Delay deletion of view in View::DoRemoveChildViewbattre@chromium.org2011-01-251-1/+3
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-2/+2
* Move more dnd related files to ui/baseben@chromium.org2011-01-191-6/+6
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-5/+4
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-4/+4
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-2/+2