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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'resize_leading_on_bounds_change' property into the SingleSplitView.
pfeldman@chromium.org
2009-07-09
2
-1
/
+28
*
Fix: Position always off-screen when starting up
yuzo@chromium.org
2009-07-09
1
-1
/
+2
*
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
4
-0
/
+0
*
Use different cursors for horizontal and vertical splits. (cursor was static ...
pfeldman@chromium.org
2009-07-08
1
-3
/
+3
*
Fix memory leak in ImageButton exposed by r20028.
mirandac@chromium.org
2009-07-08
2
-6
/
+6
*
Add the keys used by the back/forward menu items to the accelerator map so th...
ben@chromium.org
2009-07-08
1
-0
/
+9
*
Inverted logic in UseNativeFrame meant all constrained windows were opened wi...
ben@chromium.org
2009-07-08
1
-1
/
+1
*
Fix the Views GTK build.
brettw@chromium.org
2009-07-07
3
-6
/
+8
*
Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...
ben@chromium.org
2009-07-07
8
-1
/
+289
*
Fix the current remaining Views-GTK compile and linker errors.
brettw@chromium.org
2009-07-06
2
-1
/
+2
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
7
-29
/
+25
*
Add layout support for invisible SingleSplitView children.
pfeldman@chromium.org
2009-07-01
1
-12
/
+25
*
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
2
-5
/
+4
*
Fixing a breakage in the GTK toolkit build that my last check-in caused.
jcampan@chromium.org
2009-06-30
1
-1
/
+1
*
Fix compilation error in the focus manager by returning NULL from unimplement...
brettw@chromium.org
2009-06-30
1
-0
/
+1
*
Fix the Views combobox on GTK by adding a new function.
brettw@chromium.org
2009-06-30
2
-1
/
+6
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
22
-353
/
+172
*
Review URL: http://codereview.chromium.org/150051
jcampan@chromium.org
2009-06-30
12
-55
/
+49
*
Rework a loop in the native menu code to iterate over the vector of items we ...
ben@chromium.org
2009-06-29
1
-4
/
+5
*
Fix a menu crash.
ben@chromium.org
2009-06-26
1
-0
/
+1
*
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
5
-6
/
+6
*
Add support for vertical split into SingleSplitView.
pfeldman@chromium.org
2009-06-24
2
-40
/
+91
*
Fix ifdef that was triggering a NOTIMPLEMENTED in browser tests.
jcampan@chromium.org
2009-06-23
1
-2
/
+2
*
Add Linux support for getting the thumbnail and wire into the switcher.
brettw@chromium.org
2009-06-23
1
-1
/
+3
*
For consistency, stop using the workarea coordinate in
yuzo@chromium.org
2009-06-23
2
-15
/
+34
*
Fix dialog edges - error was because we made the top edges the same height bu...
glen@chromium.org
2009-06-23
1
-6
/
+2
*
Revert :
nsylvain@chromium.org
2009-06-22
22
-169
/
+353
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
22
-353
/
+169
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
22
-169
/
+353
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
22
-353
/
+169
*
Lands http://codereview.chromium.org/131064 for tedoc2000.
sky@chromium.org
2009-06-18
1
-0
/
+4
*
Call Layout directly from SetContentsView. In the case where the Widget is cr...
ben@chromium.org
2009-06-18
2
-5
/
+10
*
Hook up "clear browsing data" dialog. It looks like ass right now. The intent...
ben@chromium.org
2009-06-18
4
-27
/
+53
*
A long standing bug in views!
ben@chromium.org
2009-06-18
2
-2
/
+0
*
Adds a widget that when clicked creates a new browser window. It's not
sky@chromium.org
2009-06-17
1
-1
/
+1
*
Fix build bustage by removing another dependency on browser/gtk by creating a...
ben@chromium.org
2009-06-17
6
-111
/
+114
*
Improved tab overview animations with better animation and wiring to
sky@chromium.org
2009-06-16
1
-1
/
+1
*
Move TableModel out of views/ and into app/.
estade@chromium.org
2009-06-16
8
-314
/
+14
*
Add comments on magic number 0xbb. They are VK_OEM_PLUS. I guess the original...
hamaji@chromium.org
2009-06-16
1
-0
/
+2
*
Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...
ben@chromium.org
2009-06-15
5
-53
/
+162
*
Fix focus traversal cycle.
yutak@chromium.org
2009-06-15
3
-40
/
+11
*
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
4
-5
/
+5
*
Fix reversed focus traversal order issue.
yutak@chromium.org
2009-06-12
7
-95
/
+115
*
Remove the Menu object, converting all the remaining callers to use Menu2. I'...
ben@chromium.org
2009-06-12
5
-32
/
+72
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
10
-44
/
+73
[next]