index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-09-03
LibGUI: Stop auto repeat timer for Buttons on EnabledChange events
thankyouverycool
2022-09-02
LibJS: Fix incorrect check in ValidateAndApplyPropertyDescriptor
Linus Groh
2022-09-02
LibJS: Assert Proxy target is a function in [[Call]] and [[Construct]]
Linus Groh
2022-09-02
LibJS: Allow anonymous functions as default exports
davidot
2022-09-02
LibJS: Make indirect bindings of module behave like normal bindings
davidot
2022-09-02
LibJS: Make DeclarativeEnvironment based on bindings instead of indices
davidot
2022-09-02
LibJS: Allow exporting any imported bindings
davidot
2022-09-02
LibJS: Only check for duplicate exports if they have a name
davidot
2022-09-02
LibJS: Put exports before symbols in keys of module namespace object
davidot
2022-09-02
LibJS: Call resolve instead of reject in AsyncFromSyncIteratorPrototype
davidot
2022-09-02
LibJS: Handle empty named export
davidot
2022-09-02
LibJS: Allow full ModuleExportName in namespace
davidot
2022-09-01
LibMarkdown: Add newline and remove ANSI escape after code blocks
demostanis
2022-09-01
LibGUI: Disable increment/decrement buttons on SpinBox based on value
Timothy Slater
2022-09-01
LibGUI: Improve SpinBox usability
Timothy Slater
2022-09-01
LibGfx: Fallback to a default scaled bitmap if the upscaled one failed
Karol Kosek
2022-08-31
PixelPaint: Change repeated code into a loop for Wand Select Tool
Timothy Slater
2022-08-31
LibGUI: Don't accept drag events in AbstractView if it's not editable
Karol Kosek
2022-08-31
LibVT: Accept supported drag enter events
Karol Kosek
2022-08-31
WindowServer: Place drag and drop overlay at the cursor position
Karol Kosek
2022-08-31
WindowServer: Include window frames when sending drag events
Karol Kosek
2022-08-31
WindowServer+LibGUI: Change cursor icon if DragEnter event was accepted
Karol Kosek
2022-08-31
Base+WindowServer+LibGfx: Add new DragCopy Cursor
Karol Kosek
2022-08-31
PixelPaint: Make erase_selection work for non-rectangular selections
Timothy Slater
2022-08-31
Profiler: Display correctly rounded percentages as '#.##%'
Jelle Raaijmakers
2022-08-31
PixelPaint: Add Wand Select Tool
Timothy Slater
2022-08-31
PixelPaint: Change BucketTool flood fill algorithm
Timothy Slater
2022-08-31
PixelPaint: Account for alpha in color distance calculation
Timothy Slater
2022-08-31
LibJS: Implement SuperCall for the Bytecode-VM
Hendiadyoin1
2022-08-31
LibJS: Use builder.join in `to_string_impl()`s where applicable
Hendiadyoin1
2022-08-31
HackStudio: Warn of unsaved changes before making a new project
Skye Sprung
2022-08-31
HackStudio: Fix crash when opening or creating with open empty file
Skye Sprung
2022-08-31
PixelPaint: Add point_position_to_preferred_cell to RectangleSelectTool
Crax97
2022-08-31
PixelPaint: Ask the current tool for the preferred pixel location
Crax97
2022-08-31
PixelPaint: Execute mousemove_event early return check before
Crax97
2022-08-31
PixelPaint: Add point_position_to_preferred_cell method to Tool
Crax97
2022-08-31
LibGfx: Add Point::to_ceiled method for getting a ceiled Point
Crax97
2022-08-31
FileManager: Navigate to parent dir when current location is removed
Adam Jakubek
2022-08-31
LibGUI: Fix assertion when handling removal of FileSystemModel's root
Adam Jakubek
2022-08-30
LibJS: Create DurationFormat's ListFormat object with type and style
Timothy Flynn
2022-08-30
LibJS: Use numeric style if the previous style was numeric or 2-digit
Timothy Flynn
2022-08-30
LibJS: Update DurationFormat AO text to align with ECMA-402 and Temporal
Timothy Flynn
2022-08-30
LibJS: Rename DurationFormat's DurationSign to DurationRecordSign
Timothy Flynn
2022-08-30
LibJS: Align ToDurationRecord with ToTemporalDurationRecord
Timothy Flynn
2022-08-30
LibJS: Mark PartitionDurationFormatPattern as infallible
Timothy Flynn
2022-08-30
LibJS: Change GetDurationUnitOptions to require a string for prevStyle
Timothy Flynn
2022-08-30
LibJS: Resolve FIXMEs in DurationFormat's PartitionDurationFormatPattern
Timothy Flynn
2022-08-30
LibJS: Default to "short" for DurationFormat's style option
Timothy Flynn
2022-08-30
LibJS: Default to 0 for DurationFormat's fractionalDigits option
Timothy Flynn
2022-08-30
LibJS: Update spec steps to validate DurationFormat's numberingSystem
Timothy Flynn
[next]