summaryrefslogtreecommitdiffstats
path: root/ui/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Add inputMethodPrivate.showInputView API.azurewei2016-03-242-1/+14
* Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX.dcheng2016-03-031-1/+1
* Remove obsolete OWNERS of ui/keyboard/resourcesrsadam2016-02-181-2/+1
* Refactors keyboard related code so mash can use a keyboardsky2016-02-113-3/+36
* Update Google Input Tools.rsadam2016-02-011-0/+11
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-16/+0
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-202-2/+2
* Fix white strip issue after moving browser window with VK showingbshe2016-01-131-2/+3
* Show floating VK on first tapbshe2016-01-042-10/+28
* Switch to standard integer types in ui/.avi2015-12-2411-3/+12
* Add most of //ui/ to "gn check"brettw2015-12-081-1/+1
* Replace multi-value keyboard flags with single value flag types.flackr2015-12-073-80/+20
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Give the main frame a RenderWidget.dcheng2015-10-261-0/+1
* Changes KeycodeConverter lookups to take |const std::string&| in place of |co...kpschoedel2015-10-261-3/+1
* Make unit_tests compile in Mac GNbrettw2015-10-221-1/+1
* Pass the original event into the TextInputClient for InsertChardtapuska2015-10-151-1/+3
* Fix cropped floating gesture candidate windowbshe2015-10-144-8/+27
* Don't use base::MessageLoop::{Quit,QuitClosure} in ui/ki.stfu2015-10-121-1/+1
* Extract content dependency from keyboard codeben2015-10-1021-729/+872
* Add chrome.virtualKeyboardPrivate.setHotrodKeyboard apibshe2015-09-092-0/+16
* Make IsGestureTyping enabled on by default.stevet2015-09-091-4/+2
* Enable gesture deletion by default.rsadam2015-09-041-1/+1
* Revise ui::DomKey to unify character and non-character codes.kpschoedel2015-08-281-11/+9
* Hide microphone button when no microphone is present.rsadam2015-08-254-1/+8
* setKeyboardState APIrsadam2015-08-245-7/+159
* Remove generated .rc files that seem not to be used.brettw2015-08-122-2/+0
* Refactoring for the InputMethod & InputMethodDelegate interfaces.shuchen2015-08-041-1/+1
* Adds missing constructor initializationsvarkha2015-08-031-1/+1
* Removes obsolete flags.rsadam2015-07-304-12/+0
* Update Google Input Toolsrsadam2015-07-292-21/+37
* gl/test: Move some initialization code used in tests to a separate component.sadrul2015-07-202-3/+3
* Align VK with left edge of screen when shelf is left positionedbshe2015-07-202-1/+8
* Update the gesture typing flag comment to indicate that it is an option.stevet2015-07-151-1/+1
* Not use default-focus mode of InputMethod for desktop chrome.shuchen2015-07-141-7/+7
* ui: keyboard: fix link problem on ozonelionel.g.landwerlin2015-07-072-1/+12
* The touchscreen log is added to chrome to fill the feedback reportasimjour2015-07-062-0/+11
* Replace base::string16 with std::string for frame names.nasko2015-07-021-1/+1
* Removes the useless GetFocusedTextInputClient().shuchen2015-07-021-3/+0
* Use EventHandler for IME so that it honeres EventTargeter/EventHandlers.oshima2015-06-271-2/+3
* Punts gesture editing to next milestone.rsadam2015-06-181-1/+1
* Removes TextInputFocusManager.shuchen2015-06-151-12/+1
* [Code cleanup] Delete obsolete flag.rsadam2015-06-122-5/+0
* Fix centered vk when switch to a new extension while in floating modebshe2015-06-112-8/+18
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-101-7/+8
* Move smart deploy to tristate.rsadam2015-06-054-4/+23
* Enable gesture editing visibile in options menu.rsadam2015-06-041-1/+1
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Implements onBoundsChanged event in virtualKeyboardPrivate namespacebshe2015-05-152-0/+9
* Restore virtual keyboard after switch back to FULL_WIDTH modebshe2015-05-132-2/+33