summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-16LibJS: Make an RAII helper for entering/exiting AST nodesAndreas Kling
2021-03-16LibJS: Implement non-value-producing statements properlyLinus Groh
2021-03-16LibJS: Make Interpreter::run() a void functionLinus Groh
2021-03-15LibGfx: Draw window frame icon scaled to title_bar_icon_rect()Linus Groh
2021-03-15LibJS: Throw SyntaxError in eval() when parser has error(s)Linus Groh
2021-03-15LibM: Implement fmin/fmaxMițca Dumitru
2021-03-15LibM: Make the gamma family of functions more accurate and conformantMițca Dumitru
2021-03-15LibM: Declare rintl in math.hMițca Dumitru
2021-03-15LibJS: Make eval() return the last value from the executed statementAndreas Kling
2021-03-15LibCompress+AK: Propagate error handling to wrapped streamsIdan Horowitz
2021-03-15LibCompress: Make the Zlib decompressor fail gracefulyIdan Horowitz
2021-03-15LibWeb: Make sure <script> elements get prepared when connectedAndreas Kling
2021-03-15LibWeb: Add CanvasRenderingContext2D.clearRect()Andreas Kling
2021-03-15LibWeb: Support named CSS properties on CSSStyleDeclaration wrapperAndreas Kling
2021-03-15LibWeb: Allow JS wrappers to customize get() and put()Andreas Kling
2021-03-15LibWeb: Make <option> elements display:none in the default CSS for nowAndreas Kling
2021-03-15LibJS: Add arguments.callee to our hack arguments objectAndreas Kling
2021-03-15LibJS: Add Date.prototype.toGMTString()Andreas Kling
2021-03-15LibWeb: Stub out Document.cookieAndreas Kling
2021-03-15LibJS: Partial support for Date.prototype.setFullYear()Andreas Kling
2021-03-15LibJS: Add naive implementation of eval() :^)Andreas Kling
2021-03-15LibTextCodec: Make UTF16BEDecoder read only up to an even offsetIdan Horowitz
2021-03-15LibGUI: Fix crash when text_in_range() was called on an empty documentCesar Torres
2021-03-15LibELF+LibTest: Fix serenity_install_sources() pathsLinus Groh
2021-03-14LibM: Add remainder{f, l}Mițca Dumitru
2021-03-14LibM: Define HUGE_VAL{F,L} in terms of compiler builtinsMițca Dumitru
2021-03-14LibM: Define MAXFLOATMițca Dumitru
2021-03-14LibM: Define FLT_EVAL_METHOD, float_t and double_tMițca Dumitru
2021-03-14LibM: Declare ldexpl in math.hMițca Dumitru
2021-03-14LibM: Add the gamma family of functionsMițca Dumitru
2021-03-14LibM: Organise math.h so it is less of a wall of functionsMițca Dumitru
2021-03-14LibM: Implement the missing parts of the round familyMițca Dumitru
2021-03-14LibM: Add missing float and long double function variantsMițca Dumitru
2021-03-14LibJS: Change non-ScriptFunction source string to "[native code]"Linus Groh
2021-03-14LibJS: Don't try to derive function source from ProxyObjectLinus Groh
2021-03-14LibCompress: Decrease CanonicalCode's size on stackIdan Horowitz
2021-03-14LibJS: Fix some issues in RegExp.prototype[@@match]Linus Groh
2021-03-14LibJS: Fix String.prototype.match() for non-string argumentLinus Groh
2021-03-14LibJS: Fix flags check in regexp_create()Linus Groh
2021-03-14LibJS: Add the same Object::invoke() overloads as VM::call()Linus Groh
2021-03-14LibC: Rename feclearexcept{s,}Ben Wiederhake
2021-03-14LibTextCodec: Fix IBM666 => IBM866 typoLuke
2021-03-14LibCompress: Handle literal only lz77 streams in DeflateCompressorIdan Horowitz
2021-03-14LibJS: Implement (mostly) String.prototype.matchAndreas Kling
2021-03-13LibCompress: Replace goto with simple recursion in DeflateCompressorIdan Horowitz
2021-03-13LibM: Implement tanf() in terms of tan() with castsLinus Groh
2021-03-13LibWeb: Expose barebones CSSStyleDeclaration to JavaScriptAndreas Kling
2021-03-13LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOMAndreas Kling