index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-30
LibSoftGPU: Be less lenient towards unknown enum values
Jelle Raaijmakers
2021-12-30
LibSoftGPU: Prevent fog from overwriting the alpha channel
Jelle Raaijmakers
2021-12-30
LibGL: Remove `glPush/PopMatrix` debug spam
Jelle Raaijmakers
2021-12-30
LibGL+LibSoftGPU: Implement normalization of normals
Jelle Raaijmakers
2021-12-30
LibGfx: Mark some `Matrix` functions as `[[nodiscard]]`
Jelle Raaijmakers
2021-12-30
LibGfx: Add `Matrix3x3`
Jelle Raaijmakers
2021-12-30
LibGL: Implement fog in `GL_LINEAR` mode
Jelle Raaijmakers
2021-12-30
LibGL: Optimize float divisions in `unpack_color`
Jelle Raaijmakers
2021-12-30
Ports: Implement `SDL_QUIT` event in Tux Racer
Jelle Raaijmakers
2021-12-30
LibGL: Defer depth writing until after alpha testing
Jelle Raaijmakers
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-30
Meta: Add helper CMake function to link directly against LibUnicodeData
Timothy Flynn
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-30
Kernel: Remove redundant (K)String::characters() calls
Daniel Bertalan
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-30
Kernel: Propagate allocation failure in resolve_path_without_veil
Daniel Bertalan
2021-12-30
LibGUI: Convert INISyntaxHighlighter to east-const
Maciej
2021-12-30
LibGUI: Use consistent naming scheme in INILexer
Maciej
2021-12-30
LibGUI: Handle '#' comments in INILexer
Maciej
2021-12-30
Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits
Owen Smith
2021-12-29
Base: Add manpages for cut, diff, head & rmdir command line utilities
salaaad2
2021-12-30
LibJS: Evaluate NewExpression arguments before checking constructor type
Linus Groh
2021-12-30
Base: Add Misc. Symbols and Pictographs to font Katica Regular 10
Lady Gegga
2021-12-30
Base: Add CJK Symbols and Punctuation to font Katica Regular 10
Lady Gegga
2021-12-30
Base: Add Dingbats to font Katica Regular 10
Lady Gegga
2021-12-30
Base: Add Miscellaneous Symbols to font Katica Regular 10
Lady Gegga
2021-12-30
Base: Adjust some glyphs in font Katica Regular 10
Lady Gegga
2021-12-29
Meta: Use portable gzip option for extracting PCI and USB ID files
tuftedocelot
2021-12-29
Kernel: Add verification promise violations are propagated properly
Brian Gianforcaro
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode
Brian Gianforcaro
2021-12-29
Kernel: Remove now unused REQUIRE_PROMISE and REQUIRE_NO_PROMISES macros
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_no_promises instead of REQUIRE_NO_PROMISES
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-29
Kernel: Print KUBSAN backtrace to screen if KUBSAN is deadly
Luke Wilde
2021-12-29
ImageViewer: Allow choice between nearest neighbor and bilinear scaling
Luke Wilde
2021-12-29
LibJS: Don't VERIFY that the token after 'import' is one of '.' and '('
davidot
2021-12-29
LibJS: Detect invalid unicode and stop lexing at that point
davidot
2021-12-29
LibJS: Remove unused declaration copy_data_properties
davidot
2021-12-29
LibJS: Convert create_global_function_binding() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert create_global_var_binding() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert can_declare_global_function() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert can_declare_global_var() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert has_restricted_global_property() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Add spec comments to remaining GlobalEnvironment methods
Linus Groh
2021-12-29
Kernel: Clarify why ftruncate() & pread() are passed `off_t const*`
Brian Gianforcaro
2021-12-29
Kernel: Make File::unref virtual
Idan Horowitz
2021-12-29
Meta+Documentation: Don't rebuild disk image for every run on OpenBSD
tuftedocelot
2021-12-29
Meta: Add egcc as a GCC candidate
tuftedocelot
2021-12-29
Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSD
tuftedocelot
[next]