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-09
LibJS: Fix BooleanPrototype build
Andreas Kling
2020-04-09
LibJS: Make BooleanPrototype inherit from Object
Linus Groh
2020-04-09
LibGUI: Keep still-valid indexes in selection after a model update
Andreas Kling
2020-04-08
LibWeb: Support relative URL's in XMLHttpRequest
Andreas Kling
2020-04-08
LibWeb: Add XMLHttpRequest object :^)
Andreas Kling
2020-04-08
LibWeb: Expose the global object as "window"
Andreas Kling
2020-04-08
LibJS: Handle empty values in Array.prototype.toString()
Linus Groh
2020-04-08
LibWeb: Remove bizarre HashMap leak in StyleProperties copy ctor
Andreas Kling
2020-04-08
LibWeb: Make CanvasRenderingContext2D use floats instead of ints
Andreas Kling
2020-04-08
LibJS: Add Value::to_double() for convenience
Andreas Kling
2020-04-08
LibJS: rename JS::DeclarationType => JS::DeclarationKind
Emanuele Torre
2020-04-08
LibJS: Add "constructor" property to constructor prototypes
Andreas Kling
2020-04-08
LibWeb: Add canvas.strokeRect(), and fix scale & translate
Brian Gianforcaro
2020-04-07
LibWeb: Add Origin concept (protocol, host, port tuple)
Andreas Kling
2020-04-07
LibCore: Add Core::Timer::create_single_shot()
Andreas Kling
2020-04-07
LibJS: Add Number.isSafeInteger()
Linus Groh
2020-04-07
LibJS: Add Number constants
Linus Groh
2020-04-07
LibGUI: Thumbnail keep the aspect ratio of the original file.
VAN BOSSUYT Nicolas
2020-04-07
LibGUI: Center the icon in ItemView when smaller than 32px.
VAN BOSSUYT Nicolas
2020-04-07
Resources: Added filetype icon for object, library, text and unknown.
VAN BOSSUYT Nicolas
2020-04-07
LibJS: Break loop on EOF when parsing object expression
Linus Groh
2020-04-07
LibJS: Add Number()
Linus Groh
2020-04-07
LibJS: Reformat BooleanConstructor.{cpp,h}
Linus Groh
2020-04-07
LibELF: Cache symbol counts + demangled names (userspace only)
Andreas Kling
2020-04-07
LibJS: Add SequenceExpression AST node (comma operator)
Andreas Kling
2020-04-07
LibWeb: Fix null dereference in HtmlView::mousedown_event
Andreas Kling
2020-04-07
LibJS: Allow parsing numeric and string literals in object expressions
DexesTTP
2020-04-07
AK: Allow %m.nf specifier for double/float in printf to set fraction with
Emanuel Sprung
2020-04-07
LibJS: Add String.prototype.toUpperCase()
Linus Groh
2020-04-07
LibJS: Add Boolean constructor object
Jack Karamanian
2020-04-07
LibJS: Return false for NaN numbers in Value::to_boolean()
Jack Karamanian
2020-04-06
LibJS: Fix impossible member access for negative integers
DexesTTP
2020-04-06
LibJS: Add String.prototype.toLowerCase()
Andreas Kling
2020-04-06
LibM: Improve pow() and powf()
Linus Groh
2020-04-06
LibJS: Inline JS::Value()
Andreas Kling
2020-04-06
LibJS: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-06
LibJS: Give argument vectors an inline capacity of 8
Andreas Kling
2020-04-06
LibJS: Add a PropertyName class that represents a string or a number
Andreas Kling
2020-04-06
LibJS: Add a number-indexed property storage to all Objects
Andreas Kling
2020-04-06
LibJS: Do a garbage collection every N allocations (N=10'000)
Andreas Kling
2020-04-06
LibM: Fix ceil() and ceilf() for negative numbers
Linus Groh
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-06
LibJS: Fix some tests for Math.min()
Emanuele Torre
2020-04-06
LibGUI: Added the new icons to FileSystemModel.
VAN BOSSUYT Nicolas
2020-04-06
LibJS: Rename variable "max" to "min" in MathObject::min() (#1665)
Emanuele Torre
2020-04-06
LibJS: Object needs to protect values in its storage
Andreas Kling
2020-04-06
LibC: create a stub for getrusage.
Xiao NuoFu
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-06
LibJS: Add Math.{cos,sin,tan}()
Linus Groh
2020-04-06
LibJS: Simplify MathObject functions
Linus Groh
[next]