summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-07-26LibC: Declare wide character type functions in wctype.hKenneth Myhra
2021-07-26Kernel: Un-unmap-after-init CommandLine::boot_mode()Ali Mohammad Pur
2021-07-26Kernel: Show the unmapped-after-init symbol being accessedAli Mohammad Pur
2021-07-26Base: Mitigations(7) add -fzero-call-used-regs and Process ProtectionBrian Gianforcaro
2021-07-26TextDocument: Fix indentation duplicating spacesVinicius
2021-07-26Taskbar: Unbreak application launchers in the start menuAndreas Kling
2021-07-26Base: Make DisplaySettings have matching 16x16 and 32x32 iconsAndreas Kling
2021-07-26Settings: Tweak initial window sizeAndreas Kling
2021-07-26Taskbar: Show Settings app instead of Settings app categoryAndreas Kling
2021-07-26Base: Improve 32x32 app icons for DisplaySettings and KeyboardSettingsAndreas Kling
2021-07-26MouseSettings: Replace the scroll step size iconAndreas Kling
2021-07-26Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1Brian Gianforcaro
2021-07-25LibJS: Use more narrow types in Temporal ISODateTime structLinus Groh
2021-07-25LibJS: Implement Temporal.TimeZone.prototype.getOffsetNanosecondsFor()Linus Groh
2021-07-25LibJS: Handle PlainDateTime objects in GetTemporalCalendarWithISODefaultLinus Groh
2021-07-25LibJS: Handle PlainDateTime objects ToTemporalCalendarLinus Groh
2021-07-25LibJS: Store the %Array.prototype.values% intrinsic on the global objectLinus Groh
2021-07-26Kernel: Don't try to return a committed page that we don't haveAndreas Kling
2021-07-26Kernel: Clear the COW bits when making an AnonymousVMObject volatileAndreas Kling
2021-07-26Settings: Add a very simple Settings applicationAndreas Kling
2021-07-26Base: Add descriptions to the apps in the Settings category :^)Andreas Kling
2021-07-26LibDesktop: Add an optional "Description" field to .af filesAndreas Kling
2021-07-26Base: Replace the MouseSettings app icon with something nicer :^)Andreas Kling