summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-07-15FileManager: Allow double-clicking applications againTom
2020-07-15LibGUI: Fix menu leak when default action changedTom
2020-07-15FileManager: Add "Open with" menu if alternative applications are availableTom
2020-07-15Launcher: Provide launcher details to LibDesktopTom
2020-07-15LibGfx: Minor IntRect::shatter and FloatRect::shatter optimizationTom
2020-07-15LibC+Kernel: Start implementing sysconfNico Weber
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-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-13LibX86+UserspaceEmulator: Devirtualize and inline more instruction codeAndreas Kling
2020-07-13LibX86: Don't build_opcode_table_if_needed() every instruction decodeAndreas 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-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-13LibJS: Add String Iterator testsMatthew Olsson
2020-07-13LibJS: Add StringIteratorMatthew Olsson
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-13Toolchain: Allow building using CMake on macOSStefano Cristiano
2020-07-12LibVT: Don't scroll to bottom when pressing the right shift keyAndreas Kling
2020-07-12LibM: Add 'isnormal'AnotherTest
2020-07-11UserspaceEmulator+LibX86: Implement the LEA instructionAndreas Kling
2020-07-11LibC: Some s/int/size_t/ in the malloc codeAndreas Kling
2020-07-11LibJS: Implement Symbol.toStringTagMatthew Olsson
2020-07-11LibJS: Implement spec-compliant Object.prototype.toStringMatthew Olsson
2020-07-11LibJS: Prefer "define_property" over "put"Matthew Olsson
2020-07-11LibJS: Use macros to enumerate well-known symbolsMatthew Olsson
2020-07-11LibJS: Start implementing iterable framework, add ArrayIteratorMatthew Olsson
2020-07-11LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKindMatthew Olsson
2020-07-11LibGUI: Ignore KeyUp events by defaultPeter Elliott
2020-07-11LibJS: Remove a few superfluous exception checksLinus Groh
2020-07-11WindowServer/LibGUI: Add default menu items and allow default action for cont...Tom
2020-07-11LibWeb: Check if layout node is still present after dispatch_eventKevin Meyer
2020-07-11LibWeb: Remove some unnecessary castsKevin Meyer
2020-07-11LibWeb: Fix EVENT_DEBUG dump compilationKevin Meyer
2020-07-11LibC: Implement tcflush(3)Peter Elliott
2020-07-10UserspaceEmulator+LibX86: Implement all the forms of XORAndreas Kling
2020-07-10LibX86: Add a templatized way to resolve ModR/M memory referencesAndreas Kling
2020-07-10LibX86: Store Instruction's segment prefix as Optional<SegmentRegister>Andreas Kling
2020-07-10FileManager: Show an open folder icon for the selected directorythankyouverycool
2020-07-10LibGUI: Add missing on_toggle hook to TreeViewthankyouverycool