summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* app: Get rid of test/ directory.tfarina@chromium.org2011-06-271-1/+1
* Moves acclerated painting related fields from View to LayerHelper.sky@chromium.org2011-06-276-108/+302
* Fix virtual keyboard issue with login screen.penghuang@chromium.org2011-06-272-0/+5
* Use NativeViewHostViews when using pure-views instead of NativeViewHostGtk.sadrul@chromium.org2011-06-261-1/+6
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-248-52/+39
* Add MenuItemView API to control menu repositioning.rhashimoto@chromium.org2011-06-243-9/+59
* Allow View to have a layer whose texture is updated externally.backer@chromium.org2011-06-242-0/+42
* Fix build when GYP_DEFINES="chromeos=0 use_ibus=1"hashimoto@chromium.org2011-06-241-7/+3
* Fixes bug where layer bounds weren't correctly set when views was setsky@chromium.org2011-06-242-11/+42
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-239-12/+280
* Add an option to run Chrome in the views desktop.ben@chromium.org2011-06-234-43/+87
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-2312-44/+63
* Updated remaining button to text button. Reverted the interposedsaintlou@chromium.org2011-06-2316-159/+82
* views: Remove the dependency on app_base.tfarina@chromium.org2011-06-224-12/+4
* xi2: We need to look at the slave device that generated the event,sadrul@chromium.org2011-06-221-1/+1
* Clean up avatar icon drawingsail@chromium.org2011-06-221-1/+0
* Fixes leak in drag_utils.sky@chromium.org2011-06-221-4/+5
* Fix building views_unittests.sadrul@chromium.org2011-06-221-0/+1
* views/ime: Add dtor to CharacterComposer class to please clang.tfarina@chromium.org2011-06-222-2/+4
* Add character compositionhashimoto@chromium.org2011-06-227-70/+589
* Reland "views: Refactor AddRemoveNotifications unittest."tfarina@chromium.org2011-06-221-102/+145
* views: Pull out DragController class into its own header file.tfarina@chromium.org2011-06-216-40/+57
* Revert 89910 - views: Refactor AddRemoveNotifications unittest.rvargas@google.com2011-06-211-271/+102
* views: Refactor AddRemoveNotifications unittest.tfarina@chromium.org2011-06-211-102/+271
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-2110-151/+536
* [Views] Make ImageView::SetImage() take a const SkBitmap* rather than a non-c...rsesek@chromium.org2011-06-212-4/+4
* Fix clang build.ben@chromium.org2011-06-212-1/+4
* Fix build.ben@chromium.org2011-06-212-2/+6
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-2112-39/+50
* Fix build error with latest ibus.yusukes@google.com2011-06-211-6/+2
* views/examples: Move the implementation of TableExample to source file.tfarina@chromium.org2011-06-203-136/+182
* Re-land:ben@chromium.org2011-06-171-19/+12
* Take transforms into consideration when deciding the dirty region for child v...sadrul@chromium.org2011-06-171-2/+7
* Changing uses of NativeButton to use NativeTextButton, which does not use arogerta@chromium.org2011-06-173-5/+113
* Make NativeWidgetViews::SchedulePaintInRect usesky@chromium.org2011-06-173-1/+8
* views: Change the check in View::AddChildViewAt() to CHECK_NE.tfarina@chromium.org2011-06-161-1/+1
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-169-26/+51
* Add pressure information to touch event.miletus@chromium.org2011-06-166-25/+101
* Mark the parent texture dirty when a child view starts using its own texture.sadrul@chromium.org2011-06-161-0/+5
* SetMsgHandled in NativeWidgetWin::OnAppCommand based on WidgetDelegate handling.msw@chromium.org2011-06-161-3/+2
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-1613-1/+109
* Re-land:ben@chromium.org2011-06-1626-354/+468
* Create the InputMethod when it is first requested by a child view.penghuang@chromium.org2011-06-161-16/+15
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-1526-468/+354
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-1526-354/+468
* added right click check.shinyak@google.com2011-06-151-2/+2
* Convert the native separator to a regular view. Also, lighten it a bit in color.finnur@chromium.org2011-06-152-91/+14
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Use MouseWheelEvent for mouse wheel eventoshima@google.com2011-06-141-1/+1
* Revert 89076 - Make sure custom frame windows paint as active when they're ac...ben@chromium.org2011-06-141-11/+11