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
/
textfield.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move textfield directory to ui/views/controls/.
tfarina@chromium.org
2011-11-27
1
-453
/
+0
*
views: Move scrollbar and native directories to ui/views/controls/.
tfarina@chromium.org
2011-11-27
1
-1
/
+1
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-22
1
-1
/
+1
*
Revert 110949 - views: Move widget/ directory to ui/views.
wez@chromium.org
2011-11-21
1
-1
/
+1
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-21
1
-1
/
+1
*
Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@chromium.org
2011-11-11
1
-1
/
+1
*
Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@google.com
2011-11-11
1
-1
/
+1
*
Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@google.com
2011-11-11
1
-1
/
+1
*
1. change the setters of gfx::SelectionModel to be private. Set one alone mig...
xji@google.com
2011-10-12
1
-7
/
+17
*
Fix omnibox state for each tab.
xji@google.com
2011-09-28
1
-11
/
+12
*
Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.
msw@chromium.org
2011-09-26
1
-2
/
+2
*
These are the changes necessary for views to be able to build w/ use_aura imp...
davemoore@chromium.org
2011-09-22
1
-1
/
+1
*
Identify the omnibox as a URL field.
bryeung@chromium.org
2011-09-06
1
-4
/
+26
*
Get views_unittests to compile (but not run).
ben@chromium.org
2011-09-02
1
-2
/
+4
*
Add gfx::RenderText and support code.
msw@chromium.org
2011-07-25
1
-10
/
+4
*
Revert 93840 - Add gfx::RenderText and support code.
msw@chromium.org
2011-07-25
1
-4
/
+10
*
Add gfx::RenderText and support code.
msw@chromium.org
2011-07-25
1
-10
/
+4
*
Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()
saintlou@chromium.org
2011-06-29
1
-1
/
+1
*
Remove unused multiline attribute in textfield. Need to be pushed only *after...
saintlou@chromium.org
2011-06-03
1
-14
/
+1
*
* An edit for SetText needs to be merged with previous edit to
oshima@google.com
2011-06-03
1
-0
/
+5
*
TextStyles in TextfieldViews
oshima@google.com
2011-06-01
1
-0
/
+16
*
views: Make View::SetFocusable() a simple setter accessor.
tfarina@chromium.org
2011-06-01
1
-2
/
+2
*
views: Add OnEnabledChanged() method to View class.
tfarina@chromium.org
2011-05-27
1
-2
/
+2
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
1
-2
/
+12
*
Refactor Textfield and AutocompleteEditViewViews.
suzhe@google.com
2011-03-23
1
-0
/
+7
*
Replace views::TextRange with ui::Range.
suzhe@google.com
2011-03-15
1
-4
/
+4
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-19
/
+13
*
views: Moves TextfieldController/TextRange into their own headers.
tfarina@chromium.org
2011-03-10
1
-24
/
+5
*
Send accessibility events from GTK implementations of views.
dmazzoni@chromium.org
2011-03-05
1
-5
/
+11
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-11
/
+15
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-15
/
+11
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
1
-18
/
+11
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
1
-0
/
+5
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
1
-2
/
+2
*
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...
ben@chromium.org
2011-02-11
1
-1
/
+2
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-1
/
+1
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-1
/
+1
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
1
-2
/
+1
*
Add TextRange and GetSelectedRange, SelectRange and GetCursorPosition, which ...
oshima@google.com
2011-01-19
1
-1
/
+39
*
Remove wstring from views. Part 3: Switch accessibility strings to string16.
avi@chromium.org
2011-01-14
1
-3
/
+3
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
1
-5
/
+5
*
Compile and test TextfieldViews on win as well.
oshima@google.com
2011-01-12
1
-7
/
+10
*
focus reverse traversal was not working for TextfieldViews.
oshima@chromium.org
2011-01-06
1
-7
/
+29
*
Replace Textfield::Keystroke with views::KeyEvent.
oshima@chromium.org
2011-01-05
1
-26
/
+0
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
1
-2
/
+2
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-3
/
+3
[next]