summaryrefslogtreecommitdiffstats
path: root/ui/base/ime
Commit message (Expand)AuthorAgeFilesLines
* Revise ui::DomKey to unify character and non-character codes.kpschoedel2015-08-283-17/+18
* Add text offset to OnSurroundingTextChanged.rsadam2015-08-135-7/+13
* Fix character composition table.kpschoedel2015-08-083-5693/+5404
* Update SplitString calls to new formbrettw2015-08-081-2/+3
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-3/+2
* Update SplitString calls to new formbrettw2015-08-071-2/+3
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-061-3/+2
* Refactoring for the InputMethod & InputMethodDelegate interfaces.shuchen2015-08-0423-290/+339
* DispatchKeyEventPostIME could cause InputMethod instance being destructed, so...shuchen2015-07-304-11/+52
* Loads TSF dll when OnImeSetContext instead of OnFocus.shuchen2015-07-304-36/+42
* OnPreeditChanged should update the internal composition after checking it.shuchen2015-07-272-2/+14
* Simplify InputMethodWin initialization.shuchen2015-07-1920-108/+3
* Remove legacy StartsWithASCII function.brettw2015-07-162-21/+24
* InputMethod should stop TextInputClient::InsertChar/InsertText calls when the...shuchen2015-07-154-8/+34
* InputMethod should stop TextInputClient::InsertChar/InsertText calls when the...shuchen2015-07-143-18/+53
* Revert of Temp & partially revert of cl https://codereview.chromium.org/11093...shuchen2015-07-131-6/+10
* Make character composition platform-independent.kpschoedel2015-07-1010-830/+29619
* Revert of Make character composition platform-independent. (patchset #5 id:50...asargent2015-07-099-29618/+830
* Make character composition platform-independent.kpschoedel2015-07-099-830/+29618
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+2
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-2/+4
* Notify OnCaretBoundsChanged to InputMethodObservers in Aura implementation of...sramajay2015-07-021-0/+1
* Removes the useless TextInputClient::GetAttachedWindow().shuchen2015-07-023-8/+0
* Remove the 2-level input method system & InputMethodBridge.shuchen2015-07-026-53/+13
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Temp & partially revert of cl https://codereview.chromium.org/1109333002, whi...shuchen2015-07-011-10/+6
* text input: Removes yukishiino@ from primary reviewers of IME support.yukishiino2015-07-011-1/+1
* Uses caret bounds as composition bounds for pepper.shuchen2015-07-011-7/+11
* Use EventHandler for IME so that it honeres EventTargeter/EventHandlers.oshima2015-06-271-0/+1
* Removes TextInputFocusManager.shuchen2015-06-158-172/+12
* MockInputMethod should not mute all key events.shuchen2015-06-122-2/+6
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-27/+25
* |handling_key_event_| flag should be set correctly.shuchen2015-06-111-1/+1
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-103-4/+9
* Move StringToUpperASCII to base namespacebrettw2015-06-091-3/+5
* Notify InputMethodBase on TextInputState change to send InputMethodObserver::...shuchen2015-06-051-0/+1
* Replace more ObserverList with base::ObserverList.brettw2015-06-034-4/+4
* Remove candidate show/hide/update related codekochi2015-06-039-180/+1
* Avoid basename conflict in text_compositionscottmg2015-05-259-17/+16
* Enables new Korean IME by default for M44.shuchen2015-05-141-2/+2
* (Reland) Add programmer dvorak keyboard layoutchirantan2015-05-131-0/+1
* ChromeOS: switch UI language before apps are loaded.alemate2015-05-121-0/+1
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-111-2/+2
* Avoid duplicated keydown/keyup events in some scenarios.shuchen2015-05-063-43/+61
* Implements OnFocus/OnBlur for InputMethodWin.shuchen2015-05-0413-86/+34
* vs2015: avoid narrowing warning in ui/base/ime/winscottmg2015-05-011-2/+4
* Update {virtual,override} to follow C++11 style in ui.nick2015-04-231-3/+3
* Notifies the system IMEs about the focus changes once the top browser window ...shuchen2015-04-221-2/+0
* Improves perf by avoid small memory allocation for key event handling if IME ...shuchen2015-04-215-9/+21
* Prevent key event dropping on super slow device.nona2015-04-213-74/+14