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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NativeViewHostGtk clipping.
ben@chromium.org
2009-07-23
2
-7
/
+9
*
Fix bustage.
erg@chromium.org
2009-07-19
2
-0
/
+5
*
This makes the unit-tests pass with toolkit_views on Linux.
jcampan@chromium.org
2009-07-15
1
-5
/
+5
*
Allow TabContentsDelegates to process unhandled keyboard messages coming back...
ananta@chromium.org
2009-07-14
1
-6
/
+0
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-1
/
+1
*
Remove svn:executable property from files that don't need it.
thestig@chromium.org
2009-07-08
2
-0
/
+0
*
Fix the Views GTK build.
brettw@chromium.org
2009-07-07
1
-0
/
+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
5
-1
/
+26
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
2
-6
/
+2
*
Fixes crash in ~WidgetGtk. This was caused by your change to no longer
sky@chromium.org
2009-06-30
2
-6
/
+6
*
Makes WidgetGtk specify a size before realizing the window. Without
sky@chromium.org
2009-06-30
2
-3
/
+11
*
Fixes compile bugs for views on gtk.
sky@chromium.org
2009-06-30
1
-0
/
+4
*
Fixing a breakage in the GTK toolkit build that my last check-in caused.
jcampan@chromium.org
2009-06-30
1
-1
/
+1
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
5
-40
/
+53
*
Fixes bug in RootViewGtk where we we might not paint correctly if
sky@chromium.org
2009-06-26
1
-1
/
+12
*
Update Skia transfer modes to match changes in Skia as of r239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Revert :
nsylvain@chromium.org
2009-06-22
5
-51
/
+40
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
5
-40
/
+51
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
5
-51
/
+40
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
5
-40
/
+51
*
Call Layout directly from SetContentsView. In the case where the Widget is cr...
ben@chromium.org
2009-06-18
2
-5
/
+10
*
A long standing bug in views!
ben@chromium.org
2009-06-18
2
-2
/
+0
*
Fix build bustage by removing another dependency on browser/gtk by creating a...
ben@chromium.org
2009-06-17
2
-51
/
+84
*
Make WidgetGtk::SetBounds use a single call if it can.
sky@chromium.org
2009-06-15
1
-0
/
+5
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
2
-3
/
+3
*
Fix reversed focus traversal order issue.
yutak@chromium.org
2009-06-12
4
-50
/
+89
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
1
-4
/
+0
*
Issue 8838: Close box not highlighted
idanan@chromium.org
2009-06-10
1
-0
/
+8
*
Moving the Windows specific activation code in the FocusManager to the widget...
jcampan@chromium.org
2009-06-08
2
-0
/
+24
*
First part of tab overview. It isn't wired up, nor is it complete, but
sky@chromium.org
2009-06-08
5
-0
/
+22
*
Removing some unused FocusManager related code from RootView.
jcampan@chromium.org
2009-06-08
2
-25
/
+0
*
Makes it possible for Widget's on GTK to have a transparent
sky@chromium.org
2009-06-08
3
-3
/
+110
*
More theme bits for the NTP and window frame.
glen@chromium.org
2009-06-05
2
-0
/
+5
*
Implement some basic functionality in RootView and View.
ben@chromium.org
2009-06-05
3
-21
/
+11
*
Implement window state restoration for the views-gtk window.
ben@chromium.org
2009-06-04
2
-1
/
+1
*
Rephrase this code to be slightly less verbose.
ben@chromium.org
2009-06-04
1
-5
/
+2
*
Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...
ben@chromium.org
2009-06-04
2
-22
/
+25
*
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
*
Allow themes to change the background of the new tab page. Adds support for d...
glen@chromium.org
2009-06-02
2
-1
/
+4
*
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
*
Use the right frame type on startup, do proper swapping of frames when themes...
glen@chromium.org
2009-05-31
3
-1
/
+14
*
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
2
-2
/
+14
*
Really theme the find bar. We were previously getting the DefaultThemeProvide...
glen@chromium.org
2009-05-29
2
-6
/
+12
*
Revert Revision 17224
glen@chromium.org
2009-05-29
2
-11
/
+5
*
Really theme the find bar. We were previously getting the DefaultThemeProvide...
glen@chromium.org
2009-05-29
2
-5
/
+11
*
Fix drawing problem with options dialog. I'm not sure why this flag is neede...
jam@chromium.org
2009-05-29
1
-1
/
+1
*
Fixes bug where SetBounds would change the z-order. This was resulting
sky@chromium.org
2009-05-29
1
-1
/
+1
[next]