summaryrefslogtreecommitdiffstats
path: root/ui/base
Commit message (Expand)AuthorAgeFilesLines
* Add IBusBridge::GetEngineHandlerById.komatsu@chromium.org2013-12-124-14/+30
* Add ScaleFactor 300 found on Nexus 5mnaganov@chromium.org2013-12-103-2/+6
* Do not include ui/base/ui_export.h where it isn't used.tfarina@chromium.org2013-12-102-5/+0
* [Files.app] Fix the hotspot values of large cursorsyoshiki@chromium.org2013-12-091-32/+37
* Clears the reference to a InputMethodFactory before the termination.yukishiino@chromium.org2013-12-094-12/+26
* Move ui/base/ime/character_composer* to ui/base/ime/chromeos/yoichio@chromium.org2013-12-096-17/+17
* Introduces the speech recognition UI to app_list.mukai@chromium.org2013-12-081-1/+4
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-11/+11
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-11/+11
* Rename input_method_linux_x11 as input_method_auralinux.kalyan.kondapally@intel.com2013-12-075-41/+43
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-11/+11
* Implement IMM32 version of candidate window eventskochi@chromium.org2013-12-064-5/+170
* ime: Fix a valgrind error in the chromeos bots.sadrul@chromium.org2013-12-062-2/+1
* Refactors ui::InputMethodFactory.yukishiino@chromium.org2013-12-052-25/+125
* Removes DispatchFabricatedKeyEvent to simplify InputMethodLinuxX11.yukishiino@chromium.org2013-12-055-33/+5
* Change ScreenshotTaker to use ScopedClipboardWriter.dcheng@chromium.org2013-12-051-3/+3
* linux aura: Support touch events.sadrul@chromium.org2013-12-041-2/+3
* Retires FakeInputMethod and introduces InputMethodMinimal.yukishiino@chromium.org2013-12-049-275/+110
* Simplify validation routines for writing an image to the clipboard.dcheng@chromium.org2013-12-043-74/+128
* Enable pasting HTML content from the Android clipboardkristianm@chromium.org2013-12-042-20/+35
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Fix unintentional switch case fallthrough.dmazzoni@chromium.org2013-12-031-0/+2
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-0317-227/+248
* events: Remove KeyEvent::Copy().sadrul@chromium.org2013-12-022-2/+2
* Remove code checking whether native_event or not.komatsu@chromium.org2013-12-021-16/+3
* Simplify the communication between InputMethodManager and IBusBridge.komatsu@chromium.org2013-12-022-37/+35
* Refactoring of IBusText.komatsu@chromium.org2013-12-022-45/+32
* Enable to propagate fabricated key events to InputMethodEngine.komatsu@chromium.org2013-12-022-16/+0
* Delete unused arguments for candidate window.komatsu@chromium.org2013-12-023-20/+4
* Change CharacterComposer::FilterKeyPress arguments to ui::KeyEvent.yoichio@chromium.org2013-12-024-175/+193
* Unify ProcessUnfilteredFabricatedKeyPressEvent to ProcessFabricatedKeyPressEv...komatsu@chromium.org2013-11-302-37/+17
* Simplify the arguments of ProcessKeyEventDone and delete unused functions.komatsu@chromium.org2013-11-303-66/+2
* Delete DispatchFabricatedKeyEventPostIME from InputMethodBase.komatsu@chromium.org2013-11-305-23/+10
* Change InputMethodIBus::ExecuteCharacterComposer arguments to ui::KeyEvent.yoichio@chromium.org2013-11-292-24/+14
* Use ui::KeyEvent for ProcessKeyEvent.komatsu@chromium.org2013-11-285-65/+36
* Use ui::KeyEvent as the base key event container.komatsu@chromium.org2013-11-288-92/+90
* Delete unnecessary functions in IBusPanelCandidateWindowHandlerInterface.komatsu@chromium.org2013-11-273-21/+0
* x11: Fix a memory leak for mouse events.sadrul@chromium.org2013-11-271-3/+2
* Set focused TextInputMode to InputMethodEndingeIBus.yoichio@chromium.org2013-11-275-22/+55
* Delete unused functions of IBusInputContextHandlerInterface.komatsu@chromium.org2013-11-265-83/+3
* Extend TextInputClient for IMEAPI's candidatewindow* events.kochi@chromium.org2013-11-265-0/+25
* Revert of https://codereview.chromium.org/80403002/dcheng@chromium.org2013-11-262-127/+72
* Simplify validation routines for writing an image to the clipboard.dcheng@chromium.org2013-11-262-72/+127
* x11: Clean up XEvent construction code for tests.sadrul@chromium.org2013-11-261-16/+15
* Revert of https://codereview.chromium.org/82763010/benwells@chromium.org2013-11-261-15/+16
* x11: Clean up XEvent construction code for tests.sadrul@chromium.org2013-11-261-16/+15
* events: Move test related functions into a separate target.sadrul@chromium.org2013-11-251-1/+1
* Delete ime_constants.h.yoichio@chromium.org2013-11-251-1/+10
* Remove dead code unnecessarily added by r231563 and 236449yukawa@chromium.org2013-11-2510-299/+105