summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/RenderingContext.h
AgeCommit message (Expand)Author
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-29LibHTML: RenderingContext should keep the Palette aliveAndreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-10-15LibHTML: Add the currently visible viewport rect to RenderingContextAndreas Kling
2019-10-12LibHTML+Browser: Add debug option to draw borders around line boxesAndreas Kling
2019-09-28LibHTML: Implement renderingSergey Bugaev