summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-04-06AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hostsAndreas Kling
2020-04-06AK: Add out() and warn() streams that forward to stdout and stderrAndreas Kling
2020-04-06LibGUI: Add remove_tab and on_change to TabWidgetOriko
2020-04-06LibJS: Remove unnecessary malloc+free in AssignmentExpression::executeAndreas Kling
2020-04-06LibWeb: Allow window.setTimeout() with no intervalAndreas Kling
2020-04-06LibJS: Add Math.min()Andreas Kling
2020-04-05LibJS: Return -Infinity in Math.max() with no argumentLinus Groh
2020-04-05LibJS: Make Object::to_string() call the "toString" property if presentAndreas Kling
2020-04-05LibJS: Add Array.prototype.toString()Andreas Kling
2020-04-05LibJS: Fix do..while parsing by consuming parentheses explicitly (#1652)Maxim Brunnmeier
2020-04-05LibJS: Report the start position of a token as its line columnAnotherTest
2020-04-05LibJS: Allow lexer to run without logging errorsAnotherTest
2020-04-05LibLine: Add live styling supportAnotherTest
2020-04-05LibJS: Remove assert function from exponentiation-basic.jsLinus Groh
2020-04-05LibJS: Simplify Math-constants.js testLinus Groh
2020-04-05LibJS: Update to-number-basic.js testLinus Groh
2020-04-05LibJS: Fix Math.SQRT1_2Linus Groh
2020-04-05LibJS: Add numeric literal parsing for different bases and exponentsStephan Unverwerth
2020-04-05LibC: Fix strtod() parsing of negative exponents (#1645)Stephan Unverwerth
2020-04-05LibJS: Implement exponentiation (** operator)Linus Groh
2020-04-05LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash}Linus Groh
2020-04-05LibGfx: Implement checkerboard drawing for Gfx::PainterTibor Nagy
2020-04-05LibJS: Use the native assert() implementation now avaiable in 'js -t'Brian Gianforcaro
2020-04-05Lagom: Add clang address/memory/undefined-behavior analyzer supportBrian Gianforcaro
2020-04-05LibJS: Plumb line and column information through Lexer / ParserBrian Gianforcaro
2020-04-05AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtrAndreas Kling
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-04-05LibJS: Fix missing paren in modulo-basic.js testAndreas Kling
2020-04-05LibJS: Add support for Math.ceil() and Math.trunc()Brian Gianforcaro
2020-04-05LibJS: Add support for floating point modulousBrian Gianforcaro
2020-04-05LibJS: Correctness fixes for bitwise_or, address FIXME's in test.Brian Gianforcaro
2020-04-05Kernel: Add the SO_BINDTODEVICE socket optionAnotherTest
2020-04-05LibJS: Add support for arbitrary arguments to Math.maxBrian Gianforcaro
2020-04-05LibJS: Add Math.max()Andreas Kling
2020-04-05LibWeb: Add window.setTimeout()Andreas Kling
2020-04-05LibJS: Add Math.round()Andreas Kling
2020-04-05LibJS: Add Math.floor()Andreas Kling
2020-04-05LibJS: Clean up the anonymous wrapper block in "for" using ScopeGuardAndreas Kling
2020-04-05LibJS: Add support for "continue" inside "for" statements :^)Andreas Kling
2020-04-05LibJS: Make "break" actually work inside "switch"Andreas Kling
2020-04-04LibWeb: Add CanvasRenderingContext2D scale() and translate() stubsAndreas Kling
2020-04-04LibJS: Don't return the "last computed value" from Interpreter::run()Andreas Kling
2020-04-04LibJS: Add String.prototype.indexOf()Andreas Kling