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-08
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
Vrins
2022-03-08
LibEDID: Fix DetailedTiming::pixel_clock_khz result
Liav A
2022-03-08
PixelPaint: Draw a colored border around the appropriate thumbnail
Tobias Christiansen
2022-03-08
PixelPaint: Add "Add Mask" to Layer context menu
Tobias Christiansen
2022-03-08
PixelPaint: Change EditMode of Layer when double clicking on thumbnail
Tobias Christiansen
2022-03-08
PixelPaint: Add a mask thumbnail to the LayerListWidget
Tobias Christiansen
2022-03-08
PixelPaint: Use the currently_edited_bitmap in the Tools
Tobias Christiansen
2022-03-08
PixelPaint: Keep track of and expose the type of the edited bitmap
Tobias Christiansen
2022-03-08
PixelPaint: Respect Mask when generating the display bitmap
Tobias Christiansen
2022-03-08
PixelPaint: Add mask Bitmap to Layer and expose it
Tobias Christiansen
2022-03-08
PixelPaint: Split bitmap() of Layer into {content, display}_bitmap
Tobias Christiansen
2022-03-08
KeyboardMapper: Ask for unsaved changes on window close and file open
Karol Kosek
2022-03-08
KeyboardMapper: Reset modified flag after loading a file
Karol Kosek
2022-03-08
KeyboardMapper: Display dirty close icon when the file is changed
Karol Kosek
2022-03-08
Utilities/lspci: Add verbose flag to show data about PCI BARs
Liav A
2022-03-08
Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pci
Liav A
2022-03-08
LibWeb: Add explicit color to mark element
Lady Gegga
2022-03-08
LibWeb: Add default styling to abbr, acronym, mark, strike and tt
Lady Gegga
2022-03-08
Mandelbrot: Add Help menu with standard About action
Paulo Henrique Silva
2022-03-08
LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extract
networkException
2022-03-08
LibSoftGPU: Remove a lot of `[ui]32x4` casts in `Sampler`
Jelle Raaijmakers
2022-03-08
LibGL: Better handling of texture targets and default textures
Jelle Raaijmakers
2022-03-08
LibGL: East-const `glTex*` methods
Jelle Raaijmakers
2022-03-08
LibGL: Remove duplicate `public:` from `Texture2D.h`
Jelle Raaijmakers
2022-03-08
LibTextCodec: Add support for the UTF16-LE encoding
Jelle Raaijmakers
2022-03-08
js: Don't try to run empty scripts
Maciej
2022-03-08
LibWeb: Move Timer from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Make InlineLevelIterator emit absolutely positioned items
Andreas Kling
2022-03-08
LibSoftGPU: Choose correct texture filter based on scale factor
Stephan Unverwerth
2022-03-07
LibGUI: Animated smooth scroll interpolation
ForLoveOfCats
2022-03-07
LibWeb: Make TextNode::ChunkIterator::try_commit_chunk() const
Maciej
2022-03-07
LibJS: Use Vector instead of HashMap in DeclarativeEnvironment
Andreas Kling
2022-03-07
LibWeb: Add Ratio type to MediaFeatureValue
Sam Atkins
2022-03-07
LibWeb: Introduce and parse CSS Ratio type
Sam Atkins
2022-03-07
LibWeb: Correct "color" media-feature value
Sam Atkins
2022-03-07
LibGfx: Reimplement `Vector::length()` as a loop
Jelle Raaijmakers
2022-03-07
LibGfx+LibSoftGPU: Add and use `Vector.xy()`
Jelle Raaijmakers
2022-03-07
LibSoftGPU: Use `lroundf` instead of `roundf` in rasterization rect
Jelle Raaijmakers
2022-03-07
LibSoftGPU: Use `float` instead of `int` for triangle screen coords
Jelle Raaijmakers
2022-03-07
LibPDF: Allow newlines between xref table and "trailer" keyword
Matthew Olsson
2022-03-07
LibPDF: Fix "incorrect" matrix multiplication in Renderer
Matthew Olsson
2022-03-07
LibPDF: Implement marked renderer operations as nops
Matthew Olsson
2022-03-07
LibPDF: Fix bad hex string parsing logic
Matthew Olsson
2022-03-07
LibPDF: Remove useless hex string substring call
Matthew Olsson
2022-03-07
LibPDF: Support all Dest types
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Renderer/PDFViewer
Matthew Olsson
2022-03-07
LibPDF: Propagate ColorSpace errors
Matthew Olsson
2022-03-07
LibPDF: Propagate errors in Parser and Document
Matthew Olsson
2022-03-07
LibPDF: Fix the zoom-related text scaling issue
Matthew Olsson
[next]