summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-31LibCore: Add Core::System::setpgid()Ali Mohammad Pur
2021-12-31LibCore: Make Core::System::pipe2() available on LagomAli Mohammad Pur
2021-12-30LibJS: Convert thrown exception to completion in binding initializationdavidot
2021-12-30LibJS: Add and fix some spec comments in AbstractOperationsdavidot
2021-12-30LibJS: Convert get_identifier_reference() to ThrowCompletionOrdavidot
2021-12-30LibJS: Convert resolve_binding() to ThrowCompletionOrdavidot
2021-12-30Utilities/lsusb: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/arp: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/netstat: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/ifconfig: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/notify: Propagate errors in Gfx::Bitmap loadingcreator1creeper1
2021-12-30Utilities/lsirq: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/mount: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Utilities/lsof: Propagate errors in JSON decodingcreator1creeper1
2021-12-30Pong: Support W and S keys for movementr00ster91
2021-12-30LibGUI: Fix leading whitespaces when text is wrappedYoung-Jin Park
2021-12-30LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' methodElyse
2021-12-30LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'Elyse
2021-12-30LibGUI+LibWeb: Use 'decrease_slider_by_steps()' methodElyse
2021-12-30LibGUI+LibWeb: Use 'increase_slider_by_steps()' methodElyse
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-30LibGUI: Add movement methods to AbstractSliderElyse
2021-12-30LibWeb: Implement Element.getAttributeNamesLuke Wilde
2021-12-30Shell: Avoid many single byte write() syscalls when printing the promptDaniel Bertalan
2021-12-30LibGL+LibSoftGPU: Implement texture coordinate generationJelle Raaijmakers
2021-12-30LibSoftGPU: Use eye coordinates for fog calculationJelle Raaijmakers
2021-12-30LibGL+LibSoftGPU: Implement eye, clip, NDC and window coordinatesJelle Raaijmakers
2021-12-30LibSoftGPU: Set obvious FP values for `depth_min/max`Jelle Raaijmakers
2021-12-30LibGL: Use standard debug message for `gl_materialv`Jelle Raaijmakers
2021-12-30LibGL: Reduce nesting levels in `gl_tex_env`Jelle Raaijmakers
2021-12-30LibGL: Change `gl_tex_gen` param to `GLint`Jelle Raaijmakers
2021-12-30LibSoftGPU: Drop unnecessary FP divisions in `to_vec4`Jelle Raaijmakers
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-30LibGL: Defer depth writing until after alpha testingJelle Raaijmakers
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
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-30LibJS: Evaluate NewExpression arguments before checking constructor typeLinus Groh
2021-12-29Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()Brian Gianforcaro
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