summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-13LibJS: Add the MapIterator built-in and the key/values/entries methodsIdan Horowitz
2021-06-13LibJS: Add most of the Map.prototype methodsIdan Horowitz
2021-06-13LibJS: Add the Map built-in objectIdan Horowitz
2021-06-13LibJS: Move ValueTraits to Value.h and add special case for -0.0Idan Horowitz
2021-06-12LibJS: Use undefined as the fallback value for iterable entry key/valueIdan Horowitz
2021-06-12TextEditor: Don't close autocomplete box or stop timer on leave_eventSreelakshmi
2021-06-12LibC: Expose PAGE_ROUND_UP in mallocdefs.hSahan Fernando
2021-06-12LibVideo/VP9: Add Decoder and begin parsing uncompressed header dataFalseHonesty
2021-06-12LibVideo/VP9: Implement a bit stream to decode VP9 dataFalseHonesty
2021-06-12LibVideo/VP9: Implement syntax element counterFalseHonesty
2021-06-12LibVideo/VP9: Add probability table constantsFalseHonesty
2021-06-12LibVideo/VP9: Define all VP9 symbols and enum constantsFalseHonesty
2021-06-12LibPDF: Convert to east-const to comply with the recent style changesMatthew Olsson
2021-06-12LibPDF: Bake the flipped y-axis directly into the CTM matrixMatthew Olsson
2021-06-12LibPDF: Avoid calculating rendering matrix for every glyphMatthew Olsson
2021-06-12LibPDF: Handle the TJ graphical operatorMatthew Olsson
2021-06-12LibPDF: Handle the gs graphical operatorMatthew Olsson
2021-06-12LibPDF: Add support for the CalRGB ColorSpaceMatthew Olsson
2021-06-12LibPDF: Split ColorSpace into a different class for each color spaceMatthew Olsson
2021-06-12LibPDF: Parse hint tablesMatthew Olsson
2021-06-12LibPDF: Parse linearized PDF filesMatthew Olsson
2021-06-12LibPDF: Fix two parser bugsMatthew Olsson
2021-06-12LibPDF: Refine the distinction between the Document and ParserMatthew Olsson
2021-06-12LibPDF: Account for inverted y axis when rendering textMatthew Olsson
2021-06-12LibPDF: Harden the document/parser against errorsMatthew Olsson
2021-06-12LibPDF: Differentiate Value's null and empty statesMatthew Olsson
2021-06-12LibJS: Add the Object.getOwnPropertySymbols methodIdan Horowitz
2021-06-12LibJS: Remove argument count checks in Object.* methodsIdan Horowitz
2021-06-12LibJS: Add the WeakRef.prototype.deref methodIdan Horowitz
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz
2021-06-12LibJS: Store and maintain an "execution generation" counterIdan Horowitz
2021-06-12LibJS: Add Array.prototype.keys()davidot
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12LibJS: Implement Object.assign()Linus Groh
2021-06-12WindowServer+LibGUI: Make window creation asynchronous :^)Andreas Kling
2021-06-12LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)Idan Horowitz
2021-06-12LibJS: Add the WeakMap built-in objectIdan Horowitz
2021-06-12LibJS: Generify the garbage collector's weak container notificationsIdan Horowitz
2021-06-12LibJS: Fix all clang-tidy warnings in Bytecode/Op.hAndreas Kling
2021-06-12LibJS: Add support for running test-js with the bytecode interpreterGunnar Beutner
2021-06-12LibJS: Add missing length() method for NewArrayGunnar Beutner
2021-06-12LibJS: Fix attributes of Promise.prototypeLinus Groh
2021-06-12LibJS: Hide gc() dbgln() behind #ifdef __serenity__Linus Groh
2021-06-12LibJS: Expose Symbol.species properties as gettersIdan Horowitz
2021-06-12LibJS: Add the Object::define_native_accessor methodIdan Horowitz
2021-06-11LibGfx: Add Rect::centered_on()Dmitrii Ubskii
2021-06-11LibJS: Add bytecode generation for simple ObjectExpressionsGal Horowitz
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
2021-06-11LibJS: Improve Error/NativeError testsLinus Groh
2021-06-11LibIMAP: Support for remaining IMAP commandsx-yl