summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-08Spreadsheet: Interpret numbers as floats, not integersEli Youngs
2022-05-08Spreadsheet: Update statistical functions to take variadic argumentsEli Youngs
2022-05-08DisplaySettings: Make the copy action copy the background path as urlKarol Kosek
2022-05-08Mandelbrot: Remove image export confirmation dialogEWouters
2022-05-08LibGUI: Add button to PasswordBox to reveal the passwordfaxe1008
2022-05-08LibGUI: Make TextEditor substitution more explicitfaxe1008
2022-05-08WindowServer: Consider screen scaling when getting color under cursorofftkp
2022-05-08xml: Avoid UAF in Error return from serenity_main()Ali Mohammad Pur
2022-05-08Ports/cmake: Update cmake to version 3.23.1EWouters
2022-05-08LibWeb: Add missing preprocessing step to the css tokenizerstelar7
2022-05-08LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_stringstelar7
2022-05-08LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`stelar7
2022-05-08LibWeb: Dont consider '-n-' a `dashndashdigit-ident` tokenstelar7
2022-05-08LibWeb: Include sign in token debug info, if the type has explicit signstelar7
2022-05-08LibWeb: Dont try to fetch another token in an+b parsingstelar7
2022-05-08LibWeb: Make an+b pattern selector serialization spec compliantstelar7
2022-05-08LibJS: Change internal slots of Duration to store mathematical valuesLinus Groh
2022-05-08LibJS: Refactor Temporal since/until to common AOsLinus Groh
2022-05-08LibJS: Remove ToISODayOfWeekLinus Groh
2022-05-08LibJS: Remove ToISODayOfYearLinus Groh
2022-05-08LibJS: Remove IsISOLeapYearLinus Groh
2022-05-08LibJS: Remove ISODaysInYearLinus Groh
2022-05-08LibJS: Simplify DifferenceISODateLinus Groh
2022-05-08LibJS: Simplify DaysUntilLinus Groh
2022-05-08LibJS: Simplify BalanceISODateLinus Groh
2022-05-08LibJS: Remove type assertion comment from IsValidISODateLinus Groh
2022-05-08LibJS: Use "Completion" to emphasize completion recordLinus Groh
2022-05-08LibJS: Fix numeric type in Date.prototype.toTemporalInstant()Linus Groh
2022-05-08LibJS: Replace magic nanosecond numbers with constantsLinus Groh
2022-05-08LibJS: Refactor Temporal add/subtract to common AOsLinus Groh
2022-05-07DisplaySettings: Fix Clang build failure in ThemePreviewWidgetMacDue
2022-05-07AK: Use builtin versions of `llrint{,l,f}`EWouters
2022-05-07Meta: Fix shellcheck errors in build-image-qemu.shLinus Groh
2022-05-07Meta: Tweak default disk size calculation to not be as gratuitousLinus Groh
2022-05-07Meta: Allow overriding the default calculated _disk_image sizeLinus Groh
2022-05-07ThemeEditor: Fix Clang build failure in PreviewWidgetLinus Groh
2022-05-07Demos/Eyes: Render eyes antialiasedMacDue
2022-05-07PixelPaint: Add antialiased ellipse optionMacDue
2022-05-07LibGfx: Implement AntiAliasingPainter::draw_ellipse()MacDue
2022-05-07DisplaySettings: Center preview with center_window_group_within()MacDue
2022-05-07ThemeEditor: Center preview with center_window_group_within()MacDue
2022-05-07LibGUI: Add center_window_group_within() to AbstractThemePreviewMacDue
2022-05-07CI: Ensure that Azure nightly pipeline doesn't run on CI or PR triggersAndrew Kaster
2022-05-07CI: Use proper paths to template files in nightly-pipeline.ymlAndrew Kaster
2022-05-07FileManager: Don't show new dotfiles if the option is disabledofftkp
2022-05-07AK: Add an SSE2 specific implementation of sqrt(double)Hendiadyoin1
2022-05-07UserspaceEmulator: Delegate rounding to the actual hardwareHendiadyoin1
2022-05-07LibM: Delegate rounding to fully to the FRNDINT instructionHendiadyoin1
2022-05-07AK: Add a cpp-y, more fine grained version of fenv.h: FPControl.hHendiadyoin1
2022-05-07LibGfx: Use round_to<int> in Painter::draw_text_lineHendiadyoin1