index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-08
Spreadsheet: Interpret numbers as floats, not integers
Eli Youngs
2022-05-08
Spreadsheet: Update statistical functions to take variadic arguments
Eli Youngs
2022-05-08
DisplaySettings: Make the copy action copy the background path as url
Karol Kosek
2022-05-08
Mandelbrot: Remove image export confirmation dialog
EWouters
2022-05-08
LibGUI: Add button to PasswordBox to reveal the password
faxe1008
2022-05-08
LibGUI: Make TextEditor substitution more explicit
faxe1008
2022-05-08
WindowServer: Consider screen scaling when getting color under cursor
offtkp
2022-05-08
xml: Avoid UAF in Error return from serenity_main()
Ali Mohammad Pur
2022-05-08
Ports/cmake: Update cmake to version 3.23.1
EWouters
2022-05-08
LibWeb: Add missing preprocessing step to the css tokenizer
stelar7
2022-05-08
LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_string
stelar7
2022-05-08
LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`
stelar7
2022-05-08
LibWeb: Dont consider '-n-' a `dashndashdigit-ident` token
stelar7
2022-05-08
LibWeb: Include sign in token debug info, if the type has explicit sign
stelar7
2022-05-08
LibWeb: Dont try to fetch another token in an+b parsing
stelar7
2022-05-08
LibWeb: Make an+b pattern selector serialization spec compliant
stelar7
2022-05-08
LibJS: Change internal slots of Duration to store mathematical values
Linus Groh
2022-05-08
LibJS: Refactor Temporal since/until to common AOs
Linus Groh
2022-05-08
LibJS: Remove ToISODayOfWeek
Linus Groh
2022-05-08
LibJS: Remove ToISODayOfYear
Linus Groh
2022-05-08
LibJS: Remove IsISOLeapYear
Linus Groh
2022-05-08
LibJS: Remove ISODaysInYear
Linus Groh
2022-05-08
LibJS: Simplify DifferenceISODate
Linus Groh
2022-05-08
LibJS: Simplify DaysUntil
Linus Groh
2022-05-08
LibJS: Simplify BalanceISODate
Linus Groh
2022-05-08
LibJS: Remove type assertion comment from IsValidISODate
Linus Groh
2022-05-08
LibJS: Use "Completion" to emphasize completion record
Linus Groh
2022-05-08
LibJS: Fix numeric type in Date.prototype.toTemporalInstant()
Linus Groh
2022-05-08
LibJS: Replace magic nanosecond numbers with constants
Linus Groh
2022-05-08
LibJS: Refactor Temporal add/subtract to common AOs
Linus Groh
2022-05-07
DisplaySettings: Fix Clang build failure in ThemePreviewWidget
MacDue
2022-05-07
AK: Use builtin versions of `llrint{,l,f}`
EWouters
2022-05-07
Meta: Fix shellcheck errors in build-image-qemu.sh
Linus Groh
2022-05-07
Meta: Tweak default disk size calculation to not be as gratuitous
Linus Groh
2022-05-07
Meta: Allow overriding the default calculated _disk_image size
Linus Groh
2022-05-07
ThemeEditor: Fix Clang build failure in PreviewWidget
Linus Groh
2022-05-07
Demos/Eyes: Render eyes antialiased
MacDue
2022-05-07
PixelPaint: Add antialiased ellipse option
MacDue
2022-05-07
LibGfx: Implement AntiAliasingPainter::draw_ellipse()
MacDue
2022-05-07
DisplaySettings: Center preview with center_window_group_within()
MacDue
2022-05-07
ThemeEditor: Center preview with center_window_group_within()
MacDue
2022-05-07
LibGUI: Add center_window_group_within() to AbstractThemePreview
MacDue
2022-05-07
CI: Ensure that Azure nightly pipeline doesn't run on CI or PR triggers
Andrew Kaster
2022-05-07
CI: Use proper paths to template files in nightly-pipeline.yml
Andrew Kaster
2022-05-07
FileManager: Don't show new dotfiles if the option is disabled
offtkp
2022-05-07
AK: Add an SSE2 specific implementation of sqrt(double)
Hendiadyoin1
2022-05-07
UserspaceEmulator: Delegate rounding to the actual hardware
Hendiadyoin1
2022-05-07
LibM: Delegate rounding to fully to the FRNDINT instruction
Hendiadyoin1
2022-05-07
AK: Add a cpp-y, more fine grained version of fenv.h: FPControl.h
Hendiadyoin1
2022-05-07
LibGfx: Use round_to<int> in Painter::draw_text_line
Hendiadyoin1
[next]