summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-08-31LibJS: Use builder.join in `to_string_impl()`s where applicableHendiadyoin1
2022-08-31HackStudio: Warn of unsaved changes before making a new projectSkye Sprung
2022-08-31HackStudio: Fix crash when opening or creating with open empty fileSkye Sprung
2022-08-31PixelPaint: Add point_position_to_preferred_cell to RectangleSelectToolCrax97
2022-08-31PixelPaint: Ask the current tool for the preferred pixel locationCrax97
2022-08-31PixelPaint: Execute mousemove_event early return check beforeCrax97
2022-08-31PixelPaint: Add point_position_to_preferred_cell method to ToolCrax97
2022-08-31LibGfx: Add Point::to_ceiled method for getting a ceiled PointCrax97
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-31LibGUI: Fix assertion when handling removal of FileSystemModel's rootAdam Jakubek
2022-08-30LibJS: Create DurationFormat's ListFormat object with type and styleTimothy Flynn
2022-08-30LibJS: Use numeric style if the previous style was numeric or 2-digitTimothy Flynn
2022-08-30LibJS: Update DurationFormat AO text to align with ECMA-402 and TemporalTimothy Flynn
2022-08-30LibJS: Rename DurationFormat's DurationSign to DurationRecordSignTimothy Flynn
2022-08-30LibJS: Align ToDurationRecord with ToTemporalDurationRecordTimothy Flynn
2022-08-30LibJS: Mark PartitionDurationFormatPattern as infallibleTimothy Flynn
2022-08-30LibJS: Change GetDurationUnitOptions to require a string for prevStyleTimothy Flynn
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-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-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-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-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-28LibC: Add stubs for 'removexattr()' and friendsKenneth Myhra
2022-08-28PixelPaint: Cropping to content with moved layers was brokenAndreas Krohn