summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create InitParams for Window.ben@chromium.org2011-04-281-2/+5
* Migrates NotificationPanel code to using Widget API instead ofsky@chromium.org2011-04-273-0/+6
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-273-15/+12
* Converts background_view from using WidgetGtk.sky@chromium.org2011-04-266-0/+19
* Rename CreateParams to InitParams.ben@chromium.org2011-04-2610-40/+39
* Rework the way Widget::Init works:ben@chromium.org2011-04-2610-390/+324
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-269-34/+17
* Fix painting glitch by suppressing non-client painting for WindowWins only wh...ben@chromium.org2011-04-241-1/+4
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-229-17/+34
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-229-34/+17
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-228-13/+30
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-228-30/+13
* Get rid of the set_delete_on_destroy setter now that we have CreateParams.ben@chromium.org2011-04-214-12/+14
* Adds widget_delegate.cc to appease the clang bot.sky@chromium.org2011-04-202-5/+33
* Refactors login window widget creation methods into platform specific methods.sky@chromium.org2011-04-205-5/+34
* Maintain the list of devices all in one place.sadrul@chromium.org2011-04-201-0/+5
* Changes the overview classes not to subclass WidgetGtk.sky@chromium.org2011-04-201-0/+2
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-192-0/+6
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-155-102/+1
* Prefer UTF8 strings over ASCII strings when requesting text from azork@chromium.org2011-04-141-9/+9
* Adds yet more debugging code.sky@chromium.org2011-04-131-1/+16
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-127-0/+32
* Adds more debugging code in hopes of figuring out a crash. Most commonsky@chromium.org2011-04-111-2/+6
* Reenable FREEZE_UPDATE propertyoshima@google.com2011-04-112-4/+62
* Adds more debugging code in hopes of figuring out a crash. Sorry forsky@chromium.org2011-04-084-1/+67
* Combine WidgetWin KeyEvent handlers.msw@chromium.org2011-04-082-17/+6
* Don't store/restore focus when window is activated/deactivated on linux.oshima@google.com2011-04-071-5/+0
* 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
* 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
* Transform GdkEvents for simpler MouseEvent construction.msw@chromium.org2011-04-054-59/+27
* 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-042-0/+8
* Refactor RenderWidgetHostViewViews to use the new input method API for Views.suzhe@google.com2011-04-012-5/+12
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-017-80/+90