1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:21:00 +00:00
serenity/Userland
Andreas Oppebøen a30b341a2c LibGUI: Fix value slider so dragging left and right feels similar
When dragging value slider left, the handle would snap to lower value
with the slightest move of the mouse. When dragging to the right
however, it would take a lot more movement to cause a change in value.
This asymmetry made it feel awkward to drag the mouse around. It was
caused by always rounding down using a cast to int. By rounding to the
nearest integer first, we ensure symmetric behavior.
2023-03-24 10:33:22 +01:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications ImageViewer: Fix crash when opening ImageViewer without an image 2023-03-23 18:45:51 +00:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
DevTools LibFileSystem: Move TempFile from LibCore to LibFileSystem 2023-03-21 19:03:21 +00:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Libraries LibGUI: Fix value slider so dragging left and right feels similar 2023-03-24 10:33:22 +01:00
Services WebDriver: Unlink server socket before binding to it 2023-03-23 19:38:44 +01:00
Shell Shell: Implement arithmetic expansions for POSIX mode 2023-03-22 09:46:16 +01:00
Utilities LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00