summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-14false: Port to LibMainLucas CHOLLET
2022-01-14disasm: Port to LibMainLucas CHOLLET
2022-01-14Tests: Unmap memory ranges on /dev/mem after testing mmap(2)Liav A
2022-01-14Base: Skip the Shell/function.sh test since it's flaky on CIAndreas Kling
2022-01-14Kernel/TmpFS: Remove inode map from TmpFSAndreas Kling
2022-01-14LibGL: Add a few defines so that Quake 2's OpenGL renderer compilesqeeg
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-14LibJS: Add an else in StringPrototype::substrNico Weber
2022-01-14LibJS: Fix substr() with negative arguments larger than string lengthNico Weber
2022-01-14LibJS: Correcly handle surrogates in escape()Nico Weber
2022-01-14AK: Make Variant::visit() prefer overloads accepting T const& over T&Ali Mohammad Pur
2022-01-14AK+Everywhere: Make Variant::visit() respect the Variant's constnessAli Mohammad Pur
2022-01-14SystemMonitor: Split multi-core CPU usage graphs into multiple rowsIdan Horowitz
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2022-01-14ImageViewer: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2022-01-14LibGUI: Add `AbstractZoomPanWidget` widget :^)Mustafa Quraish
2022-01-14Tests: Remove some temporary files when finished using themAndreas Kling
2022-01-13Kernel: Wrap much of sys$execve() in a block scopeAndreas Kling
2022-01-13Kernel: Perform exec-into-new-image directly in sys$execve()Andreas Kling
2022-01-13LibJS: Handle the [[LanguageDisplay]] tag when localizing languagesTimothy Flynn
2022-01-13LibUnicode: Do not limit language display names to known localesTimothy Flynn
2022-01-13LibUnicode: Add a method to combine locale subtags into a display stringTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display patternsTimothy Flynn
2022-01-13LibELF: Accept Span instead of Pointer+Size in validate_program_headersIdan Horowitz
2022-01-13LibELF: Use StringBuilders instead of Strings for the interpreter pathIdan Horowitz
2022-01-13Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOrIdan Horowitz
2022-01-13Kernel: Make map_bios() and map_ebda() fallible using ErrorOrIdan Horowitz
2022-01-13Base: Add icon for palette filesMarcus Nilsson
2022-01-13LibJS: Mark CreateTemporalTimeZone("UTC") as infallibleLinus Groh
2022-01-13Ports/mc: Add Midnight Commander portKenneth Myhra
2022-01-13LibC: Remove TODO() macros to not break mc portKenneth Myhra
2022-01-13LibC: Add definition for PRIxMAXKenneth Myhra
2022-01-13Ports/vim: Bump version number to 8.2.4066Kenneth Myhra
2022-01-13Base: Fix non-compliant PNG iconsMarcus Nilsson
2022-01-13LibGfx: Change return type of Adler32 checksums in PNGWriterMarcus Nilsson
2022-01-13Kernel: Stop leaking executable path in successful sys$execve()Andreas Kling
2022-01-13WindowServer: Don't try to flash menubar in deleted windowsAndreas Kling
2022-01-13Meta: Add Xexxa's name to the contributors listLady Gegga
2022-01-13LibJS: Implement per-locale display of calendars and date-time fieldsTimothy Flynn
2022-01-13LibJS: Add FIXME regarding [[LanguageDisplay]] internal slot handlingTimothy Flynn
2022-01-13LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapperTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for date fieldsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for calendarsTimothy Flynn
2022-01-13LibJS: Add [[LanguageDisplay]] to Intl.DisplayNames's resolvedOptionsTimothy Flynn
2022-01-13js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slotTimothy Flynn
2022-01-13LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" optionsTimothy Flynn
2022-01-13LibJS: Remove unnecessary braces in Intl.DisplayNamesTimothy Flynn
2022-01-13man.serenityos.org: Include Games section on index pageDavidLindbom
2022-01-13LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIssin-ack
2022-01-13test-imap: Convert test-imap to LibMainsin-ack