summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-12-12LibGUI+TextEditor: Add a relative line number option for TextEditorSnow
2022-12-12Browser: Go back/forward when pressing back/forward mouse buttonsBaitinq
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-12Help+LibManual: Without arguments, open index page instead of crashingkleines Filmröllchen
2022-12-11Help: Link to LibLocalekleines Filmröllchen
2022-12-11Help+man+LibManual: Move argument handling to LibManualkleines Filmröllchen
2022-12-11Help: Fix search query parsingkleines Filmröllchen
2022-12-11Help+LibManual: Move all manpage path handling to LibManualkleines Filmröllchen
2022-12-11LibManual: Refactor SectionNode in preparation for subsectionskleines Filmröllchen
2022-12-11Help+LibManual: Move non-UI-specific manual handling to LibManualkleines Filmröllchen
2022-12-10SpaceAnalyzer: Consolidate the node context menusAndreas Kling
2022-12-10Magnifier: Add a manual to Help menu and propagate construction errorsthankyouverycool
2022-12-10Magnifier: Standardize File menuthankyouverycool
2022-12-10Magnifier: Remove always_on_top_actionthankyouverycool
2022-12-10KeyboardSettings: Disable "activate keymap" button if keymap is activeArda Cinar
2022-12-10LibCore: Use `Core::Stream` for `ProcessStatisticsReader`Tim Schumacher
2022-12-10PDFViewer: Let users change image renderingRodrigo Tobar
2022-12-09SpaceAnalyzer: Display the current location in the window title :^)Sam Atkins
2022-12-09SpaceAnalyzer: Add a tooltip for the hovered tree nodeSam Atkins
2022-12-09SpaceAnalyzer: Remove declaration for unimplemented methodSam Atkins
2022-12-09SpaceAnalyzer: Propagate possible errors upArda Cinar
2022-12-09SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_eventArda Cinar
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-09LibGUI: Split OpacitySlider into vertical and horizontal helper classesFrHun
2022-12-08CrashReporter: Factorize exiting behavior to `window->close()`Lucas CHOLLET
2022-12-08Browser: Store cookies in a LibSQL database :^)Timothy Flynn
2022-12-08Browser+LibWebView+WebContent: Do not domain match on cookie updatesTimothy Flynn
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