summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-05-09LibGL+LibGPU: Implement `glPointSize`Jelle Raaijmakers
2022-05-09LibGL: Remove `break` from `GL_SCISSOR_BOX` context parameterJelle Raaijmakers
2022-05-09LibGL: Alphabetize `GL_LIGHT*` cases in `gl_enable()`Jelle Raaijmakers
2022-05-09LibSoftGPU: Reference correct class in Typed2DBuffer commentJelle Raaijmakers
2022-05-09LibJS: Use '2 × nsMaxInstant' in a couple of assertion commentsLinus Groh
2022-05-09DisplaySettings: Add 2256x1504 resolutionLinus Groh
2022-05-09LibGfx: Add the glyph spacing also to spaces in Painter::draw_text_run()Karol Kosek
2022-05-08LibC: Add missing macro definitions for errno codescircl
2022-05-08Fire: Ignore mouse events outside the window (to the left)MacDue
2022-05-08Fire: Replace #defines with constexprsMacDue
2022-05-08LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0Torstennator
2022-05-08LibJS: Add a couple of missing spec steps to PerformEvalLuke Wilde
2022-05-08LibJS: Remove callerRealm from HostEnsureCanCompileStringsLuke Wilde
2022-05-08AK+LibGUI: Pass predicate to *_matching() methods by const referenceVitaly Dyachkov
2022-05-08KeyboardSettings: Also activate keymap via ListView's on_activationRomain Chardiny
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-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-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