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
*
Enables chording with the control and alt keys.
rsadam@chromium.org
2013-10-31
3
-11
/
+55
*
Add layout switcher for virtual keyboard.
kevers@chromium.org
2013-10-30
8
-43
/
+224
*
Changes swipe behaviour to alternate between moving the carat and doing word ...
rsadam@chromium.org
2013-10-29
1
-27
/
+35
*
ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory.
tfarina@chromium.org
2013-10-29
1
-1
/
+1
*
Fixes modifier handling for repeat keys.
rsadam@chromium.org
2013-10-29
5
-28
/
+66
*
Add a metric to measure the keyboard load time.
stevet@chromium.org
2013-10-27
6
-0
/
+43
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
3
-27
/
+27
*
Added CTRL and ALT key functionality.
rsadam@chromium.org
2013-10-25
6
-15
/
+31
*
/ui/keyboard OWNERS
kevers@chromium.org
2013-10-25
1
-0
/
+2
*
Add --keyboard-usability-test flag and always show keyboard unless manually hide
bshe@chromium.org
2013-10-25
5
-2
/
+50
*
Hide the swipe selection feature behind a flag, --enable-swipe-selection.
stevet@chromium.org
2013-10-25
2
-0
/
+5
*
Minor changes to the system keyboard. Makes arrow keys repeat, and removes th...
rsadam@chromium.org
2013-10-24
2
-9
/
+8
*
Removed unused attributes.
rsadam@chromium.org
2013-10-24
3
-5
/
+4
*
Add arrows to the system keyboard.
rsadam@chromium.org
2013-10-24
3
-16
/
+36
*
Mark getter methods in ui::InputMethod as const
yukawa@chromium.org
2013-10-22
1
-8
/
+11
*
Added support for sticky modifier keys. This is the first step in adding Cont...
rsadam@chromium.org
2013-10-21
9
-27
/
+197
*
Enables system key functionality on the virtual keyboard. Note the power butt...
rsadam@chromium.org
2013-10-19
3
-20
/
+36
*
Prevent key drop if finger moves out of key area slightly before release
bshe@chromium.org
2013-10-18
3
-10
/
+37
*
Adds a test that we transition to the system-qwerty layout on password input.
rsadam@chromium.org
2013-10-17
1
-1
/
+1
*
Cleaner SVG for shutdown icon.
rsadam@chromium.org
2013-10-17
2
-20
/
+39
*
Prevent key dropping when fast typing
bshe@chromium.org
2013-10-17
4
-12
/
+52
*
Adds system keys to the virtual keyboard. Note the keys as yet do not call th...
rsadam@chromium.org
2013-10-15
22
-3
/
+667
*
Add a metric to track the control events on the keyboard.
stevet@chromium.org
2013-10-15
4
-4
/
+43
*
Fix keyboard chording with finger movement
bshe@chromium.org
2013-10-15
3
-11
/
+25
*
Adds a full QWERTY layout to the Virtual Keyboard.
rsadam@chromium.org
2013-10-10
9
-13
/
+121
*
Refactors the populateDetails logic.
rsadam@chromium.org
2013-10-10
3
-28
/
+50
*
Fix WeakPtrFactory ordering problems in ui
dmichael@chromium.org
2013-10-09
1
-1
/
+2
*
Fix incorrect active key if moved out of keyboard area
bshe@chromium.org
2013-10-07
1
-0
/
+1
*
Only show virtual keyboard on primary root window
bshe@chromium.org
2013-10-04
3
-28
/
+20
*
Fixes inverted characters not being displayed correctly on longpress.
rsadam@chromium.org
2013-10-04
2
-6
/
+14
*
Persists capitalization when changing between keysets.
rsadam@chromium.org
2013-10-04
8
-51
/
+77
*
Fix unsafe typecast in interactive_ui_tests when the virtual keyboard is enab...
kevers@chromium.org
2013-10-03
1
-0
/
+10
*
Forces keyboard to change layout when gaining focus.
rsadam@chromium.org
2013-10-03
1
-1
/
+6
*
Log the number of characters typed in the virtual keyboard between each backs...
stevet@chromium.org
2013-10-02
1
-0
/
+16
*
Fix for the multiple shift-chording edge cases we were discussing offline.
rsadam@chromium.org
2013-10-01
2
-7
/
+36
*
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
[next]