summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-08LibGfx: Add support for TextAlignment::TopCenter / BottomCenterVrins
2022-03-08LibEDID: Fix DetailedTiming::pixel_clock_khz resultLiav A
2022-03-08PixelPaint: Draw a colored border around the appropriate thumbnailTobias Christiansen
2022-03-08PixelPaint: Add "Add Mask" to Layer context menuTobias Christiansen
2022-03-08PixelPaint: Change EditMode of Layer when double clicking on thumbnailTobias Christiansen
2022-03-08PixelPaint: Add a mask thumbnail to the LayerListWidgetTobias Christiansen
2022-03-08PixelPaint: Use the currently_edited_bitmap in the ToolsTobias Christiansen
2022-03-08PixelPaint: Keep track of and expose the type of the edited bitmapTobias Christiansen
2022-03-08PixelPaint: Respect Mask when generating the display bitmapTobias Christiansen
2022-03-08PixelPaint: Add mask Bitmap to Layer and expose itTobias Christiansen
2022-03-08PixelPaint: Split bitmap() of Layer into {content, display}_bitmapTobias Christiansen
2022-03-08KeyboardMapper: Ask for unsaved changes on window close and file openKarol Kosek
2022-03-08KeyboardMapper: Reset modified flag after loading a fileKarol Kosek
2022-03-08KeyboardMapper: Display dirty close icon when the file is changedKarol Kosek
2022-03-08Utilities/lspci: Add verbose flag to show data about PCI BARsLiav A
2022-03-08Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pciLiav A
2022-03-08LibWeb: Add explicit color to mark elementLady Gegga
2022-03-08LibWeb: Add default styling to abbr, acronym, mark, strike and ttLady Gegga
2022-03-08Mandelbrot: Add Help menu with standard About actionPaulo Henrique Silva
2022-03-08LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extractnetworkException
2022-03-08LibSoftGPU: Remove a lot of `[ui]32x4` casts in `Sampler`Jelle Raaijmakers
2022-03-08LibGL: Better handling of texture targets and default texturesJelle Raaijmakers
2022-03-08LibGL: East-const `glTex*` methodsJelle Raaijmakers
2022-03-08LibGL: Remove duplicate `public:` from `Texture2D.h`Jelle Raaijmakers
2022-03-08LibTextCodec: Add support for the UTF16-LE encodingJelle Raaijmakers
2022-03-08js: Don't try to run empty scriptsMaciej
2022-03-08LibWeb: Move Timer from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Make InlineLevelIterator emit absolutely positioned itemsAndreas Kling
2022-03-08LibSoftGPU: Choose correct texture filter based on scale factorStephan Unverwerth
2022-03-07LibGUI: Animated smooth scroll interpolationForLoveOfCats
2022-03-07LibWeb: Make TextNode::ChunkIterator::try_commit_chunk() constMaciej
2022-03-07LibJS: Use Vector instead of HashMap in DeclarativeEnvironmentAndreas Kling
2022-03-07LibWeb: Add Ratio type to MediaFeatureValueSam Atkins
2022-03-07LibWeb: Introduce and parse CSS Ratio typeSam Atkins
2022-03-07LibWeb: Correct "color" media-feature valueSam Atkins
2022-03-07LibGfx: Reimplement `Vector::length()` as a loopJelle Raaijmakers
2022-03-07LibGfx+LibSoftGPU: Add and use `Vector.xy()`Jelle Raaijmakers
2022-03-07LibSoftGPU: Use `lroundf` instead of `roundf` in rasterization rectJelle Raaijmakers
2022-03-07LibSoftGPU: Use `float` instead of `int` for triangle screen coordsJelle Raaijmakers
2022-03-07LibPDF: Allow newlines between xref table and "trailer" keywordMatthew Olsson
2022-03-07LibPDF: Fix "incorrect" matrix multiplication in RendererMatthew Olsson
2022-03-07LibPDF: Implement marked renderer operations as nopsMatthew Olsson
2022-03-07LibPDF: Fix bad hex string parsing logicMatthew Olsson
2022-03-07LibPDF: Remove useless hex string substring callMatthew Olsson
2022-03-07LibPDF: Support all Dest typesMatthew Olsson
2022-03-07LibPDF: Propagate errors in Renderer/PDFViewerMatthew Olsson
2022-03-07LibPDF: Propagate ColorSpace errorsMatthew Olsson
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-03-07LibPDF: Fix the zoom-related text scaling issueMatthew Olsson