summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-01-27VideoPlayer: Remove declarations for non-existent methodsSam Atkins
2023-01-27PixelPaint: Remove declarations for non-existent methodsSam Atkins
2023-01-27Piano: Remove declarations for non-existent methodsSam Atkins
2023-01-27PixelPaint: Allow the gradient tool to work with selectionsMacDue
2023-01-27PixelPaint: Fix gradient tool clipping issuesMacDue
2023-01-27PixelPaint: Fix off-by-one in on_second_paint() clip rectMacDue
2023-01-27LibJS+LibLocale: Port Intl.DateTimeFormat to StringTimothy Flynn
2023-01-27SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27Spreadsheet: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27SpaceAnalyzer: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27Presenter: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27PixelPaint: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27NetworkSettings: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27KeyboardSettings: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-27Browser: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
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