summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/StylePainter.h
AgeCommit message (Collapse)Author
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much better visual clue about what type of metric is being used.
2020-02-16LibGfx: Reduce header dependencies of StylePainterAndreas Kling
2020-02-14LibGfx: More work on header dependency reductionAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling