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
/
textfield
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes ordering of includes.
sky@chromium.org
2010-03-23
1
-1
/
+1
*
Fixes compile error because gfx moved to src.
sky@chromium.org
2010-03-23
1
-1
/
+1
*
Adds the ability to display text in a textfield when the text is
sky@chromium.org
2010-03-23
5
-17
/
+162
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Fix bug with native text field where if there's a visibility change, the nati...
chocobo@chromium.org
2010-03-22
3
-26
/
+18
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
1
-2
/
+3
*
Add ability to show/hide password in login dialog.
chocobo@chromium.org
2010-03-19
7
-7
/
+34
*
views: Add accessibility support to the Textfield control.
ctguil@chromium.org
2010-03-19
2
-2
/
+47
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
2
-2
/
+2
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
5
-6
/
+6
*
chromeos: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-14
1
-1
/
+2
*
Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...
pkasting@chromium.org
2010-02-26
1
-4
/
+4
*
Fixes bug in textfield on views/gtk where we weren't properly
sky@chromium.org
2009-12-04
1
-19
/
+22
*
Refactor the menu model to live outside views/ so it can be shared
pinkerton@chromium.org
2009-12-04
2
-8
/
+10
*
Makes views not draw focus for native controls on Gtk. As Gtk renders
sky@chromium.org
2009-12-03
2
-9
/
+12
*
Fixes two issues from valgrind, and some cleanup:
sky@chromium.org
2009-11-20
1
-2
/
+4
*
Fixing a bug where the textfield would paint outside of its bounds
jcampan@chromium.org
2009-11-13
1
-1
/
+2
*
Fix a crash when GetOleInterface returns NULL. The replaced class, CComQIPtr...
jhawkins@chromium.org
2009-11-06
1
-2
/
+4
*
AppendText was appending twice due to bad merge happened in the past.
oshima@chromium.org
2009-10-12
1
-4
/
+1
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
2
-2
/
+2
*
Partially revert r28629.
craig.schlenter@chromium.org
2009-10-10
1
-1
/
+0
*
The textfield's text was not updated when text is updated by input.
oshima@chromium.org
2009-10-09
1
-0
/
+1
*
Convert gdk keycode to match base::KeyboardCode.
oshima@chromium.org
2009-10-09
1
-1
/
+5
*
* Password style support for gtk's textfield impl.
oshima@chromium.org
2009-10-09
1
-0
/
+7
*
Backspace should not be processed as an accelerator in textfield, so it reall...
jcampan@chromium.org
2009-10-08
1
-3
/
+3
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
3
-3
/
+5
*
Turns on the focus traversal unit-tests and fixed some focus traversal problem:
jcampan@chromium.org
2009-10-07
1
-0
/
+4
*
Gets preferred size of views textfields on gtk to work. Also made
sky@chromium.org
2009-10-06
7
-19
/
+66
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-2
/
+2
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
2
-7
/
+9
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
2
-9
/
+7
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
2
-7
/
+9
*
fix Linux views build.
pkasting@chromium.org
2009-09-25
1
-2
/
+2
*
Use the system WINDOWTEXT color for labels, instead of black. Also use the s...
pkasting@chromium.org
2009-09-25
7
-0
/
+67
*
Clean up a few bits of files that I'm about to modify. The only visible chan...
pkasting@chromium.org
2009-09-25
1
-2
/
+2
*
Home/End were being forwarded to the page from the find box.
finnur@chromium.org
2009-09-18
1
-2
/
+3
*
Reverts linux font change again. Slow down isn't as bad as before. But
sky@chromium.org
2009-09-14
1
-1
/
+2
*
Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...
sky@chromium.org
2009-09-14
1
-2
/
+1
*
Reverts r26015. It caused a startup regression:(
sky@chromium.org
2009-09-11
1
-1
/
+2
*
Nukes font_skia and converts font_gtk to use pango. This was
sky@chromium.org
2009-09-11
1
-2
/
+1
*
Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...
jhawkins@chromium.org
2009-09-10
2
-7
/
+12
*
First cut at implementation of FindBar for views / gtk
davemoore@chromium.org
2009-09-09
4
-48
/
+114
*
Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...
japhet@chromium.org
2009-09-08
1
-2
/
+3
*
Uses POINT instead of CPoint to reduce the dependency in ATL.
scherkus@chromium.org
2009-09-03
2
-3
/
+3
*
Porting textfield to toolkit_views Gtk.
jcampan@chromium.org
2009-09-01
7
-51
/
+83
*
Make the views bookmark bubble work on GTK.
brettw@chromium.org
2009-08-28
2
-4
/
+71
*
Reafactor Textfield to bring the native widget handling more in line with what
brettw@chromium.org
2009-08-28
4
-20
/
+48
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
1
-2
/
+1
*
Revert :
nsylvain@chromium.org
2009-06-22
1
-1
/
+2
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
1
-2
/
+1
[next]