summaryrefslogtreecommitdiffstats
path: root/views/controls/table
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-1/+1
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-192-6/+6
* views: Implement NativeTableGtk::RemoveColumn method.tfarina@chromium.org2011-01-191-3/+13
* Move models from app to ui/base/modelsben@chromium.org2011-01-1410-15/+40
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-137-13/+14
* views: Implement NativeTableGtk::SetColumnWidth method.tfarina@chromium.org2011-01-131-1/+7
* views: Implement NativeTableGtk::GetColumnWidth method.tfarina@chromium.org2011-01-111-2/+3
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-101-1/+1
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-302-6/+6
* Remove wstring from TableModel.avi@chromium.org2010-12-302-12/+13
* Handle shift-selection in GroupTables.atwilson@chromium.org2010-12-033-21/+110
* Implement new task manager mocks on windows.atwilson@chromium.org2010-11-153-3/+16
* [Win] Enable groups in list views when updating groups.bauerb@chromium.org2010-10-141-2/+4
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-232-3/+5
* [Win] Add per-plugin exceptions to content settings.bauerb@chromium.org2010-09-092-15/+26
* Re-lands 58186:bryeung@chromium.org2010-09-037-13/+13
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-027-13/+13
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-027-13/+13
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-017-13/+13
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-017-13/+13
* Rework gfx::Font by moving platform-specific code into inner classes.ben@chromium.org2010-08-131-1/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* views: Fix bad license headers found in some filestfarina@chromium.org2010-07-282-7/+8
* Add undeclared virtual destructors part 2ziadh@chromium.org2010-07-271-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-267-0/+7
* Fix column sizing in views::TableView.mnissler@chromium.org2010-07-072-2/+8
* Re-land r51526mnissler@chromium.org2010-07-052-8/+14
* Revert r51526 (Auto-size the views version of the options dialog.)mnissler@chromium.org2010-07-022-14/+8
* Auto-size the views version of the options dialog.mnissler@chromium.org2010-07-022-8/+14
* Disables another crashing test.sky@chromium.org2010-06-281-1/+2
* Disables TableViewTest.PersistMultiSelectionOnChangeWithSort as it issky@chromium.org2010-06-281-1/+1
* Mark TreeViewTests.PersistMultiSelectionOnSort as DISABLED_. glotov@chromium.org2010-06-281-1/+1
* Canvas refactoring part 3.ben@chromium.org2010-06-251-2/+2
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Canvas refactoring part 2.ben@chromium.org2010-06-232-8/+8
* Mark TableViewTest.PersistSelectionOnSort and PersistMultiSelectionOnSort as ...mattm@chromium.org2010-06-181-2/+2
* TableViewTests.Sort* started crashing. Marking as DISABLED_.nkostylev@google.com2010-06-181-10/+10
* Mark TreeViewTests.Sort as DISABLED_.nkostylev@google.com2010-06-181-1/+1
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-1/+1
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-1/+1
* Add bug number in comments for each TreeViewTest marked as FAILSrafaelw@chromium.org2010-05-251-1/+11
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-1/+1
* Bound checkingon TableViewjcivelli@chromium.org2010-05-253-29/+43
* Mark TreeViewTests as FAILS_ rather than DISABLED_rafaelw@chromium.org2010-05-251-11/+12
* Disabling TableViewTests (failing on vista)rafaelw@chromium.org2010-05-251-9/+9
* Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...pkasting@chromium.org2010-05-102-3/+3
* Fix build failure due to bad merge resolvepkasting@chromium.org2010-05-101-1/+1
* Add tooltip support to Windows tables.pkasting@chromium.org2010-05-102-9/+89
* Remove checkbox table support, as it is unused.pkasting@chromium.org2010-05-105-163/+39