summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-12-08CrashReporter: Disable save button until it is ready to useLucas CHOLLET
2022-12-08WindowServer+MouseSettings: Improve `buttons_switched` namingFiliph Sandström
2022-12-07FileManager: Silence the "not found" error when setting no wallpaperSam Atkins
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-07LibJS: Convert MarkupGenerator to the new StringLinus Groh
2022-12-063DFileViewer: Properly propagate errors from WavefrontOBJLoaderMaciej
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-04MouseSettings: Add "Natural scrolling" toggleFiliph Sandström
2022-12-04DisplaySettings: Remove unnecessary check for an overridden themeOsamu-kj
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-30PixelPaint: Record action for all select operations to allow undoAndreas Oppebøen
2022-11-30PixelPaint: Record action when erasing a selection to allow undoAndreas Oppebøen
2022-11-29TextEditor: Change Find/Replace shortcut to Ctrl+Shift+Fthankyouverycool
2022-11-27PixelPaint: Fix lasso tool preview when zoomed inMacDue
2022-11-27PixelPaint: Don't scale preview thickness for polygonal select toolMacDue
2022-11-27PixelPaint: Make antialiasing the default for toolsMacDue
2022-11-26Browser: Remove previous history entry in History::replace_current()Baitinq
2022-11-26Assistant: Add a context menu for search resultsthankyouverycool
2022-11-26Assistant: Automatically compute Assistant's window dimensionsthankyouverycool
2022-11-26Assistant: Convert ResultRows to Coolbar Buttonsthankyouverycool
2022-11-26Browser: Replace history entry if loading URL because of a redirectBaitinq
2022-11-26Browser: Add History::replace_current() functionBaitinq
2022-11-26SoundPlayer+VideoPlayer: Set the play/pause action text on state changeTimothy Flynn
2022-11-25LibAudio: Set asynchronous audio enqueuer thread to maximum prioritykleines Filmröllchen
2022-11-26LibGfx: Use the Midpoint Ellipse AlgorithmLucas CHOLLET
2022-11-25VideoPlayer: Add an option to enable fast seekingZaggy1024
2022-11-25LibVideo: Rewrite the video frame present function to be more readableZaggy1024
2022-11-25VideoPlayer/LibVideo: Implement the UI functionality for seekingZaggy1024
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024
2022-11-25PixelPaint: Add the Pen tool as the default toolBaitinq
2022-11-25PDFViewer: Show single/multi page actions on toolbarRodrigo Tobar
2022-11-25PDFViewer: Toggle prev/next page actions when page changesRodrigo Tobar
2022-11-25PDFViewer: Prevent infinity recursionRodrigo Tobar
2022-11-25PDFViewer: Let users change clipping paths visibilityRodrigo Tobar
2022-11-25PixelPaint: Add lasso selection toolTimothy Slater
2022-11-25PixelPaint: Clear selection with escape key regardless of active toolTimothy Slater
2022-11-25Applications: Add Presenterkleines Filmröllchen
2022-11-22LibJS: Reduce AST memory usage by shrink-wrapping source range infoAndreas Kling
2022-11-223DFileViewer: Propagate key events to the windowNames4Noobs
2022-11-19Terminal+LibVT: Toggle TerminalWidget's focus on input preemptionthankyouverycool
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-11-19PDFViewer: Take the mousewheel delta into account for scrollingJulian Offenhäuser
2022-11-19PDFViewer: Simplify user-facing error messagesJulian Offenhäuser