summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-lands:ben@chromium.org2011-03-161-18/+23
* Add a TODO, remove NOTIMPLEMENTED to quiet things down.sadrul@chromium.org2011-03-151-1/+1
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-151-22/+17
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-151-17/+22
* Fix clang build, failure caused by r78149.sadrul@chromium.org2011-03-151-1/+1
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-1/+6
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-141-2/+6
* Clean up some event code:msw@chromium.org2011-03-141-4/+9
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-141-4/+2
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-141-2/+4
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+22
* Consolidate more into Window:ben@chromium.org2011-03-091-14/+1
* Consolidate window showing into Window base class.ben@chromium.org2011-03-091-0/+4
* Fix last_mouse_move_*_ check, doh!msw@chromium.org2011-03-091-1/+1
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-151/+91
* Make more methods on Widget non-virtual and move to NativeWidgetben@chromium.org2011-03-041-79/+78
* Two things:ben@chromium.org2011-03-041-138/+72
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-22/+2
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-2/+22
* Clean up more of Widget.ben@chromium.org2011-03-031-77/+52
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-34/+32
* Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...ben@chromium.org2011-03-031-78/+0
* Convert some windows code to use the new Widget methods.ben@chromium.org2011-03-031-6/+5
* Land the new functions added by 76483 - but do not use them anywhere outside ...ben@chromium.org2011-03-021-0/+80
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-75/+109
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-109/+75
* Fix various layered window updating bugs.ben@chromium.org2011-02-271-33/+42
* Reorder functions.ben@chromium.org2011-02-261-143/+130
* Fix a paintstorm that was starving input events and causing things like freezes.ben@chromium.org2011-02-251-31/+27
* Hook up empty interfaces for NativeWidget/NativeWidgetDelegate.ben@chromium.org2011-02-251-1/+3
* Move RootView construction, DefaultThemeProvider construction, and FocusTrave...ben@chromium.org2011-02-251-91/+20
* Fix layered windows. use_layered_buffer_ was not being correctly intialized b...ben@chromium.org2011-02-251-5/+1
* Attempt at fixing memory increase from earlier painting changes. Default valu...ben@chromium.org2011-02-251-1/+1
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-251-10/+9
* Fix dragged tab visiblity bug by making the Widget invalidate everything for ...ben@chromium.org2011-02-241-0/+6
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-0/+12
* More RootView cleanup:ben@chromium.org2011-02-231-1/+11
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-95/+47
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-5/+44
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-3/+3
* fix bustage'ben@chromium.org2011-02-141-0/+1405
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-111-1405/+0
* Safer KeyEvent construction using synthetic MSGs.ben@chromium.org2011-02-111-8/+20
* Fix views_unittests. It turns out it wasn't safe to register the observer fro...ben@chromium.org2011-02-111-32/+4
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-8/+35
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-8/+8
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-2/+12
* views: Make ShouldUseVistaFrame a static method of WidgetWin.tfarina@chromium.org2011-01-281-0/+14
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1