| Commit message (Expand) | Author | Age | Files | Lines |
* | Centralizes checking for non-null return from CreateWindow. | sky@chromium.org | 2011-04-19 | 2 | -2/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Modify #include order slightly to clearly put ATL headers first. | pkasting@chromium.org | 2011-03-25 | 1 | -4/+3 |
* | WinDDK ATL and MSVC express 2008/2005 compatability | mark@chromium.org | 2011-03-21 | 1 | -2/+10 |
* | fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize | avi@chromium.org | 2011-03-15 | 2 | -2/+2 |
* | Build out NativeWindow interface for Window method pass-thrus. | ben@chromium.org | 2011-03-10 | 1 | -2/+2 |
* | This will help minimize the area we paint various views, including BrowserVie... | davemoore@chromium.org | 2011-03-09 | 2 | -15/+16 |
* | Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti... | ben@chromium.org | 2011-02-24 | 2 | -2/+2 |
* | Rename Paint* -> OnPaint* | ben@chromium.org | 2011-02-16 | 2 | -3/+3 |
* | Rework basic bounds methods on View to match new V2 API: | ben@chromium.org | 2011-02-08 | 4 | -11/+2 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 6 | -11/+11 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 2 | -4/+4 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Move a bunch of random other files to src/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 | 2 | -6/+6 |
* | views: Implement NativeTableGtk::RemoveColumn method. | tfarina@chromium.org | 2011-01-19 | 1 | -3/+13 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 10 | -15/+40 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 7 | -13/+14 |
* | views: Implement NativeTableGtk::SetColumnWidth method. | tfarina@chromium.org | 2011-01-13 | 1 | -1/+7 |
* | views: Implement NativeTableGtk::GetColumnWidth method. | tfarina@chromium.org | 2011-01-11 | 1 | -2/+3 |
* | Remove wstring from views. Part 1: Switch member variables to string16. | avi@chromium.org | 2011-01-10 | 1 | -1/+1 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 2 | -6/+6 |
* | Remove wstring from TableModel. | avi@chromium.org | 2010-12-30 | 2 | -12/+13 |
* | Handle shift-selection in GroupTables. | atwilson@chromium.org | 2010-12-03 | 3 | -21/+110 |
* | Implement new task manager mocks on windows. | atwilson@chromium.org | 2010-11-15 | 3 | -3/+16 |
* | [Win] Enable groups in list views when updating groups. | bauerb@chromium.org | 2010-10-14 | 1 | -2/+4 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 2 | -3/+5 |
* | [Win] Add per-plugin exceptions to content settings. | bauerb@chromium.org | 2010-09-09 | 2 | -15/+26 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 7 | -13/+13 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 7 | -13/+13 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 7 | -13/+13 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 7 | -13/+13 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 7 | -13/+13 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | views: Fix bad license headers found in some files | tfarina@chromium.org | 2010-07-28 | 2 | -7/+8 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 7 | -0/+7 |
* | Fix column sizing in views::TableView. | mnissler@chromium.org | 2010-07-07 | 2 | -2/+8 |
* | Re-land r51526 | mnissler@chromium.org | 2010-07-05 | 2 | -8/+14 |
* | Revert r51526 (Auto-size the views version of the options dialog.) | mnissler@chromium.org | 2010-07-02 | 2 | -14/+8 |
* | Auto-size the views version of the options dialog. | mnissler@chromium.org | 2010-07-02 | 2 | -8/+14 |
* | Disables another crashing test. | sky@chromium.org | 2010-06-28 | 1 | -1/+2 |
* | Disables TableViewTest.PersistMultiSelectionOnChangeWithSort as it is | sky@chromium.org | 2010-06-28 | 1 | -1/+1 |
* | Mark TreeViewTests.PersistMultiSelectionOnSort as DISABLED_. | glotov@chromium.org | 2010-06-28 | 1 | -1/+1 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 1 | -2/+2 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 2 | -8/+8 |
* | Mark TableViewTest.PersistSelectionOnSort and PersistMultiSelectionOnSort as ... | mattm@chromium.org | 2010-06-18 | 1 | -2/+2 |