summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-20LibWeb: Improve auto height calculation for tablesAliaksandr Kalenik
2023-01-20LibWeb: Include table intrinsic offsets in child boxes positionAliaksandr Kalenik
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-20LibGfx: Re-work the abstractions of sending image for decoding over IPCLiav A
2023-01-20LibCore: Add MIME type string for TGA filesLiav A
2023-01-20LibCore: Return StringView from guess_mime_type_based_on_filename methodLiav A
2023-01-20Kernel: Remove `dbgln` when unregistering an unhandled x86_64 interruptJelle Raaijmakers
2023-01-20Kernel: Simplify (un)registering interrupt logicJelle Raaijmakers
2023-01-19CI: Add GitHub author presence check in commit linterJelle Raaijmakers
2023-01-19LibJS: Return OptionalNone in fallible functions in the Intl namespaceTimothy Flynn
2023-01-19LibJS: Add a special ThrowCompletionOr constructor for OptionalNoneTimothy Flynn
2023-01-19LibLocale: Remove now-unused [LanguageID,LocaleID]::to_deprecated_stringTimothy Flynn
2023-01-19LibJS: Port Intl locale resolution to StringTimothy Flynn
2023-01-19LibJS: Do not fully qualify references to CanonicalizeUnicodeLocaleIdTimothy Flynn
2023-01-19LibJS: Propagate OOM errors from the PartitionPattern Abstract OperationTimothy Flynn
2023-01-19LibJS: Propagate OOM errors from Intl Abstract OperationsTimothy Flynn
2023-01-19LibLocale+LibJS: Port locale parsing and processing to StringTimothy Flynn
2023-01-19LibLocale: Add a method to convert LocaleID to a StringTimothy Flynn
2023-01-19Ladybird: Accept file dropsKarol Kosek
2023-01-19Ladybird: Add URL and 'open in background' parameters to new_tab()Karol Kosek
2023-01-19Ladybird: Move the initial blank page load to BrowserWindowKarol Kosek
2023-01-19Ladybird: Don't prepend 'about:' urls with an http:// schemeKarol Kosek
2023-01-19Ladybird: Set initial page when NOT connected to WebDriverKarol Kosek
2023-01-19Meta: Use existing test-sources lists for Lagom instead of globbingSam Atkins
2023-01-19Tests: Mark TestCommonmark as DISABLEDSam Atkins
2023-01-19Tests: Add missing library dependency for LibTimeZone testsSam Atkins
2023-01-19Tests: Add missing library dependencies for LibGL testsSam Atkins
2023-01-19Tests: Move test PDF files into Tests/LibPDFSam Atkins
2023-01-19Meta/Lagom: Make sure that libraries are always linked as PRIVATESam Atkins
2023-01-19Tests: Correct `serenity_test()` invocation for LibTTFSam Atkins
2023-01-19LibCore: Implement FileWatcher for macOSTimothy Flynn
2023-01-19LibCore: Make the FileWatcher test resilient against outside eventsTimothy Flynn
2023-01-19LibCore: Allow subclassing FileWatcherTimothy Flynn
2023-01-19AK: Move the AK::FixedPoint formatter to FixedPoint.hTimothy Flynn
2023-01-19Userland: Add missing Math.h and IntegralMath.h header includesTimothy Flynn
2023-01-19AK: Don't write trailing zeros with %gPeter Elliott
2023-01-19Utilities: Rewrite sort(1) to be more posixyPeter Elliott
2023-01-19Utilities: Replace fgrep with grep --fixed-stringsPeter Elliott
2023-01-19Ports: Fix compatiblity issues with running package.sh on SerenityPeter Elliott
2023-01-19Presenter: Disable actions when there is no loaded presentationJoao Luz
2023-01-19LibC: Remove the stub iconv headerTim Schumacher
2023-01-19LibAudio: Skip MP3 frames if not enough historic data is availableTim Schumacher
2023-01-19LibAudio: Clear the MP3 bit stream when seekingTim Schumacher
2023-01-19SoundPlayer: Translate device samples to source samples before seekingTim Schumacher
2023-01-19SoundPlayer: Don't offset the seek bar with the last seek valueTim Schumacher
2023-01-19LibCore: Let offset-related Stream functions return an unsigned valueTim Schumacher
2023-01-19LibCore: Return `EBADF` on unsupported stream operationsTim Schumacher
2023-01-19LibDebug: Identify embedded resources with a preceding dotTim Schumacher
2023-01-19LibDebug: Factor out the "looks like embedded resource" conditionTim Schumacher
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh