summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show spinner on network response in OOBE welcome screen, account creation scr...nkostylev@google.com2010-04-272-8/+27
* Remove svn:executable property from the last few files that don't need it.thestig@chromium.org2010-04-271-0/+0
* Add a first run bubble to show after installing an extension app.finnur@chromium.org2010-04-242-1/+15
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-236-16/+0
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-232-50/+34
* Gets rid of the annoying white dot in the upper left corner of allsky@chromium.org2010-04-231-0/+1
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-222-34/+50
* Add EnableDoubleBuffer to WidgetGtkoshima@chromium.org2010-04-211-7/+9
* Polish ChromeOS options dialog:xiyuan@chromium.org2010-04-212-0/+14
* Enable CustomButton users to call SetEnabled(false) even when |show_highlight...yusukes@google.com2010-04-204-20/+23
* A quick fix for Issue 34970.hbono@chromium.org2010-04-197-4/+34
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-1613-201/+342
* Add style to clip children which reduces flashing when the tab control is res...jcivelli@google.com2010-04-161-1/+2
* views: Implement a TODO to convert all the callers of the deprecatedsatorux@chromium.org2010-04-163-26/+2
* Make views menu have a similar look and feel of native menu on ChromeOS:xiyuan@chromium.org2010-04-133-0/+42
* Shift omnibox dropdown in and up on Windows, and square off the top, so it co...pkasting@chromium.org2010-04-122-50/+34
* [Linux Views] Handle focus in event of native views and controls correctly.suzhe@chromium.org2010-04-124-22/+24
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-0919-26/+92
* Remove unnecessary NOTIMPLEMENTED call. We will eventually need to implement ...chocobo@chromium.org2010-04-081-1/+0
* Fix a bug that caused a crash by NULL pointer dereference.satorux@chromium.org2010-04-071-3/+7
* Relanding:oshima@chromium.org2010-04-061-1/+6
* Revert "BookmarkBarView tests fixes"oshima@chromium.org2010-04-051-7/+1
* BookmarkBarView tests fixesoshima@chromium.org2010-04-051-1/+7
* Add options for controlling horizontal and vertical lines in TableView2.satorux@chromium.org2010-04-053-8/+72
* Fix Regression for Accessible Names appearing as NAMELESS.mhm@chromium.org2010-04-046-22/+2
* Adds 'default' check to profiles, allows opening/closing profile by clicking ...georgey@chromium.org2010-04-031-1/+2
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-0312-102/+8
* Fix number of arguments to gtk callback macro.dmazzoni@chromium.org2010-04-012-7/+5
* views: Implement a TODO to test the Accessible Name feature for the ProgressB...ctguil@chromium.org2010-03-311-1/+8
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-317-14/+251
* Fix a bug that caused single-line labels to be line-wrapped with Views for Li...satorux@chromium.org2010-03-311-1/+7
* Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari...pkasting@chromium.org2010-03-304-11/+12
* views: [accessibility] Add support for GetAccessibleValue in the combobox con...ctguil@chromium.org2010-03-302-0/+8
* Fix some TODOs. Original patch by Thiago Farina (see http://codereview.chrom...pkasting@chromium.org2010-03-293-23/+20
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-262-0/+14
* Re-apply r42703 which was reverted because of a conflict with another patch t...estade@chromium.org2010-03-262-9/+9
* Fix compiler warnings.chocobo@chromium.org2010-03-261-4/+4
* Reverting this CL to fix the interactive ui test failures.ananta@chromium.org2010-03-267-255/+17
* estade:- This revert is to fix interactive ui test failures which have been b...ananta@chromium.org2010-03-262-16/+19
* Added unit test for the views::ProgressBar::AddProgress method.denisromanov@chromium.org2010-03-261-0/+11