summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-27Prekernel: Export some multiboot parameters in our own BootInfo structGunnar Beutner
2021-07-27LibELF: Fix unaligned writes in the relocation codeGunnar Beutner
2021-07-27DynamicLoader+LibELF: Move self-relocation code into a separate fileGunnar Beutner
2021-07-27Kernel: Make the kernel independent from specific physical addressesGunnar Beutner
2021-07-27Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g'Lennon Donaghy
2021-07-27LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)Andreas Kling
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-07-26LibJS: Update Temporal spec comment that's now been correctedLinus Groh
2021-07-27SystemMonitor: Display connection status icons in Network tabMaciej Zygmanowski
2021-07-27Base: Add network-connected iconMaciej Zygmanowski
2021-07-27Kernel: Make LoopbackAdapter always link upMaciej Zygmanowski
2021-07-27CI: Cache UnicodeData files on GitHub Actions runsIdan Horowitz
2021-07-27LibWeb: Fix parsing of character references in attribute valuesovf
2021-07-26LibChess: Early check of legal moveMartin Blicha
2021-07-26Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctlPatrick Meyer
2021-07-26HackStudio: Resize editors when removing panesNicholas Hollett
2021-07-27Kernel: Make KCOVDevice::ioctl() return KResultAli Mohammad Pur
2021-07-27Kernel: Shutdown on panic in self-test modeLiav A
2021-07-27Kernel: Modify the IOCTL API to return KResultBrian Gianforcaro
2021-07-27Kernel+LibC: Use argument for TIOCGPGRP ioctl valueBrian Gianforcaro
2021-07-27Kernel: Utilize AK::Userspace<T> in the ioctl interfaceBrian Gianforcaro
2021-07-27AK: Add copy_to span method for AK::MACAddressBrian Gianforcaro
2021-07-26Mail: Prompt for password if no password was savedTom
2021-07-26LibGUI: Add InputType enum to allow creating a password InputBox dialogTom
2021-07-26LibWeb: Add blurring support to box-shadowTobias Christiansen
2021-07-26LibGfx: Add FastBoxBlurFilterTobias Christiansen
2021-07-26NotificationServer: Expand the notification when hoveredsin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-07-26LibGUI: Ignore the Enter event by defaultsin-ack
2021-07-26LibGUI: Only dispatch Leave if the now-hovered widget isn't a childsin-ack
2021-07-26LibGUI: Add virtual handlers for WindowEntered and WindowLeft eventssin-ack
2021-07-26LibGUI: Let GUI applications create an inspectable EventLoopsin-ack
2021-07-26LibJS: Implement Unicode aware String.prototype.to{Upper,Lower}CaseTimothy Flynn
2021-07-26Meta: Add LibUnicode (and its tests) to LagomTimothy Flynn
2021-07-26LibUnicode: Introduce a Unicode library for interacting with UCD filesTimothy Flynn
2021-07-26Kernel: Add option to build with coverage instrumentation and KCOVPatrick Meyer
2021-07-26LibJS: Implement Temporal.PlainDate.fromIdan Horowitz
2021-07-26LibJS: Implement Temporal.PlainDate.compareIdan Horowitz
2021-07-26LibJS: Use narrower types in Temporal PlainDate/PlainDateTime/CalendarIdan Horowitz
2021-07-26LibWeb: Make functions and attributes in bindings writabledavidot
2021-07-26LibJS: Implement a naive String.prototype.localeComparedavidot
2021-07-26LibWeb: Fix that non-member calls to window gave the wrong this_valuedavidot
2021-07-26LibWeb: Make the custom CSSDeclaration methods only work on stringsdavidot
2021-07-26LibWeb: Add a CustomHasProperty trait to WrapperGeneratordavidot
2021-07-26LibWeb: Convert WrapperGenerator and the generated code to east-constdavidot
2021-07-26KeyboardSettings: Prevent minimising the windowJamie Mansfield
2021-07-26KeyboardSettings: Prevent resizing the windowJamie Mansfield
2021-07-26DisplaySettings: Prevent minimising the windowJamie Mansfield
2021-07-26Spider: Improve 32x32 iconJamie Mansfield
2021-07-26Kernel: Remove invalid '#' format modifier for printing a faulting addrAli Mohammad Pur