summaryrefslogtreecommitdiffstats
path: root/ui/keyboard
Commit message (Expand)AuthorAgeFilesLines
* events: Create a separate events component out of ui.sadrul@chromium.org2013-10-011-0/+1
* Fix font size for virtual keyboard.kevers@chromium.org2013-09-301-0/+1
* Add test for longpress typing of alternate keys.kevers@chromium.org2013-09-301-5/+13
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-301-0/+2
* Correctly resets long press timer when entering chording mode.rsadam@chromium.org2013-09-301-1/+1
* Revert 225857 "gfx: Create a separate gfx component out of ui."ckocagil@chromium.org2013-09-281-2/+0
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-281-0/+2
* Chording now ends if the shift key-up was on the key that started the chording.rsadam@chromium.org2013-09-261-4/+9
* Add UI testing framework for the virtual keyboard.kevers@chromium.org2013-09-261-0/+24
* Passes input type information to extension virtual keyboardbshe@chromium.org2013-09-261-1/+1
* Only use primary pointerevent for swipe gesture and replace tab with spacesbshe@chromium.org2013-09-261-25/+27
* Implemented chording. Pressing down the shift key while typing other characte...rsadam@chromium.org2013-09-242-12/+25
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+5
* Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."ben@chromium.org2013-09-241-5/+0
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+5
* Make keyboard aware of input typebshe@chromium.org2013-09-233-5/+30
* Create chrome.virtualKeyboardPrivate.onTextInputBoxFocused Eventsbshe@chromium.org2013-09-233-8/+33
* Fixes keyboard transitions when pressing a space after a punctuation.rsadam@chromium.org2013-09-212-3/+14
* Caches the shift key in the keyboard. Keyboard no longer has hard-coded depen...rsadam@chromium.org2013-09-202-51/+63
* Enable string support for hintText.rsadam@chromium.org2013-09-201-2/+15
* Moves the shift key capitalization logic from the keyboard into the shift key...rsadam@chromium.org2013-09-1912-75/+196
* Change the layout key to hide the keyboard.stevet@chromium.org2013-09-183-9/+21
* Layout transitions now triggered on key-down instead of key-up.rsadam@chromium.org2013-09-165-64/+99
* Makes native_widget_types forward declare ui::Cursor.sky@chromium.org2013-09-161-0/+1
* Implement virtual keyboard hiding.stevet@chromium.org2013-09-166-13/+40
* Make key spacing relative on the virtual keyboard.kevers@chromium.org2013-09-133-16/+20
* Move the content-dependent RecreateLayer logic from aura::Window to RWHVApiman@chromium.org2013-09-121-1/+2
* Add kevers as OWNER of ui/keyboard/resourcesbshe@chromium.org2013-09-121-0/+1
* Creates OnTextInputBoxFocused webui functionbshe@chromium.org2013-09-116-1/+55
* Changed superscript to hintText.rsadam@chromium.org2013-09-1110-28/+28
* Changed size/alignment of microphone button.rsadam@chromium.org2013-09-111-0/+2
* Update fallback font family for virtual keyboard. The preferred font "Open S...kevers@chromium.org2013-09-101-2/+2
* Added .gov, .net, .org as alternates to .com.rsadam@chromium.org2013-09-101-1/+2
* Dynamically load keyboard layouts.kevers@chromium.org2013-09-095-14/+23
* Fix typing of accented characters on the VK in Google Docs.kevers@chromium.org2013-09-061-11/+24
* Move Range code to gfx.ben@chromium.org2013-09-061-6/+6
* Switch from text insertion to key press and release events on the virtual key...kevers@chromium.org2013-09-0510-57/+175
* Added a numeric layout to Virtual Keyboard. First step for addressing the bug...rsadam@chromium.org2013-09-044-0/+35
* Generalized the caps lock on the virutal keyboard to allow for custom lock tr...rsadam@chromium.org2013-09-036-21/+42
* Move experimental.input.virtualKeyboard to virtualKeyboardPrivate.kevers@chromium.org2013-09-032-4/+3
* Delay virtual keyboard hiding for 100msbshe@chromium.org2013-08-303-47/+118
* Added persistent capitalization to the Virtual Keyboard.rsadam@chromium.org2013-08-306-25/+44
* To get input type of current input field, callbshe@chromium.org2013-08-293-0/+99
* Virtual Keyboard Shift Highlight fixed.rsadam@chromium.org2013-08-285-28/+26
* Fixes highlight of shift key on virtual keyboard.rsadam@chromium.org2013-08-232-4/+37
* fix the long press swipe selection trigger bugzyaozhujun@chromium.org2013-08-191-2/+2
* Add key-code support to the virtual keyboard.kevers@chromium.org2013-08-139-7/+225
* Fix component build of keyboard unit tests.kevers@chromium.org2013-08-131-7/+6
* Clean up compositor initialization/destruction.danakj@chromium.org2013-08-121-3/+0
* Revert 216780 "Clean up compositor initialization/destruction."nhiroki@chromium.org2013-08-121-0/+3