summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-01Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsoleTimon Kruiper
2022-10-01Kernel/aarch64: Put correct memory size in multiboot_mmapTimon Kruiper
2022-10-01Kernel/aarch64: Set up pointer to kernel page directoryTimon Kruiper
2022-10-01Kernel/aarch64: Set up quickmap infrastructure in initial page tablesTimon Kruiper
2022-10-01Kernel/aarch64: Only identity map kernel image, instead of all of RAMTimon Kruiper
2022-10-01Kernel: Make PageDirectory.h architecture specificTimon Kruiper
2022-10-01Kernel: Add ability to dump backtrace from provided frame pointerTimon Kruiper
2022-10-01Kernel/aarch64: Implement tlb flushingTimon Kruiper
2022-10-01Kernel: Don't reserve Low Memory (0-1MB) on non-x86 architecturesTimon Kruiper
2022-10-01Kernel/aarch64: Stub Inode::{read,write}_bytesTimon Kruiper
2022-10-01LibWeb: Remove FIXME for double-position `linear-gradient()` color stopsMacDue
2022-10-01Base: Add rotateX, rotateY, rotateZ and matrix3d examples for transformLuke Wilde
2022-10-01LibWeb: Implement matrix3d transform function from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement rotation transform functions from css-transforms-2Luke Wilde
2022-10-01Magnifier: Don't error if cancelling capture saveMacDue
2022-10-01LibWeb: Implement Element.insertAdjacentTextLuke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentElementLuke Wilde
2022-10-01Welcome: Use StandardPaths to load README.mdthankyouverycool
2022-10-01Welcome: Add new tipsthankyouverycool
2022-10-01Welcome: Use fallible try_create_default_icon()thankyouverycool
2022-10-01Welcome: Update GMLthankyouverycool
2022-10-01Welcome: Port to Core::Streamthankyouverycool
2022-10-01LibCore: Add documents_directory() to StandardPathsthankyouverycool
2022-10-01Welcome: Remove unnecessary includethankyouverycool
2022-10-01Welcome: Add/remove SystemServer group entry to toggle startupthankyouverycool
2022-10-01config: Enable adding and removing groupsthankyouverycool
2022-10-01LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group()thankyouverycool
2022-10-01LibConfig+ConfigServer: Make remove_key() synchronousthankyouverycool
2022-09-30Ports/qemu: Use the coarse monotonic clock for timing CPU ticksTim Schumacher
2022-09-30AK: Fix a comment typoNico Weber
2022-09-30Kernel: Fix a comment typoNico Weber
2022-10-01LibJS: Align Instructions as void* and roundup variably sized ones sizesHendiadyoin1
2022-10-01LibJS: Handle argument spreading in the bytecode vmHendiadyoin1
2022-10-01LibJS: Add support for SpreadExpressions in array literals for bytecodeHendiadyoin1
2022-10-01LibJS: Switch to array-calls in the bytecode vmHendiadyoin1
2022-10-01LibJS: Allow SpreadExpressions to generate bytecodeHendiadyoin1
2022-09-30LibWeb: Apply :enabled pseudo class to only certain elementsLuke Wilde
2022-09-30LibWeb: Implement :enabled and :disabled pseudo classes to specLuke Wilde
2022-09-30LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabledLuke Wilde
2022-09-30LibCore+LibGUI: Make it fast to check if a Core::Object is a WidgetAndreas Kling
2022-09-30Base: Add ~200 more ads and trackers to the default content filter listLuke Wilde
2022-09-30Base: Change 6sc.io in default content filter to 6sc.coLuke Wilde
2022-09-30Base: Adjust emoji sizes for some flagsXexxa
2022-09-30Base: Add more emojiXexxa
2022-09-29LibWeb: Never claim that flex containers create a BFCAndreas Kling
2022-09-29LibWeb: Fix bogus comparison when measuring if a float can fitAndreas Kling
2022-09-29LibWeb: Don't draw only-translated stacking contexts via bitmapAndreas Kling
2022-09-29LibWeb: Don't round fragment widths while accumulating in LineBuilderAndreas Kling
2022-09-29LibWeb: Resolve cross-axis flex item margins in the common caseAndreas Kling
2022-09-29LibWeb: Create flex items for empty generated boxesAndreas Kling