| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise ui::DomKey to unify character and non-character codes. | kpschoedel | 2015-08-28 | 3 | -17/+18 |
* | Add text offset to OnSurroundingTextChanged. | rsadam | 2015-08-13 | 5 | -7/+13 |
* | Fix character composition table. | kpschoedel | 2015-08-08 | 3 | -5693/+5404 |
* | Update SplitString calls to new form | brettw | 2015-08-08 | 1 | -2/+3 |
* | Revert of Update SplitString calls to new form (patchset #5 id:80001 of https... | pkasting | 2015-08-07 | 1 | -3/+2 |
* | Update SplitString calls to new form | brettw | 2015-08-07 | 1 | -2/+3 |
* | Replace StringToLowerASCII with base::ToLowerASCII | brettw | 2015-08-06 | 1 | -3/+2 |
* | Refactoring for the InputMethod & InputMethodDelegate interfaces. | shuchen | 2015-08-04 | 23 | -290/+339 |
* | DispatchKeyEventPostIME could cause InputMethod instance being destructed, so... | shuchen | 2015-07-30 | 4 | -11/+52 |
* | Loads TSF dll when OnImeSetContext instead of OnFocus. | shuchen | 2015-07-30 | 4 | -36/+42 |
* | OnPreeditChanged should update the internal composition after checking it. | shuchen | 2015-07-27 | 2 | -2/+14 |
* | Simplify InputMethodWin initialization. | shuchen | 2015-07-19 | 20 | -108/+3 |
* | Remove legacy StartsWithASCII function. | brettw | 2015-07-16 | 2 | -21/+24 |
* | InputMethod should stop TextInputClient::InsertChar/InsertText calls when the... | shuchen | 2015-07-15 | 4 | -8/+34 |
* | InputMethod should stop TextInputClient::InsertChar/InsertText calls when the... | shuchen | 2015-07-14 | 3 | -18/+53 |
* | Revert of Temp & partially revert of cl https://codereview.chromium.org/11093... | shuchen | 2015-07-13 | 1 | -6/+10 |
* | Make character composition platform-independent. | kpschoedel | 2015-07-10 | 10 | -830/+29619 |
* | Revert of Make character composition platform-independent. (patchset #5 id:50... | asargent | 2015-07-09 | 9 | -29618/+830 |
* | Make character composition platform-independent. | kpschoedel | 2015-07-09 | 9 | -830/+29618 |
* | Move WriteInto to base namespace. | Brett Wilson | 2015-07-07 | 1 | -1/+2 |
* | Replace remaining Tokenize calls to SplitString | brettw | 2015-07-06 | 1 | -2/+4 |
* | Notify OnCaretBoundsChanged to InputMethodObservers in Aura implementation of... | sramajay | 2015-07-02 | 1 | -0/+1 |
* | Removes the useless TextInputClient::GetAttachedWindow(). | shuchen | 2015-07-02 | 3 | -8/+0 |
* | Remove the 2-level input method system & InputMethodBridge. | shuchen | 2015-07-02 | 6 | -53/+13 |
* | clang/win: Fix warnings to prepare for building without -Wno-reorder. | sammc | 2015-07-02 | 1 | -2/+2 |
* | Temp & partially revert of cl https://codereview.chromium.org/1109333002, whi... | shuchen | 2015-07-01 | 1 | -10/+6 |
* | text input: Removes yukishiino@ from primary reviewers of IME support. | yukishiino | 2015-07-01 | 1 | -1/+1 |
* | Uses caret bounds as composition bounds for pepper. | shuchen | 2015-07-01 | 1 | -7/+11 |
* | Use EventHandler for IME so that it honeres EventTargeter/EventHandlers. | oshima | 2015-06-27 | 1 | -0/+1 |
* | Removes TextInputFocusManager. | shuchen | 2015-06-15 | 8 | -172/+12 |
* | MockInputMethod should not mute all key events. | shuchen | 2015-06-12 | 2 | -2/+6 |
* | Move StartsWith[ASCII] to base namespace. | brettw | 2015-06-12 | 2 | -27/+25 |
* | |handling_key_event_| flag should be set correctly. | shuchen | 2015-06-11 | 1 | -1/+1 |
* | Refactoring the ownership of ui::InputMethod. | shuchen | 2015-06-10 | 3 | -4/+9 |
* | Move StringToUpperASCII to base namespace | brettw | 2015-06-09 | 1 | -3/+5 |
* | Notify InputMethodBase on TextInputState change to send InputMethodObserver::... | shuchen | 2015-06-05 | 1 | -0/+1 |
* | Replace more ObserverList with base::ObserverList. | brettw | 2015-06-03 | 4 | -4/+4 |
* | Remove candidate show/hide/update related code | kochi | 2015-06-03 | 9 | -180/+1 |
* | Avoid basename conflict in text_composition | scottmg | 2015-05-25 | 9 | -17/+16 |
* | Enables new Korean IME by default for M44. | shuchen | 2015-05-14 | 1 | -2/+2 |
* | (Reland) Add programmer dvorak keyboard layout | chirantan | 2015-05-13 | 1 | -0/+1 |
* | ChromeOS: switch UI language before apps are loaded. | alemate | 2015-05-12 | 1 | -0/+1 |
* | Rename ui/events/keycodes/dom[34]/ into .../dom/ | kpschoedel | 2015-05-11 | 1 | -2/+2 |
* | Avoid duplicated keydown/keyup events in some scenarios. | shuchen | 2015-05-06 | 3 | -43/+61 |
* | Implements OnFocus/OnBlur for InputMethodWin. | shuchen | 2015-05-04 | 13 | -86/+34 |
* | vs2015: avoid narrowing warning in ui/base/ime/win | scottmg | 2015-05-01 | 1 | -2/+4 |
* | Update {virtual,override} to follow C++11 style in ui. | nick | 2015-04-23 | 1 | -3/+3 |
* | Notifies the system IMEs about the focus changes once the top browser window ... | shuchen | 2015-04-22 | 1 | -2/+0 |
* | Improves perf by avoid small memory allocation for key event handling if IME ... | shuchen | 2015-04-21 | 5 | -9/+21 |
* | Prevent key event dropping on super slow device. | nona | 2015-04-21 | 3 | -74/+14 |