summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-20LibGUI: Pass context menu events through normal event dispatchAndreas Kling
2021-08-20WidgetGallery: Remove menubarAndreas Kling
2021-08-19LibJS: Allow Unicode escape sequences in identifiersTimothy Flynn
2021-08-19LibRegex+LibJS: Change capture group names from a String to a FlyStringTimothy Flynn
2021-08-19LibRegex: Allow Unicode escape sequences in capture group namesTimothy Flynn
2021-08-19LibRegex: Use GenericLexer to consume escaped code pointsTimothy Flynn
2021-08-19LibRegex: Convert regex::Lexer to inherit from GenericLexerTimothy Flynn
2021-08-19LibJS: Use GenericLexer to consume escaped code pointsTimothy Flynn
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-19LibC: Add FNM_NOMATCH to fnmatch.hKenneth Myhra
2021-08-19LibCore: Fix build error in File.cpp on macOSfladd
2021-08-19LibJS: Add type range checks to the Date make_day AOIdan Horowitz
2021-08-19LibCore: Make DateTime's members signedIdan Horowitz
2021-08-19LibTest+Utilities: Print a start message before each test in run-testsAndrew Kaster
2021-08-19HackStudio: Fix "navigate to include"Itamar
2021-08-19LibCpp: Handle circular imports gracefullyItamar
2021-08-19LibGL: Don't crash on invalid pname value in glGetFloatvJesse Buhagiar
2021-08-19LibJS: Implement Temporal.PlainDate.prototype.toJSON()Linus Groh
2021-08-19LibJS: Implement Temporal.PlainDate.prototype.toLocaleString()Linus Groh
2021-08-19LibJS: Implement Temporal.PlainDate.prototype.toString()Linus Groh
2021-08-19LibJS: Make Temporal's get_option() take a PropertyName directlyLinus Groh
2021-08-19WindowServer: Only clear the hovered item if the item was enabledsin-ack
2021-08-19LibGUI: Move common action definitions to CommonActions.cppsin-ack
2021-08-18LibJS: Reflect naming consistency editorial changes in the Temporal specLinus Groh
2021-08-18LibGL: Leave render loop early if color mask emptyStephan Unverwerth
2021-08-18LibGL: Fix triangle winding calculationStephan Unverwerth
2021-08-18LibGL: Fix clipping and interpolate vertex attributesStephan Unverwerth
2021-08-18LibGL: Improve texture sampling performanceStephan Unverwerth
2021-08-18LibGL: Return white texel when sampling uninitialized textureStephan Unverwerth
2021-08-18LibGL: Complete glGetString implementationStephan Unverwerth
2021-08-18LibGL: Implement glDepthFuncStephan Unverwerth
2021-08-18LibGL: Implement glDepthRangeStephan Unverwerth
2021-08-18LibGL: Fix incorrect blend factor setupStephan Unverwerth
2021-08-18LibGL: Allow glTexImage2D to create uninitialized texturesStephan Unverwerth
2021-08-18LibGL: Fix interpretation of BGRA byte orderStephan Unverwerth
2021-08-18LibGL: Fix glVertexPointer argument validationStephan Unverwerth
2021-08-18LibGL: Fix glTexCoord behaviourStephan Unverwerth
2021-08-18LibGL+3DFileViewer: Make glRotatef accept degrees, not radiansStephan Unverwerth
2021-08-18Utilities: Remove memset calls inside lsJean-Baptiste Boric
2021-08-18Utilities: Implement -p flag for cpJean-Baptiste Boric
2021-08-18LibCore: Implement preserve flag for file/directory copyJean-Baptiste Boric
2021-08-18Utilities: Properly sort files in lsJean-Baptiste Boric
2021-08-18LibJS: Update some Temporal spec section numbersLinus Groh
2021-08-18Utilities: Make aplay respect loader errorskleines Filmröllchen
2021-08-18LibAudio: Resample FLAC audio datakleines Filmröllchen
2021-08-18LibAudio: Resample with integer ratios instead of floatskleines Filmröllchen
2021-08-18Userland: Also cache d_type in find(1)Sergey Bugaev
2021-08-18Userland: Cache stat in find(1)Sergey Bugaev
2021-08-18Userland: Simplify recursion in find(1)Sergey Bugaev
2021-08-18Userland: Ditch Core::DirIterator for readdir() in find(1)Sergey Bugaev