summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-02LibWeb: Restore handling of the serenity:ladybird/headless capabilityTimothy Flynn
2023-02-02LibGUI: Make Tray item height honor the current font sizeAndreas Kling
2023-02-02LibGUI: Relayout Breadcrumbbar on font changeAndreas Kling
2023-02-02LibGUI: Invalidate IconView cache on font changeAndreas Kling
2023-02-02LibGUI: Don't hard-code TreeView row heightAndreas Kling
2023-02-02LibJS: Format the era of ISO year 0 as BCTimothy Flynn
2023-02-02DisplaySettings: Made select wallpaper use allowed file typesMarcus Nilsson
2023-02-02LibGUI: Add allowed file types to FilePickerMarcus Nilsson
2023-02-02LibGUI: Add allowed file extensions to FileSystemModelMarcus Nilsson
2023-02-02SQLServer: Unveil /etc/passwdMacDue
2023-02-02Browser: Disallow empty URLs in the bookmark editorKemal Zebari
2023-02-01PixelPaint: Ensure layers are positioned correctly when paintingTim Ledbetter
2023-02-01PixelPaint: Allow dragging when color picking using the Alt keyTim Ledbetter
2023-02-01PixelPaint: Disable current tool when color picking using the Alt keyTim Ledbetter
2023-02-01PixelPaint: Use eyedropper cursor when color picking using Alt keyTim Ledbetter
2023-02-01PixelPaint: Use layer coordinates when color picking using Alt keyTim Ledbetter
2023-02-01SystemServer: Propagate errorsLucas CHOLLET
2023-02-01ConfigServer: Unveil "/etc/passwd"Lucas CHOLLET
2023-02-01LibGfx: Give ICC::TagType a virtual destructorNico Weber
2023-02-01Base+Presenter: Add icons for PresenterCubic Love
2023-02-01Spider: Make double-click skip the new-game animationSam Atkins
2023-02-01Spider: Use a single State enum instead of a series of booleansSam Atkins
2023-02-01Solitaire: Make double-click skip the new-game animationSam Atkins
2023-02-01Solitaire: Use a single State enum instead of a series of booleansSam Atkins
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn
2023-02-01LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103Nico Weber
2023-02-01LibLine: Quit event loop when an error occurs on updateAli Mohammad Pur
2023-01-31LibGfx: Make glyph ID lookup faster with a cacheAndreas Kling
2023-01-30LibJS: Allow "approximately" results to differ in plural formTimothy Flynn
2023-01-30LibSoftGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGL: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibJS: Make use of the Intl MV in more Intl.NumberFormat AOsTimothy Flynn
2023-01-30LibJS: Refactor the Intl.NumberFormat GetStringOrBooleanOption AOTimothy Flynn
2023-01-30LibJS: Shorten some spec text for BestAvailableLocaleTimothy Flynn
2023-01-30LibJS: Allow locale approximately signs to be empty in Intl.NumberFormatTimothy Flynn
2023-01-30LibJS: Move resolution of some Intl.NumberFormat options to a common AOTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move bit streams from `LibCore`Tim Schumacher
2023-01-29AK: Move buffered streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-29LibGfx: Support ICCs in JPEGs that are split across several tagsNico Weber
2023-01-29LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issuesTimothy Flynn
2023-01-29Welcome: Rename m_initial_tip_index=>m_tip_indexthankyouverycool
2023-01-29Welcome: Load banner font in a fallible mannerthankyouverycool
2023-01-29LibGUI+LibGfx: Add Tray ColorRole helpers to Palettethankyouverycool
2023-01-29Welcome: Replace instances of DeprecatedString with Stringthankyouverycool
2023-01-29Welcome: Use fallible try_create()thankyouverycool