summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-04SpaceAnalyzer: Extract ProgressWindow into its own classSam Atkins
2023-02-03Base: Add a test page for canvas patternsMacDue
2023-02-03LibWeb: Implement CanvasRenderingContext2D.createPattern()MacDue
2023-02-03Meta: Register CanvasPattern as a platform objectMacDue
2023-02-03LibWeb: Fix typo and use auto where possibleMacDue
2023-02-03SQLStudio: Display real column names in the results tabTimothy Flynn
2023-02-03SQLStudio: Separate the script and results tabs with a vertical splitterTimothy Flynn
2023-02-03LibSQL+SQLServer: Send result column names over IPC to SQL clientsTimothy Flynn
2023-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn
2023-02-03LibSQL: Store selected column names in the results for SELECT statementsTimothy Flynn
2023-02-03Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOrSteffen Rusitschka
2023-02-03TextEditor: Propagate errors from `read_file()`Lucas CHOLLET
2023-02-03TextEditor: Use `request_file_read_only_approved` for the drop eventLucas CHOLLET
2023-02-03TextEditor: Port to `Core::Stream`Lucas CHOLLET
2023-02-03grep: Port to `Core::Stream`Lucas CHOLLET
2023-02-03SystemServer: Propagate errors properly in the main codeLiav A
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