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
2021-08-31
PixelPaint: Rename `Mode` to `FillMode` for Ellipse/Rectangle
Mustafa Quraish
2021-08-31
PixelPaint: Add ability to draw rectangle from center
Mustafa Quraish
2021-08-31
PixelPaint: Add ability to draw ellipse from center
Mustafa Quraish
2021-08-31
KeyboardSettings: Reuse generic GUI::ItemListModel
Karol Kosek
2021-08-31
LibGUI: Reuse draw_item_text function in ListView
Karol Kosek
2021-08-31
LibGUI: Enable searching through ListView items by keyboard
Karol Kosek
2021-08-31
LibGUI: Make ItemListModel searchable
Karol Kosek
2021-08-31
Spreadsheet: Implement begin() and end()
Karol Kosek
2021-08-31
Spreadsheet: Add RowIterator::index()
Karol Kosek
2021-08-31
Kernel/Userland: Expose usb device address and use it in `lsusb`
Jesse Buhagiar
2021-08-31
Shell: Use new Statistics tool in 'time -n' command
Tobias Christiansen
2021-08-31
LibRegex: Implement min/max repetition using the Repeat bytecode
Ali Mohammad Pur
2021-08-31
LibWasm: Limit the number of function locals
Ali Mohammad Pur
2021-08-31
LibRegex: Limit the number of nested capture groups allowed in BRE
Ali Mohammad Pur
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toJSON()
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toLocaleString()
Linus Groh
2021-08-31
LibJS: Implement Temporal.Instant.prototype.toString()
Linus Groh
2021-08-31
LibAudio: Implement decoding verbatim blocks in FLAC
Karol Kosek
2021-08-31
LibGUI: Bias text towards bottom when tabs at top have uneven spacing
sin-ack
2021-08-31
LibGUI: Adjust content area and focus rect of tab buttons
sin-ack
2021-08-31
Piano: Use LibDSP to implement delay
kleines Filmröllchen
2021-08-31
Libraries: Add LibDSP
kleines Filmröllchen
2021-08-31
Piano: Add velocity and pitch support
kleines Filmröllchen
2021-08-31
Profiler: Add a flamegraph view for the stack
Nicholas Hollett
2021-08-31
LibGfx: Add color helper for getting shades and tints
Nicholas Hollett
2021-08-31
FileManager: Tweak layout spacing in file properties window
Andreas Kling
2021-08-31
LibC: Run clang-format on setjmp.h
Andreas Kling
2021-08-31
FileManager: Hide the Inode and Symlink Target columns in TableView
Andreas Kling
2021-08-31
LibGUI: Rename FileSystemModel's "Owner" column to "User"
Andreas Kling
2021-08-31
LibGUI: Tweak scrollbar arrows
Andreas Kling
2021-08-31
LibGUI+LibGfx: Make scrollbar buttons a little bit thicker
Andreas Kling
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
2021-08-31
LibGfx: Add Rect::centered_within(Rect)
Andreas Kling
2021-08-31
Userland: Guard set_jmp.h static_assert check to cpp impls only
Dimenus
2021-08-31
FileManager: Remove tree_view_directory_context_menu
Karol Kosek
2021-08-31
FileManager: Add 'Open in Terminal' action for selected dirs on desktop
Karol Kosek
2021-08-31
FileManager: Add default 'Open' action in context menu for directories
Karol Kosek
2021-08-31
FileManager: Place mkdir and touch actions below openings in tree view
Karol Kosek
2021-08-31
FileManager: Put file launch actions first
Karol Kosek
2021-08-30
LibJS: Implement Temporal.Calendar.prototype.dateAdd()
Linus Groh
2021-08-30
LibWasm: Make the Truncate operator trap on undefined results
Ali Mohammad Pur
2021-08-30
LibWasm: Implement fx.nearest using nearbyint() instead of round()
Ali Mohammad Pur
2021-08-30
LibJS: Canonicalize Unicode locale extension attributes and keywords
Timothy Flynn
2021-08-30
LibJS: Reject structurally invalid Unicode locale extensions
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale extensions
Timothy Flynn
2021-08-30
LibUnicode: Add helper lambda for appending canonicalized strings
Timothy Flynn
2021-08-30
LibUnicode: Parse locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the other extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the transformed extension form
Timothy Flynn
[next]