summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-24Meta: Add downloaded artifact caches to nightly static analysis buildsTimothy Flynn
2022-12-24Meta: Use correct cache key for CLDR data during CITimothy Flynn
2022-12-24LibWeb: Apply CSS text-transform during layoutAndreas Kling
2022-12-23TextEditor: Add option to open the current file in File ManagerKampsjaak
2022-12-23LibSQL: Output a more specific error on failed socket creationYedaya Katsman
2022-12-23pro: Add ability to log request/response metadata for HTTP URLsThomas Keppler
2022-12-23HackStudio: Make a new ProjectBuilder object when opening a projectKarol Kosek
2022-12-23HackStudio: Open projects after the action tab was createdKarol Kosek
2022-12-23Snake: Use a statusbar to display the current and high scoreTimothy Flynn
2022-12-23Snake: Convert the game window to GMLTimothy Flynn
2022-12-23Snake: Move GUI into Snake namespace and rename SnakeGame to GameTimothy Flynn
2022-12-23Snake: Save configured base color to Snake's configuration fileTimothy Flynn
2022-12-23LibConfig+LibCore+ConfigServer: Support u32 configuration entriesTimothy Flynn
2022-12-23LibGfx: GIFLoader: Propagate more errorsericLemanissier
2022-12-23LibGfx: JPGLoader: Centralize error handling in read_be_wordericLemanissier
2022-12-23LibGfx: JPGLoader: Propagate errors properlyericLemanissier
2022-12-23LibGfx: GIFLoader: Propagate errors properlyericLemanissier
2022-12-23LibGfx: DDSLoader: Propagate errors properlyericLemanissier
2022-12-23LibGfx: BMPLoader: Propagate errors properlyericLemanissier
2022-12-23LibCore: Use a StringView for the file path in File::removeTim Schumacher
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-23Taskbar: Propagate errors while loading bmpericLemanissier
2022-12-23GameOfLife: Propagate errors while loading bmpericLemanissier
2022-12-23FileManager: Propagate errors while loading bmpericLemanissier
2022-12-23Magnifier: Add ability to drag the location when it is lockedFrHun
2022-12-23Magnifier: Remember grid colorFrHun
2022-12-23Magnifier: Eliminate flickering when downsizingFrHun
2022-12-23WindowServer: Remove overcropping for magnifierFrHun
2022-12-23LibGfx: Preserve scale on Bitmap cropFrHun
2022-12-23LibGfx: Repair SharableBitmap scaling supportFrHun
2022-12-23Magnifier: Prevent 0 size that otherwise hangsFrHun
2022-12-23Magnifier: Add option to choose grid colorFrHun
2022-12-23Magnifier: Add option to display grid over the imageFrHun
2022-12-23LibGfx: Add NearestFractional scaling type to painterFrHun
2022-12-23Magnifier: Allow locking location at current cursor positionFrHun
2022-12-23WindowServer: Allow overriding position when getting bitmapFrHun
2022-12-23Spreadsheet: Allow Functions Help HorizontalSplitter to resizeOptimoos
2022-12-22Base: Mention new immutable memory mappings security featureLiav A
2022-12-22AK: Rearrange Error's members to reduce its size by 8 bytesTimothy Flynn
2022-12-22Ports: Let our CA Certificate location be known to curlKenneth Myhra
2022-12-22Ports: Format curl package.sh scriptKenneth Myhra
2022-12-22Ports: Update curl to 7.87.0Kenneth Myhra
2022-12-22AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()Sam Atkins
2022-12-22AK: Rename Bitmap::try_create() to ::create()Sam Atkins
2022-12-22Base: Unquote the timestamp in a quoteSam Atkins
2022-12-22Base: Add a quote to the fortunes databasekleines Filmröllchen
2022-12-21HackStudio: Fix typo in one error messageKarol Kosek
2022-12-21Kernel/FileSystem: Prevent symlink creation in veiled directory pathsLiav A
2022-12-21CMake: Fall back to the Web Archive when downloading filesTim Schumacher