summaryrefslogtreecommitdiffstats
path: root/views/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix views_examples NativeWidgetViews parenting on Windows.rhashimoto@chromium.org2011-07-281-1/+21
* Removing unused NativeButton codesaintlou@chromium.org2011-07-262-18/+2
* Add gfx::RenderText and support code.msw@chromium.org2011-07-252-27/+18
* Revert 93840 - Add gfx::RenderText and support code.msw@chromium.org2011-07-252-18/+27
* Add gfx::RenderText and support code.msw@chromium.org2011-07-252-27/+18
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-153-3/+3
* views: Add views namespace to TestViewsDelegate.tfarina@chromium.org2011-07-151-2/+2
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-111-0/+1
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-291-1/+1
* Fix checkbox in windows uninstaller.rogerta@chromium.org2011-06-271-1/+8
* Updated remaining button to text button. Reverted the interposedsaintlou@chromium.org2011-06-231-3/+3
* views: Remove the dependency on app_base.tfarina@chromium.org2011-06-221-3/+0
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-211-2/+1
* views/examples: Move the implementation of TableExample to source file.tfarina@chromium.org2011-06-202-135/+177
* Changing uses of NativeButton to use NativeTextButton, which does not use arogerta@chromium.org2011-06-171-1/+1
* Eliminate Window completely.ben@chromium.org2011-06-134-137/+18
* TextStyles in TextfieldViewsoshima@google.com2011-06-012-2/+34
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-012-6/+5
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-253-0/+128
* Chromeos: virtual destructors should have virtual keyword (part 4).hans@chromium.org2011-05-251-1/+1
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-241-3/+46
* Add NativeWidgetViews. This is a stub implementation that mostly just defers ...ben@chromium.org2011-05-243-0/+72
* Change chrome to use the new native themed radio button.rogerta@chromium.org2011-05-232-18/+28
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-2/+2
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-2/+2
* Re-land:ben@chromium.org2011-05-131-3/+3
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-3/+3
* Split the hierarchy. ben@chromium.org2011-05-131-3/+3
* Reverting the unintentional change.oshima@google.com2011-05-111-4/+0
* Undo Redo for Textfield Viewsoshima@google.com2011-05-113-0/+10
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-101-0/+2
* Add multi-line support to TextButtonBase since this is needed by the derivedrogerta@chromium.org2011-05-061-7/+18
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-031-0/+7
* Fix compile error: 'comparison between signed and unsigned integer expression...sadrul@chromium.org2011-04-291-4/+4
* Resubmitting change to fix a build break in the clang builder. A virtualrogerta@chromium.org2011-04-299-21/+187
* Revert 83373 - Resubmitting change to fix a build break in the arm builder. ...rogerta@chromium.org2011-04-289-187/+21
* Resubmitting change to fix a build break in the arm builder. The only changerogerta@chromium.org2011-04-289-21/+187
* Revert 83110 - Add classes for native themed push buttons, radio buttons, and...rogerta@chromium.org2011-04-279-187/+21
* Add classes for native themed push buttons, radio buttons, and checkboxes.rogerta@chromium.org2011-04-279-21/+187
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-2/+2
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-9/+12
* views: Move LinkController into its own header file.tfarina@chromium.org2011-04-252-6/+7
* views: Add Link example.tfarina@chromium.org2011-04-253-0/+80
* remove unused classsaintlou@chromium.org2011-04-213-88/+0
* touch: Fix compile by initializing a variable.sadrul@chromium.org2011-04-111-1/+1
* Resubmitting change because original caused build breaks:rogerta@chromium.org2011-04-113-0/+371
* Revert r80952, http://codereview.chromium.org/6771056dmichael@chromium.org2011-04-083-364/+0
* Adding a native theme painter, to allow Views to use NativeTheme to drawrogerta@chromium.org2011-04-083-0/+364
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-9/+5
* views: Move MessageBoxView into the namespace views.tfarina@chromium.org2011-03-222-3/+7