summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-30PixelPaint: Clip the gradient tool preview to the active layer rectTim Ledbetter
2023-04-29Spreadsheet: Add blank sheet when import dialog is cancelledAbuneri
2023-04-29Spreadsheet: Enable the ability to undo/redo changes in cell colorhuttongrabiel
2023-04-29Spreadsheet: Add CellUndoMetadataCommand classhuttongrabiel
2023-04-29Spreadsheet: Add CellChange constructor for changes in type metadatahuttongrabiel
2023-04-29PixelPaint: Add radial gradient supportTorstennator
2023-04-27DisplaySettings: Show bilinear filtered wallpaper in `MonitorWidget`Jelle Raaijmakers
2023-04-27DisplaySettings: Remove unused code from `MonitorWidget`Jelle Raaijmakers
2023-04-26Browser+Ladybird: Render text in the JS console with a monospace fontTimothy Flynn
2023-04-25Userland: Remove "Inspector" program and related utilitiesAndreas Kling
2023-04-25LibCore: Remove some unnecessary includes from EventLoop.hAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-25Applications: Update man page links for applicationsTim Ledbetter