summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-05-31LibGL: Use Texture Units in Rasterizer and ContextJesse Buhagiar
2021-05-31LibGL: Implement glActiveTextureJesse Buhagiar
2021-05-31LibGL: Implement basic texture unitsJesse Buhagiar
2021-05-31LibELF: Support weak symbols when using BIND_NOWGunnar Beutner
2021-05-31AK: Remove the public ByteBuffer::trim methodGunnar Beutner
2021-05-31AK: Replace ByteBuffer::grow with resize()/ensure_capacity()Gunnar Beutner
2021-05-31LibWeb: Return null in Window.{top,parent} if browsing context is nullLuke
2021-05-31LibELF + LibDebug: Reduce allocations during symbolificationBrian Gianforcaro
2021-05-31LibCrypto: Fix bound checks when reading bitmapsBen Wiederhake
2021-05-30LibC: Don't clear errno on successTim Schumacher
2021-05-30LibC: Allow empty spwd members when writing shadow entries via putspentbrapru
2021-05-30LibC: Add stubs for wctype and iswctypeTim Schumacher
2021-05-30LibC: Stub out btowcTim Schumacher
2021-05-30LibC: Implement __fpurgeTim Schumacher
2021-05-30LibC: Implement getprogname and setprognameTim Schumacher
2021-05-30LibC: Implement __freading and __fwritingTim Schumacher
2021-05-30LibGfx: Load correct durations for gifsBen Wiederhake
2021-05-30AK+Userland: Use akaster@serenityos.org for my copyright headersAndrew Kaster
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-30LibTest+test-js: Add back the lost test262 parser test optionAli Mohammad Pur
2021-05-30LibJS: Make missing variable decls in for..in/of a syntax errorAli Mohammad Pur
2021-05-30LibJS: Don't try to parse binding patterns after a syntax errorAli Mohammad Pur
2021-05-30LibJS: Add String.prototype.anchor & friendsIdan Horowitz
2021-05-30LibGUI: Don't scroll TreeView horizontally to bring index into viewAndreas Kling
2021-05-30LibGUI: Avoid a bunch of virtual calls during TreeView paintingAndreas Kling
2021-05-30LibC: openpty error handling updateDavid Carlier
2021-05-30LibGL: Implement glBindTexture()Stephan Unverwerth
2021-05-30LibGL: Introduce Texture base class for all texture typesStephan Unverwerth
2021-05-29LibJS: Add Date.prototype.{get, set}Year()Idan Horowitz
2021-05-29LibJS: Replace the broken and unused Date::year getterIdan Horowitz
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-30LibWasm: Make f32-add/sub actually perform addition/subtractionAli Mohammad Pur
2021-05-30LibWasm: Avoid OOB accesses caused by user inputAli Mohammad Pur
2021-05-29LibWasm: Fix logic error in Limits::parse()Ali Mohammad Pur
2021-05-29LibJS: Add tests for destructuring assignments and function parametersAli Mohammad Pur
2021-05-29LibJS: Implement destructuring assignments and function parametersAli Mohammad Pur
2021-05-29LibC: Don't leak memory for realloc(p, 0)Gunnar Beutner
2021-05-29LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigationJelle Raaijmakers
2021-05-29LibCore: Do not write disabled spwd values in generate_shadow_filebrapru
2021-05-29LibGL: Rewrite error handling according to specStephan Unverwerth
2021-05-29LibGL: Update rasterizer options in glDisable()Stephan Unverwerth
2021-05-29LibGL: Add macro for error checkingStephan Unverwerth
2021-05-29LibGfx: Switch to modern dbgln logging in ICOLoaderIdan Horowitz
2021-05-29LibGfx: Reject ICOs with height == NumericLimits<i32>::min()Idan Horowitz
2021-05-29LibJS: Instrument HeapBlock cell allocation for ASANAndrew Kaster
2021-05-29LibJS: Expose minimum possible cell size of JS::HeapAndrew Kaster
2021-05-29LibJS: Remove unused HeapBlock private member functionAndrew Kaster
2021-05-29Kernel: Make sure we free the thread stack on thread exitGunnar Beutner
2021-05-29LibPthread: Make some variables staticGunnar Beutner
2021-05-29LibVT: Add missing cursor movement escape sequencesDaniel Bertalan