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-04-29
Shell: Add support for heredocs
Ali Mohammad Pur
2021-04-29
Shell: Do not assume that all parts of a node are enclosed in the node
Ali Mohammad Pur
2021-04-29
Shell: Avoid position push/pop when checking for next_is()
Ali Mohammad Pur
2021-04-29
Shell: Allow Syntax errors to be mutated while parsing
Ali Mohammad Pur
2021-04-29
Utilities: Use Vector<String> positional arguments in some places
Andreas Kling
2021-04-29
LibCore: Support Vector<String> positional arguments
Andreas Kling
2021-04-29
LibWeb: Add list-style-type: upper-latin and upper-alpha support
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: lower-alpha and lower-latin support
Tobias Christiansen
2021-04-29
LibWeb: Conversion from number to bijective-base with alphabet.
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: decimal-leading-zero support
Tobias Christiansen
2021-04-29
Tests: Convert LibC exec unit test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Convert LibC mktemp tests to be LibTest based.
Brian Gianforcaro
2021-04-29
LibTest: Add EXPECT_NE(..) test assertion.
Brian Gianforcaro
2021-04-29
Tests: Enable Spreadsheet unit tests so they actually build
Brian Gianforcaro
2021-04-29
Tests: Unify LibC tests to single location.
Brian Gianforcaro
2021-04-29
Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)
Brian Gianforcaro
2021-04-29
Tests: Convert LibGfx font handling test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Convert LibGfx image decoder test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Rename LibGfx painter benchmark to denote it's not a test.
Brian Gianforcaro
2021-04-29
Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txt
Brian Gianforcaro
2021-04-29
LibGfx: Add basic support for bidirectional text rendering
Idan Horowitz
2021-04-29
iLibC: Fix some missed camelCase => snake_case
Andreas Kling
2021-04-29
LibWeb: Move Layout::TextNode whitespace collapse to separate function
Andreas Kling
2021-04-29
Userland: Fix new GCC warnings
Gunnar Beutner
2021-04-29
Implemented llabs() in stdlib.h/cpp.
Holden Green
2021-04-29
LibC: added a bunch of macros in inttypes.h for use in formating strings bein...
Holden Green
2021-04-29
Browser: Display search engine format in statusbar
Maciej Zygmanowski
2021-04-29
Browser: Save search engine setting to preferences
Maciej Zygmanowski
2021-04-29
Kernel: Add MSG_PEEK support for the IPv4Socket
Justin
2021-04-29
LibDebug: Implement support for AttributeDataForm::ImplicitConst
Gunnar Beutner
2021-04-29
Browser: Add GitHub and Yandex to search engines
Panagiotis Vasilopoulos
2021-04-29
LibGUI: Fix issue where buttons with a menu sometimes stayed depressed
Mart G
2021-04-29
Userland: Fix two misaligned copyright headers
Linus Groh
2021-04-29
tac: Replace copyright text with SPDX license identifier
Linus Groh
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-28
LibDebug: Implement support for AttributeDataForm::{UData,LineStrP}
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 line programs
Gunnar Beutner
2021-04-28
LibDebug: Implement support for DWARF 5 compilation unit headers
Gunnar Beutner
2021-04-28
LibDebug: Move UnitHeader32 out of the LineProgram class
Gunnar Beutner
2021-04-28
LibDebug: Move get_attribute_value to the DwarfInfo class
Gunnar Beutner
2021-04-28
LibC: static_assert that all malloc size classes have an alignment of 8
Idan Horowitz
2021-04-28
LibC: Make sure malloc() returns addresses that have an alignment of 8
Gunnar Beutner
2021-04-28
Kernel+LibC: Implement the socketpair() syscall
Gunnar Beutner
2021-04-28
Userland: Implement tac command
Federico Guerinoni
2021-04-28
HackStudio: Add context option to set execution point while debugging
FalseHonesty
2021-04-28
WindowServer: Use window menu actions when clicking frame buttons
Tom
2021-04-28
WindowServer: Don't restore active window if it is minimized
Tom
2021-04-28
Screensaver: Implement mouse hysteresis
Jelle Raaijmakers
2021-04-27
LibM: Fix INFITITY to float
Jean-Baptiste Boric
[next]