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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser
2021-08-21
LibSQL: Added 'nullable' and 'default value' option to ColumnDef
Jan de Visser
2021-08-21
LibSQL: Redesign Value implementation and add new types
Jan de Visser
2021-08-21
LibSQL: Make TupleDescriptor a shared pointer instead of a stack object
Jan de Visser
2021-08-21
LibGL: Use integer comparison for GL_EQUAL and GL_NOTEQUAL
Jesse Buhagiar
2021-08-20
LibCore: Show version and help before parsing positional arguments
TheFightingCatfish
2021-08-20
LibJS: Implement RegExp.prototype.compile
Timothy Flynn
2021-08-20
LibRegex: Treat pattern string characters as unsigned
Timothy Flynn
2021-08-20
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
Timothy Flynn
2021-08-20
LibWeb: Fix inverted-if typo in flex_shrink_factor()
Sam Atkins
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toJSON()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toLocaleString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toJSON()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toLocaleString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toString()
Linus Groh
2021-08-20
LibGL: Implement `glPolygonMode`
Jesse Buhagiar
2021-08-20
LibWeb: Parse the CSS `opacity` property with `strtof()` for now
Andreas Kling
2021-08-20
LibTextCodec: Remove unused is_standardized_encoding()
Andreas Kling
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-20
LibGUI: Reduce amount we init for FileIconProvider::filetype_image_icon
Andrew January
2021-08-20
LibGUI: Pass context menu events through normal event dispatch
Andreas Kling
2021-08-19
LibJS: Allow Unicode escape sequences in identifiers
Timothy Flynn
2021-08-19
LibRegex+LibJS: Change capture group names from a String to a FlyString
Timothy Flynn
2021-08-19
LibRegex: Allow Unicode escape sequences in capture group names
Timothy Flynn
2021-08-19
LibRegex: Use GenericLexer to consume escaped code points
Timothy Flynn
2021-08-19
LibRegex: Convert regex::Lexer to inherit from GenericLexer
Timothy Flynn
2021-08-19
LibJS: Use GenericLexer to consume escaped code points
Timothy Flynn
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-19
LibC: Add FNM_NOMATCH to fnmatch.h
Kenneth Myhra
2021-08-19
LibCore: Fix build error in File.cpp on macOS
fladd
2021-08-19
LibJS: Add type range checks to the Date make_day AO
Idan Horowitz
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-08-19
LibTest+Utilities: Print a start message before each test in run-tests
Andrew Kaster
2021-08-19
LibGL: Don't crash on invalid pname value in glGetFloatv
Jesse Buhagiar
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toJSON()
Linus Groh
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toLocaleString()
Linus Groh
2021-08-19
LibJS: Implement Temporal.PlainDate.prototype.toString()
Linus Groh
2021-08-19
LibJS: Make Temporal's get_option() take a PropertyName directly
Linus Groh
2021-08-19
LibGUI: Move common action definitions to CommonActions.cpp
sin-ack
2021-08-18
LibJS: Reflect naming consistency editorial changes in the Temporal spec
Linus Groh
2021-08-18
LibGL: Leave render loop early if color mask empty
Stephan Unverwerth
2021-08-18
LibGL: Fix triangle winding calculation
Stephan Unverwerth
2021-08-18
LibGL: Fix clipping and interpolate vertex attributes
Stephan Unverwerth
2021-08-18
LibGL: Improve texture sampling performance
Stephan Unverwerth
2021-08-18
LibGL: Return white texel when sampling uninitialized texture
Stephan Unverwerth
2021-08-18
LibGL: Complete glGetString implementation
Stephan Unverwerth
2021-08-18
LibGL: Implement glDepthFunc
Stephan Unverwerth
2021-08-18
LibGL: Implement glDepthRange
Stephan Unverwerth
[next]