summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-181-1/+2
* Status menu change per chromium-os:5517xiyuan@chromium.org2010-08-172-2/+19
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-1323-51/+60
* Cleanup: Get rid of TreeNodeChildrenReordered.tfarina@chromium.org2010-08-112-41/+3
* Initialize most_recent_profile_ in constructor.ctguil@chromium.org2010-08-101-1/+1
* Improvements to accessibility extension api support for "views":dmazzoni@chromium.org2010-08-062-5/+11
* Enable better NVDA support for custom menus.ctguil@chromium.org2010-08-064-10/+25
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Add view class names to some classes used in the Wrench menu.dmazzoni@chromium.org2010-08-046-0/+45
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-042-3/+6
* Remove wstrings from l10n_util/ResourceBundle locale functions.evan@chromium.org2010-08-041-2/+2
* Makes cut/copy/paste buttons centered with respect to thesky@chromium.org2010-08-032-7/+11
* Add undeclared virtual destructors part 5ziadh@chromium.org2010-08-021-0/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-3111-15/+4
* Reland r54074.dtseng@chromium.org2010-07-301-1/+1
* Attempt to reland code reverted in r52599, to take another look at the page c...pkasting@chromium.org2010-07-301-2/+4
* Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs).rohitrao@chromium.org2010-07-291-1/+1
* Add initial tests for keyboard access (tabbing in some dialogs).dtseng@chromium.org2010-07-281-1/+1
* views: Fix bad license headers found in some filestfarina@chromium.org2010-07-2812-49/+42
* Set the initial focus when the task manager first activates and shows. Also,...dtseng@chromium.org2010-07-281-0/+1
* Add "pushed" as a state a TextButton can show (alongside "normal" and "hover").pkasting@chromium.org2010-07-272-22/+34
* Add undeclared virtual destructors part 2ziadh@chromium.org2010-07-277-0/+21
* Fix code path in TabbedPane::RemoveTabAtIndex()mnissler@chromium.org2010-07-271-1/+2
* Make the resize gripper invisible.pkasting@chromium.org2010-07-273-143/+98
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2683-0/+83
* Fixes regression in links ending up too small. The problem is that wesky@chromium.org2010-07-213-8/+3
* [Linux Views]Handle focus traversing correctly.suzhe@chromium.org2010-07-201-2/+10
* Fixes crash in views/gtk when pressing space bar on a menu button.sky@chromium.org2010-07-181-0/+6
* Make sure to only handle real visiblity changes in NativeViewHost.mnissler@chromium.org2010-07-161-3/+7
* Revert 46492 to repair perf regression in XP single-core Moz Page Cyclerjar@chromium.org2010-07-161-4/+2
* Relayout content pref page properly upon sync status changes.mnissler@chromium.org2010-07-1510-1/+27
* Fixes focus placement after using ctrl+tab in dialogs.dtseng@chromium.org2010-07-141-7/+7
* This ensures ATs read the correct selected tab when the containing tabbed pan...dtseng@chromium.org2010-07-141-1/+6
* Fix the announcement of combo boxes by excluding them from firing events on o...dtseng@chromium.org2010-07-122-2/+8
* Ups the max size of bookmark menus to accommodate the wrench menu.sky@chromium.org2010-07-081-1/+3
* Fix a typo that caused wrong menu highlight color being used for ChromeOS.xiyuan@chromium.org2010-07-071-1/+1
* Fire focus events when CustomButtons are hottracked.dtseng@chromium.org2010-07-072-0/+23
* Add some missing states for menu items. This allows AT's to know when a menu...dtseng@chromium.org2010-07-071-0/+13
* Fix column sizing in views::TableView.mnissler@chromium.org2010-07-072-2/+8
* Makes menu draw disabled arrow the correct color for classic windows.sky@chromium.org2010-07-072-6/+19
* Fixes menus when shown by way of pressing alt-f. I need to turn onsky@chromium.org2010-07-073-15/+8
* Bye bye tab close dot, we hardly knew you.sky@chromium.org2010-07-071-12/+7
* Re-land r51526mnissler@chromium.org2010-07-0516-60/+270
* Changes the menu code to show mnemonics if the alt key is down.sky@chromium.org2010-07-021-2/+13
* Move WindowImpl to gfx so I can use it there for canvas unit tests.ben@chromium.org2010-07-022-4/+4
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-0216-269/+60
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-0216-60/+269
* Hook up the MenuViewItem objects to a widget so that they may send accessibil...dtseng@chromium.org2010-07-013-3/+49
* Moves gtk accelerator processing functions to base/gtk_util so I cansky@chromium.org2010-07-011-20/+2