summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-25LibGUI: Actually store the column in MultiView::set_model_column()Andreas Kling
2020-02-25AK, LibGfx, LibGUI: Initialize various variables to zero.Emanuel Sprung
2020-02-25LibThread: Fix destroying background actionsSergey Bugaev
2020-02-24LibGUI: Show the columns view action in the toolbar (but disable it)Andreas Kling
2020-02-24LibThread: Post the completion callbacks to the *current* event loopAndreas Kling
2020-02-24LibGUI: Complain in SortingProxyModel::data() if map_to_target() failsAndreas Kling
2020-02-24LibGUI: Use MultiView in FilePickerAndreas Kling
2020-02-24LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"Andreas Kling
2020-02-24LibGUI: Make AbstractView::set_model() take a RefPtr<Model>Andreas Kling
2020-02-24TextEditor: Pledge "thread" since it's needed by GUI::FilePickerAndreas Kling
2020-02-24WindowServer+LibGUI: Allow changing a window's base size and incrementAndreas Kling
2020-02-24Kernel: Use Vector::unstable_remove() when deallocating a regionAndreas Kling
2020-02-24Kernel: Fix some formatting goofs in Process.hAndreas Kling
2020-02-24LibGUI: Scroll selected treeview entries into viewTibor Nagy
2020-02-24Kernel: Fail with ENOMEM if there's insufficient VM for a SharedBufferAndreas Kling
2020-02-24Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*Andreas Kling
2020-02-24Kernel: Clear the region lookup cache on exec()Andreas Kling
2020-02-24ACPI: Don't set Smart Pointers to be nullptrLiav A
2020-02-24Kernel: Don't use references or pointers to physical addressesLiav A
2020-02-24AK: Add offset_in_page() method in PhysicalAddress classLiav A
2020-02-24Kernel: Change get_sharing_devices_count() in GenericInterruptHandlerLiav A
2020-02-24Kernel: Change get_pci_address() to pci_address() in PCI::Device classLiav A
2020-02-24Userland: Add a utility for viewing interrupts from ProcFSLiav A
2020-02-24Kernel: Create an entry for viewing interrupts in ProcFSLiav A
2020-02-24Kernel: Delete unused filesLiav A
2020-02-24Build: Update the Kernel makefile to build the latest changesLiav A
2020-02-24Kernel: Update the init stage to use all the latest changesLiav A
2020-02-24CPU: Use the new interrupt componentsLiav A
2020-02-24Kernel: Add the new APIC namespaceLiav A
2020-02-24CPU: Add 2 files with ISR stub macrosLiav A
2020-02-24Kernel: Update SB16 driver to use the new IRQHandler classLiav A
2020-02-24Kernel: Include the new PIT class in system componentsLiav A
2020-02-24Kernel: Update PATAChannel implementation to use the PIT classLiav A
2020-02-24Kernel: Update PATAChannel class to use the PCI::Device classLiav A
2020-02-24Kernel: Add MSIHandler classLiav A
2020-02-24Kernel: Add UnhandledInterruptHandler classLiav A
2020-02-24Kernel: Add SharedIRQHandler classLiav A
2020-02-24Kernel: Update system components to use the new IRQHandler classLiav A
2020-02-24ACPI: Run clang-format on the definitions fileLiav A
2020-02-24Kernel: Introduce the PIT classLiav A
2020-02-24Kernel: Update Network adapter classes to use the PCI::Device classLiav A
2020-02-24Kernel: Update PCI::Device class to use the new IRQHandler classLiav A
2020-02-24Kernel: Add HardwareTimer classLiav A
2020-02-24Kernel: Add new IRQHandler classLiav A
2020-02-24Kernel: Add Interrupt Management and Generic Interrupt HandlerLiav A
2020-02-24ACPI: Adding definitions for HPETLiav A
2020-02-24Kernel: Add the IOAPIC classLiav A
2020-02-24Kernel: Add the PIC classLiav A
2020-02-24Kernel: Add IRQController classLiav A
2020-02-24Kernel: Fix a wrong debug message in ACPIStaticParserLiav A