ladybird/Ladybird/AppKit
Timothy Flynn d2d861ca8a UI/AppKit: Only check the NSEvent isARepeat flag in key down/up events
We call ns_event_to_key_event for the NSFlagsChanged event as well. By
retrieving the isARepeat flag on those events, we are guaranteed to
throw an exception.

See:
https://developer.apple.com/documentation/appkit/nsevent/1528049-arepeat?language=objc

    Raises an NSInternalInconsistencyException if sent to an
    NSFlagsChanged event or other non-key event.
2024-10-24 08:52:56 -04:00
..
Application LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
UI UI/AppKit: Only check the NSEvent isARepeat flag in key down/up events 2024-10-24 08:52:56 -04:00
Utilities Ladybird/AppKit: Remove system header workarounds for global names 2024-07-18 09:43:38 +01:00
CMakeLists.txt UI/AppKit: Remove workaround for Protocol naming conflict 2024-08-20 09:29:12 +02:00
main.mm LibWebView: Increase the open file limit in a more central location 2024-10-07 14:03:03 -04:00
module.modulemap Ladybird/AppKit: Port TaskManager window to Swift 2024-07-21 15:55:47 -06:00