summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-06LibGUI: Added the new icons to FileSystemModel.VAN BOSSUYT Nicolas
2020-04-06Ressources: Added more file type icon.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-06Ports: refresh OpenSSL, make it build its command line utils.Xiao NuoFu
2020-04-06Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE.Xiao NuoFu
2020-04-06LibC: create a stub for getrusage.Xiao NuoFu
2020-04-06Meta: Add missing copyright headersAndreas Kling
2020-04-06DHCPClient: Log errors and cleanup the codeAnotherTest
2020-04-06Base: Add trigonometry demo webpageLinus Groh
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-06QuickShow: Miscellaneous improvementsTibor Nagy
2020-04-06HackStudio: Add new TerminalsOriko
2020-04-06LibGUI: Add remove_tab and on_change to TabWidgetOriko
2020-04-06Kernel: Support best fit allocation policy in kmalloc()nimelehin
2020-04-06Kernel: Implement kmalloc() using AK::Bitmapnimelehin
2020-04-06Bitmap: Add Bitmap::find_next_range_of_unset_bits()nimelehin
2020-04-06AK: Add count_trailing_zeroes_32()nimelehin
2020-04-06AK: Add Bitmap::find_first_fit()nimelehin
2020-04-06AK: Add Bitmap::set_range()nimelehin
2020-04-06LibJS: Remove unnecessary malloc+free in AssignmentExpression::executeAndreas Kling
2020-04-06AK: Make FlyString a little less hilariously unoptimized :^)Andreas 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-05JS Repl: Add live syntax highlightingAnotherTest
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-05FileManager: Add properties action to directory context menuOriko
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-05QuickShow: Use checkerboard background to show transparencyTibor Nagy
2020-04-05LibGfx: Implement checkerboard drawing for Gfx::PainterTibor Nagy
2020-04-05Toolchain: Fix trailing white space warnings when gcc.patch is appliedBrian Gianforcaro
2020-04-05IRCClient: Allow CTCP replies to be user configurable in IRCClient.iniBrendan Coles
2020-04-05LibJS: Use the native assert() implementation now avaiable in 'js -t'Brian Gianforcaro
2020-04-05js: Add a new --test-mode option, which exposes an assert() function.Brian Gianforcaro