summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-02Kernel: Make PageDirectory.cpp compile on aarch64James Mintram
2022-04-02Kernel: Make PhysicalRegion.cpp compile on aarch64James Mintram
2022-04-02Kernel: Make AddressSpace.cpp compile on aarch64James Mintram
2022-04-02Kernel: Make Region.cpp compile on aarch64James Mintram
2022-04-02Kernel: Add missing new/delete and kcalloc to dummy.cppJames Mintram
2022-04-02Kernel: Re-add dummy.cpp and remove duplicate definitionsJames Mintram
2022-04-02Kernel: Add idle_thread() to aarch64 Processor.hJames Mintram
2022-04-02Kernel: Add PAGE_MASK to an aarch64 CPU headerJames Mintram
2022-04-03LibJS: Use AK::Time in system_utc_epoch_nanoseconds()Linus Groh
2022-04-03AK: Add generic sincos solution for non-x86 platformsserenityosrocks
2022-04-02LibWeb: Add the requestIdleCallback/cancelIdleCallback APISimon Wanner
2022-04-02LibWeb: Implement the infrastructure necessary for requestIdleCallbackSimon Wanner
2022-04-02LibWeb: Expose IdleDeadline on the window objectSimon Wanner
2022-04-02top: Add support for quitting top by pressing qJames Mintram
2022-04-02Browser: Add Ctrl-<number> actions to changes tabsOlivier De Cannière
2022-04-02LibGUI: Add TabWidget::activate_last_tab()Olivier De Cannière
2022-04-02DisplaySettings: Add theme selection and previewMacDue
2022-04-02LibGfx: Add list_installed_system_themes() to SystemThemeBen Maxwell
2022-04-02LibGUI+Applications: Move abstract ThemeEditor preview to LibGUIBen Maxwell
2022-04-02AK: Add last() utility function to SpanBen Maxwell
2022-04-02Userland: Fix crash when inputting non-tty device into psThomas Symalla
2022-04-023DFileViewer: Allow escape key to exit fullscreen modeAdam Patterson
2022-04-02Meta: Completely overhaul the READMEkleines Filmröllchen
2022-04-02LibWeb: Implement flex reverse layoutsEnver Balalic
2022-04-02Base: Add new bitmap font Luciditydjwisdom
2022-04-02AK+LibHTTP: Ensure plus signs are percent encoded in query stringGeekFiftyFive
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-02UserspaceEmulator: Implement the SSE extensionHendiadyoin1
2022-04-02UserspaceEmulator: Don't mark SoftFPU::mmx_get/set as ALWAYS_INLINEHendiadyoin1
2022-04-02LibX86: Correctly name CVTTSS2SI_r32_xmm2m32Hendiadyoin1
2022-04-02LibX86: Use the correct code for UNPCKLSHendiadyoin1
2022-04-02LibX86: Correctly name the first xmm argumentHendiadyoin1
2022-04-02LibX86: Don't print repz prefix for SSE instructionsHendiadyoin1
2022-04-02LibGfx: Use AK's rsqrt and cast to floats earlierHendiadyoin1
2022-04-02AK: Add vector variants of sqrt and rsqrtHendiadyoin1
2022-04-02AK: Add rsqrt and a SSE specific implementation for sqrtHendiadyoin1
2022-04-02Meta: Update required clang-format version in CONTRIBUTING.mdIdan Horowitz
2022-04-02Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02LibJS: Normalize NaN values in Sets and MapsIdan Horowitz
2022-04-02Ports: Fix dependency install when port name is not port folder nameEWouters
2022-04-02Ports/libtiff: Name port as folder name and fix workdirEWouters
2022-04-02Base: Add Andrew's very inspired musings to the fortunes databasekleines Filmröllchen
2022-04-02LibWeb: Use the specification defined types in IntersectionObserverInitIdan Horowitz
2022-04-02LibWeb: Include relevant headers in IDL constructor implementationsIdan Horowitz
2022-04-02LibWeb: Support integral default values for IDL unionsIdan Horowitz
2022-04-02LibWeb: Remove no-op calls to emit_includes_for_all_imports for headersIdan Horowitz
2022-04-02LibWeb: Add the ResizeObserverBoxOptions IDL enumIdan Horowitz
2022-04-02LibWeb: Strip double quotes from IDL enum default valuesIdan Horowitz