summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-03AK: Add thresholds to `quickselect_inline` and `Statistics::Median`Staubfinger
2023-02-03AK: Use `AK:quickselect_inline` to compute `AK::Statistics::median`Staubfinger
2023-02-03AK: Testing for `AK::quickselect_inline`Staubfinger
2023-02-03AK: Implement the quick select algorithm as AK::quickselect_inplaceStaubfinger
2023-02-03Kernel: Fix usermode verification in ptrace with PT_SETREGSItamar
2023-02-03Base: Add British English Apple Macintosh keymapCubic Love
2023-02-03LibWeb: Parse font-stretch CSS propertyAliaksandr Kalenik
2023-02-03Settings: Change initial window size to fit the current contentSam Atkins
2023-02-03AK: Remove JsonObject::get_deprecated() and ::get_ptr() :^)Sam Atkins
2023-02-03Utilities/w: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/route: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/pmap: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/netstat: Replace uses of JsonObject::get_deprecated()/get_ptrSam Atkins
2023-02-03Utilities/mount: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/lsusb: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/lsof: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/lsjails: Replace uses of JsonObject::get_deprecated()/get_ptrSam Atkins
2023-02-03Utilities/lsirq: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/lscpu: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/json: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/ifconfig: Replace uses of JsonObject::get_deprecated()/get_ptrSam Atkins
2023-02-03Utilities/fortune: Replace uses of JsonObject::get_deprecated()/get_ptrSam Atkins
2023-02-03Utilities/df: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/arp: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Ladybird: Set fixed height for SettingsFederico Guerinoni
2023-02-03Ladybird: Add setting for page to open on new tabFederico Guerinoni
2023-02-03Ladybird: Design settings layout in horizontalFederico Guerinoni
2023-02-03LibVideo/VP9: Use proper indices for updating inter_mode probabilitiesZaggy1024
2023-02-03LibVideo/VP9: Use u32 to store the parsed value countsZaggy1024
2023-02-03LibVideo/VP9: Prevent negation overflow in BitStream::read_sZaggy1024
2023-02-03LibVideo/VP9: Correct the mode/partition probability adaption countsZaggy1024
2023-02-03LibVideo/VP9: Increase the size of summed boolean counts in merge_probsZaggy1024
2023-02-02WebContent: Remove pending file requests before invoking their callbacksTimothy Flynn
2023-02-02AK: Define HashMap::take to find and remove a value from the mapTimothy Flynn
2023-02-02AK: Ensure string types are actually considered hash-compatibleTimothy Flynn
2023-02-02AK: Return a constant reference from HashMap's constant get() overrideTimothy Flynn
2023-02-02CMake: Set DWARF version before the debug information levelTim Schumacher
2023-02-02Chess: Replace 'Style' menu with a link to GamesSettingsSam Atkins
2023-02-02Chess: Automatically update and repaint when the config changesSam Atkins
2023-02-02GamesSettings: Add chess settings :^)Sam Atkins
2023-02-02Chess: Paint pieces using BilinearBlend instead of NearestNeighborSam Atkins
2023-02-02Chess: Stop hiding the frame borderSam Atkins
2023-02-02Chess: Move configuration values into the "Games" domainSam Atkins
2023-02-02Chess: Stop trying to read non-existent window-size config valueSam Atkins
2023-02-02GamesSettings: Make CardSettingsWidget creation fallibleSam Atkins
2023-02-02GamesSettings: Rename `Preview` -> `CardGamePreview`Sam Atkins
2023-02-02LibPDF: Simplify Encoding to align with simple font requirementsRodrigo Tobar
2023-02-02LibPDF: Stop calculating code points for glyphsRodrigo Tobar
2023-02-02LibPDF: Fix ZapfDingbat's char codesRodrigo Tobar
2023-02-02LibPDF: Stop storing unicode code points in EncodingRodrigo Tobar