summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-05LibJS: Use HashMap::remove_all_matching() in WeakMapAndreas Kling
2022-01-05LibJS: Use HashTable::remove_all_matching() in WeakSet :^)Andreas Kling
2022-01-05LibJS+LibUnicode: Handle flexible day periods that roll over midnightTimothy Flynn
2022-01-05LibGUI: Consume initial spaces when going to next/prev word breakMathieu PATUREL
2022-01-05Kernel+LibVT: Use MUST + try_prepend / try_appendBrian Gianforcaro
2022-01-05LibELF: Add `LD_LIBRARY_PATH` envvar support :^)Jesse Buhagiar
2022-01-05Base+LibGUI: Add unique "Save As" iconthankyouverycool
2022-01-05PixelPaint: Add new icon for `New Image from Clipboard`Mustafa Quraish
2022-01-05PixelPaint: Use 'save' action in toolbar instead of 'save as'Mustafa Quraish
2022-01-05PixelPaint: Ask about unsaved changes for all tabs on closeMustafa Quraish
2022-01-05PixelPaint: Mark editor as unmodified when creating a default imageMustafa Quraish
2022-01-05PixelPaint: Mark editor as unmodified when opening an imageMustafa Quraish
2022-01-05PixelPaint: Only prompt for unsaved changes if there anyMustafa Quraish
2022-01-05PixelPaint: Move `title` and `path` from Image to ImageEditorMustafa Quraish
2022-01-05LibJS: Implement Array.prototype.groupByToMapLuke Wilde
2022-01-05LibJS: Implement Array.prototype.groupByLuke Wilde
2022-01-05LibJS: Make MarkedValueList copyable and move assignableLuke Wilde
2022-01-05LibJS: Add Handle specialisation for ValueLuke Wilde
2022-01-04unzip: Remove useless .characters() callsmjz19910
2022-01-04Utilities/CMakeList: Remove duplicate target_link_libraries(...)mjz19910
2022-01-04Utilities/CMakeList: Sort target_link_libraries(...)mjz19910
2022-01-04LibJS: Remove the now retired TRY_OR_DISCARD() macro :^)Linus Groh
2022-01-04js: Remove uses of TRY_OR_DISCARD()Linus Groh
2022-01-04LibTest: Remove uses of TRY_OR_DISCARD() from JavaScriptTestRunnerLinus Groh
2022-01-04LibTest: Convert JavaScriptTestRunner's get_test_results() to ErrorOrLinus Groh
2022-01-04LibJS: Convert PropertyKey::from_value() to ThrowCompletionOrLinus Groh
2022-01-04LibJS: Convert FunctionObject::bind() to ThrowCompletionOrLinus Groh
2022-01-04LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOrLinus Groh
2022-01-04LibJS: Remove unused Accessor::call_{getter,setter}()Linus Groh
2022-01-04LibJS: Remove unused IndexedProperties::take_{first,last}()Linus Groh
2022-01-04LibUnicode: Remove now unused Unicode symbol loaderTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeData to link with weak symbolsTimothy Flynn
2022-01-04LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeDateTimeFormat to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeNumberFormat to link with weak symbolsTimothy Flynn
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2022-01-04ls: Fix duplicated error message when opening a directory failsMarco Cutecchia
2022-01-04stat: Print an error if 'stat' failsMarco Cutecchia
2022-01-05LibCrypto: Make `Digest`s able to return `bytes`Michel Hermier
2022-01-05LibCrypto: Mutualize `Digest`sMichel Hermier
2022-01-05LibCrypto: Make `MultiHashDigestVariant` getters `const` and `nodiscard`Michel Hermier
2022-01-05LibCrypto: Remove spurious `;`Michel Hermier
2022-01-05checksum: Use `:hex-dump` to format `digest` valueMichel Hermier
2022-01-05checksum: Make name detection working even with a pathMichel Hermier
2022-01-04LibGUI: Don't show "last saved" information for never-saved documentsAndreas Kling
2022-01-04FontEditor: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Make ImageEditor::m_undo_stack a regular value memberAndreas Kling
2022-01-04PixelPaint: Use GUI::MessageBox::ask_about_unsaved_changes()Andreas Kling
2022-01-04PixelPaint: Add "save" actionAndreas Kling
2022-01-04TextEditor: Use early return style in "save" action callbackAndreas Kling