1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:28:13 +00:00
serenity/Libraries
Andreas Kling 8c51063a88 LibGUI: Actually check widgets in focus chain for keyboard shortcuts
We were iterating the ancestor chain of the focused widget when looking
for a matching keyboard shortcut, but we didn't actually look at the
ancestors at each step.

With this fix, we now correctly activate actions found in the ancestor
chain of the focused widgets. :^)
2020-05-12 17:05:00 +02:00
..
LibAudio Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
LibBareMetal AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros 2020-04-30 11:43:25 +02:00
LibC LibC: Always assign the offset pointer to endptr in strto{u,}ll() 2020-05-12 13:28:57 +02:00
LibCore LibDesktop: Switch to LaunchServer for DesktopServices::open 2020-05-09 15:13:32 +02:00
LibCrypto LibCrypto: Cache the "trimmed length" of UnsignedBigIntegers 2020-05-07 12:23:09 +02:00
LibDebug LibDebug: Add support for creating VariableInfo for paramters 2020-05-09 23:41:08 +02:00
LibDesktop LibDesktop: Return the correct value in OpenUrl 2020-05-10 00:39:14 +02:00
LibELF LibELF: Add Image::Section::wrapping_byte_buffer 2020-05-07 23:32:11 +02:00
LibGfx LibGfx: Eliminate conditional branch in dither 2020-05-11 09:47:32 +02:00
LibGUI LibGUI: Actually check widgets in focus chain for keyboard shortcuts 2020-05-12 17:05:00 +02:00
LibHTTP LibHTTP: Support Transfer-Encoding: chunked 2020-05-12 13:28:57 +02:00
LibIPC Meta: Delete empty .cpp files 2020-05-09 23:45:16 +02:00
LibJS LibJS: Parse comma operator into SequenceExpression 2020-05-11 18:36:28 +02:00
LibLine LibLine: Fix suggestion spacing regression 2020-05-12 08:57:14 +02:00
LibM LibM: Implement fmodf() 2020-05-02 01:23:30 +02:00
LibMarkdown LibMarkdown: Turn absolute links into hyperlinks in terminal output :^) 2020-05-09 16:23:41 +02:00
LibPCIDB Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
LibProtocol LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
LibPthread LibPthread: Hookup abstime argument to pthread_cond_timedwait 2020-04-26 21:31:52 +02:00
LibTextCodec LibTextCodec: Start fleshing out a simple text codec library 2020-05-03 23:01:58 +02:00
LibThread AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros 2020-04-30 11:43:25 +02:00
LibTLS LibTLS: Verify server certificate expiry date 2020-05-07 10:23:58 +02:00
LibVT LibVT: Update the terminal buffer based on visible lines 2020-05-11 09:33:18 +02:00
LibWeb LibWeb: Fixed non-spec processing of margin and padding 2020-05-12 08:53:58 +02:00
LibX86 LibX86: Rename build0FSlash() to build_0f_slash() 2020-05-07 12:22:36 +02:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00