summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to BoundsAnimator/SlideAnimation and TabStrip:sky@chromium.org2010-04-073-28/+215
* Allow SetAlwaysOnTop() before GtkWidget creation.oshima@chromium.org2010-04-072-3/+12
* 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 43692 - Adds some debugging info in hopes of tracking leak insky@chromium.org2010-04-061-11/+0
* Adds some debugging info in hopes of tracking leak insky@chromium.org2010-04-061-0/+11
* Revert "BookmarkBarView tests fixes"oshima@chromium.org2010-04-051-7/+1
* Move utility method for embedding links in texts from about_chrome_view to a ...mirandac@chromium.org2010-04-053-0/+244
* BookmarkBarView tests fixesoshima@chromium.org2010-04-051-1/+7
* Add options for controlling horizontal and vertical lines in TableView2.satorux@chromium.org2010-04-054-9/+78
* Fixes leak in boundsanimator.sky@chromium.org2010-04-041-1/+1
* Fix Regression for Accessible Names appearing as NAMELESS.mhm@chromium.org2010-04-046-22/+2
* Changes tab strip to use BoundsAnimator for tab strip animations andsky@chromium.org2010-04-031-5/+5
* 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-0318-142/+26
* Remove the change that was checked in by accident.oshima@chromium.org2010-04-032-17/+0
* * WidgetGtk::OnKeyPressed never called on window because the signal handleroshima@chromium.org2010-04-023-12/+76
* Adds AnimationContainer, which can be used to group a set ofsky@chromium.org2010-04-012-84/+291
* 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-3113-15/+301
* 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
* [accessibility] Extension toolbar and infobar container views should not have...ctguil@chromium.org2010-03-303-5/+8
* 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
* Linux: fix view_examples shared build by adding allocator dependency.craig.schlenter@chromium.org2010-03-291-7/+9
* views: [accessibility] Add support for Accessibility Value.ctguil@chromium.org2010-03-265-10/+60
* 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-2613-305/+18
* 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
* Views: fix a crash where in the browser actions container.estade@chromium.org2010-03-262-19/+16
* Reenabling some unit-tests on Linux, they seem to work fine now,jcivelli@chromium.org2010-03-251-6/+0
* Virtual LocaleChanged() callback added to views hierarchy to notifyglotov@google.com2010-03-252-2/+12
* Fix regression from Label fixes -- I forgot to make GetHeightForWidth() actua...pkasting@chromium.org2010-03-241-11/+18
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-2413-18/+305
* Revert 42465 - Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-2413-305/+18
* Keyboard accessibility for the page and app menus.dmazzoni@chromium.org2010-03-2413-18/+305
* Add Accessibility name for native buttons.mhm@chromium.org2010-03-233-7/+3
* Fixes ordering of includes.sky@chromium.org2010-03-231-1/+1
* Fixes compile error because gfx moved to src.sky@chromium.org2010-03-231-1/+1
* Adds the ability to display text in a textfield when the text issky@chromium.org2010-03-237-17/+165
* views: [accessibility] Add accessible names for Minimize, Maximize, Restore b...ctguil@chromium.org2010-03-231-0/+6
* Fix typo in my r42322.hbono@chromium.org2010-03-231-1/+1
* This change adds shield icons to the buttons that need elevation to fix Issue...hbono@chromium.org2010-03-233-10/+35
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-2358-70/+70
* Linux: Fix some GdkPixbuf leaks.mattm@chromium.org2010-03-231-0/+1
* Allow Extensions to have MSAA information.mhm@chromium.org2010-03-222-1/+26