summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-03LibWeb: Parse font-stretch CSS propertyAliaksandr Kalenik
2023-02-03Settings: Change initial window size to fit the current contentSam 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-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-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
2023-02-02LibGUI: Use the correct font when relayouting BreadcrumbbarAndreas Kling
2023-02-02LibGUI: Merge two loops over the segments in Breadcrummbar::relayout()Andreas Kling
2023-02-02LibGUI: Center TreeView item icons verticallyAndreas Kling
2023-02-02Piano: Propagate errors in PlayerWidgetKeir Davis
2023-02-02LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)Karol Kosek
2023-02-02LibWeb: Allow to set a root mode value when constructing a ShadowRootKarol Kosek