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-07-06
LibJS: Implement Intl.Locale.prototype.hourCycles property
Timothy Flynn
2022-07-06
LibJS: Partially implement Intl.Locale.prototype.collations property
Timothy Flynn
2022-07-06
LibJS: Implement Intl.Locale.prototype.calendars property
Timothy Flynn
2022-07-06
LibJS: Revert partial resizable ArrayBuffer implementation
Linus Groh
2022-07-06
FontEditor: Rename FontEditorWidget => FontEditor::MainWidget
thankyouverycool
2022-07-06
FontEditor: Hide Widget::set_font() in GlyphEditorWidget
thankyouverycool
2022-07-06
FontEditor: Remove unused headers and member variables
thankyouverycool
2022-07-06
FontEditor: Simplify GlyphMapWidget context menu construction
thankyouverycool
2022-07-06
FontEditor: Update GML for new layout system
thankyouverycool
2022-07-06
FontEditor: Convert preview window to GML and propagate its errors
thankyouverycool
2022-07-06
FontEditor: Propagate errors when pushing undo commands
thankyouverycool
2022-07-06
LibGUI: Add fallible try_push() variant to UndoStack
thankyouverycool
2022-07-06
FontEditor: Normalize GlyphMap selection before creating UndoSelection
thankyouverycool
2022-07-06
FontEditor: Improve error propagation during construction
thankyouverycool
2022-07-06
Meta: Build select Services in Lagom
Andrew Kaster
2022-07-06
LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAX
Timon Kruiper
2022-07-06
LookupServer: Use designated initializers for sockaddr_in
Andrew Kaster
2022-07-06
RequestServer: Only attach SIGINFO signal handler if SIGINFO is defined
Andrew Kaster
2022-07-06
LibCore: Stub out pledge and unveil for non-serenity systems
Andrew Kaster
2022-07-06
LibCore: Stub out FileWatcher for Lagom platforms
Andrew Kaster
2022-07-06
LibJS: Make AST.cpp compile with -O0
Linus Groh
2022-07-06
LibJS: Properly compute the line for source location hints
DexesTTP
2022-07-06
LibIMAP: Properly escape the whole string instead of the first character
DexesTTP
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-06
LibC: Stop leaking FILE in `getpwuid` and `getpwnam`
Tim Schumacher
2022-07-06
LibC: Don't clear static storage during `endpwent`
Tim Schumacher
2022-07-06
LibC: Don't clear static storage during `endgrent`
Tim Schumacher
2022-07-06
LibWeb: Cache flex item main sizes to avoid relayout during same cycle
Andreas Kling
2022-07-05
LibJS: Rename TimeHourMinuteBasicFormatNotAmbiguous
Linus Groh
2022-07-05
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegative
Linus Groh
2022-07-05
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguous
Linus Groh
2022-07-05
LibJS: Simplify TimeZoneNumericUTCOffsetNotAmbiguous
Linus Groh
2022-07-05
LibJS: Consistently check Temporal overflow options
Linus Groh
2022-07-05
LibJS: Remove unnecessary checks for undefined before ToPositiveInteger
Linus Groh
2022-07-05
LibWeb: Trigger a relayout after setting Element.innerHTML
Itamar
2022-07-05
LibGUI: Don't ignore invisible widgets during layout changes
thankyouverycool
2022-07-05
LibWeb: Implement XMLSerializer
Luke Wilde
2022-07-05
WebContent: Invalidate document style when changing the page's palette
Luke Wilde
2022-07-05
Browser+WebContent: Fix inspecting non-visible nodes
MacDue
2022-07-05
LibELF: Take TLS segment alignment into account in DynamicLoader
Idan Horowitz
2022-07-05
LibRegex: Use the correct values for comparing LUT entries
Ali Mohammad Pur
2022-07-05
LibRegex: Use proper CharRange constructor instead of bit_casting
Ali Mohammad Pur
2022-07-05
LibArchive: Guard against major() and minor() macros from old glibc
Andrew Kaster
2022-07-05
LibGfx: Always truncate glyph coordinates in Painter::draw_text_run()
Andreas Kling
2022-07-04
LibRegex: Fully interpret the Compare Op when looking for overlaps
Ali Mohammad Pur
2022-07-04
LibWeb: Support adding a border-radius to <iframe> elements
MacDue
2022-07-04
LibWeb: Support adding a border-radius to <canvas> elements
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for image painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for shadow painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for background painting
MacDue
[next]