summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06Kernel: Ensure we flush the entire ext2 superblockLiav A
2020-04-06Ports: Remove LibDraw from c-ray CMakeLists.txtLinus Groh
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-06SystemMonitor: Replace 'device' JSON field with 'source'Liav A
2020-04-06Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-06Kernel: Change Ext2FS to be backed by a file instead of a block deviceLiav 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-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