summaryrefslogtreecommitdiffstats
path: root/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* Make Window class concrete (mostly).ben@chromium.org2011-03-051-0/+1
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-23/+13
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-3/+3
* Rename the methods in DragController.thakis@chromium.org2011-03-041-7/+8
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-15/+55
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-55/+15
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-8/+2
* views: Remove unused View::IsPushed() method.tfarina@chromium.org2011-02-251-4/+0
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-20/+45
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-4/+2
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-241-14/+0
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-17/+7
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-9/+2
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-4/+4
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-21/+22
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-27/+27
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-22/+16
* views transformation: First cut.sadrul@chromium.org2011-02-151-1/+56
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-6/+5
* 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-43/+36
* Clean up RTL methods.ben@chromium.org2011-02-081-56/+15
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-68/+56
* 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-539/+634
* Only keep accelerators registered while the window is visibleasanka@chromium.org2011-02-021-0/+4
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-1/+5
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-4/+16
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-6/+6
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-121-1/+3
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-1/+1
* Removes unneeded forward declaration.sky@chromium.org2010-11-171-1/+0
* Some cleanup of view accessibility and view accessibility wrapper.ctguil@chromium.org2010-10-221-6/+5
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-25/+13
* Added entry points to view/View to dispatch and process TouchEvents.rjkroege@google.com2010-09-081-1/+14
* Fixed error message bubbles according to the latest mocksdpolukhin@chromium.org2010-08-231-0/+3
* Reland r54074.dtseng@chromium.org2010-07-301-1/+6
* Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs).rohitrao@chromium.org2010-07-291-6/+1
* Add initial tests for keyboard access (tabbing in some dialogs).dtseng@chromium.org2010-07-281-1/+6
* Make theme change notifications auto-propagate through the view hierarchy, in...pkasting@chromium.org2010-07-271-9/+13
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fixes regression in links ending up too small. The problem is that wesky@chromium.org2010-07-211-13/+20
* Relayout content pref page properly upon sync status changes.mnissler@chromium.org2010-07-151-1/+11
* Bye bye tab close dot, we hardly knew you.sky@chromium.org2010-07-071-25/+5
* Small tweaks to improve toolbar keyboard accessibility: Put focus rectsdmazzoni@chromium.org2010-06-221-11/+0
* Keep a cache of all views that have sent notifications. This ensures that Ac...dtseng@chromium.org2010-06-181-1/+5
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-0/+22
* Attempt 2 at:sky@chromium.org2010-06-151-5/+25
* Revert 49795 - Changes the tab close button to a dot, unless you're near the ...sky@chromium.org2010-06-151-25/+5
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-151-5/+25