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-03-23
LibJS: Don't static_cast<double>() various Date getter values
Linus Groh
2021-03-23
LibGUI: Remove one ancient GMENU_DEBUG debug log
Andreas Kling
2021-03-23
UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_t
Idan Horowitz
2021-03-23
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
Itamar
2021-03-23
LanguageServers/Cpp: Declarations inside namespaces are globally visible
Itamar
2021-03-23
LibCpp: Parse Namespace declaration
Itamar
2021-03-23
Userland: Add simple zip utility
Idan Horowitz
2021-03-23
LibArchive: Implement ZipOutputStream for zip archive creation
Idan Horowitz
2021-03-23
unzip: Use the new LibArchive Zip parser
Idan Horowitz
2021-03-23
LibArchive: Add Zip file parser
Idan Horowitz
2021-03-23
Libraries: Rename LibTar to LibArchive
Idan Horowitz
2021-03-23
LibJS: Remove as_size_t()
Linus Groh
2021-03-23
LibJS: Simplify positive/negative zero checks
Oleg Sikorskiy
2021-03-23
PixelPaint: Added Zoom tool
lucastarche
2021-03-23
PixelPaint: ImageEditor scaling method
lucastarche
2021-03-22
LibJS Date: Added "Invalid Date".
Petróczi Zoltán
2021-03-22
LibJS Date: Added toUTCString()
Petróczi Zoltán
2021-03-22
LibWeb: Import new CSS parser
Andreas Kling
2021-03-22
Spreadsheet: Do not assume that a worksheet always exists
AnotherTest
2021-03-22
Spreadsheet: Save the cells under the correct name
AnotherTest
2021-03-22
Spreadsheet: Check for parse errors after parsing the source
AnotherTest
2021-03-22
Spreadsheet: Do not assume that user input has balanced parenthesis
AnotherTest
2021-03-22
readelf: Use Loader.so interpreter for dynamic section and symbols
Brendan Coles
2021-03-22
LibELF: DynamicObject: Add rpath and runpath helpers
Brendan Coles
2021-03-22
Shell: Add tests for slices
AnotherTest
2021-03-22
Shell: Add support for indexing into variables
AnotherTest
2021-03-22
NotificationServer: Close connection on notification close
Nick Johnson
2021-03-22
Notification: Remove default image
Nick Johnson
2021-03-22
Notification: Use RefPtr for connection
Nick Johnson
2021-03-22
Notification: Use on_close
Nick Johnson
2021-03-22
LibGUI+Notification: Add mutable notifications
Nick Johnson
2021-03-22
Notification: Prevent showing a closed window
Nick Johnson
2021-03-22
LibGUI+Notification: Add notification closing
Nick Johnson
2021-03-22
Notification: Member-ize updatable components
Nick Johnson
2021-03-22
Notification: Allow getting window by ID
Nick Johnson
2021-03-22
Notification: Give a unique internal ID
Nick Johnson
2021-03-22
LibGUI+Notification: Use lifetime connection
Nick Johnson
2021-03-22
LibWeb: Advertise that we support the deflate content encoding
Luke
2021-03-22
LibHTTP: Add support for the deflate content encoding
Luke
2021-03-22
Only apply auto-naming of function expressions based on syntax
Andreas Kling
2021-03-22
LibJS: *Actually* check for negative zero in JS::Value(double)
Andreas Kling
2021-03-22
Spreadsheet: Add an export wizard, and support for custom CSV exports
AnotherTest
2021-03-22
Spreadsheet: Ignore empty cells when calculating data bounds
AnotherTest
2021-03-22
Spreadsheet/XSV: Make the writer respect QuoteAll
AnotherTest
2021-03-22
Spreadsheet: Add an import wizard, and add support for custom CSV files
AnotherTest
2021-03-22
Spreadsheet/XSV: Add at() accessors
AnotherTest
2021-03-22
LibGUI: Allow ItemListModel to have 2D items
AnotherTest
2021-03-22
LibGUI: Add a few missing classes to the forwarding header
AnotherTest
2021-03-22
LibGUI: Allow a wizard page to return null as its next page
AnotherTest
2021-03-22
LibGUI: Allow constructing a string Variant from StringView
AnotherTest
[next]