summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-05-14VideoPlayer: Store video sizing mode in the configurationCaoimhe
2023-05-14VideoPlayer: Pledge the "VideoPlayer" configuration domainCaoimhe
2023-05-14SystemMonitor: Prefer Core::File, poll ProcessStatisticsReader correctlyBen Wiederhake
2023-05-13Userland+Base: Don't run NetworkSettings in elevated modeFabian Dellwing
2023-05-13NetworkSettings: Use helper script to write configFabian Dellwing
2023-05-13Escalator: Major rework and enable forwarding of stdin/stdoutFabian Dellwing
2023-05-13FontEditor: Allow application to launch without a fontthankyouverycool
2023-05-13FontEditor: Let GlyphEditorWidget initialize a null BitmapFontthankyouverycool
2023-05-13LibGUI+Applications: Let GlyphMapWidget initialize a null Fontthankyouverycool
2023-05-13FontEditor: Move common restoration work into restore_state()thankyouverycool
2023-05-13FontEditor: Use resultant FSAC filename when Saving-asthankyouverycool
2023-05-13FontEditor: Use fallible {Input,Message}Boxesthankyouverycool
2023-05-13FontEditor: Don't crash on missing iconsthankyouverycool
2023-05-13FontEditor: Rename m_edited_font => m_font and remove getterthankyouverycool
2023-05-13FontEditor: Remove unnecessary call to hide() NewFontDialogthankyouverycool
2023-05-13FontEditor: Remove unnecessary setters and gettersthankyouverycool
2023-05-13FontEditor: Remove unnecessary deferred invokesthankyouverycool
2023-05-13FontEditor: Make update_title() privatethankyouverycool
2023-05-13FontEditor: Tighten lambda capturesthankyouverycool
2023-05-13FontEditor: Propagate errors formatting preview textthankyouverycool
2023-05-13FontEditor: Propagate errors when loading GMLthankyouverycool
2023-05-13FontEditor: Port some instances of DeprecatedStringthankyouverycool
2023-05-13FontEditor: Iterate slope and weight lists by size()thankyouverycool
2023-05-13FontEditor: Convert Model lists to Vector<String>thankyouverycool
2023-05-11HexEditor: Add list of recently opened filesCaoimhe
2023-05-10Chess+GameSettings: Optionally highlight the king when in checkTim Ledbetter
2023-05-10Help: Fix link to Contents pageJames Liu
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-05-06ThemeEditor: Remove one usage of DeprecatedStringKarol Kosek
2023-05-06PixelPaint: Use ValueSlider for radial gradient hardnessMacDue
2023-05-05LibMarkdown+LibSyntax: Add a Markdown syntax highlighterMaciej
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05PixelPaint: Ensure the selection is always within image boundsTim Ledbetter
2023-05-05PixelPaint: Allow lasso tool to select outside the active layerTim Ledbetter
2023-05-05PixelPaint: Use the crosshair cursor with the lasso toolTim Ledbetter
2023-05-05FontEditor: Use `LibFileSystemAccessClient`Caoimhe
2023-05-05FontEditor: Don't paint in `GlyphEditorWidget` if `m_font` is nullCaoimhe
2023-05-05Base+LibChess: Move assets from /icons/ to /graphics/Cubic Love
2023-05-05Base+LibCards: Move card backs from /icons/ to /graphics/Cubic Love
2023-05-05Piano: Allow per-track controls (again)kleines Filmröllchen
2023-05-05Piano: Use size_t for track countkleines Filmröllchen
2023-05-04PixelPaint: Make gradient tool hardness slider width match other inputsMacDue
2023-05-04PixelPaint: Correct variable names in GradientTool.cppMacDue
2023-05-03SoundPlayer: Clear client buffer when playback is stoppedJoel Petersson
2023-05-03HexEditor: Remember all of the layout options in the configurationCaoimhe
2023-05-02SoundPlayer: Fix glitchy visualization on pause/stopJoel Petersson
2023-05-02SoundPlayer: Introduce buffer_reset api to VisualizationWidgetJoel Petersson
2023-05-01CertificateSettings: Add missing ellipsis on import/export buttonsAndreas Kling
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool