index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-05
PixelPaint: Add new icon for `New Image from Clipboard`
Mustafa Quraish
2022-01-05
PixelPaint: Use 'save' action in toolbar instead of 'save as'
Mustafa Quraish
2022-01-05
PixelPaint: Ask about unsaved changes for all tabs on close
Mustafa Quraish
2022-01-05
PixelPaint: Mark editor as unmodified when creating a default image
Mustafa Quraish
2022-01-05
PixelPaint: Mark editor as unmodified when opening an image
Mustafa Quraish
2022-01-05
PixelPaint: Only prompt for unsaved changes if there any
Mustafa Quraish
2022-01-05
PixelPaint: Move `title` and `path` from Image to ImageEditor
Mustafa Quraish
2022-01-05
Base: Add some Latin Extended-B characters
electrikmilk
2022-01-05
LibJS: Implement Array.prototype.groupByToMap
Luke Wilde
2022-01-05
LibJS: Implement Array.prototype.groupBy
Luke Wilde
2022-01-05
LibJS: Make MarkedValueList copyable and move assignable
Luke Wilde
2022-01-05
LibJS: Add Handle specialisation for Value
Luke Wilde
2022-01-04
unzip: Remove useless .characters() calls
mjz19910
2022-01-04
Utilities/CMakeList: Remove duplicate target_link_libraries(...)
mjz19910
2022-01-04
Utilities/CMakeList: Sort target_link_libraries(...)
mjz19910
2022-01-04
LibJS: Remove the now retired TRY_OR_DISCARD() macro :^)
Linus Groh
2022-01-04
js: Remove uses of TRY_OR_DISCARD()
Linus Groh
2022-01-04
LibTest: Remove uses of TRY_OR_DISCARD() from JavaScriptTestRunner
Linus Groh
2022-01-04
LibTest: Convert JavaScriptTestRunner's get_test_results() to ErrorOr
Linus Groh
2022-01-04
LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr
Linus Groh
2022-01-04
LibJS: Convert FunctionObject::bind() to ThrowCompletionOr
Linus Groh
2022-01-04
LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr
Linus Groh
2022-01-04
LibJS: Remove unused Accessor::call_{getter,setter}()
Linus Groh
2022-01-04
LibJS: Remove unused IndexedProperties::take_{first,last}()
Linus Groh
2022-01-04
LibUnicode: Remove now unused Unicode symbol loader
Timothy Flynn
2022-01-04
LibUnicode: Remove now unused value-from-string generator overload
Timothy Flynn
2022-01-04
LibUnicode: Convert UnicodeData to link with weak symbols
Timothy Flynn
2022-01-04
LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols
Timothy Flynn
2022-01-04
LibUnicode: Add temporary overload of value-from-string generator
Timothy Flynn
2022-01-04
LibUnicode: Convert UnicodeDateTimeFormat to link with weak symbols
Timothy Flynn
2022-01-04
LibUnicode: Convert UnicodeNumberFormat to link with weak symbols
Timothy Flynn
2022-01-04
Tests: Link some tests directly against LibUnicodeData
Timothy Flynn
2022-01-04
LibWeb: Implement CanvasRenderingContext2D.measureText
sin-ack
2022-01-04
ls: Fix duplicated error message when opening a directory fails
Marco Cutecchia
2022-01-04
stat: Print an error if 'stat' fails
Marco Cutecchia
2022-01-05
LibCrypto: Make `Digest`s able to return `bytes`
Michel Hermier
2022-01-05
LibCrypto: Mutualize `Digest`s
Michel Hermier
2022-01-05
LibCrypto: Make `MultiHashDigestVariant` getters `const` and `nodiscard`
Michel Hermier
2022-01-05
LibCrypto: Remove spurious `;`
Michel Hermier
2022-01-05
checksum: Use `:hex-dump` to format `digest` value
Michel Hermier
2022-01-05
checksum: Make name detection working even with a path
Michel Hermier
2022-01-04
LibGUI: Don't show "last saved" information for never-saved documents
Andreas Kling
2022-01-04
FontEditor: Use GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
PixelPaint: Make ImageEditor::m_undo_stack a regular value member
Andreas Kling
2022-01-04
PixelPaint: Use GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
PixelPaint: Add "save" action
Andreas Kling
2022-01-04
TextEditor: Use early return style in "save" action callback
Andreas Kling
2022-01-04
TextEditor: Show time-since-last-save in "unsaved changes" dialogs :^)
Andreas Kling
2022-01-04
LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogs
Andreas Kling
2022-01-04
LibGUI: Make GUI::UndoStack remember time it was last set to unmodified
Andreas Kling
[next]