summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-21LibSQL: Introduce Serializer as a mediator between Heap and client codeJan de Visser
2021-08-21LibSQL+SQLServer: Bare bones INSERT and SELECT statementsJan de Visser
2021-08-21LibSQL: Added 'nullable' and 'default value' option to ColumnDefJan de Visser
2021-08-21LibSQL: Redesign Value implementation and add new typesJan de Visser
2021-08-21LibSQL: Make TupleDescriptor a shared pointer instead of a stack objectJan de Visser
2021-08-21LibGL: Use integer comparison for GL_EQUAL and GL_NOTEQUALJesse Buhagiar
2021-08-20LibCore: Show version and help before parsing positional argumentsTheFightingCatfish
2021-08-20LibJS: Implement RegExp.prototype.compileTimothy Flynn
2021-08-20LibRegex: Treat pattern string characters as unsignedTimothy Flynn
2021-08-20LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitializeTimothy Flynn
2021-08-20LibWeb: Fix inverted-if typo in flex_shrink_factor()Sam Atkins
2021-08-20LibJS: Implement Temporal.PlainMonthDay.prototype.toJSON()Linus Groh
2021-08-20LibJS: Implement Temporal.PlainMonthDay.prototype.toLocaleString()Linus Groh
2021-08-20LibJS: Implement Temporal.PlainMonthDay.prototype.toString()Linus Groh
2021-08-20LibJS: Implement Temporal.PlainYearMonth.prototype.toJSON()Linus Groh
2021-08-20LibJS: Implement Temporal.PlainYearMonth.prototype.toLocaleString()Linus Groh
2021-08-20LibJS: Implement Temporal.PlainYearMonth.prototype.toString()Linus Groh
2021-08-20LibGL: Implement `glPolygonMode`Jesse Buhagiar
2021-08-20LibWeb: Parse the CSS `opacity` property with `strtof()` for nowAndreas Kling
2021-08-20LibTextCodec: Remove unused is_standardized_encoding()Andreas Kling
2021-08-20LibCore: Make Core::File::open() return OSError in case of failureAndreas Kling
2021-08-20LibGUI: Reduce amount we init for FileIconProvider::filetype_image_iconAndrew January
2021-08-20LibGUI: Pass context menu events through normal event dispatchAndreas 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-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-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