summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Remove virtual keyboard support:yusukes@google.com2012-05-2217-2438/+0
* [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker.dbeam@chromium.org2012-04-041-36/+37
* [Clean-up] Change 0 length unary terms (i.e. 0px, 0ms) to 0.dbeam@chromium.org2012-01-091-3/+3
* Some visual tweaks to the virtual keyboard.bryeung@chromium.org2011-12-083-5/+20
* Rearrange the input APIs into more suitable groupings.zork@chromium.org2011-11-184-15/+17
* Always switch directly to SHIFT_MODE when starting auto-capitalization.bryeung@chromium.org2011-10-122-10/+12
* Remove box-shadow styling.bryeung@chromium.org2011-10-041-0/+6
* Enable the keyboard to show the popup keyboard for inputting accented charact...mazda@chromium.org2011-09-225-107/+567
* Revert "Fix the Tangent build." to re-enable handwriting IME for TOUCH_UI.yusukes@chromium.org2011-09-202-5/+1
* Fix the Tangent build.bryeung@chromium.org2011-09-162-1/+5
* preventDefault everywhere in the virtual keyboard.bryeung@chromium.org2011-09-152-2/+15
* Change SVG files used for TOUCH_UI keyboard to LF EOL style.rbyers@chromium.org2011-09-157-118/+118
* Update touch keyboard L&F to make key depresses more visible.rbyers@chromium.org2011-09-143-57/+15
* Add "email" type to virtual keyboard.bryeung@chromium.org2011-09-061-0/+1
* Fix auto-capitalization.bryeung@chromium.org2011-09-061-3/+11
* Switch virtual keyboard mode base on type of the current focused input field.penghuang@chromium.org2011-08-251-7/+19
* Support handling long-press event on keyboard.mazda@chromium.org2011-08-181-52/+91
* Delete an unused parameter from sendKeyFunction.mazda@chromium.org2011-08-171-4/+3
* Make touch event handling more consistent with Android keyboard.mazda@chromium.org2011-08-171-40/+67
* Fix the issue that keyboard is not rendered properly after login.mazda@chromium.org2011-08-041-3/+3
* Fix the issue of virtual keyobard overlapping input method candidates area.mazda@chromium.org2011-08-031-0/+1
* Add French virtual keyboard.mazda@chromium.org2011-07-293-1/+68
* Allow to set Key constructor arguments to null.mazda@chromium.org2011-07-291-1/+8
* Add touch events support to the handwriting virtual keyboard.yusukes@chromium.org2011-07-291-7/+26
* Move KEYBOARDS to common.js.mazda@chromium.org2011-07-274-16/+17
* Add repeat parameter to SvgKey.mazda@chromium.org2011-07-263-12/+5
* Create keyboard on demand to reduce the time for onload.mazda@chromium.org2011-07-252-71/+109
* Adjust the size of keys and rows with CSS instead of calculating in JavaScript.mazda@chromium.org2011-07-195-251/+211
* Fix a JavaScript error of the handwriting virtual keyboard.mazda@chromium.org2011-06-281-1/+1
* The virtual Keyboard should start in shift mode, and go back into shift mode ...flackr@chromium.org2011-06-282-7/+11
* Use the same key repeat delay and interval as Chromebook.yusukes@chromium.org2011-06-271-3/+5
* Add a virtual keyboard for handwriting to main.js.yusukes@google.com2011-06-257-812/+1147
* Allows for repeating behaviour on virtual keyboard keys and enables this forflackr@chromium.org2011-06-231-58/+222
* Switch virtual keyboard layout when IME is switched.yusukes@google.com2011-06-172-1/+20
* keyboard: Word around rounding errors to make sure rows are alignedbehdad@chromium.org2011-06-151-8/+25
* Adjust virtual keyboard size base on input method candidates.penghuang@chromium.org2011-06-093-15/+43
* Use HTML entities in the IME selectors in the keyboard.sadrul@chromium.org2011-06-071-7/+7
* r88050 inadvertently included changes to fix keyboard visibility:sadrul@chromium.org2011-06-061-1/+1
* Use VLOG to suppress messages that aren't useful for everyone.sadrul@chromium.org2011-06-061-0/+9
* Fix a typo in virtual keyboard.penghuang@chromium.org2011-05-311-1/+1
* Catch exception when register extension with inputUI.penghuang@chromium.org2011-05-312-20/+10
* Show input method candidates in virtual keyboard.penghuang@chromium.org2011-05-275-99/+413
* Add hideKeyboard API to chrome.experimental.input.mazda@chromium.org2011-05-231-1/+1
* keyboard: Stop the default event processing for the keys from the eventsadrul@chromium.org2011-05-131-18/+38
* [keyboard] Hook-up ontouchstart handlerbehdad@chromium.org2011-05-121-2/+3
* [keyboard] Do not send Shift modifier for any keysbehdad@chromium.org2011-05-101-3/+0
* Address a missed nit for r83537.sadrul@chromium.org2011-04-291-1/+2
* keyboard: Restore the normal mode after a shifted keyevent.sadrul@chromium.org2011-04-291-3/+3
* Make virtual keyboard user unselectablepenghuang@chromium.org2011-04-131-0/+1
* Workaround for SVG bug that causes the SVG to be relayed out infinitely.varunjain@chromium.org2011-03-281-1/+2