index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-06-13
LibJS: Add the MapIterator built-in and the key/values/entries methods
Idan Horowitz
2021-06-13
LibJS: Add most of the Map.prototype methods
Idan Horowitz
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-13
LibJS: Move ValueTraits to Value.h and add special case for -0.0
Idan Horowitz
2021-06-12
LibJS: Use undefined as the fallback value for iterable entry key/value
Idan Horowitz
2021-06-12
TextEditor: Don't close autocomplete box or stop timer on leave_event
Sreelakshmi
2021-06-12
LibC: Expose PAGE_ROUND_UP in mallocdefs.h
Sahan Fernando
2021-06-12
LibVideo/VP9: Add Decoder and begin parsing uncompressed header data
FalseHonesty
2021-06-12
LibVideo/VP9: Implement a bit stream to decode VP9 data
FalseHonesty
2021-06-12
LibVideo/VP9: Implement syntax element counter
FalseHonesty
2021-06-12
LibVideo/VP9: Add probability table constants
FalseHonesty
2021-06-12
LibVideo/VP9: Define all VP9 symbols and enum constants
FalseHonesty
2021-06-12
LibPDF: Convert to east-const to comply with the recent style changes
Matthew Olsson
2021-06-12
LibPDF: Bake the flipped y-axis directly into the CTM matrix
Matthew Olsson
2021-06-12
LibPDF: Avoid calculating rendering matrix for every glyph
Matthew Olsson
2021-06-12
LibPDF: Handle the TJ graphical operator
Matthew Olsson
2021-06-12
LibPDF: Handle the gs graphical operator
Matthew Olsson
2021-06-12
LibPDF: Add support for the CalRGB ColorSpace
Matthew Olsson
2021-06-12
LibPDF: Split ColorSpace into a different class for each color space
Matthew Olsson
2021-06-12
LibPDF: Parse hint tables
Matthew Olsson
2021-06-12
LibPDF: Parse linearized PDF files
Matthew Olsson
2021-06-12
LibPDF: Fix two parser bugs
Matthew Olsson
2021-06-12
LibPDF: Refine the distinction between the Document and Parser
Matthew Olsson
2021-06-12
LibPDF: Account for inverted y axis when rendering text
Matthew Olsson
2021-06-12
LibPDF: Harden the document/parser against errors
Matthew Olsson
2021-06-12
LibPDF: Differentiate Value's null and empty states
Matthew Olsson
2021-06-12
LibJS: Add the Object.getOwnPropertySymbols method
Idan Horowitz
2021-06-12
LibJS: Remove argument count checks in Object.* methods
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef.prototype.deref method
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-12
LibJS: Add Array.prototype.keys()
davidot
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
LibJS: Implement Object.assign()
Linus Groh
2021-06-12
WindowServer+LibGUI: Make window creation asynchronous :^)
Andreas Kling
2021-06-12
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
Idan Horowitz
2021-06-12
LibJS: Add the WeakMap built-in object
Idan Horowitz
2021-06-12
LibJS: Generify the garbage collector's weak container notifications
Idan Horowitz
2021-06-12
LibJS: Fix all clang-tidy warnings in Bytecode/Op.h
Andreas Kling
2021-06-12
LibJS: Add support for running test-js with the bytecode interpreter
Gunnar Beutner
2021-06-12
LibJS: Add missing length() method for NewArray
Gunnar Beutner
2021-06-12
LibJS: Fix attributes of Promise.prototype
Linus Groh
2021-06-12
LibJS: Hide gc() dbgln() behind #ifdef __serenity__
Linus Groh
2021-06-12
LibJS: Expose Symbol.species properties as getters
Idan Horowitz
2021-06-12
LibJS: Add the Object::define_native_accessor method
Idan Horowitz
2021-06-11
LibGfx: Add Rect::centered_on()
Dmitrii Ubskii
2021-06-11
LibJS: Add bytecode generation for simple ObjectExpressions
Gal Horowitz
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-06-11
LibJS: Improve Error/NativeError tests
Linus Groh
2021-06-11
LibIMAP: Support for remaining IMAP commands
x-yl
[next]