summaryrefslogtreecommitdiffstats
path: root/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial work to fix the IAccessible tree in circumstances where there is a wi...ctguil@chromium.org2010-05-271-3/+8
* Refactors TabStrip code for better sharing between TabStrip andsky@chromium.org2010-05-131-1/+1
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-101-27/+5
* UI Language switch implemented by propagating LocaleChanged()glotov@google.com2010-04-201-4/+6
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-12/+5
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-311-0/+6
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-261-0/+9
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-261-6/+0
* Virtual LocaleChanged() callback added to views hierarchy to notifyglotov@google.com2010-03-251-0/+6
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-0/+6
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-6/+0
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-241-0/+6
* Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42...maruel@chromium.org2010-03-221-6/+0
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-0/+6
* Revert "Keyboard accessibility for the page and app menus."maruel@chromium.org2010-03-221-6/+0
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-221-0/+6
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Autoslide/hide notifications after timeout.oshima@chromium.org2010-03-121-0/+3
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-35/+24
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-0/+4
* Adding drag-drop support in and out of the Browser Action overflow menu.finnur@chromium.org2010-02-041-1/+9
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-1/+28
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-1/+7
* Downward drag after mouse-down is now causing bookmark bar folders to open, r...zelidrag@google.com2009-12-041-1/+9
* Adds link to bookmark bar that when clicked imports bookmarks. I alsosky@chromium.org2009-11-301-0/+4
* Fixes regression in showing bookmark menus where the wrong menu wouldsky@chromium.org2009-11-111-1/+1
* Fix style issues in View class.maruel@chromium.org2009-11-071-3/+5
* CompactLocationBar 1st step:oshima@chromium.org2009-10-281-1/+1
* Fixes regression in menu button. I converted a call from GetWidget tosky@chromium.org2009-10-141-0/+3
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Implements a NOTIMPLEMENTED in GoButton.sky@chromium.org2009-09-221-0/+3
* Clean up a few tiny things I noticed.pkasting@chromium.org2009-09-141-2/+2
* Lands http://codereview.chromium.org/201102 for Oshima:sky@chromium.org2009-09-141-0/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-7/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+7
* Relands drop support:sky@chromium.org2009-08-191-8/+20
* Reverts recent patch as broke build on toolkit_views.sky@chromium.org2009-08-181-20/+8
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-181-8/+20
* Converts a couple of by value return types to const ref returnssky@chromium.org2009-07-171-4/+3
* This CL fixes issue 6103 -- Individual download items on the download shelf a...xji@chromium.org2009-06-121-0/+13
* A new menu system for views.ben@chromium.org2009-06-081-1/+1
* Fix keyboard accelerator registration issue in views::View.yutak@chromium.org2009-06-061-4/+9
* Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...ben@chromium.org2009-06-041-6/+8