| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 3 | -11/+11 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 3 | -11/+11 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 3 | -11/+11 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 3 | -11/+11 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 3 | -11/+11 |
* | Fix a regression in r56766 | oshima@chromium.org | 2010-09-01 | 1 | -0/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Disable the stop button when the user is hovering it and the page finishes lo... | pkasting@chromium.org | 2010-08-20 | 2 | -2/+24 |
* | Cleanup: Remove dead code, use early returns to reduce indenting, shorten. | pkasting@chromium.org | 2010-08-19 | 2 | -112/+70 |
* | Status menu change per chromium-os:5517 | xiyuan@chromium.org | 2010-08-17 | 2 | -2/+19 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 5 | -17/+23 |
* | Add view class names to some classes used in the Wrench menu. | dmazzoni@chromium.org | 2010-08-04 | 2 | -0/+16 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | views: Fix bad license headers found in some files | tfarina@chromium.org | 2010-07-28 | 3 | -17/+12 |
* | Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). | pkasting@chromium.org | 2010-07-27 | 2 | -22/+34 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 2 | -0/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 12 | -0/+12 |
* | Relayout content pref page properly upon sync status changes. | mnissler@chromium.org | 2010-07-15 | 4 | -0/+7 |
* | Fire focus events when CustomButtons are hottracked. | dtseng@chromium.org | 2010-07-07 | 2 | -0/+23 |
* | Bye bye tab close dot, we hardly knew you. | sky@chromium.org | 2010-07-07 | 1 | -12/+7 |
* | Re-land r51526 | mnissler@chromium.org | 2010-07-05 | 2 | -8/+19 |
* | Revert r51526 (Auto-size the views version of the options dialog.) | mnissler@chromium.org | 2010-07-02 | 2 | -19/+8 |
* | Auto-size the views version of the options dialog. | mnissler@chromium.org | 2010-07-02 | 2 | -8/+19 |
* | Remove the bookmark menu. | pkasting@chromium.org | 2010-07-01 | 1 | -4/+0 |
* | Canvas refactoring Phase 4a: | ben@chromium.org | 2010-06-29 | 1 | -4/+3 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 1 | -12/+11 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -11/+12 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -12/+11 |
* | Fix radiobuttons and connect up child widgets again. | dtseng@chromium.org | 2010-06-24 | 2 | -2/+8 |
* | Small tweaks to improve toolbar keyboard accessibility: Put focus rects | dmazzoni@chromium.org | 2010-06-22 | 2 | -0/+8 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 3 | -11/+12 |
* | Tweaks for the merged menu: | sky@chromium.org | 2010-06-17 | 2 | -17/+59 |
* | Fix for UI issues on AutoFill dialog on Windows. | georgey@chromium.org | 2010-06-16 | 2 | -2/+10 |
* | Attempt 2 at: | sky@chromium.org | 2010-06-15 | 1 | -7/+12 |
* | Revert 49795 - Changes the tab close button to a dot, unless you're near the ... | sky@chromium.org | 2010-06-15 | 1 | -12/+7 |
* | Changes the tab close button to a dot, unless you're near the button | sky@chromium.org | 2010-06-15 | 1 | -7/+12 |
* | Makes it so child views of menuitemview can be traversed with the | sky@chromium.org | 2010-06-09 | 3 | -3/+16 |
* | Added const to image parameters for ImageButton class. | avayvod@google.com | 2010-06-02 | 2 | -10/+13 |
* | Fixes possible crash when menus were destroyed. I wasn't resetting a | sky@chromium.org | 2010-05-11 | 1 | -0/+2 |
* | Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()... | pkasting@chromium.org | 2010-05-10 | 2 | -3/+3 |
* | Refactors animation to allow for cleaner subclassing. I'm doing this | sky@chromium.org | 2010-05-05 | 3 | -4/+4 |
* | Do not show Vista elevation shield if UAC is disabled. | mirandac@google.com | 2010-04-30 | 1 | -1/+2 |
* | views: Make use of gtk_signal macros in more places. | erg@chromium.org | 2010-04-29 | 2 | -8/+8 |
* | Add a first run bubble to show after installing an extension app. | finnur@chromium.org | 2010-04-24 | 2 | -1/+15 |
* | Remove unused local variables now that subclasses don't need to track their o... | pkasting@chromium.org | 2010-04-23 | 1 | -1/+0 |
* | Enable CustomButton users to call SetEnabled(false) even when |show_highlight... | yusukes@google.com | 2010-04-20 | 4 | -20/+23 |
* | Fixes possible crash if the window hosting a menu was closed while the | sky@chromium.org | 2010-04-16 | 2 | -2/+19 |
* | [accessibility] Allow views to have multiple accessibility states and add cor... | mhm@chromium.org | 2010-04-09 | 2 | -0/+8 |
* | Fix a bug that caused a crash by NULL pointer dereference. | satorux@chromium.org | 2010-04-07 | 1 | -3/+7 |
* | Adds 'default' check to profiles, allows opening/closing profile by clicking ... | georgey@chromium.org | 2010-04-03 | 1 | -1/+2 |