summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling
2021-04-23Utilities: Fix the --list-syscalls option to syscall(1)Brian Gianforcaro
2021-04-23LibTLS: Call the read hooks after processing messages tooAli Mohammad Pur
2021-04-23Shell: Fix how cd handles the path argumentGunnar Beutner
2021-04-23FontEditor: Set proper defaults in NewFontDialogthankyouverycool
2021-04-23LibGfx+FontEditor: Account for raw width when painting glyphsthankyouverycool
2021-04-23FontEditor: Don't append literal Line Feeds to clipboard metadatathankyouverycool
2021-04-23FontEditor: Set correct mean- and baseline ranges for new fontsthankyouverycool
2021-04-23FontEditor: Add move glyph toolthankyouverycool
2021-04-23FontEditor: Add undo and redo commandsthankyouverycool
2021-04-23FontEditor: Add adjustable scaling to GlyphEditorWidgetthankyouverycool
2021-04-23FontEditor: Add status tips and missing Alt shortcuts to actionsthankyouverycool
2021-04-23FontEditor: Add text refresh button to Preview ToolWindowthankyouverycool
2021-04-23LibGUI: Allow bypassing hook when setting SpinBox rangethankyouverycool
2021-04-23LibRegex: Implement multiline stateful matchesAli Mohammad Pur
2021-04-23LibRegex: Do not attempt to find more matches when one match is neededAli Mohammad Pur
2021-04-23LibJS: Use the match's global offset for 'index' in RegExp.exec()Ali Mohammad Pur
2021-04-23WidgetGallery: Split cursor/icon names based on full pathsthankyouverycool
2021-04-23LibM: Add more macros; increase precision of existing macrosMatthew Olsson
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22LibWeb: Implement document.anchorsAndreas Kling
2021-04-22LibWeb: Implement document.appletsAndreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22LibWeb: Allow IDL interfaces to override get_by_index()Andreas Kling
2021-04-22Everywhere: Use bgianf@serenityos.org for my copyright attributionBrian Gianforcaro
2021-04-22LibWeb: Improve fallback font selectionSimon Danner
2021-04-22LibWeb: Encode URL in ResourceLoader::load()Simon Danner
2021-04-22LibWeb: Parse line-height inside font propertyEgor Ananyin
2021-04-22LibWeb: Fix height computation (again) :^)Egor Ananyin
2021-04-22SystemMonitor: Only show two decimal digits for the CPU usageAndreas Kling
2021-04-22LibSQL: Parse (most of) SELECT statementTimothy Flynn
2021-04-22LibSQL: Separate parsing of common-table-expression listTimothy Flynn
2021-04-22LibSQL: Fix parsing of lists of common-table-expressionTimothy Flynn
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22LibWeb: Fix HTML injection on FrameLoader error pageLinus Groh
2021-04-22WidgetGallery: Fix bogus return type from FileIconsModel::create()Andreas Kling
2021-04-22LibRegex: Unbreak the ALL_DEBUG buildAndreas Kling
2021-04-22LibWeb+Base: Use AK::SourceGenerator for error pagesAndreas Kling
2021-04-21LibELF: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibCoreDump: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibCore: Convert String::format() => String::formatted()Andreas Kling
2021-04-21FontEditor: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibGUI: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibWeb+Base: Convert String::format() to String::formatted()Andreas Kling
2021-04-21TelnetServer: Convert String::format() => String::formatted()Andreas Kling
2021-04-21LibDebug: Convert String::format() => String::formatted()Andreas Kling