summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-27Kernel+LibC: Use argument for TIOCGPGRP ioctl valueBrian 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-26LibC: Declare wide character type functions in wctype.hKenneth Myhra
2021-07-26TextDocument: Fix indentation duplicating spacesVinicius
2021-07-26Taskbar: Unbreak application launchers in the start menuAndreas Kling
2021-07-26Settings: Tweak initial window sizeAndreas Kling
2021-07-26Taskbar: Show Settings app instead of Settings app categoryAndreas Kling
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-26Settings: Add a very simple Settings applicationAndreas Kling
2021-07-26LibDesktop: Add an optional "Description" field to .af filesAndreas Kling
2021-07-25WindowServer: Remove debug spam in MenuManager::refresh()Andreas Kling
2021-07-25LibC: Randomize malloc() block addresses on x86_64Andreas Kling
2021-07-25Utilities: Support static assignment of the ARP tablebrapru
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
2021-07-25LibGUI: Put actions in order in MultiViewKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts for changing views in MultiViewKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts to FilePickerKarol Kosek
2021-07-25Kernel: Remove unused madvise(MADV_GET_VOLATILE)Andreas Kling
2021-07-25Kernel: Make purgeable memory a VMObject level concept (again)Andreas Kling
2021-07-25LibGUI: Handle GUI::Window non-volatile backing store issues betterAndreas Kling
2021-07-25LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failureAndreas Kling