summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-03LibGL: Remove i686 data types in favor of 64-bit typesJelle Raaijmakers
2023-01-03LibGL: Make `GLsizeiptr` signedJelle Raaijmakers
2023-01-03LibWeb: Add stub reset algorithm for HTMLOutputElementSrikavin Ramkumar
2023-01-03LibWeb: Add stub reset algorithm for HTMLTextAreaElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset algorithm for HTMLSelectElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset algorithm for HTMLInputElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset button behaviorSrikavin Ramkumar
2023-01-03LibWeb: Implement HTMLFormElement::resetSrikavin Ramkumar
2023-01-03LibGfx: Improve AA stroke_path() line intersections a littleMacDue
2023-01-03LibGfx: Add Rect::translated(dboth)MacDue
2023-01-03LibWeb: CSS don't set resolve-failures (var/attr)Vetrox
2023-01-03LibGfx: Use the Midpoint Ellipse Algorithm for filled ellipsesLucas CHOLLET
2023-01-03LibGfx: Put the Midpoint Ellipse Algorithm in its own functionLucas CHOLLET
2023-01-03Screensaver: Add a screensaver launcher applicationTimothy Flynn
2023-01-03LibDesktop+Taskbar: Add an option to exclude apps from the system menuTimothy Flynn
2023-01-03Demos: Rename Screensaver to GradientScreensaverTimothy Flynn
2023-01-03LibJS: Rename ToPositiveInteger -> ToPositiveIntegerWithTruncationBodilessSleeper
2023-01-03LibJS: Update comments in Temporal/Calendar.cppBodilessSleeper
2023-01-03LibGUI: Don't highlight extension text when saving files with FilePickerTimothy Flynn
2023-01-03Demos: Remove "Cube" applicationAndreas Kling
2023-01-03LibGfx: Make Font::glyph_width*() APIs return floatAndreas Kling
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03LibGfx: Adjust ClassicWindowTheme titlebar height calculationAndreas Kling
2023-01-03LibGfx: Make ClassicWindowTheme menubar heights respect the font sizeAndreas Kling
2023-01-03LibGfx: Make Font::pixel_size() return a floatAndreas Kling
2023-01-03LibGfx/Font: Make Glyph metrics floating pointAndreas Kling
2023-01-03LibGfx/Font: Make ScaledGlyphMetrics floating pointAndreas Kling
2023-01-03WindowServer: Write new config to disk when system fonts are changedAndreas Kling
2023-01-03WindowServer: Only load /etc/WindowServer.ini once and keep it loadedAndreas Kling
2023-01-03LibGUI: Fix highlighting of elements in TreeViewmartinfalisse
2023-01-03LibCompress: Port `ZlibCompressor` to `Core::Stream`Tim Schumacher
2023-01-03LibCompress: Switch `ZlibCompressor` to a constructor patternTim Schumacher
2023-01-03LibCompress: Rename `Compress::Zlib` to `Compress::ZlibDecompressor`Tim Schumacher
2023-01-03LibCore: Add `Stream::WrapInAKOutputStream`Tim Schumacher
2023-01-03PixelPaint: Cleanup the Image classBaitinq
2023-01-03PixelPaint: Propagate errors in {flip,crop,rotate,resize} functionsBaitinq
2023-01-02Everywhere: Remove unused includes of AK/Memory.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Concepts.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2023-01-02Piano: Remove unused include of AK/StdLibExtraDetails.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Userland: Remove unused includes of AK/Math.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2023-01-02LibGL: Move AK/Debug.h include to where it is usedBen Wiederhake
2023-01-02Revert "LibJS: Implement MakeDay without using AK::years_to_days_since…"Ben Wiederhake
2023-01-02df: Add an option to display used/available inodesArda Cinar
2023-01-02df: Show used percentages for each listed entryArda Cinar
2023-01-02LibCore: Remove unused include MemMemBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/IterationDecision.hBen Wiederhake