summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...ben@chromium.org2011-07-0711-9/+435
* Push (not pull) window geometry for the compositor.backer@chromium.org2011-07-062-5/+22
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-0113-71/+230
* Reverted 7285007 now that r91197 has landedsaintlou@chromium.org2011-06-301-2/+4
* 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
* Fix bug where NativeWidgetViews wasn't setting bounds ofsky@chromium.org2011-06-291-0/+1
* 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-292-3/+2
* 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-288-32/+30
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-287-38/+3
* Always show keyboard when an editable element is touched.mazda@chromium.org2011-06-281-0/+6
* A views only implementation of tooltips. In the views world, tooltips are drawnvarunjain@chromium.org2011-06-275-4/+299
* Fix virtual keyboard issue with login screen.penghuang@chromium.org2011-06-271-0/+2
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-241-1/+1
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-232-2/+4
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-216-14/+58
* Fix build.ben@chromium.org2011-06-212-2/+6
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-215-18/+12
* Re-land:ben@chromium.org2011-06-171-19/+12
* Make NativeWidgetViews::SchedulePaintInRect usesky@chromium.org2011-06-173-1/+8
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-163-12/+12
* 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-169-0/+23
* Re-land:ben@chromium.org2011-06-1614-319/+437
* 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-1514-437/+319
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-1514-319/+437
* 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
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-147-16/+47
* Make sure custom frame windows paint as active when they're activated.ben@chromium.org2011-06-141-11/+11
* Widget::GetCurrentEvent() to get hold of the current input event being proces...sadrul@chromium.org2011-06-142-1/+55
* NULL check this since it may be called after the delegate is NULL'ed out?ben@chromium.org2011-06-141-1/+4
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-131-2/+1
* Eliminate Window completely.ben@chromium.org2011-06-1313-142/+221
* Disables tooltips if we can't create the tooltip window. I still don'tsky@chromium.org2011-06-136-35/+24
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-103-15/+0
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-0911-16/+764
* Adding a new window type for frameless non-transient top level windows, used ...ben@chromium.org2011-06-093-3/+18
* First draft to enable turning off compositor for unit tests.wjmaclean@chromium.org2011-06-091-1/+2
* Last views_unittests fix.ben@chromium.org2011-06-081-4/+6
* Turn on -Wdelete-non-virtual-dtor for chromeos as well.thakis@chromium.org2011-06-081-2/+2
* Move more from Window onto Widget.ben@chromium.org2011-06-0815-46/+661
* re-landing after clang fix. clang bot is red due to bus error in linker.oshima@google.com2011-06-082-18/+18
* Revert 88271, this broke the clang build thusly:thakis@chromium.org2011-06-082-19/+19
* Wait showing html dialog until renderre finish painting after page is loaded.oshima@google.com2011-06-082-19/+19