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-05-31
LibGL: Use Texture Units in Rasterizer and Context
Jesse Buhagiar
2021-05-31
LibGL: Implement glActiveTexture
Jesse Buhagiar
2021-05-31
LibGL: Implement basic texture units
Jesse Buhagiar
2021-05-31
LibELF: Support weak symbols when using BIND_NOW
Gunnar Beutner
2021-05-31
AK: Remove the public ByteBuffer::trim method
Gunnar Beutner
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-31
LibWeb: Return null in Window.{top,parent} if browsing context is null
Luke
2021-05-31
LibELF + LibDebug: Reduce allocations during symbolification
Brian Gianforcaro
2021-05-31
LibCrypto: Fix bound checks when reading bitmaps
Ben Wiederhake
2021-05-30
LibC: Don't clear errno on success
Tim Schumacher
2021-05-30
LibC: Allow empty spwd members when writing shadow entries via putspent
brapru
2021-05-30
LibC: Add stubs for wctype and iswctype
Tim Schumacher
2021-05-30
LibC: Stub out btowc
Tim Schumacher
2021-05-30
LibC: Implement __fpurge
Tim Schumacher
2021-05-30
LibC: Implement getprogname and setprogname
Tim Schumacher
2021-05-30
LibC: Implement __freading and __fwriting
Tim Schumacher
2021-05-30
LibGfx: Load correct durations for gifs
Ben Wiederhake
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-30
LibTest+test-js: Add back the lost test262 parser test option
Ali Mohammad Pur
2021-05-30
LibJS: Make missing variable decls in for..in/of a syntax error
Ali Mohammad Pur
2021-05-30
LibJS: Don't try to parse binding patterns after a syntax error
Ali Mohammad Pur
2021-05-30
LibJS: Add String.prototype.anchor & friends
Idan Horowitz
2021-05-30
LibGUI: Don't scroll TreeView horizontally to bring index into view
Andreas Kling
2021-05-30
LibGUI: Avoid a bunch of virtual calls during TreeView painting
Andreas Kling
2021-05-30
LibC: openpty error handling update
David Carlier
2021-05-30
LibGL: Implement glBindTexture()
Stephan Unverwerth
2021-05-30
LibGL: Introduce Texture base class for all texture types
Stephan Unverwerth
2021-05-29
LibJS: Add Date.prototype.{get, set}Year()
Idan Horowitz
2021-05-29
LibJS: Replace the broken and unused Date::year getter
Idan Horowitz
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-30
LibWasm: Make f32-add/sub actually perform addition/subtraction
Ali Mohammad Pur
2021-05-30
LibWasm: Avoid OOB accesses caused by user input
Ali Mohammad Pur
2021-05-29
LibWasm: Fix logic error in Limits::parse()
Ali Mohammad Pur
2021-05-29
LibJS: Add tests for destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-29
LibJS: Implement destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-29
LibC: Don't leak memory for realloc(p, 0)
Gunnar Beutner
2021-05-29
LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigation
Jelle Raaijmakers
2021-05-29
LibCore: Do not write disabled spwd values in generate_shadow_file
brapru
2021-05-29
LibGL: Rewrite error handling according to spec
Stephan Unverwerth
2021-05-29
LibGL: Update rasterizer options in glDisable()
Stephan Unverwerth
2021-05-29
LibGL: Add macro for error checking
Stephan Unverwerth
2021-05-29
LibGfx: Switch to modern dbgln logging in ICOLoader
Idan Horowitz
2021-05-29
LibGfx: Reject ICOs with height == NumericLimits<i32>::min()
Idan Horowitz
2021-05-29
LibJS: Instrument HeapBlock cell allocation for ASAN
Andrew Kaster
2021-05-29
LibJS: Expose minimum possible cell size of JS::Heap
Andrew Kaster
2021-05-29
LibJS: Remove unused HeapBlock private member function
Andrew Kaster
2021-05-29
Kernel: Make sure we free the thread stack on thread exit
Gunnar Beutner
2021-05-29
LibPthread: Make some variables static
Gunnar Beutner
2021-05-29
LibVT: Add missing cursor movement escape sequences
Daniel Bertalan
[next]