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-12-31
LibCore: Add Core::System::setpgid()
Ali Mohammad Pur
2021-12-31
LibCore: Make Core::System::pipe2() available on Lagom
Ali Mohammad Pur
2021-12-30
LibJS: Convert thrown exception to completion in binding initialization
davidot
2021-12-30
LibJS: Add and fix some spec comments in AbstractOperations
davidot
2021-12-30
LibJS: Convert get_identifier_reference() to ThrowCompletionOr
davidot
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
2021-12-30
Utilities/lsusb: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/arp: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/netstat: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/ifconfig: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/notify: Propagate errors in Gfx::Bitmap loading
creator1creeper1
2021-12-30
Utilities/lsirq: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/mount: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Utilities/lsof: Propagate errors in JSON decoding
creator1creeper1
2021-12-30
Pong: Support W and S keys for movement
r00ster91
2021-12-30
LibGUI: Fix leading whitespaces when text is wrapped
Young-Jin Park
2021-12-30
LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' method
Elyse
2021-12-30
LibGUI+SoundPlayer: Use 'increase_slider_by_page_steps()'
Elyse
2021-12-30
LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method
Elyse
2021-12-30
LibGUI+LibWeb: Use 'increase_slider_by_steps()' method
Elyse
2021-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-30
LibGUI: Add movement methods to AbstractSlider
Elyse
2021-12-30
LibWeb: Implement Element.getAttributeNames
Luke Wilde
2021-12-30
Shell: Avoid many single byte write() syscalls when printing the prompt
Daniel Bertalan
2021-12-30
LibGL+LibSoftGPU: Implement texture coordinate generation
Jelle Raaijmakers
2021-12-30
LibSoftGPU: Use eye coordinates for fog calculation
Jelle Raaijmakers
2021-12-30
LibGL+LibSoftGPU: Implement eye, clip, NDC and window coordinates
Jelle Raaijmakers
2021-12-30
LibSoftGPU: Set obvious FP values for `depth_min/max`
Jelle Raaijmakers
2021-12-30
LibGL: Use standard debug message for `gl_materialv`
Jelle Raaijmakers
2021-12-30
LibGL: Reduce nesting levels in `gl_tex_env`
Jelle Raaijmakers
2021-12-30
LibGL: Change `gl_tex_gen` param to `GLint`
Jelle Raaijmakers
2021-12-30
LibSoftGPU: Drop unnecessary FP divisions in `to_vec4`
Jelle Raaijmakers
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
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
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
LibJS: Evaluate NewExpression arguments before checking constructor type
Linus Groh
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
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
[next]