| Commit message (Expand) | Author | Age | Files | Lines |
* | views: Move standard_layout.h into the layout directory. | tfarina@chromium.org | 2011-01-26 | 1 | -2/+2 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 2 | -2/+2 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 3 | -3/+3 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 4 | -18/+24 |
* | Move UI-relevant Windows files to ui/base. | ben@chromium.org | 2011-01-19 | 1 | -6/+6 |
* | Remove wstring from views. Part 3: Switch accessibility strings to string16. | avi@chromium.org | 2011-01-14 | 1 | -4/+4 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 2 | -7/+7 |
* | Revert 71169 - Revert 71167 - Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 1 | -3/+4 |
* | Revert 71167 - Remove wstring from gfx. | joi@chromium.org | 2011-01-12 | 1 | -4/+3 |
* | Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 1 | -3/+4 |
* | Change Font.GetStringWidth() to take string16 instead of wstring. | estade@chromium.org | 2011-01-04 | 1 | -1/+2 |
* | Remove wstring from l10n_util. Part 4. | avi@chromium.org | 2011-01-04 | 2 | -7/+10 |
* | Move app/win_util to app/win and fix the namespace usage. | brettw@google.com | 2010-12-31 | 2 | -15/+17 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -1/+0 |
* | Move some functions out of win_util and into hwnd_util, and into a new win/sh... | brettw@google.com | 2010-12-30 | 1 | -5/+54 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -2/+2 |
* | Notify the root widget the the Theme changes when FrameTypeChanged() is evoked | zork@chromium.org | 2010-12-22 | 1 | -3/+3 |
* | views: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.h | tfarina@chromium.org | 2010-12-10 | 1 | -3/+3 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -2/+2 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -2/+2 |
* | Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. | jeremy@chromium.org | 2010-11-24 | 2 | -6/+2 |
* | Refactoring of cursor usage (primarily for linux). | sadrul@chromium.org | 2010-11-23 | 1 | -6/+3 |
* | Makes NativeFrameView implement GetPreferredSize. Without this we | sky@chromium.org | 2010-10-18 | 6 | -14/+40 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 1 | -1/+2 |
* | Use BubbleWindow for JSModalDialogViews on ChromeOS. | xiyuan@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Allow chrome to be customized for screen reader users. | ctguil@chromium.org | 2010-09-29 | 2 | -8/+11 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 4 | -13/+9 |
* | Refactor AppModalDialog to more clearly isolate platform specific UI pieces a... | ben@chromium.org | 2010-09-28 | 1 | -0/+2 |
* | Append "(Incognito)" to the accessible title of the browser window. | ctguil@chromium.org | 2010-09-27 | 3 | -4/+10 |
* | A quick fix for Issue 45091. | hbono@chromium.org | 2010-09-24 | 1 | -1/+5 |
* | Fix focus traversal order in dialogs. | jcivelli@chromium.org | 2010-09-14 | 1 | -1/+3 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 2 | -6/+7 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 2 | -7/+6 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 2 | -6/+7 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 2 | -7/+6 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 2 | -6/+7 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -2/+2 |
* | Implement BrowserWindow deactivate on Linux (views and GTK). | jcivelli@chromium.org | 2010-08-12 | 1 | -1/+1 |
* | Making window.focus() work in Chrome. | jcivelli@chromium.org | 2010-08-11 | 5 | -2/+18 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 4 | -8/+1 |
* | views: Fix bad license headers found in some files | tfarina@chromium.org | 2010-07-28 | 1 | -4/+4 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 13 | -0/+13 |
* | Canvas refactoring phase 4b: | ben@chromium.org | 2010-06-30 | 1 | -2/+2 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 1 | -3/+3 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -3/+3 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -3/+3 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -6/+7 |
* | Allow widgets to have keyboard shortcuts. | avayvod@chromium.org | 2010-06-16 | 2 | -19/+0 |
* | Cleanup of about box | seanparent@google.com | 2010-06-09 | 2 | -0/+8 |