index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-08
Meta: Read MAKEJOBS to limit jobs for ninja in serenity.sh
davidot
2022-03-08
Base: Remove metadata from emojis to decrease filesize
Lady Gegga
2022-03-08
LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extract
networkException
2022-03-08
LibSoftGPU: Remove a lot of `[ui]32x4` casts in `Sampler`
Jelle Raaijmakers
2022-03-08
LibGL: Better handling of texture targets and default textures
Jelle Raaijmakers
2022-03-08
LibGL: East-const `glTex*` methods
Jelle Raaijmakers
2022-03-08
LibGL: Remove duplicate `public:` from `Texture2D.h`
Jelle Raaijmakers
2022-03-08
Ports: Add OpenGL include dir to quake2 build
Jelle Raaijmakers
2022-03-08
LibTextCodec: Add support for the UTF16-LE encoding
Jelle Raaijmakers
2022-03-08
js: Don't try to run empty scripts
Maciej
2022-03-08
LibWeb: Move Timer from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Make InlineLevelIterator emit absolutely positioned items
Andreas Kling
2022-03-08
Kernel: Mark sys$fsync() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$readlink() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$stat() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$fstat() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$fchdir() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$chdir() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$getcwd() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$realpath() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Put Process unveil state in a SpinlockProtected container
Andreas Kling
2022-03-08
Kernel: Put Process's current directory in a SpinlockProtected
Andreas Kling
2022-03-08
Kernel: Make SpinlockProtected constructor forward all arguments
Andreas Kling
2022-03-08
Kernel: Mark sys$anon_create() as not needing the big lock
Andreas Kling
2022-03-08
LibSoftGPU: Choose correct texture filter based on scale factor
Stephan Unverwerth
2022-03-08
Kernel: Implement kmalloc_good_size for the new kmalloc
Idan Horowitz
2022-03-07
LibGUI: Animated smooth scroll interpolation
ForLoveOfCats
2022-03-07
LibWeb: Make TextNode::ChunkIterator::try_commit_chunk() const
Maciej
2022-03-07
Kernel: Wrap HIDManagement keymap data in SpinlockProtected
Andreas Kling
2022-03-07
LibJS: Use Vector instead of HashMap in DeclarativeEnvironment
Andreas Kling
2022-03-07
Base: Add ratio tests to media-query test page
Sam Atkins
2022-03-07
LibWeb: Add Ratio type to MediaFeatureValue
Sam Atkins
2022-03-07
LibWeb: Introduce and parse CSS Ratio type
Sam Atkins
2022-03-07
LibWeb: Correct "color" media-feature value
Sam Atkins
2022-03-07
Documentation: Improve VS Code settings
dotjpg3141
2022-03-07
LibGfx: Reimplement `Vector::length()` as a loop
Jelle Raaijmakers
2022-03-07
LibGfx+LibSoftGPU: Add and use `Vector.xy()`
Jelle Raaijmakers
2022-03-07
LibSoftGPU: Use `lroundf` instead of `roundf` in rasterization rect
Jelle Raaijmakers
2022-03-07
LibSoftGPU: Use `float` instead of `int` for triangle screen coords
Jelle Raaijmakers
2022-03-07
LibPDF: Allow newlines between xref table and "trailer" keyword
Matthew Olsson
2022-03-07
LibPDF: Fix "incorrect" matrix multiplication in Renderer
Matthew Olsson
2022-03-07
LibPDF: Implement marked renderer operations as nops
Matthew Olsson
2022-03-07
LibPDF: Fix bad hex string parsing logic
Matthew Olsson
2022-03-07
LibPDF: Remove useless hex string substring call
Matthew Olsson
2022-03-07
LibPDF: Support all Dest types
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Renderer/PDFViewer
Matthew Olsson
2022-03-07
LibPDF: Propagate ColorSpace errors
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2022-03-07
LibPDF: Fix the zoom-related text scaling issue
Matthew Olsson
[next]