summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-26LibWeb: Use ThreedShadow1 palette color for input border in Default.cssLinus Groh
2022-03-26LibWeb: Paint the focus outline using Painter::draw_focus_rect()Linus Groh
2022-03-26LibWeb: Paint the focus outline actually *outside* the elementLinus Groh
2022-03-25SoundPlayer: Don't crash when the reported buffer is unexpectedkleines Filmröllchen
2022-03-25SoundPlayer: Fix jump to slider behavior for playback sliderkleines Filmröllchen
2022-03-26LibWeb: Include floats in height:auto for BFC root with inline childrenAndreas Kling
2022-03-26LibWeb: Include children-are-inline state in layout tree dumpsAndreas Kling
2022-03-25Ports: Update Python to 3.10.3Linus Groh
2022-03-26LibCrypto: Correctly add length to SHA384 and SHA512 hashesMichiel Visser
2022-03-25Ports: Add cfungeTobias Christiansen
2022-03-25LibWeb: When painting, reduce computation cost by using the reciprocalJames Bellamy
2022-03-25Base: Add U+00A0 (NBSP) to Roman Regular 10 fontTimothy Flynn
2022-03-25LibWeb: Attach BackgroundAttachment::Fixed to the window view portTimothy Flynn
2022-03-25LibJS: Fix number types in GetISOPartsFromEpochLinus Groh
2022-03-25LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeForLinus Groh
2022-03-25LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTYkleines Filmröllchen
2022-03-25LibCore: Make EventLoop connect to InspectorServer if requestedkleines Filmröllchen
2022-03-25LibWeb: Show correct element margin values in Inspector "Box Model" viewAndreas Kling
2022-03-25LibWeb: Mark CSS properties as not affecting stacking context by defaultAndreas Kling
2022-03-24Ports: Unignore the Ruby version helper scriptTim Schumacher
2022-03-24Ports: Unignore the OpenSSH port READMETim Schumacher
2022-03-24Ports: Unignore the basic verification file of fioTim Schumacher
2022-03-24Base: Unignore all files by defaultTim Schumacher
2022-03-24Meta: Remove obsolete HeaderCheck .gitignoreTim Schumacher
2022-03-24Ports: Explicitly unignore glib meson configuration filesTim Schumacher
2022-03-24Utilities: Use default constructors/destructorsLenny Maiorani
2022-03-24Shell: Use default constructors/destructorsLenny Maiorani
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-24Toolchain: Update gdb to 11.2Daniel Bertalan
2022-03-25LibVT: Fix tooltip condition, properly reset when tooltip not availableBen Wiederhake
2022-03-24Base: Add Supplemental Arrows-C glyphs to font tengchaH Regular 12Lady Gegga
2022-03-24Base: Add Transport and Map Symbols to font tengchaH Regular 12Lady Gegga
2022-03-24Base: Add Miscellaneous Symbols and Pictographs to font tengchaHLady Gegga
2022-03-24Base: Add Dingbats to font tengchaH Regular 12Lady Gegga
2022-03-24Base: Add Control Pictures to font tengchaH Regular 12Lady Gegga
2022-03-24Base: Add General Punctuation characters to font tengchaH Regular 12Lady Gegga
2022-03-24Base: Add Georgian characters to font tengchaH Regular 12Lady Gegga
2022-03-24Base: Add Latin Extended-A characters to font tengchaH Regular 12Lady Gegga
2022-03-24Base: Add C1 Controls and Latin-1 Supplement chars to font tengchaHLady Gegga
2022-03-24Meta: Disable KASLR when debugging the kernel with GDBIdan Horowitz
2022-03-24Kernel: Add a 'disable_kaslr' kernel command line parameterIdan Horowitz
2022-03-24Kernel: Move {strnlen, strcmp, memcmp, strncmp, strstr} to MiniStdLibIdan Horowitz
2022-03-25LibWeb: Improve vertical margin collapse between adjacent blocksAndreas Kling
2022-03-24Ports: Add icon to The Powder Toy portcircl
2022-03-24Ports: Add required Meson cross-files to The Powder Toy portcircl
2022-03-24WebContent: Remove accidentally committed unveil() callAndreas Kling
2022-03-24LibWeb: Support CSS vertical-align values "top" and "bottom"Andreas Kling
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-24LibWeb: Weakly store a reference to the Window object in timer tasksTimothy Flynn
2022-03-24LibWeb: Handle XML MIME types in HTMLObjectElementIdan Horowitz