summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-01-15PixelPaint: Hold shift to increase move tool speed with the arrow keysTim Ledbetter
2023-01-15Presenter: Use the non-deprecated API of `LibFileSystemAccessClient`Lucas CHOLLET
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecatedTimothy Flynn
2023-01-13LibJS+Everywhere: Return strings by value from PrimitiveStringTimothy Flynn
2023-01-13FontEditor: Fix more ignored .to_string() errorsMacDue
2023-01-13PixelPaint: Hold shift to constrain polygonal select tool line angleTim Ledbetter
2023-01-13PixelPaint: Don't allow the move tool to resize to zero pixelsTim Ledbetter
2023-01-13GamesSettings: Draw one of the previewed cards as "highlighted"Timothy Flynn
2023-01-13GamesSettings: Paint the card preview frame using a CardGame subclassTimothy Flynn
2023-01-13GamesSettings: Move classes into the GamesSettings namespaceTimothy Flynn
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementationLinus Groh
2023-01-12Browser: Implement zoom :^)Linus Groh
2023-01-12SoundPlayer: Don't silently ignore parsing failuresTim Schumacher
2023-01-12LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::StreamKarol Kosek
2023-01-12PixelPaint: Scale lasso tool preview path on zoom level changeTim Ledbetter
2023-01-12Userland: Replace remaining Core::Timer::construct()s with try_create()Sam Atkins
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-11ThemeEditor: Warn about unsaved changes on file dropKarol Kosek
2023-01-11ThemeEditor: Fully load files on drop eventsKarol Kosek
2023-01-11ThemeEditor: Take drop events from the whole windowKarol Kosek
2023-01-10PDFViewer: Port to Core::Stream::FileKarol Kosek
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-09Presenter: Rearchitect on top of LibWebAndreas Kling
2023-01-09VideoPlayer: Port to GMLimplicitfield
2023-01-09VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubarimplicitfield
2023-01-09SpaceAnalyzer: Do not reset the path to '/' after a refreshArda Cinar
2023-01-09SpaceAnalyzer: Keep the current path via filenames, not indicesArda Cinar
2023-01-09SpaceAnalyzer: Add a method to TreeNode to get a child node by nameArda Cinar
2023-01-09SpaceAnalyzer: Make sure data fields of TreeNode are encapsulatedArda Cinar
2023-01-09SpaceAnalyzer: Remove an unnecessary level of inheritanceArda Cinar
2023-01-09Help: Update browse view when opening a new help pageTim Ledbetter
2023-01-08Magnifier: Port to `Core::Stream`Lucas CHOLLET
2023-01-08LibJS+Everywhere: Make PrimitiveString and Utf16String fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-16 to UTF-8 converter fallibleTimothy Flynn
2023-01-08AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallibleTimothy Flynn
2023-01-08ThemeEditor: Port to `Core::Stream`Lucas CHOLLET
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-073DFileViewer: Use AK::Time to accumulate frame and cycle countsAndrew Kaster
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07PixelPaint: Port to `Core::Stream` :^)Karol Kosek
2023-01-07LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use itKarol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-07Browser: Add Accessibility Tab to Inspector WidgetJonah