summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible ProjectLoader methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible IconBag methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible Image methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible Image methodsLinus Groh
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
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