summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-09-03LibGUI: Stop auto repeat timer for Buttons on EnabledChange eventsthankyouverycool
2022-09-02LibJS: Fix incorrect check in ValidateAndApplyPropertyDescriptorLinus Groh
2022-09-02LibJS: Assert Proxy target is a function in [[Call]] and [[Construct]]Linus Groh
2022-09-02LibJS: Allow anonymous functions as default exportsdavidot
2022-09-02LibJS: Make indirect bindings of module behave like normal bindingsdavidot
2022-09-02LibJS: Make DeclarativeEnvironment based on bindings instead of indicesdavidot
2022-09-02LibJS: Allow exporting any imported bindingsdavidot
2022-09-02LibJS: Only check for duplicate exports if they have a namedavidot
2022-09-02LibJS: Put exports before symbols in keys of module namespace objectdavidot
2022-09-02LibJS: Call resolve instead of reject in AsyncFromSyncIteratorPrototypedavidot
2022-09-02LibJS: Handle empty named exportdavidot
2022-09-02LibJS: Allow full ModuleExportName in namespacedavidot
2022-09-01LibMarkdown: Add newline and remove ANSI escape after code blocksdemostanis
2022-09-01LibGUI: Disable increment/decrement buttons on SpinBox based on valueTimothy Slater
2022-09-01LibGUI: Improve SpinBox usabilityTimothy Slater
2022-09-01LibGfx: Fallback to a default scaled bitmap if the upscaled one failedKarol Kosek
2022-08-31PixelPaint: Change repeated code into a loop for Wand Select ToolTimothy Slater
2022-08-31LibGUI: Don't accept drag events in AbstractView if it's not editableKarol Kosek
2022-08-31LibVT: Accept supported drag enter eventsKarol Kosek
2022-08-31WindowServer: Place drag and drop overlay at the cursor positionKarol Kosek
2022-08-31WindowServer: Include window frames when sending drag eventsKarol Kosek
2022-08-31WindowServer+LibGUI: Change cursor icon if DragEnter event was acceptedKarol Kosek
2022-08-31Base+WindowServer+LibGfx: Add new DragCopy CursorKarol Kosek
2022-08-31PixelPaint: Make erase_selection work for non-rectangular selectionsTimothy Slater
2022-08-31Profiler: Display correctly rounded percentages as '#.##%'Jelle Raaijmakers
2022-08-31PixelPaint: Add Wand Select ToolTimothy Slater
2022-08-31PixelPaint: Change BucketTool flood fill algorithmTimothy Slater
2022-08-31PixelPaint: Account for alpha in color distance calculationTimothy Slater
2022-08-31LibJS: Implement SuperCall for the Bytecode-VMHendiadyoin1
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