summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-30LibJS: Parse RegExp literals at AST creation time, not execution timeTimothy Flynn
2021-07-30LibRegex: Allow separately parsing patterns and creating Regex objectsTimothy Flynn
2021-07-30LibRegex: Take ownership of pattern string and fix move operationsTimothy Flynn
2021-07-30LibRegex: Allow RegexOptions to be declared at compile timeTimothy Flynn
2021-07-30LibUnicode: Add public methods to compare and lookup Unicode propertiesTimothy Flynn
2021-07-30LibUnicode: Manually assign special code point propertiesTimothy Flynn
2021-07-30LibUnicode: Parse and generate PropertyAliasesTimothy Flynn
2021-07-30LibUnicode: Parse and utilize DerivedCorePropertiesTimothy Flynn
2021-07-30LibUnicode: Do not replace underscores in property namesTimothy Flynn
2021-07-30LibUnicode: Generate PropList enumeration as a bitmaskTimothy Flynn
2021-07-30LibJS: Take prepare_temporal_fields() Vector arguments by const&Linus Groh
2021-07-30LibJS: Replace TypeError with RangeError in GetOffsetNanosecondsForLinus Groh
2021-07-30LibC: Stub mlock in sys/mmanLuke
2021-07-30LibChess: Fix hashing of the chess boardMartin Blicha
2021-07-30MailSettings: Add basic mail settings dialogFaeliore
2021-07-30Browser: Show a message when attempting to search with no search engineSam Atkins
2021-07-30LibGfx: Refactor Point.constrain to use AKFrHun
2021-07-30LibGui: Add bounding of rubber band to IconViewFrHun
2021-07-30LibJS: Implement Temporal.PlainTime.prototype.getISOFields()Linus Groh
2021-07-30LibJS: Implement Temporal.PlainDate.prototype.getISOFields()Linus Groh
2021-07-30LibGfx: Use correct variable size on bitmap to buffer convertionKarol Kosek
2021-07-29LibJS: Implement Temporal.PlainTime.prototype.toPlainDateTimeIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.inLeapYearIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.monthsInYearIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.daysInYearIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.daysInMonthIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.daysInWeekIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.weekOfYearIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.dayOfYearIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.dayOfWeekIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.nanosecondIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.microsecondIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.millisecondIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.secondIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.minuteIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.hourIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.dayIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.monthCodeIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.monthIdan Horowitz
2021-07-29LibJS: Implement Temporal.PlainDateTime.prototype.yearIdan Horowitz
2021-07-29LibGUI: Do not wrap text in statusbar segmentssin-ack
2021-07-29LibCore: Support registration of TextWrapping propertiessin-ack
2021-07-29LibUnicode: Make unicode data generation logic more relocatableAndrew Kaster
2021-07-29Meta/LibTest: Build object libraries for test main filesAndrew Kaster
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-29Kernel+LibC: Add linger to sys/sockets.hLuke
2021-07-29LibWeb: Remove unused enum value CSS::StyleValue::PositionAndreas Kling
2021-07-29Profiler: Don't perform disassembly when disassembly view is hiddenAndreas Kling
2021-07-29SystemMonitor: Only update kill actions when pid changesMarcus Nilsson
2021-07-29SystemMonitor: Use kill(pid,0) when checking for kill permissionMarcus Nilsson