summaryrefslogtreecommitdiffstats
path: root/chromeos/ime
Commit message (Expand)AuthorAgeFilesLines
* Adds ozone support for ime keyboard. This cl is doing these things:fengyuan2014-11-068-166/+238
* Revert of Adds ozone support for ime keyboard. (patchset #7 id:120001 of http...yurys2014-10-308-234/+151
* Adds ozone support for ime keyboard.fengyuan2014-10-308-151/+234
* This patchset only separates the header definition for ime_keyboard_x11 to .h...fengyuan2014-10-282-90/+110
* Adds shuchen@ as the owner for overall IMF.shuchen2014-10-241-1/+2
* Adds 2 flags for input method features.shuchen2014-10-231-0/+7
* Support 3 keyboards:shuchen2014-10-201-0/+2
* Support invisible underline for IME composition.shuchen2014-10-141-1/+2
* Add //chromeos GN target.mukai2014-10-091-0/+15
* Make the extension IDs are migrated between ChromeOS and ChromiumOS.shuchen2014-10-081-1/+1
* Hook up IME extension for Athena.shuchen2014-10-071-1/+1
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-065-32/+32
* Move all white-listed input method indicator text from InputMethodUtil to man...shuchen2014-09-305-3/+23
* Check the IME component extension's availability on linux_chromeos, so that s...shuchen2014-08-254-8/+8
* IME refactoring: ChromeOS introduce input methods State.alemate@chromium.org2014-08-157-96/+148
* Only initialize the input method list for once, no need to re-initialize for ...shuchen@chromium.org2014-08-131-3/+0
* Improve perforance for component IME extensions initialization.shuchen@chromium.org2014-08-125-162/+74
* Use onActivate event to carry screen type instead of onFocus for IME extensions.shuchen@chromium.org2014-08-091-0/+3
* Refactoring for InputMethodEngine and InputMethodEventRouter.shuchen@chromium.org2014-08-063-9/+21
* GetActiveUserProfile() should not be called before profile is initialized.alemate@chromium.org2014-08-041-1/+5
* Use #ifdef GOOGLE_CHROME_BUILD instead of OFFICIAL_BUILD.shuchen@chromium.org2014-08-011-1/+1
* Moving IME manifests to chrome resources.shuchen@chromium.org2014-07-285-62/+8
* [IME] Removes duplicated and migrates M17n keyboard input methods because M17...shuchen@chromium.org2014-06-171-1/+1
* Notifies capslock state changed in fake ime keyboard.shuchen@chromium.org2014-06-163-3/+40
* Moves DetermineAndSaveHardwareKeyboard method from LoginDisplayHostImpl to In...shuchen@chromium.org2014-06-161-0/+5
* Adds whitelisted non-extension-based input methods if no component extensions...shuchen@chromium.org2014-06-031-1/+3
* [IME] Remove the flag g_use_wrapped_extension_keyboard_layouts, and clean up ...shuchen@chromium.org2014-06-032-59/+61
* Migrates Japanese IME IDs and stop migrating Chinese IME IDs.shuchen@chromium.org2014-06-021-4/+2
* Updates the whitelisted XKB input method IDs to sync up with the component XK...shuchen@chromium.org2014-06-021-21/+29
* x11: Create a gfx_x11 component.sadrul@chromium.org2014-04-152-14/+12
* Revert 263718 "x11: Create a gfx_x11 component."fischman@chromium.org2014-04-142-12/+14
* x11: Create a gfx_x11 component.sadrul@chromium.org2014-04-142-14/+12
* ozone: Rename XKeyboard to ImeKeyboard & use fake under ozonespang@chromium.org2014-04-117-97/+113
* Fixing caps lock problems under ChromeOS where the tray does not properly fol...skuhne@chromium.org2014-04-104-0/+37
* Update StickyKeys overlay to show or hide AltGr depending on thezork@chromium.org2014-03-286-4/+93
* Reorganize text input related OWNERS file based on current status.nona@chromium.org2014-03-281-0/+4
* [IME] Fix the issue that component IME extension doesn't support split option...shuchen@chromium.org2014-03-212-3/+4
* xkb: XkbNamesPtr::vmods is an array (of atoms). It doesn't make sense to null...sadrul@chromium.org2014-03-181-1/+1
* Revert 257618 "roll clang 198389:202554"thakis@chromium.org2014-03-181-1/+1
* roll clang 198389:202554thakis@chromium.org2014-03-181-1/+1
* [IME] Adds code to distinguish public/internal versions of keyboard input ext...shuchen@chromium.org2014-03-181-4/+16
* [IME] Use ExtensionSystem to check extension's availability instead of holdin...shuchen@chromium.org2014-03-114-8/+6
* chromeos: Simplify chromeos::input_method::XKeyboard interface.sadrul@chromium.org2014-03-105-252/+71
* [IME] Removes the duplicated IMEs in chrome://settings/languages, and support...shuchen@chromium.org2014-03-103-5/+32
* [IME] migrate the xkb ID to extension based xkb ID.shuchen@chromium.org2014-03-055-2/+141
* Rename ibus_keymap to ime_keymap, it's about converting from X11uekawa@chromium.org2014-02-262-124/+0
* [IME] Enables the extension based xkb keyboards in chrome://settings/language...shuchen@chromium.org2014-02-263-4/+18
* Remove GetIBusKeyCode function that is no longer referenced fromuekawa@chromium.org2014-02-242-179/+0
* try 3 of: Split out InputMethodMenuManager from InputMethodManager.uekawa@chromium.org2014-02-194-140/+1
* Support comma separated hardware keyboard layout value.nona@chromium.org2014-02-174-12/+25