ladybird/Userland
Andreas Kling cd79b807dd LibWeb: Allow scrolling overflowed content with the mouse wheel :^)
This is rather crude, but you can now use the mouse wheel to scroll up
and down in block-level boxes with clipped overflowing content.
There's no limit to how far you can scroll in either direction, since
we don't yet track how much overflow there is. But it's a start. :^)
2021-02-22 21:47:00 +01:00
..
Applications DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%" 2021-02-22 14:13:00 +01:00
Demos CatDog: Fix wake-sleep "loop" when cursor is over right-top of head 2021-02-21 23:45:04 +01:00
DevTools LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
DynamicLoader LibELF+DynamicLoader: Rename DynamicObject::construct() => create() 2021-02-21 00:02:21 +01:00
Games Chess: Allow right click to cancel drag move while dragging a piece 2021-02-18 12:52:11 +01:00
Libraries LibWeb: Allow scrolling overflowed content with the mouse wheel :^) 2021-02-22 21:47:00 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services LibWeb: Plumb wheel events from widget layer to EventHandler 2021-02-22 21:46:54 +01:00
Shell Shell: Convert dbgprintf() => dbgln() 2021-02-17 16:18:53 +01:00
Tests LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) 2021-02-16 10:38:52 +01:00
Utilities Utilities: Provide fuzzers as a utility in serenity 2021-02-21 22:34:09 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00