summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-07-17LibGfx: Fix direction of vertical gradientsMacDue
2022-07-17LibGfx: Support alpha blending on gradientsMacDue
2022-07-17LibWeb: Support painting simple linear-gradientsMacDue
2022-07-17LibWeb: Allow having a linear-gradient() as a background-imageMacDue
2022-07-17LibWeb: Parse the linear-gradient() CSS functionMacDue
2022-07-17LibWeb: Add LinearGradientStyleValueMacDue
2022-07-17LibWeb: Add serialize_a_srgb_value()MacDue
2022-07-17LibWeb: Fix queuing mutation records for node removalLuke Wilde
2022-07-17LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValuesAndreas Kling
2022-07-17LibWeb: Rename FormattingState to LayoutStateAndreas Kling
2022-07-17LibWeb: Implement basic stretch alignment for `flex-wrap: wrap`Andreas Kling
2022-07-17LibWeb: Update flex container intrinsic size algorithm to draft specAndreas Kling
2022-07-17LibWeb: Paper over a VERIFY() crash in ResourceLoader for nowAndreas Kling
2022-07-17Calculator: Set button colors from system paletteKarol Kosek
2022-07-17PixelPaint: Export images using the editor title as a default basenameKarol Kosek
2022-07-17Shell: Add the |& construct for piping stderr along with stdoutsin-ack
2022-07-17LibLine: Ignore empty spans when stylizingsin-ack
2022-07-17LibWeb: Avoid needless copies during Blob constructionLinus Groh
2022-07-17LibWeb: Add support for XHR response type BlobKenneth Myhra
2022-07-17LibWeb: Introduce BlobKenneth Myhra
2022-07-16LibWeb: Add definitions from '2.2.6. Responses' in the Fetch specLinus Groh
2022-07-15LibJS: Update spec numbers from the array-find-from-last proposal mergeTimothy Flynn
2022-07-15LibJS: Sort TypedArray.prototype methods in spec orderTimothy Flynn
2022-07-15LibJS: Sort Array.prototype methods in spec orderTimothy Flynn
2022-07-15LibWeb: Add definitions from '2.2.5 Requests' in the Fetch specLinus Groh
2022-07-15LibWeb: Add a couple of missing includes to Fetch's Headers.hLinus Groh
2022-07-15LibWeb: Mark Origin::serialize() as constLinus Groh
2022-07-15LibWeb: Remove weird is_undefined_or_auto() helper in FFCAndreas Kling
2022-07-15LibWeb: Update flex line "remaining free space" when finishedAndreas Kling
2022-07-15LibGUI: Apply more padding to text on tabsnetworkException
2022-07-15Kernel+LibC: Add posix_fallocate syscallHendiadyoin1
2022-07-15LibIPC: Retry post_message write on EAGAIN and yieldFrHun
2022-07-15LibCore: InspectorServerConnection send responses with multiple writesFrHun
2022-07-15WidgetGallery: Make inspectableFrHun
2022-07-15LibGUI: Sync ColorPicker's color slider with other color widgetsCodeforEvolution
2022-07-15KeyboardSettings: Improve KeymapDialog layoutFrHun
2022-07-15Applications: Make settings outer margins and spacing consistentFrHun
2022-07-15PixelPaint: Tweak FilterGallery layoutFrHun
2022-07-15CrashReporter: Tweak layoutFrHun
2022-07-15Taskbar: Center buttons again by fixing marginsFrHun
2022-07-15LibGUI: Fix weird behavior when using Ctrl+Shift+[Up,Down] in TextEditorLucas CHOLLET
2022-07-15LibGUI: Add a helper for VerticalDirectionLucas CHOLLET
2022-07-15LibGUI: Explicitly default initialize class membersLucas CHOLLET
2022-07-15LibJS: Allow specifying keyword values not directly defined for a localeTimothy Flynn
2022-07-15LibUnicode: Remove obsolete Unicode::get_default_number_systemTimothy Flynn
2022-07-15LibJS: Remove hard-coded lists of collation typesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup locale-preferred keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup available keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate available values for the keywords co, kf, kn, hcTimothy Flynn
2022-07-15Userland: Introduce the lsblk utility to show list of storage devicesLiav A