summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Don't store/restore focus when window is activated/deactivated on linux.oshima@google.com2011-04-072-5/+6
* Interpret double click events as mouse down on Windows.msw@chromium.org2011-04-072-8/+6
* RTL window styles was being set on too many HWNDs. This inverts the default. ...ben@chromium.org2011-04-061-2/+2
* Fix WidgetWin MouseWheelEvent handling.msw@chromium.org2011-04-062-19/+4
* Fixes bug in View::OnBoundsChange painting the old/new. The codesky@chromium.org2011-04-061-7/+18
* Added SchedulePaint in BrowserView::OnWindowActivationChangedwyck@chromium.org2011-04-061-1/+3
* Temporarily disaling FREEZE_UPDATE propertyoshima@google.com2011-04-051-0/+4
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-1/+2
* Fixes bug in menu that would clip to menu height instead of work area.sky@chromium.org2011-04-051-1/+1
* Transform GdkEvents for simpler MouseEvent construction.msw@chromium.org2011-04-056-68/+52
* Consolidate constrained window code into a cross platform base class.ben@chromium.org2011-04-041-1/+2
* Fix for regressions caused by FREEZE_UPDATE propertyoshima@google.com2011-04-043-1/+16
* Refactor RenderWidgetHostViewViews to use the new input method API for Views.suzhe@google.com2011-04-019-740/+1234
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-0118-369/+288
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-0124-323/+1439
* touch: Fix compile (regressed in r80024).sadrul@chromium.org2011-04-012-2/+6
* Notify child widgets before and after a reparenting.asanka@chromium.org2011-03-313-21/+40
* Add newline to end of file.ben@chromium.org2011-03-311-1/+2
* New InputMethod api for Views.suzhe@google.com2011-03-3118-1/+1746
* Fix clang failure; out-of-line a virtual.msw@chromium.org2011-03-312-1/+5
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-3121-516/+295
* Fix for paint issue on initial screen.oshima@google.com2011-03-314-10/+96
* TextButton inside NativeButton for the touch casesaintlou@chromium.org2011-03-3110-57/+140
* fix bustageben@chromium.org2011-03-311-1/+1
* Make MenuHost concrete, hide platform specific implementation behind NativeMe...ben@chromium.org2011-03-3111-70/+234
* The native tabbed pane was not showing its content window upon creation,rogerta@chromium.org2011-03-311-1/+1
* Adding a comment to explain a non-obvious fallthrough to another case statement.finnur@chromium.org2011-03-311-0/+1
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-3011-57/+56
* Revert 79762 - This CL wraps TextButton inside NativeButton for the touch case. dhollowa@chromium.org2011-03-3010-143/+57
* Revert 79768 - Fixed Clang error to http://codereview.chromium.org/6770014/dhollowa@chromium.org2011-03-301-2/+5
* Fixed Clang error to http://codereview.chromium.org/6770014/dhollowa@chromium.org2011-03-301-5/+2
* This CL wraps TextButton inside NativeButton for the touch case. saintlou@chromium.org2011-03-2910-57/+143
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-2935-213/+205
* Add focused property to chrome.windows.create extension API.jennb@chromium.org2011-03-285-2/+24
* Changes windows menu to strip out tabs in the string. Windowssky@chromium.org2011-03-281-0/+4
* Fix bustage by initializing variable.ben@chromium.org2011-03-281-1/+1
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-2811-57/+75
* Move some files from base to base/memory.levin@chromium.org2011-03-2826-44/+44
* Fix caret bounds to use min of available height and font height.oshima@google.com2011-03-251-1/+4
* Tweak XInput2 event subscriptionrbyers@chromium.org2011-03-251-1/+4
* Modify #include order slightly to clearly put ATL headers first.pkasting@chromium.org2011-03-251-4/+3
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-247-18/+26
* Revert 79211 - Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-237-26/+18
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-237-18/+26
* Refactor Textfield and AutocompleteEditViewViews.suzhe@google.com2011-03-235-125/+67
* Amending issue 6716024saintlou@chromium.org2011-03-232-6/+5
* touch: Detect touch device, and listen for events on floating devices.sadrul@chromium.org2011-03-231-0/+17
* Refactor: Move gfx/compositor* to gfx/compositor/backer@chromium.org2011-03-233-3/+4
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-233-1/+22
* Lands http://codereview.chromium.org/2928005/ for Dill:sky@chromium.org2011-03-221-1/+2