summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-185-12/+655
* Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-182-10/+6
* Revert "Reverting 23406" as it didn't break any tests.jhawkins@chromium.org2009-08-141-33/+33
* Reverting 23406.levin@chromium.org2009-08-141-33/+33
* Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...jhawkins@chromium.org2009-08-141-33/+33
* Refactors OSExchangeData for easier portability.sky@chromium.org2009-08-121-3/+4
* Implements WidgetGtk::SetOpacity.sky@chromium.org2009-08-122-3/+13
* Removes bogus comments in WidgetGtk::GetBounds.sky@chromium.org2009-08-111-9/+2
* Removes calls to RootView methods that were removed.sky@chromium.org2009-08-111-3/+0
* Refactors RootViewDropTarget into a platform independent part,sky@chromium.org2009-08-1114-239/+382
* Factor out window creation into base::WindowImpl. This class will be used in...jhawkins@chromium.org2009-08-072-238/+47
* Fix a BAD_OVERRIDE defect reported by Coverity. Change thewtc@chromium.org2009-08-061-1/+1
* Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...glen@chromium.org2009-08-051-0/+3
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-017-108/+131
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-314-76/+23
* Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin.pkasting@chromium.org2009-07-241-5/+0
* Fix NativeViewHostGtk clipping.ben@chromium.org2009-07-232-7/+9
* Fix bustage.erg@chromium.org2009-07-192-0/+5
* This makes the unit-tests pass with toolkit_views on Linux.jcampan@chromium.org2009-07-151-5/+5
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-141-6/+0
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-1/+1
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-082-0/+0
* Fix the Views GTK build.brettw@chromium.org2009-07-071-0/+1
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-075-1/+26
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-022-6/+2
* Fixes crash in ~WidgetGtk. This was caused by your change to no longersky@chromium.org2009-06-302-6/+6
* Makes WidgetGtk specify a size before realizing the window. Withoutsky@chromium.org2009-06-302-3/+11
* Fixes compile bugs for views on gtk.sky@chromium.org2009-06-301-0/+4
* Fixing a breakage in the GTK toolkit build that my last check-in caused.jcampan@chromium.org2009-06-301-1/+1
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-305-40/+53
* Fixes bug in RootViewGtk where we we might not paint correctly ifsky@chromium.org2009-06-261-1/+12
* Update Skia transfer modes to match changes in Skia as of r239amanda@chromium.org2009-06-251-1/+1
* Revert :nsylvain@chromium.org2009-06-225-51/+40
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-205-40/+51
* Reverting 18872.jcampan@chromium.org2009-06-195-51/+40
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-195-40/+51
* Call Layout directly from SetContentsView. In the case where the Widget is cr...ben@chromium.org2009-06-182-5/+10
* A long standing bug in views!ben@chromium.org2009-06-182-2/+0
* Fix build bustage by removing another dependency on browser/gtk by creating a...ben@chromium.org2009-06-172-51/+84
* Make WidgetGtk::SetBounds use a single call if it can.sky@chromium.org2009-06-151-0/+5
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-142-3/+3
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-124-50/+89
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-4/+0
* Issue 8838: Close box not highlightedidanan@chromium.org2009-06-101-0/+8
* Moving the Windows specific activation code in the FocusManager to the widget...jcampan@chromium.org2009-06-082-0/+24
* First part of tab overview. It isn't wired up, nor is it complete, butsky@chromium.org2009-06-085-0/+22
* Removing some unused FocusManager related code from RootView.jcampan@chromium.org2009-06-082-25/+0
* Makes it possible for Widget's on GTK to have a transparentsky@chromium.org2009-06-083-3/+110
* More theme bits for the NTP and window frame.glen@chromium.org2009-06-052-0/+5
* Implement some basic functionality in RootView and View.ben@chromium.org2009-06-053-21/+11