summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Clean up FocusManageroshima@google.com2011-07-149-0/+26
* Move SetInitialFocus to Widgetoshima@google.com2011-07-148-55/+93
* Allow different kinds of 'desktops'.sadrul@chromium.org2011-07-131-2/+2
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-1311-15/+169
* Skip NativeWidgetWin::LockUpdates when in aero mode to fix Gpu rendering freeze.nduca@chromium.org2011-07-131-3/+13
* Attempt 2 at:sky@chromium.org2011-07-1310-6/+181
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-139-34/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-139-12/+28
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-1210-180/+6
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-1210-6/+180
* Correct issues with NativeWidgetViews ownership.ben@chromium.org2011-07-125-46/+89
* Relanding this with the compile fixes for Linux viewsananta@chromium.org2011-07-111-5/+9
* Revert 92071 - Fix a chrome browser crash which occurs when displaying the pa...ananta@chromium.org2011-07-111-8/+4
* Fix a chrome browser crash which occurs when displaying the page info bubble ...ananta@chromium.org2011-07-111-4/+8
* Revert 92059 - Adds a test for parented synthetic widgets.ben@chromium.org2011-07-111-32/+6
* Adds a test for parented synthetic widgets.ben@chromium.org2011-07-111-6/+32
* Revert clear removal from last week. It turns out the window is green in debu...ben@chromium.org2011-07-112-2/+7
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-113-9/+19
* Correct implementation of View::ConvertPointToScreen for the views-desktop en...ben@chromium.org2011-07-084-6/+2
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-084-0/+10
* Fix the bug of the hide key on Omnibox.mazda@chromium.org2011-07-081-2/+0
* Changes wrench menu button to show system menu on space. This matchessky@chromium.org2011-07-081-7/+1
* Fix crashes in EnterpriseEnrollmentScreenTest.TestCancel. This is independent...ben@chromium.org2011-07-073-5/+8
* 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