1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:38:10 +00:00
serenity/Userland
Matthew Olsson 4cf5514672 LibGfx: Re-add missing bounds-checks to Painter::draw_rect
This commit adds a draw_physical_line method, which is the exact same
as draw_line, except it's parameters are already transformed and
scaled. This is used by both draw_line and draw_rect, as a slight
optimization to save some work. It also fixed draw_rect not checking
whether it should draw the lines before drawing them.
2021-05-03 08:19:39 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
Demos WindowServer+LibGfx: Automatic "modified" markers in window titles 2021-05-01 19:42:29 +02:00
DevTools HackStudio: Show dialog on build and exit if there are unsaved changes 2021-05-02 22:49:25 +02:00
DynamicLoader Tests: Unify LibC tests to single location. 2021-04-29 10:37:26 +02:00
Games LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
Libraries LibGfx: Re-add missing bounds-checks to Painter::draw_rect 2021-05-03 08:19:39 +02:00
Services LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
Shell Shell: Only match entries from PATH when a program name is given 2021-05-02 19:46:33 +02:00
Tests Tests: Add unit tests for the pthread_spinlock_t API. 2021-05-02 20:59:38 +02:00
Utilities Userland: Improve how traceroute reports timing data for packets 2021-05-01 20:52:35 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00