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
/
controls
/
button
Commit message (
Expand
)
Author
Age
Files
Lines
*
tweak translate infobar ui
kuan@chromium.org
2010-03-22
1
-1
/
+5
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
2
-3
/
+3
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-1
/
+1
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
chromeos: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-14
1
-3
/
+5
*
Landing tfarina CL.
ctguil@chromium.org
2010-03-10
2
-2
/
+22
*
Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...
pkasting@chromium.org
2010-03-08
9
-27
/
+28
*
Removes static storage of menu-marker bitmap. Tiny change.
glotov@google.com
2010-03-04
2
-15
/
+13
*
Fixed alignment of button dropdowns for RTL languages.
avayvod@chromium.org
2010-02-11
1
-4
/
+1
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-4
/
+4
*
Disable lables for disabled checkboxes. Original patch by Philippe Beaudoin ...
pkasting@chromium.org
2010-02-09
2
-6
/
+13
*
Need to update enabled state of gtk wrapper even if native view hasn't been c...
davemoore@chromium.org
2010-02-07
1
-2
/
+0
*
implement infobars and delegates placeholders for translate feature.
kuan@chromium.org
2010-01-27
2
-64
/
+84
*
Fixes two related bugs:
sky@chromium.org
2009-12-15
1
-2
/
+6
*
Spruce up the notification UI to much more closely match the mocks, including...
johnnyg@chromium.org
2009-12-05
2
-11
/
+67
*
Fixes bug in textfield on views/gtk where we weren't properly
sky@chromium.org
2009-12-04
1
-2
/
+1
*
Refactor the menu model to live outside views/ so it can be shared
pinkerton@chromium.org
2009-12-04
2
-3
/
+3
*
Implement keyboard access between bookmarks and main toolbar.
mhm@chromium.org
2009-12-04
2
-0
/
+15
*
Makes views not draw focus for native controls on Gtk. As Gtk renders
sky@chromium.org
2009-12-03
2
-0
/
+7
*
Lands http://codereview.chromium.org/449003/show for Thiago:
sky@chromium.org
2009-12-01
1
-2
/
+2
*
Fixes two issues from valgrind, and some cleanup:
sky@chromium.org
2009-11-20
1
-3
/
+4
*
Revert 32012-32017
mhm@chromium.org
2009-11-15
2
-15
/
+0
*
rebase
mhm@chromium.org
2009-11-15
2
-0
/
+15
*
Fixes regression introduced in fixing 19597. This change effectively
sky@chromium.org
2009-10-30
1
-2
/
+6
*
Lands http://codereview.chromium.org/291006 for Pierre:
sky@chromium.org
2009-10-27
1
-2
/
+2
*
Makes it so that when a folder is open on the bookmark bar and the
sky@chromium.org
2009-10-26
1
-1
/
+0
*
Implement dragging icon for dragging bookmarks in views/gtk.
skrul@google.com
2009-10-21
1
-0
/
+8
*
Fix flickering checkboxes
cpu@chromium.org
2009-10-16
1
-1
/
+1
*
Fixes regression in menu button. I converted a call from GetWidget to
sky@chromium.org
2009-10-14
1
-2
/
+2
*
Converts some uses of native_view to native_window. This is necessitated
sky@chromium.org
2009-10-12
1
-20
/
+7
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Enabling the default button behavior on Linux toolkit_views.
jcampan@chromium.org
2009-10-08
2
-13
/
+8
*
Refactor cros library code into central location and have the UI elements obs...
chocobo@google.com
2009-10-08
4
-1
/
+19
*
Add simple popup support to browser actions. This will create a popup HTML w...
erikkay@chromium.org
2009-10-02
1
-1
/
+1
*
Relanding focus traversal on Linux toolkit views.
jcampan@chromium.org
2009-10-01
4
-0
/
+13
*
Reverting 27504, it breaks the interactive ui tests on Windows.
jcampan@chromium.org
2009-09-29
3
-2
/
+2
*
See original review at
jcampan@chromium.org
2009-09-29
3
-2
/
+2
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
3
-11
/
+8
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
3
-8
/
+11
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
3
-11
/
+8
*
Native button cleanup:
sky@chromium.org
2009-09-25
4
-35
/
+22
*
[Relanding erg's change with fix for toolkit_views shortcuts and
jcampan@chromium.org
2009-09-25
1
-1
/
+1
*
Fix hottracking on button views.The hottracking on the toolbar was broken, th...
mhm@chromium.org
2009-09-24
2
-0
/
+17
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-24
1
-7
/
+6
*
Reverting 26975.
pkasting@chromium.org
2009-09-23
1
-6
/
+7
*
Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...
pkasting@chromium.org
2009-09-23
1
-7
/
+6
*
removing unnecessary invocations of super class constructor
oshima@chromium.org
2009-09-23
2
-4
/
+2
*
Fix Chexkbox::SetLabel on windows, which uses view's label instead of
oshima@chromium.org
2009-09-18
3
-1
/
+10
*
Fixing lame bug in radiobutton.
oshima@chromium.org
2009-09-16
1
-1
/
+1
*
Reverts linux font change again. Slow down isn't as bad as before. But
sky@chromium.org
2009-09-14
1
-1
/
+4
[next]