1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:08:10 +00:00
serenity/Userland
tuqqu c8ad1df143 LibJS: Array.from mapFn fixes + thisArg support
* Callback mapFn now properly supports second argument (index)
* Support of thisArg to be passed as "this" in vm.call
* Tests for all cases
2021-04-13 15:16:16 +02:00
..
Applets FontEditor+ClipboardHistory: Use system-wide Clipboard 2021-04-07 19:27:01 +02:00
Applications FileManager+FileOperation: Show byte progress of current file 2021-04-13 10:12:50 +02:00
Demos Everywhere: Change font properties to be described in GML 2021-03-29 09:10:23 +02:00
DevTools LibGUI+HackStudio: Add way to tell FilePicker to open a folder 2021-04-13 15:16:07 +02:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Minesweeper: Fix UI layout and focus behavior 2021-04-06 17:55:47 +02:00
Libraries LibJS: Array.from mapFn fixes + thisArg support 2021-04-13 15:16:16 +02:00
Services FileManager+FileOperation: Show byte progress of current file 2021-04-13 10:12:50 +02:00
Shell Shell: flush stderr and stdout when using builtins 2021-04-13 00:02:46 +02:00
Tests Tests: Merge duplicate TestFormat test into AK directory 2021-04-08 20:30:56 +02:00
Utilities Userland: Add nproc utility 2021-04-12 14:06:24 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00