summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-08AK+Everywhere: Make FixedArray OOM-safecreator1creeper1
2022-01-08Kernel: Remove EWHYTHO error code :^)Andreas Kling
2022-01-08LibC: Remove `#ifdef AK_OS_MACOS` checks from shadow.hDaniel Bertalan
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2022-01-08LibC: Fix typo: fgetround => fegetroundDaniel Bertalan
2022-01-08LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`Simon Woertz
2022-01-08LibCrypt: Link the SHA2 hash implementation into LibCrypt privatelyAndrew Kaster
2022-01-08gzip: Don't fail when trying to compress empty filesRummskartoffel
2022-01-08gzip: Port to LibMainRummskartoffel
2022-01-08LibCore: Change a west const to an east constnyabla
2022-01-08jp: Use File::standard_input() when reading from stdinMarcus Nilsson
2022-01-08LibUnicode: Use LibTimeZone's list of time zone namesTimothy Flynn
2022-01-08LibTimeZone: Parse ZONE entries from the TZDB and generate their namesTimothy Flynn
2022-01-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn
2022-01-08PixelPaint+LibGfx: Add sepia color filterXavier Defrang
2022-01-08LibGfx: Implement Grayscale/Invert filters as ColorFilterXavier Defrang
2022-01-08Userland: Introduce the pmemdump utilityLiav A
2022-01-08less: Fix crash on empty inputRummskartoffel
2022-01-08KeyboardMapper: Add support for dynamic keyboard visualizationJean-Paul Balabanian
2022-01-08LibGUI: Add missing altgr() modifier keyJean-Paul Balabanian
2022-01-08LibTLS: Mark the socket as idle after a TLS-level disconnectionAli Mohammad Pur
2022-01-08LibC: Fix up a few copy-pasted INTMAX parameter namesTim Schumacher
2022-01-08LibJS: Remove duplicate assignment step from parse_iso_date_time()Linus Groh
2022-01-08Spider: Add functionality to automatically move cards to valid stacksNeolyum
2022-01-07man: Fix error handling when section is specifiedJulian Eigmüller
2022-01-07LibC: Add mntent stub functionsMartin Bříza
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07LibLine: Replace call to vfork() with fork()Andrew Kaster
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-07run-tests: Make reproducing test failures behave closer to selftest modeBrian Gianforcaro
2022-01-07LibPthread: Remove bad spec link for pthread_{get/set}name_np APIsBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec link for pthread_sigmask APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for pthread_once APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for pthread_cond APIBrian Gianforcaro
2022-01-07LibPthread: Add POSIX spec links for semaphore APIsBrian Gianforcaro
2022-01-07LibC: Add POSIX spec links for unistd APIsBrian Gianforcaro
2022-01-07LibSQL: Implement LIKE SQL expressionsGuilherme Gonçalves
2022-01-07LibSQL: Properly parse ESCAPE expressionsGuilherme Gonçalves
2022-01-07LibTest: Use Array instead of fold expression in __testjs_last()Andrew Kaster
2022-01-07EmojiInputDialog: Ensure that all buttons are equal widthFiliph Sandström
2022-01-07LibCore: Guard access to EventLoop notifiers set with a mutexAndreas Kling
2022-01-06LibJS: Fully parse the TimeZoneIANAName productionLinus Groh
2022-01-06LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mappingTimothy Flynn
2022-01-06LibJS: Include time zone name in TemporalInvalidTimeZoneName errorLinus Groh
2022-01-06LibGUI: Avoid double hash lookup in ModelSelection::add()Andreas Kling
2022-01-06LibGUI: Update the AboutDialog copyright year :^)sin-ack
2022-01-06PDFViewer: Add actions to rotate the displayed PDFMarcus Nilsson
2022-01-06LibGUI: Move rotate cw/ccw to CommonActionsMarcus Nilsson
2022-01-06PDFViewer: Enable panning with middle mouse buttonMarcus Nilsson
2022-01-06PDFViewer: Add zoom in/out/reset menu actionsMarcus Nilsson