summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_win.h
Commit message (Expand)AuthorAgeFilesLines
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-521/+0
* Fix some rendering glitches in the custom frame by re-introducing nasty old c...ben@chromium.org2011-05-181-4/+10
* Fixes more default non-client frame painting.ben@chromium.org2011-05-171-0/+2
* Re-land:ben@chromium.org2011-05-131-29/+13
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-13/+29
* Split the hierarchy. ben@chromium.org2011-05-131-29/+13
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-031-0/+4
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-4/+0
* Converts background_view from using WidgetGtk.sky@chromium.org2011-04-261-0/+1
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-2/+2
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-3/+3
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-261-4/+0
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-221-0/+4
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-4/+0
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-221-0/+4
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-4/+0
* Get rid of the set_delete_on_destroy setter now that we have CreateParams.ben@chromium.org2011-04-211-4/+0
* Refactors login window widget creation methods into platform specific methods.sky@chromium.org2011-04-201-0/+5
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-151-3/+0
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-121-0/+1
* Combine WidgetWin KeyEvent handlers.msw@chromium.org2011-04-081-6/+5
* Fix WidgetWin MouseWheelEvent handling.msw@chromium.org2011-04-061-2/+0
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-011-3/+1
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-3/+28
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-43/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-241-1/+1
* Revert 79211 - Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-1/+1
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-1/+1
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-0/+3
* Fix bug with drop arrow updating on the tabstrip. See comment in widget_win.ccben@chromium.org2011-03-171-0/+3
* Re-lands:ben@chromium.org2011-03-161-8/+3
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-151-3/+8
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-151-8/+3
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-0/+3
* Clean up some event code:msw@chromium.org2011-03-141-1/+1
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+7
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-1/+2
* Consolidate window showing into Window base class.ben@chromium.org2011-03-091-0/+1
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-56/+17
* Make more methods on Widget non-virtual and move to NativeWidgetben@chromium.org2011-03-041-12/+12
* Two things:ben@chromium.org2011-03-041-46/+25
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-7/+2
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-2/+7
* Clean up more of Widget.ben@chromium.org2011-03-031-13/+7
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-9/+11
* Land the new functions added by 76483 - but do not use them anywhere outside ...ben@chromium.org2011-03-021-1/+4
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-4/+10
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-10/+4
* Fix various layered window updating bugs.ben@chromium.org2011-02-271-1/+10