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
2021-09-02
LibCore+LibGUI: Define a Serenity version in LibCore
Mahmoud Mandour
2021-09-02
TextEditor: Stop calling window->set_modified(false) on file save
Karol Kosek
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-09-02
LibWeb: Add missing shadow including ancestor checks in EventDispatcher
Luke Wilde
2021-09-02
LibWeb: Add shadow including ancestor/descendant checks
Luke Wilde
2021-09-02
PixelPaint: Ctrl+click on palette colors now sets primary/secondary
Mustafa Quraish
2021-09-02
PixelPaint: Allow changing colors temporarily without palette
Mustafa Quraish
2021-09-02
LibCore: Remove deferred_invoke overload with Object& parameter
sin-ack
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
2021-09-02
Welcome: Replace rand()/srand() with AK::get_random_uniform()
thankyouverycool
2021-09-02
Welcome: Make license headers uniform
thankyouverycool
2021-09-01
LibGUI: Don't draw Scrollbar scrubber when scrubber rect is null
thankyouverycool
2021-09-01
LibGUI:: Style Combo and SpinBox buttons as ThickCaps
thankyouverycool
2021-09-01
js: Use CodepointOriented spans and use the codepoint length of token
sin-ack
2021-09-01
3DFileViewer: Maintain the FPS counter's position
Dawid Wolosowicz
2021-09-01
LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()
Andreas Kling
2021-09-01
LibIMAP: Remove accidental use of STL
Andreas Kling
2021-09-01
LibGUI: Show an error message box in the FilePicker on no permissions
Karol Kosek
2021-09-01
SpaceAnalyzer: Enable icons within the breadcrumbbar
Dawid Wolosowicz
2021-09-01
SoundPlayer: Use GUI::ActionGroup for Visualization menu
Thitat Auareesuksakul
2021-09-01
Profiler: Minor static code analysis issues in FlameGraphView
Brian Gianforcaro
2021-09-01
Profiler: Use = default for empty destructor
Brian Gianforcaro
2021-09-01
HackStudio: Fix typo in C++ file extension mapping code
Brian Gianforcaro
2021-09-01
SoundPlayer: Fix file leak in M3UParser::from_file(..)
Brian Gianforcaro
2021-09-01
LibJS: Change offset in ISODateTimeWithinLimits to actually 24h
Linus Groh
2021-09-01
LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration()
Linus Groh
2021-09-01
LibJS: Make 'options' argument of Calendar prototype functions optional
Linus Groh
2021-09-01
LibJS: Throw RangeError in PrepareTemporalFields for +/-∞
Linus Groh
2021-09-01
LibJS: Throw TypeError if Instant.prototype.round() options is undefined
Linus Groh
2021-09-01
LibJS: Handle undefined, NaN, and Infinity in ToTemporalDurationRecord
Linus Groh
2021-09-01
LibUnicode: Resolve the most likely territory alias when there are many
Timothy Flynn
2021-09-01
LibUnicode: Generate Unicode locale likely subtag data
Timothy Flynn
2021-09-01
LibUnicode: Perform complex Unicode locale alias substitution
Timothy Flynn
2021-09-01
LibUnicode: Generate complex Unicode locale alias matching
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize calendar subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize timezone subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "imperial" to "uksystem"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "primary" and "tertiary" to "levelN"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "names" to "prprname"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "yes" to "true"
Timothy Flynn
2021-09-01
LibUnicode: Substitute Unicode locale aliases during canonicalization
Timothy Flynn
2021-09-01
LibUnicode: Generate Unicode locale alias data
Timothy Flynn
2021-09-01
LibJS+LibUnicode: Store parsed Unicode locale data as full strings
Timothy Flynn
2021-09-01
LibJS: Handle Unicode locale extensions in LookupMatcher AO
Timothy Flynn
2021-09-01
LibJS: Add support for public fields in classes
davidot
2021-09-01
LibJS: Fix small issues in parser
davidot
2021-09-01
PixelPaint: Add "Change Offset" to the GuideTool
Tobias Christiansen
2021-09-01
PixelPaint: Add setter for the orientation of a Guide
Tobias Christiansen
2021-09-01
PixelPaint: Allow initial values for the EditGuideDialog
Tobias Christiansen
[next]