summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-09LibJS: Fix BooleanPrototype buildAndreas Kling
2020-04-09LibJS: Make BooleanPrototype inherit from ObjectLinus Groh
2020-04-09LibGUI: Keep still-valid indexes in selection after a model updateAndreas Kling
2020-04-08LibWeb: Support relative URL's in XMLHttpRequestAndreas Kling
2020-04-08LibWeb: Add XMLHttpRequest object :^)Andreas Kling
2020-04-08LibWeb: Expose the global object as "window"Andreas Kling
2020-04-08LibJS: Handle empty values in Array.prototype.toString()Linus Groh
2020-04-08LibWeb: Remove bizarre HashMap leak in StyleProperties copy ctorAndreas Kling
2020-04-08LibWeb: Make CanvasRenderingContext2D use floats instead of intsAndreas Kling
2020-04-08LibJS: Add Value::to_double() for convenienceAndreas Kling
2020-04-08LibJS: rename JS::DeclarationType => JS::DeclarationKindEmanuele Torre
2020-04-08LibJS: Add "constructor" property to constructor prototypesAndreas Kling
2020-04-08LibWeb: Add canvas.strokeRect(), and fix scale & translateBrian Gianforcaro
2020-04-07LibWeb: Add Origin concept (protocol, host, port tuple)Andreas Kling
2020-04-07LibCore: Add Core::Timer::create_single_shot()Andreas Kling
2020-04-07LibJS: Add Number.isSafeInteger()Linus Groh
2020-04-07LibJS: Add Number constantsLinus Groh
2020-04-07LibGUI: Thumbnail keep the aspect ratio of the original file.VAN BOSSUYT Nicolas
2020-04-07LibGUI: Center the icon in ItemView when smaller than 32px.VAN BOSSUYT Nicolas
2020-04-07Resources: Added filetype icon for object, library, text and unknown.VAN BOSSUYT Nicolas
2020-04-07LibJS: Break loop on EOF when parsing object expressionLinus Groh
2020-04-07LibJS: Add Number()Linus Groh
2020-04-07LibJS: Reformat BooleanConstructor.{cpp,h}Linus Groh
2020-04-07LibELF: Cache symbol counts + demangled names (userspace only)Andreas Kling
2020-04-07LibJS: Add SequenceExpression AST node (comma operator)Andreas Kling
2020-04-07LibWeb: Fix null dereference in HtmlView::mousedown_eventAndreas Kling
2020-04-07LibJS: Allow parsing numeric and string literals in object expressionsDexesTTP
2020-04-07AK: Allow %m.nf specifier for double/float in printf to set fraction withEmanuel Sprung
2020-04-07LibJS: Add String.prototype.toUpperCase()Linus Groh
2020-04-07LibJS: Add Boolean constructor objectJack Karamanian
2020-04-07LibJS: Return false for NaN numbers in Value::to_boolean()Jack Karamanian
2020-04-06LibJS: Fix impossible member access for negative integersDexesTTP
2020-04-06LibJS: Add String.prototype.toLowerCase()Andreas Kling
2020-04-06LibM: Improve pow() and powf()Linus Groh
2020-04-06LibJS: Inline JS::Value()Andreas Kling
2020-04-06LibJS: Support array holes, encoded as empty JS::ValueAndreas Kling
2020-04-06LibJS: Give argument vectors an inline capacity of 8Andreas Kling
2020-04-06LibJS: Add a PropertyName class that represents a string or a numberAndreas Kling
2020-04-06LibJS: Add a number-indexed property storage to all ObjectsAndreas Kling
2020-04-06LibJS: Do a garbage collection every N allocations (N=10'000)Andreas Kling
2020-04-06LibM: Fix ceil() and ceilf() for negative numbersLinus Groh
2020-04-06Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-06LibJS: Fix some tests for Math.min()Emanuele Torre
2020-04-06LibGUI: Added the new icons to FileSystemModel.VAN BOSSUYT Nicolas
2020-04-06LibJS: Rename variable "max" to "min" in MathObject::min() (#1665)Emanuele Torre
2020-04-06LibJS: Object needs to protect values in its storageAndreas Kling
2020-04-06LibC: create a stub for getrusage.Xiao NuoFu
2020-04-06Meta: Add missing copyright headersAndreas Kling
2020-04-06LibJS: Add Math.{cos,sin,tan}()Linus Groh
2020-04-06LibJS: Simplify MathObject functionsLinus Groh