summaryrefslogtreecommitdiffstats
path: root/views/controls/native/native_view_host_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move scrollbar and native directories to ui/views/controls/.tfarina@chromium.org2011-11-271-410/+0
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-4/+4
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-5/+4
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-4/+5
* Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based...ben@chromium.org2011-11-191-4/+0
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+2
* Revert r106696 - Fix for a memory leak in views/controls/native/native_view_h...timurrrr@chromium.org2011-10-211-1/+1
* Fix for a memory leak in views/controls/native/native_view_host_gtk.cctimurrrr@chromium.org2011-10-211-1/+1
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-021-3/+3
* Try two for flicker free drawingdavemoore@chromium.org2011-07-071-50/+76
* Revert 91710 - Fix flicker on tab switch on chromeos.johnme@google.com2011-07-071-64/+48
* Fix flicker on tab switch on chromeos.davemoore@chromium.org2011-07-071-48/+64
* Fix to pure view test on touch.saintlou@chromium.org2011-06-301-1/+3
* Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()saintlou@chromium.org2011-06-291-2/+1
* Use NativeViewHostViews when using pure-views instead of NativeViewHostGtk.sadrul@chromium.org2011-06-261-1/+6
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-131-0/+4
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-7/+7
* Re-land:ben@chromium.org2011-05-131-1/+1
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Reenable FREEZE_UPDATE propertyoshima@google.com2011-04-111-1/+4
* gtk views: NULL-check fixed_ before hidingevan@chromium.org2010-11-121-1/+2
* Add in a browser test for dialog resizing, which was catching an issue with t...scottbyer@chromium.org2010-08-201-5/+9
* Revert revisions 47902 and 47900.dpolukhin@chromium.org2010-05-211-10/+5
* NativeViewHostGtk should use gtk_views_fixed instead of gtk_fixeddpolukhin@chromium.org2010-05-211-5/+10
* Gets rid of the annoying white dot in the upper left corner of allsky@chromium.org2010-04-231-0/+1
* Add EnableDoubleBuffer to WidgetGtkoshima@chromium.org2010-04-211-7/+9
* [Linux Views] Handle focus in event of native views and controls correctly.suzhe@chromium.org2010-04-121-5/+6
* Unblock focus signal handlers only when they're blocked.oshima@chromium.org2010-03-111-11/+18
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-2/+2
* Don't emit focus event when moving focus around when re-creating fixed widget.oshima@chromium.org2010-01-271-5/+75
* Reverts change to native_view_host_gtk. This fixes the bug, but isn'tsky@chromium.org2010-01-071-2/+0
* Fixes bug that resulted in background tabs not getting sizedsky@chromium.org2010-01-071-1/+3
* Fixes bug where recreating fixed in NativeViewHostGtk causes focus tosky@chromium.org2010-01-061-0/+35
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-231-2/+12
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-7/+20
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-20/+7
* Fixed a few bugs in view/gtk frameworkoshima@chromium.org2009-09-251-2/+3
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-7/+20
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-20/+7
* Land http://codereview.chromium.org/206025 for Charlie:sky@chromium.org2009-09-161-4/+8
* This CL makes the focus remembered across tab switches for Chrome Linux with ...jcampan@chromium.org2009-09-141-4/+28
* Fix leak of GtkWidgets in NativeViewHost, and in doing so fix a crash on shut...ben@chromium.org2009-08-011-12/+12
* Fix bug introduced by my clipping changes - when you switched tabs the tab ar...ben@chromium.org2009-07-231-0/+1
* Fix NativeViewHostGtk clipping.ben@chromium.org2009-07-231-56/+96
* Fix two crashers with TOOLKIT_VIEWS build:ben@chromium.org2009-07-211-2/+7
* Fix build bustage by removing another dependency on browser/gtk by creating a...ben@chromium.org2009-06-171-46/+20
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-2/+0
* Fixes a couple of related bugs:sky@chromium.org2009-06-011-10/+27
* Fixes to get gtk/views to bring up browser window w/out crashingdavemoore@chromium.org2009-05-301-1/+3