index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-04-28
LibJS: Add spreading in object literals
mattco98
2020-04-28
LibJS: Call Array.prototype.findIndex() callback for empty elements
Linus Groh
2020-04-28
LibJS: Call Array.prototype.find() callback for empty elements
Linus Groh
2020-04-28
LibJS: Let Array.prototype.map() resize new array before loop
Linus Groh
2020-04-28
LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly
Linus Groh
2020-04-28
LibJS: Support spreading of strings and string objects
Linus Groh
2020-04-28
LibGUI: Paint CheckBox background same as widget's if it's not enabled
Andres Vieira
2020-04-28
LibGUI: Paint TextEditor background same as widget's if it's not enabled
Andres Vieira
2020-04-28
LibJS: Support o.f++ :^)
Andreas Kling
2020-04-28
LibJS: Make AssignmentExpression assign through a Reference
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-28
LibJS: Make Number.isInteger() test pass on Serenity
Linus Groh
2020-04-28
LibJS: Add Array.prototype.some
Kesse Jones
2020-04-28
LibJS: Add bounds check to Array.prototype.{find,findIndex}
Linus Groh
2020-04-28
LibCore: Trim decompressed Gzip output to size
AnotherTest
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-27
LibJS: Add spreading in array literals
mattco98
2020-04-27
LibJS: Add Array.prototype.findIndex
Kesse Jones
2020-04-26
LibWeb: Support loading data: URLs transparently via ResourceLoader
Andreas Kling
2020-04-26
AK: Add a simple and inefficient Base64 decoder
Andreas Kling
2020-04-26
LibWeb: Run clang-format on ResourceLoader.cpp
Andreas Kling
2020-04-26
LibPthread: Hookup abstime argument to pthread_cond_timedwait
Brian Gianforcaro
2020-04-26
LibJS: Implement Number.isInteger()
Linus Groh
2020-04-26
LibJS: Implement Number.isNaN()
Linus Groh
2020-04-26
LibJS: Implement Number.isFinite()
Linus Groh
2020-04-26
LibGfx: PNGLoader support for grayscale images with alpha.
LepkoQQ
2020-04-26
LibGfx: PNGLoader support for grayscale images with 8/16bpp.
LepkoQQ
2020-04-26
LibJS: Grow storage when adding a property to uniquely-shaped Object
Andreas Kling
2020-04-26
LibGUI: Create thumnail for gif files
Hüseyin ASLITÜRK
2020-04-26
LibCore: Open gif files with QuickShow
Hüseyin ASLITÜRK
2020-04-26
Revert "LibGUI: Use bold font for the currently active TabWidget tab"
Andreas Kling
2020-04-26
LibJS: Implement basic support for the "delete" operator
Andreas Kling
2020-04-26
LibJS: Implement Object.is()
Linus Groh
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-26
LibGUI: Use filetype-text icon for .md files
Linus Groh
2020-04-26
LibGUI: Use filetype-header icon for .h files
Linus Groh
2020-04-26
Base+LibGUI: Add icon for Python files
Linus Groh
2020-04-26
LibGUI: Use enumerator macros for filetype icons
Linus Groh
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-25
LibGfx: Fix crash on decoding small gifs
Peter Nelson
2020-04-25
LibGUI: Add ToolBar and ToolBarContainer to Forward.h
Andreas Kling
2020-04-25
LibGUI: Make ToolBarContainer better at reacting to child events
Andreas Kling
2020-04-25
LibGfx: Don't proceed with GIF format sniffing if stream read fails
Andreas Kling
2020-04-25
LibJS: Add String.prototype.includes
Kesse Jones
2020-04-25
LibPthread: implicitly call pthread_exit on return from start routine.
Drew Stratford
2020-04-25
LibGfx: Remove unnecessary casts
Peter Nelson
2020-04-25
LibGfx: Minor changes to adhere to code style guidelines
Peter Nelson
2020-04-25
LibWeb: Handle .gifs as images and use ImageDecoder to decode them
Peter Nelson
2020-04-25
LibGfx: Remove debug output
Peter Nelson
[next]