Timothy Flynn
|
c96c5e45ff
LibWeb: Implement KeyboardEvent.charCode according to spec
|
9 mēneši atpakaļ |
Timothy Flynn
|
5b2633d90f
LibWeb: Support non-required numpad code names
|
9 mēneši atpakaļ |
Timothy Flynn
|
a11e5055c7
LibWeb: Allow multi-byte code point events to have their key field set
|
9 mēneši atpakaļ |
Timothy Flynn
|
4fcaeabe1a
LibWeb+UI: Detect and handle left vs. right modifier keys
|
9 mēneši atpakaļ |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
10 mēneši atpakaļ |
Jamie Mansfield
|
3845d174e3
LibWeb: Implement KeyboardEvent.initKeyboardEvent
|
1 gadu atpakaļ |
Timothy Flynn
|
986ff984cc
LibUnicode: Replace code point general categories with ICU
|
1 gadu atpakaļ |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 gadu atpakaļ |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 gadu atpakaļ |
Bastiaan van der Plaat
|
9aadc6c8c9
LibWeb: Add missing EventModifierInit fields and getModifierState
|
1 gadu atpakaļ |
Andrew Kaster
|
32fe7db69f
LibWeb: Make UIEvents from the chrome the only default trusted Events
|
1 gadu atpakaļ |
Liav A
|
c8f27d7cb8
Kernel+Userland: Implement support for PS2 scan code set 2
|
1 gadu atpakaļ |
Andrew Kaster
|
d3025668a4
Revert "Kernel+Userland: Implement support for PS2 scan code set 2"
|
1 gadu atpakaļ |
Liav A
|
61a385fc01
Kernel+Userland: Implement support for PS2 scan code set 2
|
1 gadu atpakaļ |
Bastiaan van der Plaat
|
1f171cb60b
LibWeb: Add support for the meta key modifier
|
1 gadu atpakaļ |
Timothy Flynn
|
060807e3da
LibWeb: Set correct keyCode for number keys and optional virtual keys
|
1 gadu atpakaļ |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 gadu atpakaļ |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 gadu atpakaļ |
Bastiaan van der Plaat
|
e267f8e68f
LibWeb: Add modifier keys to MouseEvent
|
1 gadu atpakaļ |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
2 gadi atpakaļ |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 gadi atpakaļ |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
2 gadi atpakaļ |
Timothy Flynn
|
cd995d113b
LibWeb: Implement KeyboardEvent.location closer to the spec
|
2 gadi atpakaļ |
Timothy Flynn
|
71bf9f1d0d
LibWeb: Implement KeyboardEvent.key according to the spec
|
2 gadi atpakaļ |
Timothy Flynn
|
64022031c4
LibWeb: Implement KeyboardEvent.code according to the spec
|
2 gadi atpakaļ |
Andi Gallo
|
1bbfe4630d
LibWeb: Preserve case for key events
|
2 gadi atpakaļ |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 gadi atpakaļ |
Kenneth Myhra
|
03d6cb88ff
LibWeb: Port KeyboardEvent to new String
|
2 gadi atpakaļ |
Kenneth Myhra
|
a401cff4e2
LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible
|
2 gadi atpakaļ |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 gadi atpakaļ |