index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
keyboard
Commit message (
Expand
)
Author
Age
Files
Lines
*
events: Create a separate events component out of ui.
sadrul@chromium.org
2013-10-01
1
-0
/
+1
*
Fix font size for virtual keyboard.
kevers@chromium.org
2013-09-30
1
-0
/
+1
*
Add test for longpress typing of alternate keys.
kevers@chromium.org
2013-09-30
1
-5
/
+13
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-30
1
-0
/
+2
*
Correctly resets long press timer when entering chording mode.
rsadam@chromium.org
2013-09-30
1
-1
/
+1
*
Revert 225857 "gfx: Create a separate gfx component out of ui."
ckocagil@chromium.org
2013-09-28
1
-2
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-28
1
-0
/
+2
*
Chording now ends if the shift key-up was on the key that started the chording.
rsadam@chromium.org
2013-09-26
1
-4
/
+9
*
Add UI testing framework for the virtual keyboard.
kevers@chromium.org
2013-09-26
1
-0
/
+24
*
Passes input type information to extension virtual keyboard
bshe@chromium.org
2013-09-26
1
-1
/
+1
*
Only use primary pointerevent for swipe gesture and replace tab with spaces
bshe@chromium.org
2013-09-26
1
-25
/
+27
*
Implemented chording. Pressing down the shift key while typing other characte...
rsadam@chromium.org
2013-09-24
2
-12
/
+25
*
Tighten up DEPS rules in src/ui: prevent components from including from each ...
ben@chromium.org
2013-09-24
1
-0
/
+5
*
Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."
ben@chromium.org
2013-09-24
1
-5
/
+0
*
Tighten up DEPS rules in src/ui: prevent components from including from each ...
ben@chromium.org
2013-09-24
1
-0
/
+5
*
Make keyboard aware of input type
bshe@chromium.org
2013-09-23
3
-5
/
+30
*
Create chrome.virtualKeyboardPrivate.onTextInputBoxFocused Events
bshe@chromium.org
2013-09-23
3
-8
/
+33
*
Fixes keyboard transitions when pressing a space after a punctuation.
rsadam@chromium.org
2013-09-21
2
-3
/
+14
*
Caches the shift key in the keyboard. Keyboard no longer has hard-coded depen...
rsadam@chromium.org
2013-09-20
2
-51
/
+63
*
Enable string support for hintText.
rsadam@chromium.org
2013-09-20
1
-2
/
+15
*
Moves the shift key capitalization logic from the keyboard into the shift key...
rsadam@chromium.org
2013-09-19
12
-75
/
+196
*
Change the layout key to hide the keyboard.
stevet@chromium.org
2013-09-18
3
-9
/
+21
*
Layout transitions now triggered on key-down instead of key-up.
rsadam@chromium.org
2013-09-16
5
-64
/
+99
*
Makes native_widget_types forward declare ui::Cursor.
sky@chromium.org
2013-09-16
1
-0
/
+1
*
Implement virtual keyboard hiding.
stevet@chromium.org
2013-09-16
6
-13
/
+40
*
Make key spacing relative on the virtual keyboard.
kevers@chromium.org
2013-09-13
3
-16
/
+20
*
Move the content-dependent RecreateLayer logic from aura::Window to RWHVA
piman@chromium.org
2013-09-12
1
-1
/
+2
*
Add kevers as OWNER of ui/keyboard/resources
bshe@chromium.org
2013-09-12
1
-0
/
+1
*
Creates OnTextInputBoxFocused webui function
bshe@chromium.org
2013-09-11
6
-1
/
+55
*
Changed superscript to hintText.
rsadam@chromium.org
2013-09-11
10
-28
/
+28
*
Changed size/alignment of microphone button.
rsadam@chromium.org
2013-09-11
1
-0
/
+2
*
Update fallback font family for virtual keyboard. The preferred font "Open S...
kevers@chromium.org
2013-09-10
1
-2
/
+2
*
Added .gov, .net, .org as alternates to .com.
rsadam@chromium.org
2013-09-10
1
-1
/
+2
*
Dynamically load keyboard layouts.
kevers@chromium.org
2013-09-09
5
-14
/
+23
*
Fix typing of accented characters on the VK in Google Docs.
kevers@chromium.org
2013-09-06
1
-11
/
+24
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
1
-6
/
+6
*
Switch from text insertion to key press and release events on the virtual key...
kevers@chromium.org
2013-09-05
10
-57
/
+175
*
Added a numeric layout to Virtual Keyboard. First step for addressing the bug...
rsadam@chromium.org
2013-09-04
4
-0
/
+35
*
Generalized the caps lock on the virutal keyboard to allow for custom lock tr...
rsadam@chromium.org
2013-09-03
6
-21
/
+42
*
Move experimental.input.virtualKeyboard to virtualKeyboardPrivate.
kevers@chromium.org
2013-09-03
2
-4
/
+3
*
Delay virtual keyboard hiding for 100ms
bshe@chromium.org
2013-08-30
3
-47
/
+118
*
Added persistent capitalization to the Virtual Keyboard.
rsadam@chromium.org
2013-08-30
6
-25
/
+44
*
To get input type of current input field, call
bshe@chromium.org
2013-08-29
3
-0
/
+99
*
Virtual Keyboard Shift Highlight fixed.
rsadam@chromium.org
2013-08-28
5
-28
/
+26
*
Fixes highlight of shift key on virtual keyboard.
rsadam@chromium.org
2013-08-23
2
-4
/
+37
*
fix the long press swipe selection trigger bug
zyaozhujun@chromium.org
2013-08-19
1
-2
/
+2
*
Add key-code support to the virtual keyboard.
kevers@chromium.org
2013-08-13
9
-7
/
+225
*
Fix component build of keyboard unit tests.
kevers@chromium.org
2013-08-13
1
-7
/
+6
*
Clean up compositor initialization/destruction.
danakj@chromium.org
2013-08-12
1
-3
/
+0
*
Revert 216780 "Clean up compositor initialization/destruction."
nhiroki@chromium.org
2013-08-12
1
-0
/
+3
[next]