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-03-06
LibLine: Reset suggestion index back to zero when fetching new ones
Ali Mohammad Pur
2022-03-06
LibLine: Make sure suggestions have their *_views set correctly
Ali Mohammad Pur
2022-03-06
Shell: Be more smart with pasted stuff
Ali Mohammad Pur
2022-03-06
Shell: Implement leftmost_trivial_literal() for Sequence nodes
Ali Mohammad Pur
2022-03-06
LibLine: Allow the embedder to optionally handle pasted data itself
Ali Mohammad Pur
2022-03-06
Shell: Allow completing StringLiterals as paths
Ali Mohammad Pur
2022-03-06
LibLine+Userland: Make suggestion offsets per-suggestion
Ali Mohammad Pur
2022-03-06
LibLine: Never assume a 25x80 terminal
Ali Mohammad Pur
2022-03-06
js: Use token offset for highlighting instead of column offset
Ali Mohammad Pur
2022-03-06
LibGL: Implement `glNormalPointer`
Jelle Raaijmakers
2022-03-06
LibGL: Support local viewer light model
Jelle Raaijmakers
2022-03-06
LibGL: Clean up reading floats and doubles from pointers
Jelle Raaijmakers
2022-03-06
LibGL: Set sampler config to dirty if modifying tex env
Jelle Raaijmakers
2022-03-06
LibC: Remove semicolon in definition of FD_ZERO
Alex O'Brien
2022-03-06
LibWeb: Respect CSS image-rendering mode when painting canvas elements
Andreas Kling
2022-03-06
LibSoftGPU: Use destination alpha for texture decal function
Jelle Raaijmakers
2022-03-06
Browser: Fix crash in Storage Inspector when the cookie list is emtpy
sa
2022-03-06
LibJS: Actually override is_private_identifier() in PrivateIdentifier
Andreas Kling
2022-03-06
LibJS: Implement the object literal __proto__ property key special case
Idan Horowitz
2022-03-06
LibGfx: Don't mix up red/blue channels when blitting RGBA8888 bitmap
Andreas Kling
2022-03-05
LibJS: Add fast_is<PrivateIdentifier>()
Andreas Kling
2022-03-05
LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage()
Idan Horowitz
2022-03-05
LibWeb: Add a very basic and ad-hoc version of IDL overload resolution
Idan Horowitz
2022-03-05
LibWeb: Use image's intrinsic dimensions when checking their usability
Idan Horowitz
2022-03-05
Profiler: Present read event info in tree structure
Jakub Berkop
2022-03-05
LibWeb: Improve height:auto for position:absolute blocks
Andreas Kling
2022-03-05
LibWeb: Don't break on *every character* in AllPossibleLineBreaks mode
Andreas Kling
2022-03-05
LibWeb: Use monospace font for <kbd> and <samp> elements
Karol Kosek
2022-03-05
LibWeb: Strike-through <s> and <del> elements by default
Karol Kosek
2022-03-05
LibWeb: Set default fantasy font to Comic Book
Karol Kosek
2022-03-05
LibWeb: Set default serif font to Roman
Karol Kosek
2022-03-05
FontEditor: Add code previews for fixed-width fonts
electrikmilk
2022-03-05
LibGL: Implement lighting parameter error checking
Jelle Raaijmakers
2022-03-05
LibSoftGPU: Use non-normalized light vector for attenuation
Jelle Raaijmakers
2022-03-05
LibCpp: Don't include parameter type in FunctionType::to_string if null
Itamar
2022-03-05
tar: Implement support for extended headers :^)
Tim Schumacher
2022-03-05
LibArchive: Implement a basic parser for tar extended headers
Tim Schumacher
2022-03-05
tar: Use the prefixed path for listing and verbose output
Tim Schumacher
2022-03-05
LibArchive: Add TarFileHeader::content_is_like_extended_header()
Tim Schumacher
2022-03-05
tar: Prevent file buffering from reading uninitialized data
Tim Schumacher
2022-03-05
Base+LibGUI+LibGfx: Improve disabled text readability
Jaime Valenzuela Durán
2022-03-05
LibWeb: Implement LocationObject URL part getters closer to spec
Linus Groh
2022-03-05
LibWeb: Add LocationObject::url()
Linus Groh
2022-03-05
LibWeb: Add LocationObject::relevant_document()
Linus Groh
2022-03-05
LibWeb: Add Window::browsing_context()
Linus Groh
2022-03-05
LibWeb: Add spec comments to LocationObject
Linus Groh
2022-03-05
Spreadsheet: Allow integer() to throw in weird cases
u9g
2022-03-05
Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange
u9g
2022-03-05
Spreadsheet: Put common Range(s) functionality into CommonRange class
u9g
2022-03-04
LibWeb: Don't create unwanted layout nodes when recomputing style
Andreas Kling
[next]