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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
TextStyles in TextfieldViews
oshima@google.com
2011-06-01
2
-2
/
+34
*
Changing Checkbox class to use NativeTheme class for rendering instead of
rogerta@chromium.org
2011-06-01
2
-6
/
+5
*
Adds a basic NativeWindowViews.
ben@chromium.org
2011-05-25
3
-0
/
+128
*
Chromeos: virtual destructors should have virtual keyword (part 4).
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Hook up more of the NativeWidgetViews.
ben@chromium.org
2011-05-24
1
-3
/
+46
*
Add NativeWidgetViews. This is a stub implementation that mostly just defers ...
ben@chromium.org
2011-05-24
3
-0
/
+72
*
Change chrome to use the new native themed radio button.
rogerta@chromium.org
2011-05-23
2
-18
/
+28
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-2
/
+2
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
1
-2
/
+2
*
Re-land:
ben@chromium.org
2011-05-13
1
-3
/
+3
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
1
-3
/
+3
*
Split the hierarchy.
ben@chromium.org
2011-05-13
1
-3
/
+3
*
Reverting the unintentional change.
oshima@google.com
2011-05-11
1
-4
/
+0
*
Undo Redo for Textfield Views
oshima@google.com
2011-05-11
3
-0
/
+10
*
Enable TestViewsDelegates for views unittests and views_examples by default
oshima@google.com
2011-05-10
1
-0
/
+2
*
Add multi-line support to TextButtonBase since this is needed by the derived
rogerta@chromium.org
2011-05-06
1
-7
/
+18
*
Use single command line flag for all pure Views situations,
saintlou@chromium.org
2011-05-03
1
-0
/
+7
*
Fix compile error: 'comparison between signed and unsigned integer expression...
sadrul@chromium.org
2011-04-29
1
-4
/
+4
*
Resubmitting change to fix a build break in the clang builder. A virtual
rogerta@chromium.org
2011-04-29
9
-21
/
+187
*
Revert 83373 - Resubmitting change to fix a build break in the arm builder. ...
rogerta@chromium.org
2011-04-28
9
-187
/
+21
*
Resubmitting change to fix a build break in the arm builder. The only change
rogerta@chromium.org
2011-04-28
9
-21
/
+187
*
Revert 83110 - Add classes for native themed push buttons, radio buttons, and...
rogerta@chromium.org
2011-04-27
9
-187
/
+21
*
Add classes for native themed push buttons, radio buttons, and checkboxes.
rogerta@chromium.org
2011-04-27
9
-21
/
+187
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
1
-2
/
+2
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
1
-9
/
+12
*
views: Move LinkController into its own header file.
tfarina@chromium.org
2011-04-25
2
-6
/
+7
*
views: Add Link example.
tfarina@chromium.org
2011-04-25
3
-0
/
+80
*
remove unused class
saintlou@chromium.org
2011-04-21
3
-88
/
+0
*
touch: Fix compile by initializing a variable.
sadrul@chromium.org
2011-04-11
1
-1
/
+1
*
Resubmitting change because original caused build breaks:
rogerta@chromium.org
2011-04-11
3
-0
/
+371
*
Revert r80952, http://codereview.chromium.org/6771056
dmichael@chromium.org
2011-04-08
3
-364
/
+0
*
Adding a native theme painter, to allow Views to use NativeTheme to draw
rogerta@chromium.org
2011-04-08
3
-0
/
+364
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
1
-9
/
+5
*
views: Move MessageBoxView into the namespace views.
tfarina@chromium.org
2011-03-22
2
-3
/
+7
*
Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.
ben@chromium.org
2011-03-21
2
-28
/
+17
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
4
-24
/
+36
*
Fix final nits on linux_views
erg@google.com
2011-03-10
2
-3
/
+12
*
views: Moves TextfieldController/TextRange into their own headers.
tfarina@chromium.org
2011-03-10
2
-5
/
+6
*
views: Fix the MenuExample so it doesn't crash.
tfarina@chromium.org
2011-03-07
1
-1
/
+1
*
Fix compile for views_examples after GetBounds removal.
sadrul@chromium.org
2011-03-03
1
-2
/
+1
*
views: Move the implementation of MenuExample to the source file.
tfarina@chromium.org
2011-02-25
2
-181
/
+228
*
Clean up RTL methods.
ben@chromium.org
2011-02-08
1
-1
/
+1
*
views: Move the implementation of WidgetExample to the source file.
tfarina@chromium.org
2011-02-07
2
-150
/
+198
*
views: Move the implementation of more examples from header to source file.
tfarina@chromium.org
2011-02-01
9
-299
/
+415
*
views: Move the implementation of ButtonExample from the header to the source...
tfarina@chromium.org
2011-01-29
2
-20
/
+49
*
views: Move grid_layout files into layout directory. Final Part.
tfarina@chromium.org
2011-01-27
5
-7
/
+7
*
Fix compile
isherman@chromium.org
2011-01-25
2
-2
/
+1
*
views: Move fill_layout.[cc,h] into layout directory.
tfarina@chromium.org
2011-01-25
5
-10
/
+9
*
views: Move implementations of ComboboxExample and SliderExample to source file.
tfarina@chromium.org
2011-01-24
4
-72
/
+126
*
views: Add table2_example to views_examples target.
tfarina@chromium.org
2011-01-23
2
-150
/
+194
[next]