summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-06LibLine: Reset suggestion index back to zero when fetching new onesAli Mohammad Pur
2022-03-06LibLine: Make sure suggestions have their *_views set correctlyAli Mohammad Pur
2022-03-06Shell: Be more smart with pasted stuffAli Mohammad Pur
2022-03-06Shell: Implement leftmost_trivial_literal() for Sequence nodesAli Mohammad Pur
2022-03-06LibLine: Allow the embedder to optionally handle pasted data itselfAli Mohammad Pur
2022-03-06Shell: Allow completing StringLiterals as pathsAli Mohammad Pur
2022-03-06LibLine+Userland: Make suggestion offsets per-suggestionAli Mohammad Pur
2022-03-06LibLine: Never assume a 25x80 terminalAli Mohammad Pur
2022-03-06js: Use token offset for highlighting instead of column offsetAli Mohammad Pur
2022-03-06LibGL: Implement `glNormalPointer`Jelle Raaijmakers
2022-03-06LibGL: Support local viewer light modelJelle Raaijmakers
2022-03-06LibGL: Clean up reading floats and doubles from pointersJelle Raaijmakers
2022-03-06LibGL: Set sampler config to dirty if modifying tex envJelle Raaijmakers
2022-03-06LibC: Remove semicolon in definition of FD_ZEROAlex O'Brien
2022-03-06LibWeb: Respect CSS image-rendering mode when painting canvas elementsAndreas Kling
2022-03-06LibSoftGPU: Use destination alpha for texture decal functionJelle Raaijmakers
2022-03-06Browser: Fix crash in Storage Inspector when the cookie list is emtpysa
2022-03-06LibJS: Actually override is_private_identifier() in PrivateIdentifierAndreas Kling
2022-03-06LibJS: Implement the object literal __proto__ property key special caseIdan Horowitz
2022-03-06LibGfx: Don't mix up red/blue channels when blitting RGBA8888 bitmapAndreas Kling
2022-03-05LibJS: Add fast_is<PrivateIdentifier>()Andreas Kling
2022-03-05LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage()Idan Horowitz
2022-03-05LibWeb: Add a very basic and ad-hoc version of IDL overload resolutionIdan Horowitz
2022-03-05LibWeb: Use image's intrinsic dimensions when checking their usabilityIdan Horowitz
2022-03-05Profiler: Present read event info in tree structureJakub Berkop
2022-03-05LibWeb: Improve height:auto for position:absolute blocksAndreas Kling
2022-03-05LibWeb: Don't break on *every character* in AllPossibleLineBreaks modeAndreas Kling
2022-03-05LibWeb: Use monospace font for <kbd> and <samp> elementsKarol Kosek
2022-03-05LibWeb: Strike-through <s> and <del> elements by defaultKarol Kosek
2022-03-05LibWeb: Set default fantasy font to Comic BookKarol Kosek
2022-03-05LibWeb: Set default serif font to RomanKarol Kosek
2022-03-05FontEditor: Add code previews for fixed-width fontselectrikmilk
2022-03-05LibGL: Implement lighting parameter error checkingJelle Raaijmakers
2022-03-05LibSoftGPU: Use non-normalized light vector for attenuationJelle Raaijmakers
2022-03-05LibCpp: Don't include parameter type in FunctionType::to_string if nullItamar
2022-03-05tar: Implement support for extended headers :^)Tim Schumacher
2022-03-05LibArchive: Implement a basic parser for tar extended headersTim Schumacher
2022-03-05tar: Use the prefixed path for listing and verbose outputTim Schumacher
2022-03-05LibArchive: Add TarFileHeader::content_is_like_extended_header()Tim Schumacher
2022-03-05tar: Prevent file buffering from reading uninitialized dataTim Schumacher
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
2022-03-05LibWeb: Implement LocationObject URL part getters closer to specLinus Groh
2022-03-05LibWeb: Add LocationObject::url()Linus Groh
2022-03-05LibWeb: Add LocationObject::relevant_document()Linus Groh
2022-03-05LibWeb: Add Window::browsing_context()Linus Groh
2022-03-05LibWeb: Add spec comments to LocationObjectLinus Groh
2022-03-05Spreadsheet: Allow integer() to throw in weird casesu9g
2022-03-05Spreadsheet: Add find, findIndex, indexOf, & has to CommonRangeu9g
2022-03-05Spreadsheet: Put common Range(s) functionality into CommonRange classu9g
2022-03-04LibWeb: Don't create unwanted layout nodes when recomputing styleAndreas Kling