index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-01-17
Assistant: Debounce text input on_change event
Tim Ledbetter
2023-01-17
Assistant: Cache results for each query by provider
Tim Ledbetter
2023-01-17
LibGUI+WindowServer: Improve window resizing performance
Jelle Raaijmakers
2023-01-17
LibWeb: Output display type inline-table in layout dump
Aliaksandr Kalenik
2023-01-17
LibWeb: Support display inline-table
Aliaksandr Kalenik
2023-01-16
WebDriver: Add computedrole endpoint
Jonah
2023-01-17
PixelPaint: Preserve layer location when copying layers
Tim Ledbetter
2023-01-17
LibGUI: Allow extra metadata when copying bitmaps to the clipboard
Tim Ledbetter
2023-01-16
AK+LibUnicode: Provide Unicode-aware String titlecase transformation
Timothy Flynn
2023-01-16
LibUnicode: Support full case folding for titlecasing a string
Timothy Flynn
2023-01-16
LibUnicode: Generate simple case folding mappings for titlecase
Timothy Flynn
2023-01-16
LibUnicode: Add an overload of word segmentation for UTF-8 strings
Timothy Flynn
2023-01-16
LibLine: Do a whole bunch of internal error propagation
Tim Schumacher
2023-01-16
LibLine: Port most functions to `Core::Stream`
Tim Schumacher
2023-01-16
LibVirtGPU: Port to `Core::Stream`
Lucas CHOLLET
2023-01-16
LibCore: Add `Stream::File::fd()`
Lucas CHOLLET
2023-01-16
Spreadsheet: Port to `Core::Stream`
Lucas CHOLLET
2023-01-16
Spreadsheet: Port from `Result` to `ErrorOr`
Lucas CHOLLET
2023-01-16
Spreadsheet: Move to a non-owning model for `Stream` in `Writer::XSV`
Lucas CHOLLET
2023-01-16
LibJS: Port trivial use cases in the Intl namespace to String
Timothy Flynn
2023-01-16
LibLocale: Add a method to convert LanguageID to a String
Timothy Flynn
2023-01-16
LibJS: Port StringIterator to String
Timothy Flynn
2023-01-16
LibJS: Port the TrimString AO to String
Timothy Flynn
2023-01-16
LibJS: Add a convenience StringView accessor to PrimitiveString
Timothy Flynn
2023-01-16
LibJS: Fix uninitialized member variable in DurationFormat
Brian Gianforcaro
2023-01-16
LibWeb: Prevent floats from being placed higher than preceding blocks
Aliaksandr Kalenik
2023-01-16
Presenter: Disable "Next" and "Previous" actions when non-applicable
Lucas CHOLLET
2023-01-16
Presenter: Add `Presentation::has_a_[next,previous]_frame()`
Lucas CHOLLET
2023-01-15
LibIPC: Decode messages using Core::Stream internally
Tim Schumacher
2023-01-15
AK: Define our own concept of "trivially serializable"
Tim Schumacher
2023-01-15
LibCore: Fix up type mistakes in `Stream::read_trivial_value`
Tim Schumacher
2023-01-15
LibJS: Remove redundant ToString from ToTemporalZonedDateTime
BodilessSleeper
2023-01-15
LibJS: Assert TemporalDateTimeToString if showCalendar is "never"
BodilessSleeper
2023-01-15
LibGfx: Prevent reading OOB in TGA header decode
Jelle Raaijmakers
2023-01-15
ClipboardHistory: Add a Clear history action
Tim Ledbetter
2023-01-15
ClipboardHistory: Ensure model is populated on startup
Tim Ledbetter
2023-01-15
ClipboardHistory: Update clipboard when the topmost item is deleted
Tim Ledbetter
2023-01-15
ClipboardHistory: Don't attempt to delete an item if nothing is selected
Tim Ledbetter
2023-01-15
ClipboardHistory: Invalidate model on item removal
Tim Ledbetter
2023-01-15
ls: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
du: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
df: Add an option to print the human readable sizes in powers of 10
Arda Cinar
2023-01-15
PixelPaint: Hold shift to increase move tool speed with the arrow keys
Tim Ledbetter
2023-01-15
Spider: Confirm ending the current game in more situations
Sam Atkins
2023-01-15
Solitaire: Confirm ending the current game in more situations
Sam Atkins
2023-01-15
WidgetGallery: Use the non-deprecated API of `LibFileSystemAccessClient`
Lucas CHOLLET
2023-01-15
Utilities: Add new utility for converting images to raw bitmap binaries
Liav A
2023-01-15
Lagom/Fuzzers: Add fuzzer for the TGALoader code
Liav A
2023-01-15
LibGfx: Add support for RLE compressed TGA images
Liav A
2023-01-15
LibGfx: Handle tga images with top-left and bottom-left orientation
Liav A
[next]