summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2020-07-09LibJS: Add tests for symbol object integrationMatthew Olsson
2020-07-09LibJS: Integrate Symbols into objects as valid keysMatthew Olsson
2020-07-09LibJS: Add test for well-known symbolsMatthew Olsson
2020-07-09LibJS: Uncomment remaining symbol testsMatthew Olsson
2020-07-09LibJS: Move global symbol map from SymbolObject to InterpreterMatthew Olsson
2020-07-09UserspaceEmulator: Tidy up SoftCPU's general purpose registersAndreas Kling
2020-07-09LibCore: Add register_signal and unregister_signal to EventLoopTom
2020-07-09LibVT: Set scrollbar page sizeTom
2020-07-09LibGUI: Make scrollbar thumb size relative to content sizeTom
2020-07-09LibGUI: Implement IconView auto-scrolling when trying to select items out of ...Tom
2020-07-08LibWeb: Don't call did_layout in non-main frame documentsKevin Meyer
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
2020-07-07LibLine: Add ctrl-t shortcut for transposing charactersNico Weber
2020-07-07WindowServer+LibGUI: Add "wait" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "help" cursorLinus Groh
2020-07-07LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableViewLinus Groh
2020-07-07WindowServer+LibGUI: Add "resize row/column" cursorsLinus Groh
2020-07-07LibX86: Expose some more things on X86::InstructionAndreas Kling
2020-07-07LibX86: Add an abstract X86::Interpreter classAndreas Kling
2020-07-07LibEdit: Make Ctrl-d on an empty line mean EOD againNico Weber
2020-07-07LibWeb: Turn floated display:inline elements into block-level elementsAndreas Kling
2020-07-07LibGUI: Add on_toggle function to TreeViewthankyouverycool
2020-07-07LibWeb: Make context menus work in WebContentViewAndreas Kling
2020-07-07LibWeb: Fix PageView::url() null-checkKevin Meyer
2020-07-07LibJS: Object.preventExtensions should allow property modficationMatthew Olsson
2020-07-07Kernel+LibELF: Expose ELF Auxiliary Vector to UserspaceAndrew Kaster
2020-07-06LibJS: Convert Array tests to new testing frameworkLinus Groh
2020-07-06LibJS: Split isNaN tests into multiple sectionsLinus Groh