Andreas Kling
|
08cae2773d
LibGfx: More work on header dependency reduction
|
5 년 전 |
Andreas Kling
|
5c06c32df4
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
|
5 년 전 |
Andreas Kling
|
9ac94d393e
LibGfx: Rename from LibDraw :^)
|
5 년 전 |
Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 년 전 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 년 전 |
Andreas Kling
|
54bd322881
LibHTML: Mark image bitmaps outside the visible viewport as volatile
|
5 년 전 |
Andreas Kling
|
1fda417f4f
LibHTML: Ignore case of presentation attribute names
|
5 년 전 |
Andreas Kling
|
adb1870628
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
|
5 년 전 |
Andreas Kling
|
457e49f528
LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoder
|
5 년 전 |
Andreas Kling
|
f970578cd4
LibDraw: Rename ImageLoader => ImageDecoder
|
5 년 전 |
Andreas Kling
|
a5f3f332ed
LibHTML: Ignore completed image loads for already-destroyed <img>'s
|
5 년 전 |
Andreas Kling
|
18fa662eb2
LibHTML: Use ImageLoader for <img> elements to defer bitmap decoding
|
5 년 전 |
Andreas Kling
|
f4f5ede10a
LibHTML: Simplify Node::create_layout_node()
|
5 년 전 |
Andreas Kling
|
667b31746a
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
|
5 년 전 |
Andreas Kling
|
3be6d1aff0
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
|
5 년 전 |
Andreas Kling
|
31ac19543a
LibHTML: Use an enum for CSS property ID's
|
5 년 전 |
Conrad Pankoff
|
b240500107
LibHTML: Support width/height attributes on images
|
5 년 전 |
Conrad Pankoff
|
1ef53be2f3
LibHTML: Load image resource when src attribute is set
|
5 년 전 |
Andreas Kling
|
958b395418
LibHTML: Support rendering <img src> with file:// URLs
|
5 년 전 |
Andreas Kling
|
ee567cdc3d
LibHTML: Implement basic layout for inline <img alt>
|
5 년 전 |
Andreas Kling
|
09dccb3224
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
|
5 년 전 |