summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method
Commit message (Expand)AuthorAgeFilesLines
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Google codestyle prescribes sorting #include filenames within a section.dilmah@chromium.org2010-09-161-2/+2
* Add functions to watch the ibus connection.zork@chromium.org2010-09-161-0/+15
* Add logic to display annotations in the candidate window.yusukes@chromium.org2010-09-151-10/+86
* Modify candidate window to adjust shortcut and candidate column width.yusukes@chromium.org2010-09-141-117/+252
* Add logic to change UI font based on UI language, in candidate_window.satorux@chromium.org2010-09-102-23/+22
* Ignore very short Y move to prevent the window from shaking up and down.yusukes@chromium.org2010-09-091-0/+10
* Improve Korean keyboard support.yusukes@chromium.org2010-09-081-0/+2
* Reload language id maps when the locale changeszork@chromium.org2010-09-072-7/+17
* chromeos: Append base:: to StringPrintf calls. Part 2.tfarina@chromium.org2010-09-041-2/+3
* Replace all constant string language_prefs::kHardwareKeyboardName withzork@chromium.org2010-09-021-2/+4
* Exit cleanly from the candidate_window if it can't connect to ibus.zork@chromium.org2010-09-011-5/+11
* Add a string resource for xkb:il::heb.yusukes@chromium.org2010-08-311-0/+1
* Add string resources for US intl and Russia phonetic.yusukes@chromium.org2010-08-261-0/+3
* Add language_prefs namespace to language_preferences.h.satorux@chromium.org2010-08-201-3/+4
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+0
* Include ICU headers in a way that will also work with use_system_icu=1phajdan.jr@chromium.org2010-08-171-1/+2
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-0/+1
* Add the Resource ID of the keyboard layout(xkb:bg:phonetic:bul)yusukes@chromium.org2010-08-121-0/+1
* Add better support for languages in kExtraLanguages.satorux@chromium.org2010-08-111-2/+2
* Clean up latin-pre/post special handling in input method code.yusukes@chromium.org2010-08-113-49/+11
* Remove ReorderInputMethodIdsForLanguageCode().yusukes@chromium.org2010-08-113-94/+2
* Show native language names in the add language overlay.satorux@chromium.org2010-08-053-2/+23
* Remove wstrings from l10n_util/ResourceBundle locale functions.evan@chromium.org2010-08-041-1/+1
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Fix memory leak in chrome/browser/chromeos/input_method/input_method_util.cc.yusukes@google.com2010-07-281-6/+6
* Add missing resource IDs for keyboard layouts.satorux@chromium.org2010-07-271-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Checking in CL http://www.codereview.chromium.org/2836058 on behalf of zbehan@:zelidrag@chromium.org2010-07-222-3/+19
* Fix svn:executable permissions.thestig@chromium.org2010-07-191-0/+0
* Adds the application locale police that allows to enforce the kApplicationLoc...markusheintz@chromium.org2010-07-191-0/+7
* [chromeos]Update the display name of UK keyboard layout.suzhe@chromium.org2010-07-071-1/+2
* Remove false warning.yusukes@google.com2010-07-071-1/+1
* Add string resources for ibus-chewing.yusukes@google.com2010-07-071-1/+5
* Fix typo in input_method_util.cc.yusukes@google.com2010-07-071-1/+4
* Do not show shortcut labels when labels are set to empty.satorux@chromium.org2010-07-071-26/+56
* Add EnableInputMethodsAndKeyboardLayouts function.yusukes@google.com2010-06-303-13/+104
* Command line flag cleanup.estade@chromium.org2010-06-251-1/+3
* Change the language indicator to the country code when using ibus-xkb.mazda@chromium.org2010-06-243-2/+77
* Rename *language_library* to *input_method_library*.satorux@chromium.org2010-06-211-1/+1
* Add strings for Mozc for US Dvorak and Google Japanese Input for US Dvorak.satorux@chromium.org2010-06-212-9/+22
* Move more utility functions from language_config_model to input_method_util.yusukes@google.com2010-06-213-69/+140
* Move candidate_window.cc/gyp to input_method directory.satorux@chromium.org2010-06-212-0/+1083
* Added input_method_util.h.yusukes@google.com2010-06-183-0/+826