summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-279-46/+244
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-279-244/+46
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-269-46/+244
* Rough cut at window activation.ben@chromium.org2011-05-265-6/+34
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Fixes bug in NativeWidgetWin::GetAcceleratedWidget. I had the ifdefsky@chromium.org2011-05-262-3/+2
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-252-0/+5
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-259-27/+41
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-244-27/+197
* Prototype compositor to render views to a texture using d3d 10. Thissky@chromium.org2011-05-241-1/+4
* Add NativeWidgetViews. This is a stub implementation that mostly just defers ...ben@chromium.org2011-05-243-0/+323
* Fix compile on linux when ibus is available.sadrul@chromium.org2011-05-241-2/+1
* Fix touch compile after r86390.sadrul@chromium.org2011-05-241-5/+2
* Fix to make InputMethodIBus usable on every ChromeOS device (even without Tou...hashimoto@chromium.org2011-05-241-5/+9
* Fix paint flashing when switching tabs on ChromeOS. It seems like this hidden...ben@chromium.org2011-05-231-2/+0
* Fix touch build after hiding RootView.sadrul@chromium.org2011-05-203-22/+1
* Address TBR review comments from sky.ben@chromium.org2011-05-202-2/+4
* Move RootView to the internal namespace.ben@chromium.org2011-05-2014-52/+69
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-194-7/+6
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-1917-421/+459
* Fix some rendering glitches in the custom frame by re-introducing nasty old c...ben@chromium.org2011-05-182-11/+17
* Re-land:ben@chromium.org2011-05-181-2/+4
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Synchronize window resize in MoveMouseToCenterAndPress on linux.oshima@google.com2011-05-181-0/+2
* Revert 85666 - Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativ...ben@chromium.org2011-05-181-4/+2
* Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativeFrame spaghetti.ben@chromium.org2011-05-171-2/+4
* Fixes more default non-client frame painting.ben@chromium.org2011-05-172-0/+7
* Revert 85528 - We were returning the wrong value of ShouldUseNativeFrame for ...ben@chromium.org2011-05-161-2/+1
* We were returning the wrong value of ShouldUseNativeFrame for popup windows w...ben@chromium.org2011-05-161-1/+2
* Added explicit RemoveObserver in dtor of WidgetGtk.altimofeev@chromium.org2011-05-161-0/+3
* Fix touch build.sky@chromium.org2011-05-131-0/+1
* Re-land:ben@chromium.org2011-05-1313-291/+432
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-1313-432/+291
* Split the hierarchy. ben@chromium.org2011-05-1313-291/+432
* Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-132-16/+9
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-132-9/+16
* Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-122-13/+9
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-122-9/+13
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-107-30/+83
* Add a status-type for a mouse-event triggered by a touch event.sadrul@chromium.org2011-05-091-3/+6
* Trigger update for all GdkWindow's marked for repainting.sadrul@chromium.org2011-05-091-1/+1
* Add simple drag and drop to NativeTextfieldViews.msw@chromium.org2011-05-091-2/+3
* views: Remove using-directive of "views" to not make all names from the names...tfarina@chromium.org2011-05-061-2/+5
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-032-1/+21
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-033-20/+17
* Remove RootView::ConvertPointToMouseHandler.sadrul@chromium.org2011-05-022-33/+4