summaryrefslogtreecommitdiffstats
path: root/ui/base/ime
Commit message (Expand)AuthorAgeFilesLines
* Revert of Add French-bépo to logscreen white list (patchset #1 id:1 of https...alemate2015-11-181-1/+0
* Makes the default French keyboard as fr(oss) XKB layout.shuchen2015-11-171-0/+1
* Add French-bépo to logscreen white listazurewei2015-11-171-0/+1
* Make ChromeOS IME APIs platform-independent, step 2: Combine class chromeos::...azurewei2015-11-069-15/+438
* Merge duplicated CompositionText structuresazurewei2015-11-0614-334/+212
* Introduce InputMethodAuraAndroid for Aura on Androidbshe2015-10-214-3/+112
* Reset key modifier flags when the keyboard layout changes.kpschoedel2015-10-191-6/+1
* Make ChromeOS IME APIs platform-independent, step 1 of X: Move ui/base/ime/ch...azurewei2015-10-1915-270/+353
* Pass the original event into the TextInputClient for InsertChardtapuska2015-10-1512-36/+47
* Turns on the flag enable-merge-key-char-events by default.shuchen2015-10-091-2/+2
* Combine the WM_CHAR with WM_KEY* for key event flow.shuchen2015-10-082-18/+44
* Remove all Windows Window Scoped Trackers and Associated Instrumentationrobliao2015-09-291-33/+0
* Adds NULL checks to prevent crash in InputMethodAuraLinux::DispatchKeyEvent.shuchen2015-09-151-3/+5
* Move Singleton and related structs to namespace baseolli.raula2015-09-101-1/+3
* 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