| Commit message (Expand) | Author | Age | Files | Lines |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Move UI-relevant Windows files to ui/base. | ben@chromium.org | 2011-01-19 | 1 | -2/+2 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 2 | -27/+31 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 2 | -8/+8 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -4/+4 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -2/+2 |
* | Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. | jeremy@chromium.org | 2010-11-24 | 1 | -3/+1 |
* | Make accessible getters return values instead of accepting an output paramete... | ctguil@chromium.org | 2010-09-28 | 2 | -12/+6 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 2 | -7/+8 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 2 | -8/+7 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 2 | -7/+8 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 2 | -8/+7 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 2 | -7/+8 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 2 | -10/+15 |
* | Cleanup: Get rid of TreeNodeChildrenReordered. | tfarina@chromium.org | 2010-08-11 | 2 | -41/+3 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -8/+8 |
* | Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()... | pkasting@chromium.org | 2010-05-10 | 1 | -3/+3 |
* | [accessibility] Allow views to have multiple accessibility states and add cor... | mhm@chromium.org | 2010-04-09 | 2 | -1/+19 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -2/+2 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -3/+4 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Create a toplevel gfx/ dir and seed it with icon_util. | ben@chromium.org | 2010-03-13 | 1 | -1/+1 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 1 | -4/+3 |
* | Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ... | ian@chromium.org | 2010-02-10 | 1 | -4/+4 |
* | Fixes two bugs in tree view: | sky@chromium.org | 2009-11-25 | 1 | -4/+9 |
* | Add an option to tree_view for whether to show lines from the root node | ian@chromium.org | 2009-11-18 | 2 | -3/+33 |
* | Fixes possible crash in treeview. The code for removing a node was not | sky@chromium.org | 2009-11-12 | 1 | -2/+3 |
* | Converting the Cookies options page from a TableView to a TreeView | ian@chromium.org | 2009-11-06 | 1 | -1/+20 |
* | Fixes bug in removing nodes from tree. Specifically if the root is not | sky@chromium.org | 2009-11-04 | 1 | -4/+14 |
* | The TableViewObserver::OnKeyDown method signature was changed recently and | jcampan@chromium.org | 2009-10-23 | 2 | -2/+3 |
* | Relanding keyboard code refactoring: | jcampan@chromium.org | 2009-09-29 | 2 | -4/+6 |
* | Reverting 27412 it breaks the toolkit views Linux build. | jcampan@chromium.org | 2009-09-28 | 2 | -6/+4 |
* | Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ... | jcampan@chromium.org | 2009-09-28 | 2 | -4/+6 |
* | Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL. | jhawkins@chromium.org | 2009-09-09 | 1 | -6/+4 |
* | Uses POINT instead of CPoint to reduce the dependency in ATL. | scherkus@chromium.org | 2009-09-03 | 2 | -2/+2 |
* | Remove svn:executable property from files that don't need it. | thestig@chromium.org | 2009-07-08 | 1 | -0/+0 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -3/+1 |
* | Review URL: http://codereview.chromium.org/150051 | jcampan@chromium.org | 2009-06-30 | 1 | -4/+3 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -1/+3 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -3/+1 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -1/+3 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -3/+1 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 1 | -1/+1 |
* | Parts of my previous changelist didn't make it through. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Revert 16567. | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | views/ should use resources from app/resources. Move dependent images to this... | ben@chromium.org | 2009-05-21 | 1 | -1/+1 |