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