summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-23LibSQL: Parse CREATE TABLE statements with a nested SELECT statementTimothy Flynn
2021-04-23LibSQL: Parse EXISTS expressionsTimothy Flynn
2021-04-23LibSQL: Parse terminating semi-colon in top-level statement parserTimothy Flynn
2021-04-23LibSQL: Add Parser::parse_schema_and_table_name helperTimothy Flynn
2021-04-23LibSQL: Add Parser::parse_comma_separated_list helperTimothy Flynn
2021-04-23LibSQL: Fix handling of optional AS keywordsTimothy Flynn
2021-04-23Userland: Piano: Optimize repaintskleines Filmröllchen
2021-04-23Meta: Support using rsync to install the root filesystemGunnar Beutner
2021-04-23Meta: Re-use existing disk image where possibleGunnar Beutner
2021-04-23LibRegex: Put to dbgln()s behind REGEX_DEBUGLinus Groh
2021-04-23LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()Linus Groh
2021-04-23LibJS/Tests: Remove fileName and lineNumber args from ExpectationErrorLinus Groh
2021-04-23LibJS/Tests: Improve expectation error detailsLinus Groh
2021-04-23Shell: Add a 'kill' builtin that wraps the system's ownAli Mohammad Pur
2021-04-23Shell: Add support for jobspecs in fg/bg/disown/waitAli Mohammad Pur
2021-04-23Ports: Add launcher for OpenTTDGunnar Beutner
2021-04-23Ports: Add openttdGunnar Beutner
2021-04-23Help: Run clang-format on main.cppLinus Groh
2021-04-23SystemMonitor: Show action status tips in the statusbar :^)Andreas Kling
2021-04-23Help: Add a statusbar and use it for hovered links + action status tipsAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23Ports: Detect more types of errors in the AvailablePorts.md fileGunnar Beutner
2021-04-23Ports: Fix version numbers for some of the portsGunnar Beutner
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling
2021-04-23Kernel: Don't allow to kill kernel processesMaciej Zygmanowski
2021-04-23Utilities: Fix the --list-syscalls option to syscall(1)Brian Gianforcaro
2021-04-23Meta: Add basic commit message linting for pull requestsIdan Horowitz
2021-04-23LibTLS: Call the read hooks after processing messages tooAli Mohammad Pur
2021-04-23Ports: Add launchers for some of the portsGunnar Beutner
2021-04-23Shell: Fix how cd handles the path argumentGunnar Beutner
2021-04-23Ports: Use a specific version for frotzGunnar Beutner
2021-04-23Ports: Shorten the build message for skipped buildsGunnar 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-23Revert "AK: Remove virtual destructors from non-virtual classes"Idan Horowitz
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-23Base: Add a quote to the fortunes databaseAli Mohammad Pur
2021-04-23LibM: Add more macros; increase precision of existing macrosMatthew Olsson
2021-04-23AK: Remove virtual destructors from non-virtual classesLenny Maiorani