summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-30LibSoftGPU: Be less lenient towards unknown enum valuesJelle Raaijmakers
2021-12-30LibSoftGPU: Prevent fog from overwriting the alpha channelJelle Raaijmakers
2021-12-30LibGL: Remove `glPush/PopMatrix` debug spamJelle Raaijmakers
2021-12-30LibGL+LibSoftGPU: Implement normalization of normalsJelle Raaijmakers
2021-12-30LibGfx: Mark some `Matrix` functions as `[[nodiscard]]`Jelle Raaijmakers
2021-12-30LibGfx: Add `Matrix3x3`Jelle Raaijmakers
2021-12-30LibGL: Implement fog in `GL_LINEAR` modeJelle Raaijmakers
2021-12-30LibGL: Optimize float divisions in `unpack_color`Jelle Raaijmakers
2021-12-30Ports: Implement `SDL_QUIT` event in Tux RacerJelle Raaijmakers
2021-12-30LibGL: Defer depth writing until after alpha testingJelle Raaijmakers
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-30Meta: Add helper CMake function to link directly against LibUnicodeDataTimothy Flynn
2021-12-30Kernel: Tighten String-related includesDaniel Bertalan
2021-12-30Kernel: Remove redundant (K)String::characters() callsDaniel Bertalan
2021-12-30Kernel+AK: Eliminate a couple of temporary String allocationsDaniel Bertalan
2021-12-30Kernel: Propagate allocation failure in resolve_path_without_veilDaniel Bertalan
2021-12-30LibGUI: Convert INISyntaxHighlighter to east-constMaciej
2021-12-30LibGUI: Use consistent naming scheme in INILexerMaciej
2021-12-30LibGUI: Handle '#' comments in INILexerMaciej
2021-12-30Kernel: Fix incorrect SFMASK MSR value clobbering reserved bitsOwen Smith
2021-12-29Base: Add manpages for cut, diff, head & rmdir command line utilitiessalaaad2
2021-12-30LibJS: Evaluate NewExpression arguments before checking constructor typeLinus Groh
2021-12-30Base: Add Misc. Symbols and Pictographs to font Katica Regular 10Lady Gegga
2021-12-30Base: Add CJK Symbols and Punctuation to font Katica Regular 10Lady Gegga
2021-12-30Base: Add Dingbats to font Katica Regular 10Lady Gegga
2021-12-30Base: Add Miscellaneous Symbols to font Katica Regular 10Lady Gegga
2021-12-30Base: Adjust some glyphs in font Katica Regular 10Lady Gegga
2021-12-29Meta: Use portable gzip option for extracting PCI and USB ID filestuftedocelot
2021-12-29Kernel: Add verification promise violations are propagated properlyBrian Gianforcaro
2021-12-29Kernel: Handle promise violations in the syscall handlerBrian Gianforcaro
2021-12-29Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCodeBrian Gianforcaro
2021-12-29Kernel: Remove now unused REQUIRE_PROMISE and REQUIRE_NO_PROMISES macrosBrian Gianforcaro
2021-12-29Kernel: Use Process::require_no_promises instead of REQUIRE_NO_PROMISESBrian Gianforcaro
2021-12-29Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()Brian Gianforcaro
2021-12-29Kernel: Print KUBSAN backtrace to screen if KUBSAN is deadlyLuke Wilde
2021-12-29ImageViewer: Allow choice between nearest neighbor and bilinear scalingLuke Wilde
2021-12-29LibJS: Don't VERIFY that the token after 'import' is one of '.' and '('davidot
2021-12-29LibJS: Detect invalid unicode and stop lexing at that pointdavidot
2021-12-29LibJS: Remove unused declaration copy_data_propertiesdavidot
2021-12-29LibJS: Convert create_global_function_binding() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert create_global_var_binding() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert can_declare_global_function() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert can_declare_global_var() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert has_restricted_global_property() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Add spec comments to remaining GlobalEnvironment methodsLinus Groh
2021-12-29Kernel: Clarify why ftruncate() & pread() are passed `off_t const*`Brian Gianforcaro
2021-12-29Kernel: Make File::unref virtualIdan Horowitz
2021-12-29Meta+Documentation: Don't rebuild disk image for every run on OpenBSDtuftedocelot
2021-12-29Meta: Add egcc as a GCC candidatetuftedocelot
2021-12-29Build: Remove gzip -k usage in PCI/USB ID files and crypt for OpenBSDtuftedocelot