summaryrefslogtreecommitdiffstats
path: root/views/controls/button
Commit message (Expand)AuthorAgeFilesLines
* Relayout content pref page properly upon sync status changes.mnissler@chromium.org2010-07-154-0/+7
* Fire focus events when CustomButtons are hottracked.dtseng@chromium.org2010-07-072-0/+23
* Bye bye tab close dot, we hardly knew you.sky@chromium.org2010-07-071-12/+7
* Re-land r51526mnissler@chromium.org2010-07-052-8/+19
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-022-19/+8
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-022-8/+19
* Remove the bookmark menu.pkasting@chromium.org2010-07-011-4/+0
* Canvas refactoring Phase 4a:ben@chromium.org2010-06-291-4/+3
* Canvas refactoring part 3.ben@chromium.org2010-06-251-12/+11
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-11/+12
* Canvas refactoring part 3.ben@chromium.org2010-06-241-12/+11
* Fix radiobuttons and connect up child widgets again.dtseng@chromium.org2010-06-242-2/+8
* Small tweaks to improve toolbar keyboard accessibility: Put focus rectsdmazzoni@chromium.org2010-06-222-0/+8
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-183-11/+12
* Tweaks for the merged menu:sky@chromium.org2010-06-172-17/+59
* Fix for UI issues on AutoFill dialog on Windows.georgey@chromium.org2010-06-162-2/+10
* Attempt 2 at:sky@chromium.org2010-06-151-7/+12
* 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
* Makes it so child views of menuitemview can be traversed with thesky@chromium.org2010-06-093-3/+16
* Added const to image parameters for ImageButton class.avayvod@google.com2010-06-022-10/+13
* 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-102-3/+3
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-053-4/+4
* 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-292-8/+8
* 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-231-1/+0
* Enable CustomButton users to call SetEnabled(false) even when |show_highlight...yusukes@google.com2010-04-204-20/+23
* Fixes possible crash if the window hosting a menu was closed while thesky@chromium.org2010-04-162-2/+19
* [accessibility] Allow views to have multiple accessibility states and add cor...mhm@chromium.org2010-04-092-0/+8
* Fix a bug that caused a crash by NULL pointer dereference.satorux@chromium.org2010-04-071-3/+7
* 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-032-19/+6
* Convert Label::GetFont() to unix_hacker style. Original patch by Thiago Fari...pkasting@chromium.org2010-03-301-1/+1
* Add Accessibility name for native buttons.mhm@chromium.org2010-03-233-7/+3
* 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-237-7/+7
* Rewrite/clean up a bunch of label.cc to fix the following problems:pkasting@chromium.org2010-03-221-1/+1
* tweak translate infobar uikuan@chromium.org2010-03-221-1/+5
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-202-3/+3
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-3/+5
* Landing tfarina CL. ctguil@chromium.org2010-03-102-2/+22
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-089-27/+28
* Removes static storage of menu-marker bitmap. Tiny change.glotov@google.com2010-03-042-15/+13
* Fixed alignment of button dropdowns for RTL languages.avayvod@chromium.org2010-02-111-4/+1
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-4/+4