index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-06-23
LibWeb: Respect specified width when computing shrink-to-fit candidates
Andreas Kling
2020-06-23
LibJS: Explicitly invoke Cell constructor in Object(Object& prototype)
Andreas Kling
2020-06-23
LibWeb: Update PageView content size on page relayout
Andreas Kling
2020-06-23
LibJS: Make NativeProperty a plain Cell instead of an Object
Andreas Kling
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
2020-06-23
LibWeb: Let HTMLScriptElement call Document::run_javascript()
Andreas Kling
2020-06-23
LibWeb: Remove hacky old ways of running <script> element contents
Andreas Kling
2020-06-23
LibWeb: Fix tokenization of attributes with URL query strings in them
Andreas Kling
2020-06-23
LibWeb: Remove Gfx::ImageDecoder from ImageLoader
Andreas Kling
2020-06-23
LibWeb: Use ImageLoader::has_image() in HTMLObjectElement
Andreas Kling
2020-06-23
LibWeb: Decode CSS image values out-of-process as well
Andreas Kling
2020-06-23
LibWeb: Give ImageResource::bitmap(frame_index) default frame_index = 0
Andreas Kling
2020-06-23
LibC+Kernel: Implement ppoll
Nico Weber
2020-06-23
JPGLoader: Move JPGLoader internal structs and #defines to JPGLoader.cpp
devashish
2020-06-23
LibGfx: Integrate JPEG decoder with rest of the system
devashish
2020-06-23
LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb
Devashish
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-22
LibIPC: Silence some debug spam
Andreas Kling
2020-06-22
ImageDecoder: Add a new service for out-of-process image decoding :^)
Andreas Kling
2020-06-22
LibCore: Remove some debug spam in Local{Server,Socket}
Andreas Kling
2020-06-22
LibCore: Put safe_syscall() debug spam behind #ifdef
Andreas Kling
2020-06-22
LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)
Andreas Kling
2020-06-22
LibGfx: Add PPM image file type support
Hüseyin ASLITÜRK
2020-06-22
LibWeb: Add "image/x‑portable‑pixmap" mime type for pbm file extension
Hüseyin ASLITÜRK
2020-06-22
LibC: Implement pselect
Nico Weber
2020-06-22
LibC: Add timespec functions to sys/time.h
Nico Weber
2020-06-22
LibJS: expose some more math functions
stelar7
2020-06-22
LibM: Add some more math functions
stelar7
2020-06-21
LibWeb: Remove most uses of the old HTML parser
Andreas Kling
2020-06-21
LibWeb: Add PageView::load_html() for loading HTML directly
Andreas Kling
2020-06-21
LibIPC: Add setters for overriding the client/server PID if needed
Andreas Kling
2020-06-21
LibCore: Add API for taking over an accepted socket from SystemServer
Andreas Kling
2020-06-21
LibWeb: Fix two typo bugs in table parsing
Andreas Kling
2020-06-21
LibWeb: A </table> inside <tbody> is not a parse error
Andreas Kling
2020-06-21
LibWeb: Fix misunderstood implementation of "table" and "select" scopes
Andreas Kling
2020-06-21
LibWeb: Implement more of the foster parenting algorithm in the parser
Andreas Kling
2020-06-21
LibWeb: Add Node.insertBefore(Node node, Node? child)
Andreas Kling
2020-06-21
LibGfx: Prefer the largest image in the file when loading an ICO
Paul Roukema
2020-06-21
LibGfx: Add support for uncompressed/classic ICO files
Paul Roukema
2020-06-21
LibGfx: Initial support for ICO image files.
Paul Roukema
2020-06-21
LibGfx: Add PBM image file type support
Hüseyin ASLITÜRK
2020-06-21
LibWeb: Add "image/x‑portable‑bitmap" mime type for pbm file extension
Hüseyin ASLITÜRK
2020-06-21
LibGUI: Bug fix on GUI::Image when image is nullptr
Hüseyin ASLITÜRK
2020-06-21
LibWeb: Generate Event and MouseEvent bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate ImageData bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate HTMLCanvasElement bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate HTMLImageElement bindings from IDL :^)
Andreas Kling
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-21
LibWeb: Add HTMLElement wrapper
Andreas Kling
[prev]
[next]