summaryrefslogtreecommitdiffstats
path: root/views/controls/native
Commit message (Expand)AuthorAgeFilesLines
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-139-6/+53
* keyboard: Fix visibility.sadrul@chromium.org2011-06-061-2/+5
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-193-11/+11
* 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
* Notify child widgets before and after a reparenting.asanka@chromium.org2011-03-311-21/+3
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-1/+2
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-121-2/+2
* Send accessibility events from GTK implementations of views.dmazzoni@chromium.org2011-03-051-0/+1
* Convert a few more methods to new Widget methods.ben@chromium.org2011-03-032-20/+21
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-022-21/+20
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-022-20/+21
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-242-2/+2
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-162-6/+10
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-162-3/+3
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-055-5/+5
* A NativeHostViewViews class for embedding views inside NativeHostView instances.anicolao@google.com2010-12-174-3/+156
* gtk views: NULL-check fixed_ before hidingevan@chromium.org2010-11-121-1/+2
* Fixes another gray rect. This problem occurred because NativeViewHostsky@chromium.org2010-10-061-0/+2
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-9/+9
* Add in a browser test for dialog resizing, which was catching an issue with t...scottbyer@chromium.org2010-08-201-5/+9
* views: Fix bad license headers found in some filestfarina@chromium.org2010-07-281-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-264-0/+4
* 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
* Polish ChromeOS options dialog:xiyuan@chromium.org2010-04-211-0/+10
* [Linux Views] Handle focus in event of native views and controls correctly.suzhe@chromium.org2010-04-122-9/+10
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-232-2/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Unblock focus signal handlers only when they're blocked.oshima@chromium.org2010-03-111-11/+18
* Clone of issue 577015.twiz@chromium.org2010-02-121-3/+8
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-102-0/+16
* 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
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-1/+19
* Fixes bug where recreating fixed in NativeViewHostGtk causes focus tosky@chromium.org2010-01-062-0/+39
* Fix crash/leak issue in native_view_host_gtk.cc.oshima@chromium.org2009-12-237-12/+34
* Makes views not draw focus for native controls on Gtk. As Gtk renderssky@chromium.org2009-12-032-3/+15
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-2/+1
* When a GtkWidget was destroyed the NVH would not be detached.jcampan@chromium.org2009-10-091-3/+3
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-057-128/+49