summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-04-16HexEditor: Use debgln_ifHendiadyoin1
2021-04-16UserspaceEmulator: use outln_ifHendiadyoin1
2021-04-16AK: Add outln_if and warnln_ifHendiadyoin1
2021-04-16PixelPaint: Add keyboard zoom shortcutsJagger De Leo
2021-04-16PixelPaint: Add Zoom Reset button to new View Menubar.Jagger De Leo
2021-04-16LibJS: Dont try to serialize symbol-keyed propertiesIdan Horowitz
2021-04-16LibJS: Accept symbol property in ObjectPrototype::hasOwnPropertyIdan Horowitz
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16LibCore+LibIPC: Add IPC coder for Core::DateTimeTimothy Flynn
2021-04-16AK: Add type alias for AK::OptionalTimothy Flynn
2021-04-16LibWeb: Impose a sane max cookie sizeTimothy Flynn
2021-04-16Ports: Build shared libraries for a few more portsGunnar Beutner
2021-04-16Ports: Make sure ports are installed into /usr/localGunnar Beutner
2021-04-16LibELF: Add support for loading libraries from /usr/localGunnar Beutner
2021-04-16Toolchain+Ports: Move the CMake toolchain file into a subdirectoryGunnar Beutner
2021-04-16Toolchain: Add platform definition for CMakeGunnar Beutner
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-16LibDebug/Dwarf: Use dbgln_if() instead of '#if DWARF_DEBUG'AnotherTest
2021-04-16UserspaceEmulator: Print stacktrace for unhandled exceptionsGunnar Beutner
2021-04-16LibDebug: Add support for StandardOpcodes::FixAdvancePcGunnar Beutner
2021-04-16LibDebug: Add array bounds check for m_source_filesGunnar Beutner
2021-04-16LibJS: Remove #if !defined(KERNEL)Linus Groh
2021-04-16Kernel: Add some missing socket ioctlssin-ack
2021-04-16man: Update SystemServer(5) documentation with new Socket stylesin-ack
2021-04-16Ports: Update the gcc port to 10.3.0Gunnar Beutner
2021-04-16Ports: Remove obsolete patch for mrshGunnar Beutner
2021-04-16LibC: Don't call initializers in crt0Gunnar Beutner
2021-04-16Toolchain+LibC: Don't link LibC against crt0Gunnar Beutner
2021-04-16LibC: Shared libraries shouldn't have an entry pointGunnar Beutner
2021-04-16AK: Fix incorrect formatter signing of numbers between -1.0 and 0.0Matthew Olsson
2021-04-16Documentation: Fix the path to the disk image on WSLJoão Moreno
2021-04-16LibDebug: Fix typo in handle_special_opcode method nameFalseHonesty
2021-04-16Ports: Bump git to 2.31.1Federico Guerinoni
2021-04-16WindowServer: Recalculate window rect when toggling menubarLinus Groh
2021-04-16WindowServer: Replace window menu action magic numbers with enumLinus Groh
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-04-15Welcome: Fix build breakageAndreas Kling
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-15WindowServer: Clean up some of the code around menu item hoveringAndreas Kling
2021-04-15Applications: Rename Serendipity => WelcomeAndreas Kling
2021-04-15Applets: Remove unused UserName appletAndreas Kling
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-04-15LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributesIdan Horowitz
2021-04-15LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}Idan Horowitz
2021-04-15LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_textIdan Horowitz
2021-04-15LibWeb: Add support for optional double arguments with no default valueIdan Horowitz
2021-04-15LibWeb: Emit optional boolean variable definition in WrapperGeneratorIdan Horowitz
2021-04-15LibM: Use fptan/fpatan instead of approximating atan2/tanAnotherTest
2021-04-15LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()AnotherTest