ladybird/Userland
Andreas Kling b368560800 LibGUI: Only repaint the affected indices on AbstractView item hover
Previously, moving the cursor over items in an item view would cause it
to repaint itself completely. Now we only repaint the two affected
items (the old hovered item and the new hovered item.)
2021-07-10 18:30:46 +02:00
..
Applets Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Applications FontEditor: Tweak offensive padding :^) 2021-07-10 16:13:44 +02:00
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools LibThreading: Rename Lock => Mutex 2021-07-09 11:15:50 +02:00
DynamicLoader Kernel+Userland: Make the stack alignment comply with the System V ABI 2021-07-10 01:41:57 +02:00
Games GameOfLife: Properly switch between play and pause icon 2021-07-07 15:29:37 +01:00
Libraries LibGUI: Only repaint the affected indices on AbstractView item hover 2021-07-10 18:30:46 +02:00
Services FileSystemAccessServer: Add service for accessing veiled files nicely 2021-07-10 15:33:46 +02:00
Shell Shell: Use correct printf format string for size_t 2021-07-08 10:11:00 +02:00
Utilities grep: Use Basic POSIX regexps by default and make -E not the default 2021-07-10 13:33:08 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00