summaryrefslogtreecommitdiffstats
path: root/views/controls/button
Commit message (Expand)AuthorAgeFilesLines
* Re-lands 58186:bryeung@chromium.org2010-09-033-11/+11
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-023-11/+11
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-023-11/+11
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-013-11/+11
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-013-11/+11
* Fix a regression in r56766oshima@chromium.org2010-09-011-0/+2
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Disable the stop button when the user is hovering it and the page finishes lo...pkasting@chromium.org2010-08-202-2/+24
* Cleanup: Remove dead code, use early returns to reduce indenting, shorten.pkasting@chromium.org2010-08-192-112/+70
* Status menu change per chromium-os:5517xiyuan@chromium.org2010-08-172-2/+19
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-135-17/+23
* Add view class names to some classes used in the Wrench menu.dmazzoni@chromium.org2010-08-042-0/+16
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* views: Fix bad license headers found in some filestfarina@chromium.org2010-07-283-17/+12
* Add "pushed" as a state a TextButton can show (alongside "normal" and "hover").pkasting@chromium.org2010-07-272-22/+34
* Add undeclared virtual destructors part 2ziadh@chromium.org2010-07-272-0/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2612-0/+12
* 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