summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29LibWeb: Replace Result with ErrorOr in CSS ParserSam Atkins
2022-04-29LibWeb: Make CSS ParsingContext::m_url not OptionalSam Atkins
2022-04-28LibMarkdown: Add strike-through text support to markdownhuttongrabiel
2022-04-28Base: Improvements to the Light themeJoel Hansen
2022-04-28ThemeEditor: Add preview window with 'Highlighted' window stateMacDue
2022-04-28ThemeEditor: Center preview windows accounting for window frameMacDue
2022-04-28Kernel/Storage: Migrate the partition code to use the ErrorOr containerLiav A
2022-04-28Kernel+Utilities: Add the route utilitybrapru
2022-04-28Kernel: Use TRY to handle string copies in GlobalProcessExposedbrapru
2022-04-28Kernel: Add a global routing tablebrapru
2022-04-28Kernel: Generalize the UpdateArp table to UpdateTablebrapru
2022-04-28Ports: Update dropbear port to 2022.82Patrick Meyer
2022-04-27LibCore: Remove fixed EventLoop FIXMEJelle Raaijmakers
2022-04-27unzip: Create parent directory before extracting filesTim Schumacher
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-27LibCore: Remove unused `EventLoop::is_main_event_loop()`Jelle Raaijmakers
2022-04-27LibCore: Fix typo in `EventLoop` commentJelle Raaijmakers
2022-04-27HackStudio: Update window close button on document changetimre13
2022-04-26LibMarkdown: Correct typo in forward declaration of HorizontalRulehuttongrabiel
2022-04-26LoginServer: Change login fail message to avoid enumeration attacksPeter Elliott
2022-04-27HexEditor: Add UTF16 to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Add UTF8 to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Add ASCII to the value inspectorkleines Filmröllchen
2022-04-27HexEditor: Don't require the ValueInspectorModel's value size to be i32kleines Filmröllchen
2022-04-27AK: Put invalid UTF8 debug spam behind a flagkleines Filmröllchen
2022-04-26Kernel: Use C++17 namespace style for nested PCI namespaceb14ckcat
2022-04-26Kernel: Put USB request constants in namespaceb14ckcat
2022-04-26LibConfig+ConfigServer: Write config values synchronouslyMoustafa Raafat
2022-04-26Documentation: Add more clangd configuration optionskleines Filmröllchen
2022-04-26Ports: Use correct packages.db location in build_installed.shcircl
2022-04-26Ports: Make .hosted_defs.sh usable outside of .port_include.shcircl
2022-04-26Documentation: Add EmacsConfiguration.md for emacs editor supportAdam Patterson
2022-04-26config: Allow setting a key to the empty stringRalf Donau
2022-04-26Meta: Re-enable automatic virtualization detection on Windowskleines Filmröllchen
2022-04-26LibGUI: Check if event loop is alive before quitting it in Dialog::closenetworkException
2022-04-26Kernel: Strip null terminators from all CPUID strings, not just brandLinus Groh
2022-04-26LibGUI: Don't merge TextDocumentUndoCommand if too much time has elapsedForLoveOfCats
2022-04-26LibGUI: Split InsertTextCommand undo/redo based on whitespaceForLoveOfCats
2022-04-26LibGUI: Use ctrl+shift+z for redo action shortcutForLoveOfCats
2022-04-26LibC: Don't handle pending exceptions when reading FPU statusTim Schumacher
2022-04-26LibMarkdown: Treat whitespace-only lines as blank in paragraphsPeter Elliott
2022-04-26LibMarkdown: Don't put a newline in empty code blocksPeter Elliott
2022-04-26LibMarkdown: Better support for code fencesPeter Elliott
2022-04-26LibMarkdown: Support up to 3 spaces before an ATX headerPeter Elliott
2022-04-26LibMarkdown: Limit headings to 6 levelsPeter Elliott
2022-04-26LibMarkdown: Make thematic break parsing more correctPeter Elliott
2022-04-26LibMarkdown: Ignore backslash on non-punctuation charactersPeter Elliott
2022-04-26LibMarkdown: Add support for indented code blocksPeter Elliott
2022-04-26Meta: Allow Clang to be used as the host compiler for LagomDaniel Bertalan
2022-04-26Base: Evenly space title bar icons in Coffee themeMacDue