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-03-16
LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-16
LibJS: Make an RAII helper for entering/exiting AST nodes
Andreas Kling
2021-03-16
LibJS: Implement non-value-producing statements properly
Linus Groh
2021-03-16
LibJS: Make Interpreter::run() a void function
Linus Groh
2021-03-15
LibGfx: Draw window frame icon scaled to title_bar_icon_rect()
Linus Groh
2021-03-15
LibJS: Throw SyntaxError in eval() when parser has error(s)
Linus Groh
2021-03-15
LibM: Implement fmin/fmax
Mițca Dumitru
2021-03-15
LibM: Make the gamma family of functions more accurate and conformant
Mițca Dumitru
2021-03-15
LibM: Declare rintl in math.h
Mițca Dumitru
2021-03-15
LibJS: Make eval() return the last value from the executed statement
Andreas Kling
2021-03-15
LibCompress+AK: Propagate error handling to wrapped streams
Idan Horowitz
2021-03-15
LibCompress: Make the Zlib decompressor fail gracefuly
Idan Horowitz
2021-03-15
LibWeb: Make sure <script> elements get prepared when connected
Andreas Kling
2021-03-15
LibWeb: Add CanvasRenderingContext2D.clearRect()
Andreas Kling
2021-03-15
LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper
Andreas Kling
2021-03-15
LibWeb: Allow JS wrappers to customize get() and put()
Andreas Kling
2021-03-15
LibWeb: Make <option> elements display:none in the default CSS for now
Andreas Kling
2021-03-15
LibJS: Add arguments.callee to our hack arguments object
Andreas Kling
2021-03-15
LibJS: Add Date.prototype.toGMTString()
Andreas Kling
2021-03-15
LibWeb: Stub out Document.cookie
Andreas Kling
2021-03-15
LibJS: Partial support for Date.prototype.setFullYear()
Andreas Kling
2021-03-15
LibJS: Add naive implementation of eval() :^)
Andreas Kling
2021-03-15
LibTextCodec: Make UTF16BEDecoder read only up to an even offset
Idan Horowitz
2021-03-15
LibGUI: Fix crash when text_in_range() was called on an empty document
Cesar Torres
2021-03-15
LibELF+LibTest: Fix serenity_install_sources() paths
Linus Groh
2021-03-14
LibM: Add remainder{f, l}
Mițca Dumitru
2021-03-14
LibM: Define HUGE_VAL{F,L} in terms of compiler builtins
Mițca Dumitru
2021-03-14
LibM: Define MAXFLOAT
Mițca Dumitru
2021-03-14
LibM: Define FLT_EVAL_METHOD, float_t and double_t
Mițca Dumitru
2021-03-14
LibM: Declare ldexpl in math.h
Mițca Dumitru
2021-03-14
LibM: Add the gamma family of functions
Mițca Dumitru
2021-03-14
LibM: Organise math.h so it is less of a wall of functions
Mițca Dumitru
2021-03-14
LibM: Implement the missing parts of the round family
Mițca Dumitru
2021-03-14
LibM: Add missing float and long double function variants
Mițca Dumitru
2021-03-14
LibJS: Change non-ScriptFunction source string to "[native code]"
Linus Groh
2021-03-14
LibJS: Don't try to derive function source from ProxyObject
Linus Groh
2021-03-14
LibCompress: Decrease CanonicalCode's size on stack
Idan Horowitz
2021-03-14
LibJS: Fix some issues in RegExp.prototype[@@match]
Linus Groh
2021-03-14
LibJS: Fix String.prototype.match() for non-string argument
Linus Groh
2021-03-14
LibJS: Fix flags check in regexp_create()
Linus Groh
2021-03-14
LibJS: Add the same Object::invoke() overloads as VM::call()
Linus Groh
2021-03-14
LibC: Rename feclearexcept{s,}
Ben Wiederhake
2021-03-14
LibTextCodec: Fix IBM666 => IBM866 typo
Luke
2021-03-14
LibCompress: Handle literal only lz77 streams in DeflateCompressor
Idan Horowitz
2021-03-14
LibJS: Implement (mostly) String.prototype.match
Andreas Kling
2021-03-13
LibCompress: Replace goto with simple recursion in DeflateCompressor
Idan Horowitz
2021-03-13
LibM: Implement tanf() in terms of tan() with casts
Linus Groh
2021-03-13
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
Andreas Kling
2021-03-13
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
Andreas Kling
[next]