summaryrefslogtreecommitdiffstats
path: root/views/controls/table
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a few stray bits of win2k support.pkasting@chromium.org2010-05-072-13/+4
* Explicitly call gtk_widget_show_all() to show the treeview in the language co...yusukes@google.com2010-05-071-0/+2
* views: Implement a TODO to convert all the callers of the deprecatedsatorux@chromium.org2010-04-163-26/+2
* Add options for controlling horizontal and vertical lines in TableView2.satorux@chromium.org2010-04-053-8/+72
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-233-4/+4
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* Move more files to toplevel gfx.ben@chromium.org2010-03-192-2/+2
* Implement selection of rows on mouse clicks in TableView2 for GTK.satorux@chromium.org2010-03-172-1/+27
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-172-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-142-4/+7
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-132-6/+6
* Lands http://codereview.chromium.org/652010 for Thiago:sky@chromium.org2010-03-022-2/+68
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-032-0/+8
* Porting the table view to Linux toolkit views.jcampan@chromium.org2009-12-016-30/+458
* Avoid double freeing image list in TableView.mal@chromium.org2009-11-252-13/+0
* views: remove some unnecessary static_cast<int>.maruel@chromium.org2009-11-231-2/+2
* Refactoring of the TableView so it uses NativeViewControl.jcampan@chromium.org2009-11-127-3/+1889
* The TableViewObserver::OnKeyDown method signature was changed recently andjcampan@chromium.org2009-10-231-0/+2
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-295-27/+20
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-285-20/+27