index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
views
/
widget
/
widget_gtk.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wires up views/gtk to use the gtk bookmark editor.
sky@chromium.org
2009-10-07
1
-0
/
+5
*
Fixes compile warning. If you have a better suggestion for this, let
sky@chromium.org
2009-10-07
1
-3
/
+3
*
Converts info bubbles on views/gtk from popups to normal windows to
sky@chromium.org
2009-10-07
1
-4
/
+35
*
More views on gtk paint tweaks. My previous attempt resulted in the
sky@chromium.org
2009-10-05
1
-1
/
+4
*
Relanding focus traversal on Linux toolkit views.
jcampan@chromium.org
2009-10-01
1
-0
/
+38
*
Fixes painting problems with views on Gtk. In particular during a
sky@chromium.org
2009-09-30
1
-0
/
+2
*
Reverting 27504, it breaks the interactive ui tests on Windows.
jcampan@chromium.org
2009-09-29
1
-38
/
+0
*
See original review at
jcampan@chromium.org
2009-09-29
1
-0
/
+38
*
[Relanding erg's change with fix for toolkit_views shortcuts and
jcampan@chromium.org
2009-09-25
1
-2
/
+2
*
Fix for a focus related NOTREACHED when closing Chrome
jcampan@chromium.org
2009-09-23
1
-4
/
+9
*
Fix code to get widget position on screen.
chocobo@google.com
2009-09-22
1
-12
/
+12
*
Decolated window support in WidgetGtk.
oshima@chromium.org
2009-09-22
1
-4
/
+7
*
First cut at implementation of FindBar for views / gtk
davemoore@chromium.org
2009-09-09
1
-2
/
+10
*
Fleshes out the tooltip implementation for views on Gtk. It doesn't
sky@chromium.org
2009-09-08
1
-1
/
+23
*
Fixes bug in views on gtk where we wouldn't necessarily paint
sky@chromium.org
2009-09-08
1
-5
/
+13
*
Lands http://codereview.chromium.org/172098 for Oshima:
sky@chromium.org
2009-09-02
1
-1
/
+1
*
The FocusManager stores/restores focus when the top window becomes inactive/a...
jcampan@chromium.org
2009-09-01
1
-0
/
+18
*
Porting textfield to toolkit_views Gtk.
jcampan@chromium.org
2009-09-01
1
-4
/
+0
*
Make the views bookmark bubble work on GTK.
brettw@chromium.org
2009-08-28
1
-1
/
+1
*
Adds support for initiating drags from bookmark menus.
sky@chromium.org
2009-08-28
1
-2
/
+88
*
Further refactoring of menus for GTK. I've now separated out
sky@chromium.org
2009-08-24
1
-8
/
+16
*
Relands drop support:
sky@chromium.org
2009-08-19
1
-12
/
+140
*
Reverts recent patch as broke build on toolkit_views.
sky@chromium.org
2009-08-18
1
-140
/
+12
*
Adds drop support for views on gtk. As X lazily provides drop data I
sky@chromium.org
2009-08-18
1
-12
/
+140
*
Implements WidgetGtk::SetOpacity.
sky@chromium.org
2009-08-12
1
-3
/
+11
*
Removes bogus comments in WidgetGtk::GetBounds.
sky@chromium.org
2009-08-11
1
-9
/
+2
*
Removes calls to RootView methods that were removed.
sky@chromium.org
2009-08-11
1
-3
/
+0
*
Refactors RootViewDropTarget into a platform independent part,
sky@chromium.org
2009-08-11
1
-0
/
+6
*
Status bubble limping in TOOLKIT_VIEWS.
ben@chromium.org
2009-08-01
1
-64
/
+60
*
This CL adds accelerators to the Linux toolkit views.
jcampan@chromium.org
2009-07-31
1
-2
/
+11
*
Fix NativeViewHostGtk clipping.
ben@chromium.org
2009-07-23
1
-6
/
+8
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-1
/
+1
*
Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...
ben@chromium.org
2009-07-07
1
-0
/
+5
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
1
-4
/
+1
*
Makes WidgetGtk specify a size before realizing the window. Without
sky@chromium.org
2009-06-30
1
-2
/
+10
*
Call Layout directly from SetContentsView. In the case where the Widget is cr...
ben@chromium.org
2009-06-18
1
-1
/
+5
*
A long standing bug in views!
ben@chromium.org
2009-06-18
1
-1
/
+0
*
Fix build bustage by removing another dependency on browser/gtk by creating a...
ben@chromium.org
2009-06-17
1
-44
/
+59
*
Make WidgetGtk::SetBounds use a single call if it can.
sky@chromium.org
2009-06-15
1
-0
/
+5
*
First part of tab overview. It isn't wired up, nor is it complete, but
sky@chromium.org
2009-06-08
1
-0
/
+11
*
Makes it possible for Widget's on GTK to have a transparent
sky@chromium.org
2009-06-08
1
-2
/
+87
*
Implement window state restoration for the views-gtk window.
ben@chromium.org
2009-06-04
1
-1
/
+0
*
Implement custom window shapes as provided by the NonClientView in WindowGtk.
ben@chromium.org
2009-06-04
1
-0
/
+4
*
Adds linux2 variable and change to WidgetGtk to make it compile.
sky@chromium.org
2009-06-02
1
-0
/
+2
*
Fixes a couple of bugs encountered in getting info bubbles to work:
sky@chromium.org
2009-06-02
1
-1
/
+4
*
Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetk
sky@chromium.org
2009-06-01
1
-1
/
+6
*
Fixes bad event signal name that was leading to crash.
sky@chromium.org
2009-05-29
1
-3
/
+2
*
Fixes couple of bugs that occur now that we can actually run views on
sky@chromium.org
2009-05-29
1
-2
/
+10
*
Splits TooltipManager so that it can be ported and stubs out the GTK
sky@chromium.org
2009-05-28
1
-2
/
+4
*
Makes MenuButton compile and fixes bug in GtkWidget I happened upon.
sky@chromium.org
2009-05-27
1
-3
/
+2
[next]