summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-15LibC+Kernel: Start implementing sysconfNico Weber
2020-07-15Meta: Add openSUSE dependencies to build documentation (#2801)Dominik M. Kwiatek
2020-07-14LibJS: Add Symbol.hasInstance testsMatthew Olsson
2020-07-14LibJS: Implement Symbol.hasInstanceMatthew Olsson
2020-07-14LibJS: Implement spec-complient instance_of operationMatthew Olsson
2020-07-14Userland: Add a basic version of the tree commandStijn
2020-07-14Base: Add missing single quotes to en.json keymapthankyouverycool
2020-07-14LibJS: Integrate iterator protocol into language featuresMatthew Olsson
2020-07-14LibGUI: Draw contiguous frame if GroupBox title is left emptythankyouverycool
2020-07-14LibMarkdown: Reset offset to 0 on each new List lineNico Weber
2020-07-14Lagom: Add a markdown fuzzerNico Weber
2020-07-14Lagom: Add a note on how to build the fuzzers to readmeNico Weber
2020-07-14unzip: Correct compression method offset valueAnotherTest
2020-07-13LibX86+UserspaceEmulator: Devirtualize and inline more instruction codeAndreas Kling
2020-07-13UserspaceEmulator: Mark some generic instructions ALWAYS_INLINE :^)Andreas Kling
2020-07-13LibX86: Don't build_opcode_table_if_needed() every instruction decodeAndreas Kling
2020-07-13UserspaceEmulator: Move the SoftCPU stream virtuals to the headerAndreas Kling
2020-07-13LibX86: Apply aggressive inlining to Instruction decoding functionsAndreas Kling
2020-07-13UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation codeAndreas Kling
2020-07-13UserspaceEmulator: Add a very simple instruction fetch cacheAndreas Kling
2020-07-13LibGUI: Add Options flags and OpenMultiple mode for FilePickerTom
2020-07-13LibGUI: Add ability to disable multiselect for viewsTom
2020-07-13LibGUI: Improve IconView performance with large selectionsTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-13LibLine: Add Ctrl-N/P as history next/previous shortcutsNico Weber
2020-07-13LibLine: Move search-related updates into do_cursor_left/rightNico Weber
2020-07-13Shell: Avoid waiting for jobs that were *just* unblockedAnotherTest
2020-07-13Csilla: Make 'W' and 'w' even thinnerNico Weber
2020-07-13Shell: Put children in their own process groups and fix job controlAnotherTest
2020-07-13unzip: Remove some magic numbers and create directories when neededAnotherTest
2020-07-13unzip: mmap() the zip file if possible to avoid spamming syscallsAnotherTest
2020-07-13Shell: Resolve aliases in builtin_timeAnotherTest
2020-07-13Shell: Move out run_commands and expand_aliases to be Shell member fnsAnotherTest
2020-07-13LibJS: Add String Iterator testsMatthew Olsson
2020-07-13LibJS: Add StringIteratorMatthew Olsson
2020-07-13FontEditor: Don't add duplicate extension in Save As dialogNico Weber
2020-07-13AK: Make LexicalPath keep everything before the last dot as titleNico Weber
2020-07-13AK: Give String::index_of() an optional second "start" argumentNico Weber
2020-07-13LibGUI: Fix keybind conflicts in TreeViewthankyouverycool
2020-07-13LibGUI: Only report toggled directories once on subtree collapse/expansionthankyouverycool
2020-07-13LibX86: ALWAYS_INLINE some Instruction membersAndreas Kling
2020-07-13UserspaceEmulator: Add the POPFD instructionAndreas Kling
2020-07-13UserspaceEmulator: Add the NOT instruction (with bonus: NOP!)Andreas Kling
2020-07-13UserspaceEmulator: Add the STC/CLC and STD/CLD instructionsAndreas Kling
2020-07-13UserspaceEmulator: Implement the ADC instructionAndreas Kling
2020-07-13UserspaceEmulator: Make SBB actually respect the SoftCPU carry flagAndreas Kling
2020-07-13UserspaceEmulator: Remove an unnecessary step in some instructionsAndreas Kling
2020-07-13UserspaceEmulator: Fix wrong ESI/EDI step sizes in MOVSW and MOVSDAndreas Kling
2020-07-13UserspaceEmulator: Add some more syscallsAndreas Kling
2020-07-13UserspaceEmulator: Add basic support for memory-mapped filesAndreas Kling