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
/
chromeos
/
ime
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update StickyKeys overlay to show or hide AltGr depending on the
zork@chromium.org
2014-03-28
6
-4
/
+93
*
Reorganize text input related OWNERS file based on current status.
nona@chromium.org
2014-03-28
1
-0
/
+4
*
[IME] Fix the issue that component IME extension doesn't support split option...
shuchen@chromium.org
2014-03-21
2
-3
/
+4
*
xkb: XkbNamesPtr::vmods is an array (of atoms). It doesn't make sense to null...
sadrul@chromium.org
2014-03-18
1
-1
/
+1
*
Revert 257618 "roll clang 198389:202554"
thakis@chromium.org
2014-03-18
1
-1
/
+1
*
roll clang 198389:202554
thakis@chromium.org
2014-03-18
1
-1
/
+1
*
[IME] Adds code to distinguish public/internal versions of keyboard input ext...
shuchen@chromium.org
2014-03-18
1
-4
/
+16
*
[IME] Use ExtensionSystem to check extension's availability instead of holdin...
shuchen@chromium.org
2014-03-11
4
-8
/
+6
*
chromeos: Simplify chromeos::input_method::XKeyboard interface.
sadrul@chromium.org
2014-03-10
5
-252
/
+71
*
[IME] Removes the duplicated IMEs in chrome://settings/languages, and support...
shuchen@chromium.org
2014-03-10
3
-5
/
+32
*
[IME] migrate the xkb ID to extension based xkb ID.
shuchen@chromium.org
2014-03-05
5
-2
/
+141
*
Rename ibus_keymap to ime_keymap, it's about converting from X11
uekawa@chromium.org
2014-02-26
2
-124
/
+0
*
[IME] Enables the extension based xkb keyboards in chrome://settings/language...
shuchen@chromium.org
2014-02-26
3
-4
/
+18
*
Remove GetIBusKeyCode function that is no longer referenced from
uekawa@chromium.org
2014-02-24
2
-179
/
+0
*
try 3 of: Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-19
4
-140
/
+1
*
Support comma separated hardware keyboard layout value.
nona@chromium.org
2014-02-17
4
-12
/
+25
*
Revert 251327 "Reland of: Split out InputMethodMenuManager from ..."
thestig@chromium.org
2014-02-14
4
-1
/
+140
*
Reland of: Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-14
4
-140
/
+1
*
Use base::string16 for CompositionText.Text instead of converting to utf-8 an...
uekawa@chromium.org
2014-02-14
2
-4
/
+7
*
Revert 251164 "Split out InputMethodMenuManager from InputMethod..."
sky@chromium.org
2014-02-14
4
-1
/
+140
*
Split out InputMethodMenuManager from InputMethodManager.
uekawa@chromium.org
2014-02-13
4
-140
/
+1
*
FakeXKeyboard is used in dev and test environment by default.
dzhioev@chromium.org
2014-02-12
5
-59
/
+73
*
Make input_methods.txt to be able to specify indicator string.
uekawa@chromium.org
2014-02-12
6
-73
/
+89
*
Add a delay and loop instead of using the glib function to be notified
uekawa@chromium.org
2014-02-10
1
-19
/
+54
*
Rename IBusText to CompositionText, because it's not about IBus anymore, but ...
uekawa@chromium.org
2014-02-05
3
-33
/
+33
*
Remove already done TODO item.
uekawa@chromium.org
2014-02-05
1
-1
/
+0
*
Update UMA configurations to include the new input methods.
uekawa@chromium.org
2014-02-03
1
-1
/
+1
*
Guest Mode: input method should default to the underlying latin keyboard layout.
alemate@chromium.org
2014-01-30
1
-10
/
+10
*
[IME] Supports options page for each IME instead of single options page for e...
shuchen@chromium.org
2014-01-18
1
-0
/
+5
*
Moves CandidateWindow model to ui/base/ime (2nd)
mukai@chromium.org
2014-01-09
3
-345
/
+0
*
Revert 243777 "Moves CandidateWindow model to ui/base/ime."
scottmg@chromium.org
2014-01-09
3
-0
/
+345
*
Moves CandidateWindow model to ui/base/ime.
mukai@chromium.org
2014-01-09
3
-345
/
+0
*
Refactoring around descriptor. The descriptor representing InputMethodEngine...
komatsu@chromium.org
2014-01-09
1
-7
/
+1
*
Sets the initial value of is_auxiliary_text_visible.
mukai@chromium.org
2013-12-28
1
-1
/
+2
*
Delete redundant functions for auxiliary text.
komatsu@chromium.org
2013-12-27
2
-0
/
+23
*
Add base:: namespace to string16s in chromeos/.
dbeam@chromium.org
2013-12-19
3
-10
/
+11
*
Unmark Ukrainian keyboard from 'login-allowed'.
komatsu@chromium.org
2013-12-10
1
-1
/
+1
*
Check if X is initialied instead of checking the return value of X utils.
komatsu@chromium.org
2013-12-09
1
-5
/
+12
*
Rename InputMethodEngine to InputMethodEngineInterface
yoichio@chromium.org
2013-12-04
2
-3
/
+3
*
Refactoring of IBusText.
komatsu@chromium.org
2013-12-02
3
-56
/
+18
*
[IME API] Implement input view which reuses virtual keyboard window.
shuchen@chromium.org
2013-11-29
1
-0
/
+1
*
Remove an unused IBus related type InputMethodConfig.
yoichio@chromium.org
2013-11-28
3
-94
/
+0
*
Use ExtensionTabUtil::OpenOptionsPage to open IME option page.
horo@chromium.org
2013-11-27
6
-60
/
+122
*
Create InputMethodConfiguration class with memory leakage bugs.
komatsu@chromium.org
2013-11-27
1
-1
/
+1
*
Revert of https://codereview.chromium.org/80633002/
benwells@chromium.org
2013-11-26
1
-1
/
+1
*
Delete ime_constants.h.
yoichio@chromium.org
2013-11-25
1
-24
/
+0
*
Create an internal class for InputMethodConfiguration.
komatsu@chromium.org
2013-11-25
1
-1
/
+1
*
Remove a redundant type chromeos::ibus::Rect.
yoichio@chromium.org
2013-11-25
1
-14
/
+0
*
remove a redundant type ibus::TextInputType.
yoichio@chromium.org
2013-11-22
1
-23
/
+0
*
move chromeos/ime/ibus_bridge.* and its mocks to ui/base/ime/chromeos
yoichio@chromium.org
2013-11-22
8
-819
/
+0
[next]