summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Add --debug-views-paint switch that shows damaged rectangles in redoshima@google.com2011-02-121-0/+7
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-20/+20
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-13/+13
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-13/+13
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-14/+16
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* touch: Hide the X cursor when not in use.sadrul@chromium.org2011-01-261-0/+15
* views: Move fill_layout.[cc,h] into layout directory.tfarina@chromium.org2011-01-251-2/+2
* Move more dnd related files to ui/baseben@chromium.org2011-01-191-1/+1
* touch: Gesture manager receives the touch-sequence status.sadrul@chromium.org2011-01-191-8/+4
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-6/+17
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-3/+3
* no native implementation of Textfield.oshima@chromium.org2010-12-171-4/+7
* Fix GestureManager Singleton implementationbryeung@google.com2010-12-141-1/+1
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* touchui: Create touch-events.sadrul@chromium.org2010-11-231-0/+6
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-231-2/+0
* Working on removing GTK for touch UI, by introducing a newanicolao@chromium.org2010-09-301-0/+6
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-5/+2
* Added entry points to view/View to dispatch and process TouchEvents.rjkroege@google.com2010-09-081-0/+65
* Re-lands 58186:bryeung@chromium.org2010-09-031-3/+3
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-3/+3
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-3/+3
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-3/+3
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-3/+3
* Disable the stop button when the user is hovering it and the page finishes lo...pkasting@chromium.org2010-08-201-2/+5
* Make theme change notifications auto-propagate through the view hierarchy, in...pkasting@chromium.org2010-07-271-4/+3
* Bye bye tab close dot, we hardly knew you.sky@chromium.org2010-07-071-72/+0
* Canvas refactoring Phase 4a:ben@chromium.org2010-06-291-2/+2
* Canvas refactoring part 3.ben@chromium.org2010-06-251-4/+4
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-4/+4
* Canvas refactoring part 3.ben@chromium.org2010-06-241-4/+4
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-225/+3
* Attempt 2 at:sky@chromium.org2010-06-151-0/+72
* Revert 49795 - Changes the tab close button to a dot, unless you're near the ...sky@chromium.org2010-06-151-71/+0
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-151-0/+71
* UI Language switch implemented by propagating LocaleChanged()glotov@google.com2010-04-201-0/+5
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-12/+0
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Gtk views code touch upxiyuan@chromium.org2010-03-161-1/+6
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-9/+4
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-0/+5
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-011-2/+2
* Turns on the focus traversal unit-tests and fixed some focus traversal problem:jcampan@chromium.org2009-10-071-3/+12
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-17/+17
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-2/+2
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-2/+2
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-2/+2