summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-01Base: Add new Magnifier help documentationdjwisdom
2022-09-01LibGUI: Disable increment/decrement buttons on SpinBox based on valueTimothy Slater
2022-09-01LibGUI: Improve SpinBox usabilityTimothy Slater
2022-09-01Base: Add new emojiJoel Hansen
2022-09-01Base: Remove an upscaled version of a Hidden cursorKarol Kosek
2022-09-01LibGfx: Fallback to a default scaled bitmap if the upscaled one failedKarol Kosek
2022-09-01HackStudio: Fix cpp-gui templateNoahR02
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-31Base: Add 2x version of Drag cursor in Dark themeKarol 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-31Kernel: Buffer an entire region when generating coredumpsTim Schumacher
2022-08-31Kernel: Work using copies of specific region data during a coredumpTim Schumacher
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-31Ports: Tidy up Quake2 platform patchJelle Raaijmakers
2022-08-31Ports: Fix Quake2 dynamic loading issuesJelle Raaijmakers
2022-08-31Ports: Move Quake2 port in-treeJelle Raaijmakers
2022-08-31Ports: Support "restarts" in SDL2Jelle Raaijmakers
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-31Base: Add more emoji 🌾 đŸŒŋ 🍸 🏠 🏡 đŸĨ 🏑 🏒 🏓 🕹ī¸ 🎧Xexxa
2022-08-31Base: Add 24 new emojiselectrikmilk
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