summaryrefslogtreecommitdiffstats
path: root/ash/ime
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ash/.avi2015-12-201-0/+1
* Refactoring for the InputMethod & InputMethodDelegate interfaces.shuchen2015-08-041-1/+1
* InputMethod should stop TextInputClient::InsertChar/InsertText calls when the...shuchen2015-07-141-3/+6
* Use EventHandler for IME so that it honeres EventTargeter/EventHandlers.oshima2015-06-272-0/+77
* Move ash/ime to ui/chromeos/ime. This should make it easierpkotwicz2014-11-1418-2354/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2711-46/+39
* Adds shuchen@ as the owner for overall IMF.shuchen2014-10-241-0/+1
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-0310-23/+23
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-6/+4
* Refactor BubbleDelegateView::use_focuseless().vasilii@chromium.org2014-07-253-3/+3
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-4/+6
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-6/+4
* Specifies use_focusless flag to InfolistWindow.mukai@chromium.org2014-06-111-0/+2
* views: Make view::Views::GetPreferredSize() const.erg@chromium.org2014-05-206-8/+8
* Dont dismiss bubble views when window bounds changebshe@chromium.org2014-05-051-1/+0
* Introduces 'highlighted' property to candidate view.mukai@chromium.org2014-04-254-16/+218
* Removes InputMethodContainer, merge into SettingsBubbleContainer (2)mukai@chromium.org2014-04-231-0/+1
* Reorganize text input related OWNERS file based on current status.nona@chromium.org2014-03-281-1/+5
* Move wm/core to wm namespace.ben@chromium.org2014-03-143-6/+6
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-133-6/+6
* Move wm/core to wm namespace.ben@chromium.org2014-03-133-6/+6
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-123-6/+6
* Move wm/core to wm namespace.ben@chromium.org2014-03-123-6/+6
* Removes animation code from BubbleDelegateViewsky@chromium.org2014-03-122-11/+6
* Move files from ui/views/corewm to ui/wm/coreben@chromium.org2014-03-113-3/+3
* try 3 of: Split out InputMethodMenuManager from InputMethodManager.uekawa@chromium.org2014-02-196-0/+328
* Revert 251327 "Reland of: Split out InputMethodMenuManager from ..."thestig@chromium.org2014-02-146-328/+0
* Reland of: Split out InputMethodMenuManager from InputMethodManager.uekawa@chromium.org2014-02-146-0/+328
* Revert 251164 "Split out InputMethodMenuManager from InputMethod..."sky@chromium.org2014-02-146-360/+0
* Split out InputMethodMenuManager from InputMethodManager.uekawa@chromium.org2014-02-136-0/+360
* Migrate CandidateWindow::Entry to string16.uekawa@chromium.org2014-02-134-46/+51
* Let ModeIndicator ignore the shelf-space.mukai@chromium.org2014-02-112-0/+34
* Clean-up: Replaces obsolete Font/FontList methods.yukishiino@chromium.org2014-02-051-7/+4
* Renames gfx::FontList::Derive* family.yukishiino@chromium.org2014-01-312-18/+14
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-243-29/+33
* Moves IME's views specific code out from chrome/browser/chromeos.mukai@chromium.org2014-01-1511-0/+1795
* aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...erg@google.com2012-05-153-230/+0
* Ash/aura split: Get views_examples_exe semi-running on linux/X11.erg@chromium.org2012-03-303-73/+4
* Fix typos in #include guards.yusukes@chromium.org2012-03-192-7/+7
* Convert a bunch of AuraTestBase users to AshTestBase.ben@chromium.org2012-02-291-13/+2
* ash: Start moving window_util.h functions into wm namespace.tfarina@chromium.org2012-02-271-1/+1
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-211-3/+3
* Revert r122716 and r122717maruel@chromium.org2012-02-191-3/+3
* Change EventGenerator to take a RootWindow at construction instead of just as...ben@chromium.org2012-02-191-3/+3
* A bevy of Aura test changes:ben@chromium.org2012-02-171-3/+3
* Provide a RootWindow instance getter on the shell, in preparation for removin...ben@chromium.org2012-02-172-5/+5
* aura::Window only supports void* and int values for custom properties, which ...benrg@chromium.org2012-02-112-3/+5
* * Widget with WIDGET_OWNS_NATIVE_WIDGET has to be deleted explicitly.oshima@chromium.org2012-02-071-7/+11
* Remove Owner param to EventFilter's ctor.ben@chromium.org2012-01-312-3/+2
* aura: Gesture event plumbing (skeleton).sadrul@chromium.org2012-01-172-2/+11