summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-19LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidgetthankyouverycool
2022-11-19FontEditor: Add Layout options to View menuthankyouverycool
2022-11-19FontEditor: Remove redundant set_scale() helperthankyouverycool
2022-11-19FontEditor: Remove overzealous find-and-replace ""sv operatorthankyouverycool
2022-11-19FontEditor: Consolidate GlyphEditor's flip_{horizontally,vertically}thankyouverycool
2022-11-19FontEditor: Standardize Gfx::RotationDirections for rotate_90()thankyouverycool
2022-11-19Kernel+lsirq: Track per-CPU IRQ handler call countsAndreas Kling
2022-11-19Kernel: Add MAX_CPU_COUNT global constantAndreas Kling
2022-11-19Kernel: Rename GenericInterruptHandler "invoking count" to "call count"Andreas Kling
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-19LibJS+LibWeb: Return non-const types from Ptr class operatorsMacDue
2022-11-19AK: Return non-const types from Ptr class operatorsMacDue
2022-11-19LibJS: Add spec comments to TypedArray.prototype.entriesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.keysJamie Mansfield
2022-11-19LibJS: Match spec behaviour in TypedArray.prototype.joinJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.joinJamie Mansfield
2022-11-19LibJS: Add missing assert to TypedArray.prototype.indexOfJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.indexOfJamie Mansfield
2022-11-19LibJS: Add missing assert to TypedArray.prototype.includesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.includesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.reduceRightJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.reduceJamie Mansfield
2022-11-19LibJS: Match spec behaviour in TypedArray.prototype.fillJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.fillJamie Mansfield
2022-11-19LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add testsAndreas Kling
2022-11-19LibC: Make getpwent_r() behave more like glibcAndreas Kling
2022-11-19LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font renderingJulian Offenhäuser
2022-11-19LibGfx: Move TTF::Rasterizer to its own filesJulian Offenhäuser
2022-11-19ThemeEditor: Update GML and polish interfacethankyouverycool
2022-11-19Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()thankyouverycool
2022-11-19LibGUI: Add CommonMenusthankyouverycool
2022-11-19LibGUI: Add fallible try_create_checkable() Actionthankyouverycool
2022-11-19LibGUI: Add ColorFilterer classthankyouverycool
2022-11-19LibGUI: Allow adding previously constructed menus to Menubarthankyouverycool
2022-11-19LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxesthankyouverycool
2022-11-19LibGUI: Display shortcut text for Alt Graph modifierthankyouverycool
2022-11-18Kernel: Fix includes when building aarch64Steffen Rusitschka
2022-11-18LibJS: Validate TypedArray when calling TypedArray.prototype.valuesJamie Mansfield
2022-11-18LibJS: Add spec comments to %TypedArray%.prototype.valuesJamie Mansfield
2022-11-18Meta: Do not hard-code index types for UCD/CLDR/TZDB code generatorsTimothy Flynn
2022-11-18LibWeb: Implement most of WebDriver capability matchingTimothy Flynn
2022-11-18LibWeb: Extract out the User-Agent browser name and versionTimothy Flynn
2022-11-18WebContent: Add missing user prompt handling stepsTimothy Flynn
2022-11-18WebDriver: Implement all modes for handling the current user promptTimothy Flynn
2022-11-18WebContent+WebDriver: Send the parsed capabilities over to WebContentTimothy Flynn
2022-11-18LibWeb+WebDriver: Begin processing and matching WebDriver capabilitiesTimothy Flynn
2022-11-18LibWeb: Do not reject valid WebDriver script timeoutsTimothy Flynn
2022-11-18AK: Add mutable accessors for JsonValue's as_array and as_objectTimothy Flynn
2022-11-18AK: Add JSON object/array for-each methods for fallible callbacksTimothy Flynn
2022-11-18AK: Add a concept for requiring that a function is fallibleTimothy Flynn