summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-04TextEditor: Show time-since-last-save in "unsaved changes" dialogs :^)Andreas Kling
2022-01-04LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogsAndreas Kling
2022-01-04LibGUI: Make GUI::UndoStack remember time it was last set to unmodifiedAndreas Kling
2022-01-04TextEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04LibGUI: Add GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Add a Bloom filterTobias Christiansen
2022-01-04LibGfx: Add LumaFilterTobias Christiansen
2022-01-04LibGfx: Add BitmapMixerTobias Christiansen
2022-01-04PixelPaint: Add the FastBoxBlurFilter with configurable parameters :^)Tobias Christiansen
2022-01-04LibGfx: Add BitmapFormat::BGRx8888 support to the FastBoxBlurFilterTobias Christiansen
2022-01-04Calendar: Port to LibMain and TRY all the thingsRummskartoffel
2022-01-04LibSoftGPU: Shift U/V coordinates just once in `Sampler`Jelle Raaijmakers
2022-01-04LibSoftGPU: Use `AK::mix` instead of manual interpolationJelle Raaijmakers
2022-01-04LibC: Use NULL instead of nullptr in serenity.hIdan Horowitz
2022-01-04PixelPaint: Fix crash on applying with no filter selectedTobias Christiansen
2022-01-04PixelPaint: Use the wrapped filters for the Filter GalleryTobias Christiansen
2022-01-04PixelPaint: Create wrappers for all supported filtersTobias Christiansen
2022-01-04PixelPaint: Create Filter base classTobias Christiansen
2022-01-04PixelPaint: Extend Filter Gallery dialog to accommodate settingsTobias Christiansen
2022-01-04LibJS: Implement Number.prototype.toExponentialTimothy Flynn
2022-01-04LibJS: Implement Number.prototype.toPrecisionTimothy Flynn
2022-01-04unzip: Port to LibMainmjz19910
2022-01-04zip: Port to LibMain :^)mjz19910
2022-01-04LibCore: Impliment ErrorOr wrapper for chdirmjz19910
2022-01-04profile: Specify the /proc/profile path in the help messageMathieu PATUREL
2022-01-04profile: Don't print anything when disabling profilingMathieu PATUREL
2022-01-04SystemMonitor: Remove unused functions and enable warning globallyAndrew Kaster
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2022-01-04Userland: Resolve tautological-constant-out-of-range-compare warningsAndrew Kaster
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2022-01-04Userland: Fail Core::find_executable_in_path on empty inputsAndrew Kaster
2022-01-04wc: Port to LibMainmjz19910
2022-01-04which: Port to LibMainmjz19910
2022-01-04wsctl: Port to LibMainmjz19910
2022-01-04xargs: Port to LibMainmjz19910
2022-01-04yes: Port to LibMainmjz19910
2022-01-04uname: Port to LibMainmjz19910
2022-01-04LibCore: Add an ErrorOr wrapper for unamemjz19910
2022-01-04uniq: Port to LibMainmjz19910
2022-01-04PixelPaint: Make paste action create new image if no editor is openedMaciej
2022-01-04PixelPaint: Add a way to quickly create an image from clipboardMaciej
2022-01-04LibC: Include `strings.h` in `string.h`Jesse Buhagiar
2022-01-04WindowServer: Fix loading MainScreen setting from configurationTom
2022-01-04tar: Implement -C optioncircl
2022-01-03LibJS: Propagate errors from TypedArray for_each_item{,_from_last} callsLinus Groh
2022-01-03LibJS: Add a ton of spec comments to AST.cppLinus Groh
2022-01-03LibJS: Update AST to use completions :^)Linus Groh
2022-01-03LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpersLinus Groh
2022-01-03LibJS: Remove redundant abrupt completion checkLinus Groh