ladybird/Userland
MacDue 6685656d2d LibGfx: Fix winding order of segments on elliptical arcs
for_each_line_segment_on_elliptical_arc() flips the start/end points
for negative theta deltas. When doing this we have to make sure the
line segments emitted swap the start/end points back, so that the
(correct) winding order can be calculated from them.

This makes nonzero fills not totally broken for a lot of SVGs.
2023-06-01 06:25:00 +02:00
..
Applets AudioApplet: Read and apply config value only once 2023-05-29 13:22:58 +02:00
Applications KeyboardMapper: Do not drop the unix pledge 2023-05-31 16:25:01 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGUI: Allow FilteringProxyModel to optionally sort results by score 2023-05-29 10:47:48 -06:00
DevTools HackStudio: Prefer FileSystem over DeprecatedFile 2023-05-27 17:30:55 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Chess+ChessEngine: Fix stockfish by setting correct blocking flag 2023-05-27 18:44:21 +02:00
Libraries LibGfx: Fix winding order of segments on elliptical arcs 2023-06-01 06:25:00 +02:00
Services NotificationServer: Stop notifications showing in the top left at first 2023-05-31 14:45:54 +02:00
Shell Shell: Prefer File and FileSystem over DeprecatedFile 2023-05-30 00:21:59 +02:00
Utilities pgrep: Add -x option to only select exact matches 2023-05-31 06:04:48 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00