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
2022-05-25
LibLine: Add support for user-controlled masking
Ali Mohammad Pur
2022-05-25
LibLine: Turn bracketed paste mode off in Editor::restore()
Ali Mohammad Pur
2022-05-25
DisplaySettings: Link to cursor themes from "Themes" tab
MacDue
2022-05-25
Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUI
MacDue
2022-05-25
LibGUI: Add GUI::Process::spawn_or_show_error()
MacDue
2022-05-25
LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
MacDue
2022-05-25
LibCore: Add posix_spawn() wrapper to Core::System
MacDue
2022-05-25
ThemeEditor: Use 'open' icon instead of ellipsis on path picker button
Karol Kosek
2022-05-25
ThemeEditor: Show unsaved changes prompt also in the quit action
Karol Kosek
2022-05-25
LibJS: Remove assertions replaced with structured headers
Linus Groh
2022-05-25
LibJS: Correct section IDs of Temporal .prototype property clauses
Linus Groh
2022-05-25
LibJS: Use the rounding abstract operations from Intl.NumberFormat V3
Linus Groh
2022-05-25
LibJS: Use default argument of CalendarDateFromFields
Linus Groh
2022-05-25
LibJS: Align DifferenceTemporalPlainTime with other Difference* AOs
Linus Groh
2022-05-25
LibJS: Mark concrete method calls of Environment Records with ?/!
Linus Groh
2022-05-24
Spreadsheet: Make save functions take a Core::File instead of a filename
Karol Kosek
2022-05-24
Spreadsheet: Open files using FileSystemAccessClient::try_open_file()
Karol Kosek
2022-05-24
Spreadsheet: Remove unused Workbook::load() function
Karol Kosek
2022-05-24
Spreadsheet: Use TRY() on file load and save
Karol Kosek
2022-05-23
Meta+Userland: Add jakt as an optional Lagom Tool
Andrew Kaster
2022-05-23
LibC: Add barebones <complex.h>
Peter Elliott
2022-05-23
PixelPaint: Allow layer to "scale" location when resizing
Andrew Smith
2022-05-23
PixelPaint: Add Image>Resize Image... dialog. (Front end)
Andrew Smith
2022-05-23
LibGUI: Add on_return_pressed function to SpinBox
Andrew Smith
2022-05-23
SystemServer: Create a /dev/full device using numbers 1, 7
Karol Kosek
2022-05-22
Spreadsheet: Recognize sheets files by mime type, not by file extension
Karol Kosek
2022-05-22
LibCore: Set mime type for .sheets files to `application/x-sheets+json`
Karol Kosek
2022-05-21
LibHTTP+LibWeb: Accept Brotli encoded responses
Michiel Visser
2022-05-21
LibCompress: Implement Brotli decompressor
Michiel Visser
2022-05-21
LibCore: Add Stream::read_all()
Michiel Visser
2022-05-21
LibCore: Add LittleEndianInputBitStream
Michiel Visser
2022-05-21
ThemeEditor: Position preview windows based on the title height
Sam Atkins
2022-05-21
ThemeEditor: Make MainWidget responsible for holding the edited Palette
Sam Atkins
2022-05-21
ThemeEditor: Convert the widget-preview layout to GML
Sam Atkins
2022-05-21
ThemeEditor: Arrange the theme properties into groups
Sam Atkins
2022-05-21
ThemeEditor: Give each theme property its own editing widget
Sam Atkins
2022-05-21
LibGUI: Add ability to position checkboxes to the right of their text
Sam Atkins
2022-05-21
ThemeEditor: Actually save alignment roles
Sam Atkins
2022-05-21
ThemeEditor: Extract most logic into a MainWidget class
Sam Atkins
2022-05-21
Browser: Allow usage of vertical tabs
Cameron Youell
2022-05-21
LibGUI: TabWidget add vertical tabs
Cameron Youell
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-05-21
touch: Support custom timestamps
Ariel Don
2022-05-21
LibCore: Add Core::Stream::File::exists()
Ariel Don
2022-05-21
Kernel+LibC: Implement futimens(3)
Ariel Don
2022-05-21
Kernel+LibC+VFS: Implement utimensat(3)
Ariel Don
2022-05-21
LibC: Add a stub for nice()
Simon Danner
2022-05-20
LibC: Implement posix_memalign(3) and aligned_alloc(3)
Peter Elliott
2022-05-18
WindowServer: Fix crash when hovering over title buttons
MacDue
2022-05-17
LibJS: Mark two Get operations in ToTemporalZonedDateTime infallible
Linus Groh
[next]