index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
controls
/
table
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
TableViewTests.Sort* started crashing. Marking as DISABLED_.
nkostylev@google.com
2010-06-18
1
-10
/
+10
*
Mark TreeViewTests.Sort as DISABLED_.
nkostylev@google.com
2010-06-18
1
-1
/
+1
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
1
-1
/
+1
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
1
-1
/
+1
*
Add bug number in comments for each TreeViewTest marked as FAILS
rafaelw@chromium.org
2010-05-25
1
-1
/
+11
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
1
-1
/
+1
*
Bound checkingon TableView
jcivelli@chromium.org
2010-05-25
3
-29
/
+43
*
Mark TreeViewTests as FAILS_ rather than DISABLED_
rafaelw@chromium.org
2010-05-25
1
-11
/
+12
*
Disabling TableViewTests (failing on vista)
rafaelw@chromium.org
2010-05-25
1
-9
/
+9
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
2
-3
/
+3
*
Fix build failure due to bad merge resolve
pkasting@chromium.org
2010-05-10
1
-1
/
+1
*
Add tooltip support to Windows tables.
pkasting@chromium.org
2010-05-10
2
-9
/
+89
*
Remove checkbox table support, as it is unused.
pkasting@chromium.org
2010-05-10
5
-163
/
+39
*
Remove a few stray bits of win2k support.
pkasting@chromium.org
2010-05-07
2
-13
/
+4
*
Explicitly call gtk_widget_show_all() to show the treeview in the language co...
yusukes@google.com
2010-05-07
1
-0
/
+2
*
views: Implement a TODO to convert all the callers of the deprecated
satorux@chromium.org
2010-04-16
3
-26
/
+2
*
Add options for controlling horizontal and vertical lines in TableView2.
satorux@chromium.org
2010-04-05
3
-8
/
+72
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
3
-4
/
+4
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-1
/
+2
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
2
-2
/
+2
*
Implement selection of rows on mouse clicks in TableView2 for GTK.
satorux@chromium.org
2010-03-17
2
-1
/
+27
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
2
-2
/
+2
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
chromeos: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-14
2
-4
/
+7
*
Create a toplevel gfx/ dir and seed it with icon_util.
ben@chromium.org
2010-03-13
2
-6
/
+6
*
Lands http://codereview.chromium.org/652010 for Thiago:
sky@chromium.org
2010-03-02
2
-2
/
+68
*
Makes views not draw focus for native controls on Gtk. As Gtk renders
sky@chromium.org
2009-12-03
2
-0
/
+8
*
Porting the table view to Linux toolkit views.
jcampan@chromium.org
2009-12-01
6
-30
/
+458
*
Avoid double freeing image list in TableView.
mal@chromium.org
2009-11-25
2
-13
/
+0
*
views: remove some unnecessary static_cast<int>.
maruel@chromium.org
2009-11-23
1
-2
/
+2
*
Refactoring of the TableView so it uses NativeViewControl.
jcampan@chromium.org
2009-11-12
7
-3
/
+1889
*
The TableViewObserver::OnKeyDown method signature was changed recently and
jcampan@chromium.org
2009-10-23
1
-0
/
+2
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
5
-27
/
+20
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
5
-20
/
+27
[next]