summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Fixes possible crash in menus and makes widgetgtk not send outsky@chromium.org2010-06-222-5/+11
* Makes the extension resize gripper only visible when the mouse is oversky@chromium.org2010-06-223-5/+45
* Small tweaks to improve toolbar keyboard accessibility: Put focus rectsdmazzoni@chromium.org2010-06-222-0/+8
* Mark TableViewTest.PersistSelectionOnSort and PersistMultiSelectionOnSort as ...mattm@chromium.org2010-06-181-2/+2
* Adds support for radio menu items to bookmark menus.sky@chromium.org2010-06-186-26/+141
* TableViewTests.Sort* started crashing. Marking as DISABLED_.nkostylev@google.com2010-06-181-10/+10
* Adds support for click-drag-release on views embedded in a menu tosky@chromium.org2010-06-182-5/+124
* Mark TreeViewTests.Sort as DISABLED_.nkostylev@google.com2010-06-181-1/+1
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-183-11/+12
* Tweaks for the merged menu:sky@chromium.org2010-06-177-26/+71
* Fix for UI issues on AutoFill dialog on Windows.georgey@chromium.org2010-06-162-2/+10
* Add accessibility support for Textfields in Windows.dtseng@chromium.org2010-06-162-0/+84
* Attempt 2 at:sky@chromium.org2010-06-151-7/+12
* Unicode bidi mirroring characters are not correctly mirrored in textfield and...xji@chromium.org2010-06-152-12/+74
* Revert 49795 - Changes the tab close button to a dot, unless you're near the ...sky@chromium.org2010-06-151-12/+7
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-151-7/+12
* Same issue as in omnibox, keyboard layout change inside DefWindowProc() inxji@chromium.org2010-06-101-2/+23
* Adds support for showing accelerators in bookmark menus.sky@chromium.org2010-06-098-24/+110
* Cleanup of about boxseanparent@google.com2010-06-091-1/+6
* Makes it so child views of menuitemview can be traversed with thesky@chromium.org2010-06-0915-56/+250
* views: Use FRIEND_TEST_ALL_PREFIXES.tfarina@chromium.org2010-06-051-5/+5
* Added const to image parameters for ImageButton class.avayvod@google.com2010-06-022-10/+13
* Initial work to fix the IAccessible tree in circumstances where there is a wi...ctguil@chromium.org2010-05-272-1/+6
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-1/+1
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-1/+1
* Add bug number in comments for each TreeViewTest marked as FAILSrafaelw@chromium.org2010-05-251-1/+11
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-1/+1
* Bound checkingon TableViewjcivelli@chromium.org2010-05-253-29/+43
* Mark TreeViewTests as FAILS_ rather than DISABLED_rafaelw@chromium.org2010-05-251-11/+12
* Disabling TableViewTests (failing on vista)rafaelw@chromium.org2010-05-251-9/+9
* Add multiline support to views::TextField.xiyuan@chromium.org2010-05-224-41/+307
* Revert revisions 47902 and 47900.dpolukhin@chromium.org2010-05-211-10/+5
* NativeViewHostGtk should use gtk_views_fixed instead of gtk_fixeddpolukhin@chromium.org2010-05-211-5/+10
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-202-14/+33
* Views menu gradient change for ChromeOS to sync with gtk theme change.xiyuan@chromium.org2010-05-201-5/+3
* Fixes possible crash when menus were destroyed. I wasn't resetting asky@chromium.org2010-05-111-0/+2
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-1016-29/+27
* Fix build failure due to bad merge resolvepkasting@chromium.org2010-05-101-1/+1
* Add tooltip support to Windows tables.pkasting@chromium.org2010-05-102-9/+89
* Remove checkbox table support, as it is unused.pkasting@chromium.org2010-05-105-163/+39
* Remove a few stray bits of win2k support.pkasting@chromium.org2010-05-072-13/+4
* This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog boxxji@chromium.org2010-05-071-1/+8
* Explicitly call gtk_widget_show_all() to show the treeview in the language co...yusukes@google.com2010-05-071-0/+2
* Make Font::GetStringWidth() a shortcut for gfx::Canvas::SizeStringInt() on Wi...pkasting@chromium.org2010-05-051-2/+4
* This CL fixes issue 41985 - The focus frames are out of range on the Options ...xji@chromium.org2010-05-053-14/+329
* Close menu on grab broke event.oshima@chromium.org2010-05-053-2/+17
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-053-4/+4
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-2/+1
* Do not show Vista elevation shield if UAC is disabled.mirandac@google.com2010-04-301-1/+2
* views: Make use of gtk_signal macros in more places.erg@chromium.org2010-04-294-15/+14