summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-26PixelPaint: Let the move tool optionally select the active layerTim Ledbetter
2023-01-26PixelPaint: Add a GradientToolTorstennator
2023-01-25PixelPaint: Use background color when cropping layer to contentTim Ledbetter
2023-01-25FileManager: Use Core::Process::set_name()Sam Atkins
2023-01-24FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_moveKarol Kosek
2023-01-24FileManager: Calculate file action permissions for subsequent columnsKarol Kosek
2023-01-22LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()Sam Atkins
2023-01-21LibGUI: Mimic a user click when calling `Button::click()`Lucas CHOLLET
2023-01-21LibGUI: Rename `Button` method `set_mimic_pressed` => `mimic_pressed`Lucas CHOLLET
2023-01-20LibGfx: Re-work the abstractions of sending image for decoding over IPCLiav A
2023-01-19Userland: Add missing Math.h and IntegralMath.h header includesTimothy Flynn
2023-01-19Presenter: Disable actions when there is no loaded presentationJoao Luz
2023-01-19SoundPlayer: Translate device samples to source samples before seekingTim Schumacher
2023-01-19SoundPlayer: Don't offset the seek bar with the last seek valueTim Schumacher
2023-01-18LibGfx+Ladybird+Userland: Don't sniff for TGA images with only raw bytesLiav A
2023-01-18SoundPlayer: Log loader errors and otherwise ignore them for nowArda Cinar
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17Presenter: Increase the minimum widget sizeJelle Raaijmakers
2023-01-17Presenter: Restructure menu to be more consistent with other appsJelle Raaijmakers
2023-01-17SoundPlayer: Specify the total sample count in playback device samplesTim Schumacher
2023-01-17Assistant: Debounce text input on_change eventTim Ledbetter
2023-01-17Assistant: Cache results for each query by providerTim Ledbetter
2023-01-17PixelPaint: Preserve layer location when copying layersTim Ledbetter
2023-01-16Spreadsheet: Port to `Core::Stream`Lucas CHOLLET
2023-01-16Spreadsheet: Port from `Result` to `ErrorOr`Lucas CHOLLET
2023-01-16Spreadsheet: Move to a non-owning model for `Stream` in `Writer::XSV`Lucas CHOLLET
2023-01-16Presenter: Disable "Next" and "Previous" actions when non-applicableLucas CHOLLET
2023-01-16Presenter: Add `Presentation::has_a_[next,previous]_frame()`Lucas CHOLLET
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