summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-20HackStudio: Update the window title after changing an active editorKarol Kosek
2021-08-20CI: Set on-target test timeout to 60 minutesTimothy Flynn
2021-08-20CI: Include a timestamp in the Azure ccache keyTimothy Flynn
2021-08-20LibGUI: Pass context menu events through normal event dispatchAndreas Kling
2021-08-20WidgetGallery: Remove menubarAndreas Kling
2021-08-19Kernel: Make Process::current() return a Process& instead of Process*Idan Horowitz
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: Add GenericLexer API to consume an escaped Unicode code pointTimothy Flynn
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-19AK: Add GenericLexer to forwarding headerTimothy Flynn
2021-08-19Kernel: Consolidate a bunch of i386/x86_64 code pathsAndreas Kling
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-19Kernel/USB: Remove unused `free` function from QueueHeadJesse Buhagiar
2021-08-19Kernel/USB: Harden Descriptor memory allocationJesse Buhagiar
2021-08-19Kernel/USB: Remove unused include from UHCIController.cppJesse Buhagiar
2021-08-19Kernel/USB: Move UHCI related structures to subdirectoryJesse Buhagiar
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-19Meta: Explicitly configure source directory in debug-kernel.shBrian Gianforcaro
2021-08-19Kernel: Move set_metadata_dirty calls to notify_watchersEdward Palmer
2021-08-19AK: Enable IntrusiveList self reference to be optimized out when emptyBrian Gianforcaro
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