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
/
Applications
/
Spreadsheet
/
Writers
Age
Commit message (
Expand
)
Author
2023-01-16
Spreadsheet: Move to a non-owning model for `Stream` in `Writer::XSV`
Lucas CHOLLET
2023-01-07
Spreadsheet: Port XSV writer to Core::Stream
Karol Kosek
2023-01-07
Spreadsheet: Generate file previews in memory and save directly to file
Karol Kosek
2023-01-07
Spreadsheet: Use has_flag helper functions for XSV WriterBehaviors
Karol Kosek
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
2021-03-22
Spreadsheet/XSV: Make the writer respect QuoteAll
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling