summaryrefslogtreecommitdiffstats
path: root/views/widget/widget_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Decolated window support in WidgetGtk. oshima@chromium.org2009-09-221-4/+7
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-091-2/+10
* Fleshes out the tooltip implementation for views on Gtk. It doesn'tsky@chromium.org2009-09-081-1/+23
* Fixes bug in views on gtk where we wouldn't necessarily paintsky@chromium.org2009-09-081-5/+13
* Lands http://codereview.chromium.org/172098 for Oshima:sky@chromium.org2009-09-021-1/+1
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-011-0/+18
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-011-4/+0
* Make the views bookmark bubble work on GTK.brettw@chromium.org2009-08-281-1/+1
* Adds support for initiating drags from bookmark menus.sky@chromium.org2009-08-281-2/+88
* Further refactoring of menus for GTK. I've now separated outsky@chromium.org2009-08-241-8/+16
* Relands drop support:sky@chromium.org2009-08-191-12/+140
* Reverts recent patch as broke build on toolkit_views.sky@chromium.org2009-08-181-140/+12
* Adds drop support for views on gtk. As X lazily provides drop data Isky@chromium.org2009-08-181-12/+140
* Implements WidgetGtk::SetOpacity.sky@chromium.org2009-08-121-3/+11
* 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-111-0/+6
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-011-64/+60
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-2/+11
* Fix NativeViewHostGtk clipping.ben@chromium.org2009-07-231-6/+8
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-1/+1
* Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...ben@chromium.org2009-07-071-0/+5
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-021-4/+1
* Makes WidgetGtk specify a size before realizing the window. Withoutsky@chromium.org2009-06-301-2/+10
* Call Layout directly from SetContentsView. In the case where the Widget is cr...ben@chromium.org2009-06-181-1/+5
* A long standing bug in views!ben@chromium.org2009-06-181-1/+0
* Fix build bustage by removing another dependency on browser/gtk by creating a...ben@chromium.org2009-06-171-44/+59
* Make WidgetGtk::SetBounds use a single call if it can.sky@chromium.org2009-06-151-0/+5
* First part of tab overview. It isn't wired up, nor is it complete, butsky@chromium.org2009-06-081-0/+11
* Makes it possible for Widget's on GTK to have a transparentsky@chromium.org2009-06-081-2/+87
* Implement window state restoration for the views-gtk window.ben@chromium.org2009-06-041-1/+0
* Implement custom window shapes as provided by the NonClientView in WindowGtk.ben@chromium.org2009-06-041-0/+4
* Adds linux2 variable and change to WidgetGtk to make it compile.sky@chromium.org2009-06-021-0/+2
* Fixes a couple of bugs encountered in getting info bubbles to work:sky@chromium.org2009-06-021-1/+4
* Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetksky@chromium.org2009-06-011-1/+6
* Fixes bad event signal name that was leading to crash.sky@chromium.org2009-05-291-3/+2
* Fixes couple of bugs that occur now that we can actually run views onsky@chromium.org2009-05-291-2/+10
* Splits TooltipManager so that it can be ported and stubs out the GTKsky@chromium.org2009-05-281-2/+4
* Makes MenuButton compile and fixes bug in GtkWidget I happened upon.sky@chromium.org2009-05-271-3/+2
* Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...ben@chromium.org2009-05-261-38/+55
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-231-1/+22
* Minor gtk-views cleanup:sky@chromium.org2009-05-201-14/+64
* Fixes delivery of mouse events in WidgetGtk. Also fixes GetRootWidgetsky@chromium.org2009-05-191-51/+133
* Adds back some code removed during Ben's landing of views renaming.sky@chromium.org2009-05-111-3/+1
* Random cleanups and stubs to get cross platform build going.glen@chromium.org2009-05-091-0/+5
* Resurrect Scott's WindowGtk changes.ben@chromium.org2009-05-081-48/+172
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+386