summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1818-381/+715
* Tweaks for the merged menu:sky@chromium.org2010-06-178-27/+75
* 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
* Allow widgets to have keyboard shortcuts.avayvod@chromium.org2010-06-163-24/+7
* Attempt 2 at:sky@chromium.org2010-06-156-21/+163
* 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-156-162/+21
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-156-21/+162
* Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di...johnnyg@chromium.org2010-06-144-5/+20
* Fix tooltip wrap problem per chromium-os:4042xiyuan@chromium.org2010-06-141-5/+0
* Draw transparent background on window_content() only for TYPE_CHILD.oshima@chromium.org2010-06-111-2/+2
* 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-0910-25/+122
* Cleanup of about boxseanparent@google.com2010-06-093-1/+14
* Makes it so child views of menuitemview can be traversed with thesky@chromium.org2010-06-0915-56/+250
* Draw composited widget's content only after something is drawn.oshima@chromium.org2010-06-091-5/+9
* MessageBubble which does not require separate window and does not grab input ...oshima@chromium.org2010-06-072-13/+14
* views: Use FRIEND_TEST_ALL_PREFIXES.tfarina@chromium.org2010-06-051-5/+5
* Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds);oshima@chromium.org2010-06-057-10/+32
* Create CompositePainter once for a widget instead of ref count.oshima@chromium.org2010-06-021-26/+14
* Added const to image parameters for ImageButton class.avayvod@google.com2010-06-022-10/+13
* Process accelerators if grabbed widget is a window.xiyuan@chromium.org2010-06-021-4/+17
* views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.tfarina@chromium.org2010-06-025-25/+24
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-012-2/+2
* views: Move BoxLayout class into views/examples directory.tfarina@chromium.org2010-05-284-58/+95
* Initial work to fix the IAccessible tree in circumstances where there is a wi...ctguil@chromium.org2010-05-2710-31/+78
* 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
* Fixes a couple of leaks in use of gdk_get_property.sky@chromium.org2010-05-251-0/+1
* Fixed alt key as shortcut to focus menus on linux/views. It should onlydmazzoni@chromium.org2010-05-243-21/+239
* Add multiline support to views::TextField.xiyuan@chromium.org2010-05-225-41/+309
* 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
* views: Use STLDeleteElements to delete pointer objects.tfarina@chromium.org2010-05-211-17/+6
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-203-16/+35
* Views menu gradient change for ChromeOS to sync with gtk theme change.xiyuan@chromium.org2010-05-201-5/+3
* Clear password field when navigating though users on the login screen.nkostylev@google.com2010-05-203-3/+12
* A crasher would sometimes happen when opening a selet file dialogjcivelli@chromium.org2010-05-191-0/+5
* Provide accessibility support for Window_win.ctguil@chromium.org2010-05-178-62/+139