summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-01LibGUI: Allow double clicking on tabwidgetsErik Biederstadt
2021-11-30LibJS/Tests: Fix typo in a test descriptionLinus Groh
2021-11-30LibJS: Don't match async \n function as an async function declarationdavidot
2021-11-30LibJS: Replace the verify in private identifier with a syntax errordavidot
2021-11-30LibJS: Split parsing program to script and module separatelydavidot
2021-11-30LibJS: Rename in_async_function_context to await_expression_is_validdavidot
2021-11-30LibJS: Parse dynamic import calls 'import()' and 'import.meta'davidot
2021-11-30LibJS: Lookahead for a period when parsing new.targetdavidot
2021-11-30LibJS: Stop parsing an expression on comma after a yielddavidot
2021-11-30LibJS: Disallow member expression in binding pattern as parametersdavidot
2021-11-30LibJS: Disallow shorthand properties with reserved namesdavidot
2021-11-30LibJS: Allow defining class fields with "keyword" namesdavidot
2021-11-30LibJS: Disallow await keywords in static init blocksdavidot
2021-11-30LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapesdavidot
2021-11-30LibJS: Allow escaped 'async' as identifierdavidot
2021-11-30LibJS: Treat private identifier as divisible tokendavidot
2021-11-30LibJS: Disallow numerical separators in octal numbers and after '.'davidot
2021-11-30LibJS: Allow object properties called 'async'davidot
2021-11-30LibJS: Add messages to the toEval and toEvalTo testsdavidot
2021-11-30LibUnicode: Support code point names that apply to ranges of code pointsTimothy Flynn
2021-11-30LibUnicode: Remove unused field from UnicodeData generatorTimothy Flynn
2021-11-30Kernel: Surface errors when generating a process core dump :^)Brian Gianforcaro
2021-11-30Kernel: Handle string format errors in FileSystem APIs :^)Brian Gianforcaro
2021-11-30Kernel: Handle string format errors in Device::pseudo_path(..) :^)Brian Gianforcaro
2021-11-30Kernel: Handle string format errors in PCIDeviceAttributeSysFSComponentBrian Gianforcaro
2021-11-30Kernel: Handle string format errors in SlabAllocator stats :^)Brian Gianforcaro
2021-11-30Kernel: Handle string format errors in KCOVInstance :^)Brian Gianforcaro
2021-11-30Kernel: Handle string format error in page_fault_handler(..) :^)Brian Gianforcaro
2021-11-30Kernel: Add an error propagating KString::format(..) API :^)Brian Gianforcaro
2021-11-30Keymaps: Add Workman keymapBeyley Thomas
2021-11-30LibGUI: Implement vim motions for LeftBrace and RightBracescwfri
2021-11-30Kernel: Register Virtio console ports with device managementJelle Raaijmakers
2021-11-30ClipboardHistory: Add debug dump actionJelle Raaijmakers
2021-11-30LibGUI+FontEditor: Allow ComboBox on_change callback to be toggledthankyouverycool
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30FontEditor: Correct member type and initialization in UndoGlyphthankyouverycool
2021-11-30FontEditor: Remove unused Vector<String>thankyouverycool
2021-11-30FontEditor: Correct NewFontDialog layout issuesthankyouverycool
2021-11-30FontEditor: Clean up GlyphMapWidget headerthankyouverycool
2021-11-30FontEditor: Remove superfluous 'this' pointersthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-30FontEditor: Add scaled offset members to GlyphEditorthankyouverycool
2021-11-30FontEditor: Update status bar on initializationthankyouverycool
2021-11-30FontEditor: Remove code duplication when resizing GlyphEditorthankyouverycool
2021-11-30FontEditor: Account for glyph width when pastingthankyouverycool
2021-11-30FontEditor: Don't allow cutting and copying absent glyphsthankyouverycool
2021-11-30FontEditor: Don't null check newly created NonnullRefPtr fontsthankyouverycool
2021-11-30FontEditor: Factor out redundant code for a request to closethankyouverycool
2021-11-30FontEditor: Convert mode and transform buttons into toolbar actionsthankyouverycool
2021-11-30Base: Add icon for 90 degree counterclockwise rotationthankyouverycool