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: Make Set.prototype.size an accessor
Linus Groh
2021-06-13
LibJS: Make a couple of RegExp.prototype properties accessors
Linus Groh
2021-06-13
LibJS: Make ArrayBuffer.prototype.byteLength an accessor
Linus Groh
2021-06-13
LibJS: Add two missing missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-13
LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype
Linus Groh
2021-06-13
LibGUI: Make "Return" after tab return to original column in TableView
Max Trussell
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Make StringOrSymbol always be FlyString in the string case
Andreas Kling
2021-06-13
LibJS: Convert PropertyName and StringOrSymbol to east-const style
Andreas Kling
2021-06-13
LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems
Andreas Kling
2021-06-13
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
Andreas Kling
2021-06-13
LibJS: Use the new is_ascii_foo() helpers from AK
Andreas Kling
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-13
LibC: Make `getopt` modify `argv` again
Jelle Raaijmakers
2021-06-13
LibJS: Rewrite Array.prototype.slice to be spec compliant
Luke
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-13
LibJS: Add missing ECMA-262 section/title/URL comments to Map
Linus Groh
2021-06-13
LibJS: Fix Object.prototype.valueOf() behavior
Linus Groh
2021-06-13
LibJS: VERIFY() that to_object() succeeds in Object.prototype.toString()
Linus Groh
2021-06-13
LibJS: Fix Promise.length attributes
Linus Groh
2021-06-13
LibJS: Fix Number.parseFloat() attributes
Linus Groh
2021-06-13
LibJS: Don't repeat attributes in {Date,Symbol}Constructor
Linus Groh
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
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
[prev]
[next]