summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Canvas refactoring Phase 4a:ben@chromium.org2010-06-294-14/+13
* Disables another crashing test.sky@chromium.org2010-06-281-1/+2
* Disables TableViewTest.PersistMultiSelectionOnChangeWithSort as it issky@chromium.org2010-06-281-1/+1
* Mark TreeViewTests.PersistMultiSelectionOnSort as DISABLED_. glotov@chromium.org2010-06-281-1/+1
* Canvas refactoring part 3.ben@chromium.org2010-06-2521-89/+89
* Changes mnemonics for bookmark menus to show the mnemonics if eithersky@chromium.org2010-06-253-14/+58
* Chrome/win: Show preview images when dragging images.thakis@chromium.org2010-06-254-6/+27
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-2422-89/+89
* Canvas refactoring part 3.ben@chromium.org2010-06-2422-89/+89
* Fix radiobuttons and connect up child widgets again.dtseng@chromium.org2010-06-245-3/+19
* Default to GTK_WRAP_WORD_CHAR for multiline textfield on Gtk.xiyuan@chromium.org2010-06-241-0/+3
* Canvas refactoring part 2.ben@chromium.org2010-06-2313-33/+40
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-2/+4
* Canvas refactoring part 1.ben@chromium.org2010-06-221-5/+5
* Fixes possible crash in menus and makes widgetgtk not send outsky@chromium.org2010-06-223-5/+17
* 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-224-14/+9
* *Add WidgetGtk::ClearNativeFocus so that subclass can implement cutomized beh...oshima@chromium.org2010-06-193-9/+13
* Keep a cache of all views that have sent notifications. This ensures that Ac...dtseng@chromium.org2010-06-189-8/+136
* 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