summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-03Demos: Remove "Cube" applicationAndreas Kling
2023-01-03Ladybird: Install SQLServer binaryDavide Cavalca
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-03Ladybird: Remove separate LICENSE filenetworkException
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-03Tests: Add a simple compression test for ZlibTim 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-02Kernel: Remove unused includes of Kernel/Debug.hBen Wiederhake
2023-01-02Kernel: Turn lock ranks into template parameterskleines Filmröllchen
2023-01-02Revert "LibJS: Implement MakeDay without using AK::years_to_days_since…"Ben Wiederhake
2023-01-02AK+Kernel: Eliminate UB (signed overflow) from days_since_epochBen Wiederhake
2023-01-02AK+Tests: Replace years_to_days_since_epoch by near-instant functionBen Wiederhake
2023-01-02AK+Tests: Demonstrate slowness of years_to_days_since_epochBen Wiederhake
2023-01-02AK: Combine SinglyLinkedList and SinglyLinkedListWithCountLenny Maiorani
2023-01-02AK+Tests: Add a test for formatting numbers in base 10 unitsArda Cinar
2023-01-02AK: Add an option to format numbers with 1000 based unitsArda Cinar
2023-01-02AK: Make sure no overflow occurs in number_string_with_one_decimalArda Cinar
2023-01-02df: Add an option to display used/available inodesArda Cinar
2023-01-02AK: Add a human_readable_quantity helper to NumberFormat.hArda Cinar
2023-01-02AK: Move the functions in NumberFormat.h out of lineArda 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
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2023-01-02Kernel: Remove unused includesBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-02LibHTTP: Propagate errors using TRYericLemanissier
2023-01-02LibEDID: Propagate errors using TRYericLemanissier