summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary includes of menu_2.h.rhashimoto@chromium.org2011-07-011-1/+0
* Set has_border = true for NativeTextButton.xiyuan@chromium.org2011-07-012-0/+10
* Fixes bug where transform wasn't reset on layer correctly.sky@chromium.org2011-07-012-0/+21
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-0119-172/+401
* Fix to pure view test on touch.saintlou@chromium.org2011-06-301-1/+3
* Reverted 7285007 now that r91197 has landedsaintlou@chromium.org2011-06-301-2/+4
* Makes NativeTextButton take focus.motek@chromium.org2011-06-301-0/+1
* Handle fake GTK events gracefully.oshima@google.com2011-06-301-1/+6
* Fixed for touch buildsaintlou@chromium.org2011-06-301-4/+2
* As per oshima:saintlou@chromium.org2011-06-301-0/+4
* Initialize InputMethodBase after initializing the platforms.sadrul@chromium.org2011-06-303-6/+6
* views: Remove app from DEPS file.tfarina@chromium.org2011-06-301-1/+0
* views: Fix comment pointing to app/gfx/ instead of ui/gfx.tfarina@chromium.org2011-06-301-3/+3
* Views views_unittests Views and NativeTextFields tests leakdhollowa@chromium.org2011-06-302-26/+28
* Switch FocusManager to using ObserverList instead of keeping its listeners in...pkasting@chromium.org2011-06-292-52/+16
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-2913-30/+30
* Fix bug where NativeWidgetViews wasn't setting bounds ofsky@chromium.org2011-06-291-0/+1
* Rename DesktopWindow to DesktopWindowView.ben@chromium.org2011-06-297-56/+60
* Make cursor a bit more visible a bit more oftensaintlou@chromium.org2011-06-291-2/+3
* Views views_unittests native widget tests leakdhollowa@chromium.org2011-06-294-36/+38
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-2914-73/+14
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-295-20/+66
* Corrects setting default text colors on Windows.motek@chromium.org2011-06-281-0/+8
* Implement SetTooltipText in RWHVVvarunjain@chromium.org2011-06-282-0/+10
* Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...ben@chromium.org2011-06-2813-34/+119
* views: Allocate View on the stack in the OnBoundsChanged unittest.tfarina@chromium.org2011-06-281-27/+18
* Fix arm bot for real this time.sadrul@chromium.org2011-06-281-2/+2
* Fix clang bot.sadrul@chromium.org2011-06-282-2/+6
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-2816-216/+102
* Makes it so that if the size of a view with a layer changes or on creatingsky@chromium.org2011-06-284-3/+47
* Always show keyboard when an editable element is touched.mazda@chromium.org2011-06-281-0/+6
* views: Add unittests for View::GetViewByID() method.tfarina@chromium.org2011-06-271-0/+38
* A views only implementation of tooltips. In the views world, tooltips are drawnvarunjain@chromium.org2011-06-276-4/+303
* Fix checkbox in windows uninstaller.rogerta@chromium.org2011-06-273-7/+15
* 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