ladybird/Userland/Libraries/LibSQL
Sam Atkins 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Rather than creating a TextStyle struct, and then copying its fields
over to a TextAttributes, let's just create a TextAttributes to start
with. This also simplifies the syntax highlighting code by letting us
define underlines along with the other text styling.
2023-03-15 14:55:49 +01:00
..
AST LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2023-03-15 14:55:49 +01:00
BTree.cpp
BTree.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
BTreeIterator.cpp
CMakeLists.txt
Database.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Database.h LibSQL: Fix minor const-correctness issues 2023-02-21 00:54:04 +01:00
Forward.h
HashIndex.cpp
HashIndex.h
Heap.cpp LibSQL: Always read and write entire heap blocks 2023-03-13 15:16:20 +00:00
Heap.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Index.cpp
Index.h
Key.cpp
Key.h
Meta.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Meta.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Result.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Result.h LibSQL: Don't interpret AK::Error codes as SQL error codes 2023-01-26 10:43:30 +00:00
ResultSet.cpp
ResultSet.h LibSQL: Store selected column names in the results for SELECT statements 2023-02-03 20:34:45 +01:00
Row.cpp
Row.h
Serializer.cpp
Serializer.h
SQLClient.cpp Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
SQLClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
TreeNode.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Tuple.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Tuple.h
TupleDescriptor.h
Type.h
Value.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
Value.h