summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-30LibJS: Resolve FIXMEs in DurationFormat's PartitionDurationFormatPatternTimothy Flynn
2022-08-30LibJS: Default to "short" for DurationFormat's style optionTimothy Flynn
2022-08-30LibJS: Default to 0 for DurationFormat's fractionalDigits optionTimothy Flynn
2022-08-30LibJS: Update spec steps to validate DurationFormat's numberingSystemTimothy Flynn
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-30LibJS: Implement $262.evalScript() according to the given algorithmLinus Groh
2022-08-30LibJS: Make string_to_bigint() a standalone functionLinus Groh
2022-08-30LibJS: Trim non-ASCII whitespace as well in StringToBigIntLinus Groh
2022-08-30LibJS: Trim non-ASCII whitespace as well in StringToNumberLinus Groh
2022-08-30LibJS: Handle non-decimal integer literals in Value::to_numberSlappy826
2022-08-30Base: Add more emojiXexxa
2022-08-30Kernel/Storage: Introduce new boot device addressing modesLiav A
2022-08-30AK: Add find_first_split_view() helper for StringView containerLiav A
2022-08-29LibJS: Properly initialize the global object for $262.createRealmdavidot
2022-08-29LibRegex: Explicitly check if a character falls into a table-based rangeTimothy Flynn
2022-08-29HexEditor: Add Help->Manual entry in Menudjwisdom
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-29LibJS: Make Heap a friend of everyone who uses JS_CELLAndreas Kling
2022-08-29LibJS: Make JS_OBJECT and JS_ENVIRONMENT forward to JS_CELLAndreas Kling
2022-08-29LibJS: Add JS_CELL macro and use it in all JS::Cell subclassesAndreas Kling
2022-08-28LibGL+LibGPU+LibSoftGPU: Report texture env add extensionJelle Raaijmakers
2022-08-28Ports: Disable libsamplerate dependency for SDL2Valtteri Koskivuori
2022-08-28Base: Add Box Drawing glyphs to Csilla Regular+Bold12djwisdom
2022-08-28Base: Add new MouseSettings.md help documentdjwisdom
2022-08-28Base: Add new Mouse.md help documentdjwisdom
2022-08-28Base: Update Terminal's help documentationdjwisdom
2022-08-28LibJS: Implement ShadowRealmConstructor::construct() closer to specLinus Groh
2022-08-28LibJS: Implement SetDefaultGlobalBindings as a standalone functionLinus Groh
2022-08-28LibJS: Move construction of GlobalObject native functions to IntrinsicsLinus Groh
2022-08-28Base: Horizontally center socket and remove pixel from CrashReportercrpz1
2022-08-28LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]Linus Groh
2022-08-28LibJS: Remove Shape::global_object() and Object::global_object()Linus Groh
2022-08-28LibJS: Let NewGlobalEnvironment take a plain ObjectLinus Groh
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-28LibJS: Move ConsoleObject construction from GlobalObject to IntrinsicsLinus Groh
2022-08-28LibJS: Remove Console's reliance on GlobalObjectLinus Groh
2022-08-28Meta: Enforce no leading zeros for emoji filenamesRyan Liptak
2022-08-28Base: Add several new emojisdjwisdom
2022-08-28WindowServer: Remove misbehavior conditions for modalsthankyouverycool
2022-08-28WindowServer: Continue processing ongoing resizes after tilingthankyouverycool
2022-08-28LibGUI: Make CommandPalette and EmojiInputDialog passive modalsthankyouverycool
2022-08-28Ports/glib: Update GLib to version 2.73.3Kenneth Myhra
2022-08-28LibC: Add stubs for 'removexattr()' and friendsKenneth Myhra
2022-08-28Ports/glib: Switch to the offical Release tarball for GLibKenneth Myhra
2022-08-28Base: Add a bunch of heart emoji and otherskleines Filmröllchen
2022-08-28Base: Add a quote to the fortunes databasekleines Filmröllchen
2022-08-28Base: Add more emojiXexxa
2022-08-28Base: Add 9 new emojis and improve 13 emojiselectrikmilk
2022-08-28Kernel/USB: Rework UHCI interrupt transfer scheduleb14ckcat