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
2022-02-23
LibGUI+Apps: Let Splitters select which resizee to set fixed
thankyouverycool
2022-02-23
LibGUI: Adjust grabbable rect between Splitter widgets
thankyouverycool
2022-02-23
LibTLS: Add signature verification for DHE and ECDHE key exchange
Michiel Visser
2022-02-23
LibCrypto: Add EMSA-PKCS1-V1_5 encoder and verification
Michiel Visser
2022-02-23
LibTLS: ECDHE switch from FeatureNotSupported to NotUnderstood error
Michiel Visser
2022-02-23
LibTLS: Add OutOfMemory error that will send an InternalError alert
Michiel Visser
2022-02-23
Libraries/LibCpp: Add parser test for out-of-line function definitions
Itamar
2022-02-23
LanguageServers/Cpp: Fix "complete_includes" language server test
Itamar
2022-02-23
LibCpp: Allow qualified names in AST Declaration nodes
Itamar
2022-02-22
LibGL: Set correct matrices in `glFrustum` and `glOrtho`
Jelle Raaijmakers
2022-02-22
LibGL: Improve `glFrustum` precision and error handling
Jelle Raaijmakers
2022-02-22
LibGL: Clamp color in `glClearColor` to 0..1
Jelle Raaijmakers
2022-02-22
LibGL: Implement `glClearDepthf` and store as float
Jelle Raaijmakers
2022-02-22
LibGL: Ignore stack on projection and model view matrix retrieval
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Clean up some conditionals in `Device`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Round rasterization position to nearest integer
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Apply regular cartesian coordinate system
Jelle Raaijmakers
2022-02-22
LibGL: East-const two methods in `Texture2D`
Jelle Raaijmakers
2022-02-22
LibGL+LibSoftGPU: Use more expressive `is_power_of_two`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Rename `rgba` to `bgra` to reflect actual value
Jelle Raaijmakers
2022-02-22
LibGL: Use `clamp<float>` for depth range
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888
Jelle Raaijmakers
2022-02-22
LibGL: Remove superfluous `AK::dbgln` alias
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove `Device::wait_for_all_threads()`
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Remove unused `AK/Function.h` include
Jelle Raaijmakers
2022-02-22
LibSoftGPU: Use `fabsf` instead of `fabs` for `float`
Jelle Raaijmakers
2022-02-22
LibGL: Allow all primitives in `glBegin()`
Jelle Raaijmakers
2022-02-23
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
Ali Mohammad Pur
2022-02-23
LibJS: Print the expected and received value on expect.toEqual() failure
Ali Mohammad Pur
2022-02-22
Shell: Start history counter from 1
Ryan Chandler
2022-02-21
WindowServer: Mark window frame as invalidated when updating title
Tom
2022-02-21
SystemMonitor: Add missing /boot/Kernel.debug unveil
Idan Horowitz
2022-02-21
LibWeb: Support CSSStyleDeclaration.cssFloat
Andreas Kling
2022-02-21
LibWeb: Implement Node.removeChild() in terms of "pre-remove"
Andreas Kling
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-21
LibWeb: Use correct coordinate space when measuring space between floats
Andreas Kling
2022-02-21
LibWeb: Calculate edge of containing block correctly when floating right
Andreas Kling
2022-02-21
LibWeb: Don't shift right-floated boxes too much to the left
Andreas Kling
2022-02-21
LibWeb: Fix floating boxes getting stacked on top of each other
Andreas Kling
2022-02-21
LibWeb: Compute table cell height after doing its inside layout
Andreas Kling
2022-02-21
LibWeb: Rename FormattingState::ensure() -> get_mutable()
Andreas Kling
2022-02-21
LibWeb: Add hack to avoid crashing on !child_display.is_flow_inside()
Andreas Kling
2022-02-21
LibWeb: Respect font-size specified by CSS in "em" length calculations
Andreas Kling
2022-02-21
LibWeb: Store overflow data in the FormattingState
Andreas Kling
2022-02-21
LibWeb: Create list-item markers during layout tree construction
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-21
LibWeb: Assign correct viewport dimensions when making style for ICB
Andreas Kling
2022-02-21
Userland: Ask first for unsaved changes after clicking an "Open" action
Karol Kosek
2022-02-21
LibWeb: Add basic support for dynamic markup insertion
Lorenz Steinert
[next]