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-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
2022-01-04
TextEditor: Use GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
LibGUI: Add GUI::MessageBox::ask_about_unsaved_changes()
Andreas Kling
2022-01-04
Base: Add keymap for Norwegian Macintosh keyboards
Jean-Paul Balabanian
2022-01-04
PixelPaint: Add a Bloom filter
Tobias Christiansen
2022-01-04
LibGfx: Add LumaFilter
Tobias Christiansen
2022-01-04
LibGfx: Add BitmapMixer
Tobias Christiansen
2022-01-04
PixelPaint: Add the FastBoxBlurFilter with configurable parameters :^)
Tobias Christiansen
2022-01-04
LibGfx: Add BitmapFormat::BGRx8888 support to the FastBoxBlurFilter
Tobias Christiansen
2022-01-04
Calendar: Port to LibMain and TRY all the things
Rummskartoffel
2022-01-04
Kernel: Update key_code_count
Aatos Majava
2022-01-04
LibSoftGPU: Shift U/V coordinates just once in `Sampler`
Jelle Raaijmakers
2022-01-04
LibSoftGPU: Use `AK::mix` instead of manual interpolation
Jelle Raaijmakers
2022-01-04
AK: Add `mix`
Jelle Raaijmakers
2022-01-04
Kernel: Scan ACPI memory ranges for the RSDP table
Tom
2022-01-04
Kernel: Fix possible buffer overrun when scanning a MappedROM
Tom
2022-01-04
Kernel: Fix determining EBDA size
Tom
2022-01-04
Toolchain: Fix building the aarch64 toolchain
Daniel Bertalan
2022-01-04
Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.h
Daniel Bertalan
2022-01-04
Kernel: Align GDT to the size of a Descriptor
Idan Horowitz
2022-01-04
Kernel: Replace incorrect loop condition in write_raw_gdt_entry
Idan Horowitz
2022-01-04
Kernel: Use enum instead of magic numbers for GDT descriptor types
Idan Horowitz
2022-01-04
LibC: Use NULL instead of nullptr in serenity.h
Idan Horowitz
2022-01-04
Kernel: Make Thread::m_kernel_stack_region a NonnullOwnPtr
Idan Horowitz
2022-01-04
PixelPaint: Fix crash on applying with no filter selected
Tobias Christiansen
2022-01-04
PixelPaint: Use the wrapped filters for the Filter Gallery
Tobias Christiansen
2022-01-04
PixelPaint: Create wrappers for all supported filters
Tobias Christiansen
2022-01-04
PixelPaint: Create Filter base class
Tobias Christiansen
2022-01-04
PixelPaint: Add filter icon
Tobias Christiansen
2022-01-04
PixelPaint: Extend Filter Gallery dialog to accommodate settings
Tobias Christiansen
[next]