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
/
ui
/
views
/
ime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Distinguish between keystroke and character events.
kpschoedel@chromium.org
2014-07-25
1
-2
/
+2
*
MacViews: Extend TextInputClient protocol with support for editing commands.
andresantoso@chromium.org
2014-06-06
2
-0
/
+9
*
Redesigns the text input focus handling.
yukishiino@chromium.org
2014-05-08
2
-0
/
+112
*
Reorganize text input related OWNERS file based on current status.
nona@chromium.org
2014-03-28
1
-2
/
+5
*
Removed the unnecessary TODO
suyash.s@samsung.com
2014-03-12
1
-1
/
+1
*
Limit display of the virtual keyboard to state changes triggered from a user ...
kevers@chromium.org
2014-01-20
5
-0
/
+14
*
Reland Merge NativeTextfieldViews into views::Textfield.
msw@chromium.org
2014-01-12
1
-1
/
+1
*
Revert of https://codereview.chromium.org/120503005/
msw@chromium.org
2014-01-12
1
-1
/
+1
*
Merge NativeTextfieldViews into views::Textfield.
msw@chromium.org
2014-01-11
1
-1
/
+1
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
3
-3
/
+3
*
Remove ui::InputMethod::GetInputTextDirection
yukawa@chromium.org
2013-12-19
5
-28
/
+0
*
Prefix string16 with base:: in ui/.
dbeam@chromium.org
2013-12-18
4
-7
/
+7
*
Add komatsu to OWNERS
komatsu@chromium.org
2013-12-18
1
-0
/
+1
*
Call OnCaretBoundsChanged in InputMethodBridge::OnFocus
komatsu@chromium.org
2013-12-16
1
-1
/
+3
*
Retires FakeInputMethod and introduces InputMethodMinimal.
yukishiino@chromium.org
2013-12-04
1
-2
/
+2
*
Extend TextInputClient for IMEAPI's candidatewindow* events.
kochi@chromium.org
2013-11-26
2
-0
/
+12
*
Get rid of unused callbacks from ui::InputMethodObserver
yukawa@chromium.org
2013-11-23
1
-3
/
+0
*
Observe in views::InputMethodBridge if host IME is destroyed
mohsen@chromium.org
2013-11-20
2
-3
/
+86
*
Revert 231472 "Remove views::InputMethod::On[Focus|Blur] calling..."
yoichio@chromium.org
2013-10-31
2
-4
/
+12
*
Remove views::InputMethod::On[Focus|Blur] calling from not top level widgets.
yoichio@chromium.org
2013-10-29
2
-12
/
+4
*
Revert 229999 "Remove views::InputMethod::On[Focus|Blur] calling..."
kouhei@chromium.org
2013-10-22
2
-4
/
+12
*
Mark getter methods in ui::InputMethod as const
yukawa@chromium.org
2013-10-22
2
-16
/
+16
*
Remove views::InputMethod::On[Focus|Blur] calling from not top level widgets.
yoichio@chromium.org
2013-10-22
2
-12
/
+4
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
3
-3
/
+3
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
1
-1
/
+1
*
Views: Fix keyboard input in linux_aura.
erg@chromium.org
2013-09-16
3
-18
/
+8
*
Do nothing unless the attached widget is active in InputMethodBridge::OnFocus
Yukawa@chromium.org
2013-09-10
3
-8
/
+18
*
Simplify InputMethodBridgeUnitTest
Yukawa@chromium.org
2013-09-10
1
-35
/
+5
*
Remove an unused member field
Yukawa@chromium.org
2013-09-09
2
-4
/
+1
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
2
-12
/
+12
*
Completes crrev.com/23478020 and makes sure of detachment from IME.
yukishiino@chromium.org
2013-09-06
1
-2
/
+1
*
Revert 219673 "Fix Views Combobox and Tree View text input."
shrikant@chromium.org
2013-08-28
8
-10
/
+220
*
Fix Views Combobox and Tree View text input.
msw@chromium.org
2013-08-27
8
-220
/
+10
*
Add GetTextInputMode function to TextInputClient.
yoichio@chromium.org
2013-08-09
2
-0
/
+6
*
Remove views/ime/input_method_win.{h,cc}
kochi@chromium.org
2013-08-08
2
-626
/
+0
*
Fixes twice-IME-committement on blur.
yukishiino@chromium.org
2013-08-06
1
-1
/
+4
*
Attempt at fixing IME related crash in desktop aura.
sky@chromium.org
2013-07-26
5
-10
/
+103
*
Refactoring. Move ui/base/win/ime_input.* to ui/base/ime/win/
yoichio@chromium.org
2013-07-18
2
-25
/
+27
*
Fix file permissions for https://chromiumcodereview.appspot.com/17112021
rmsousa@chromium.org
2013-06-21
7
-0
/
+0
*
New method: InputMethod::IsCandidatePopupOpen()
yukishiino@chromium.org
2013-06-21
7
-0
/
+47
*
Clear composition state in the hosted input method when focus is out.
Yukawa@chromium.org
2013-06-19
1
-3
/
+7
*
Remove dead code.
Yukawa@chromium.org
2013-06-14
2
-30
/
+1
*
Revert preliminary code checked in as a part of r206146
Yukawa@chromium.org
2013-06-14
1
-10
/
+0
*
Add OnUntranslatedIMEMessage/OnInputLocaleChanged.
Yukawa@chromium.org
2013-06-13
7
-32
/
+143
*
Use a direct include of strings headers in ui/, part 3.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Make NativeWindow accessible from TextInputClient.
Yukawa@chromium.org
2013-06-04
2
-0
/
+7
*
Revert 201479 "Make InputMethodWin TSF-aware."
cpu@chromium.org
2013-05-29
2
-96
/
+35
*
Make InputMethodWin TSF-aware.
Yukawa@chromium.org
2013-05-22
2
-35
/
+96
*
Return caret bounds in local coordinates from GetCaretBoundsInWidget
Yukawa@chromium.org
2013-05-13
1
-1
/
+5
*
Support IMR_QUERYCHARPOSITION in native textfield views.
Yukawa@chromium.org
2013-05-02
4
-24
/
+29
[next]