summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-09Kernel/USB: Implement UHCI Data structuresJesse Buhagiar
2021-01-09Kernel/USB: Prevent system crash via correct UHCI inititilisationJesse Buhagiar
2021-01-09Kernel/USB: Move USB classes into `USB` namespaceJesse Buhagiar
2021-01-09Kernel/USB: Move USB related files to into specific directoryJesse Buhagiar
2021-01-09MenuApplets: Open the correct tab in SystemMonitor on applet clickTheMorc
2021-01-09SystemMonitor: Add args parsing for opening a specific tabTheMorc
2021-01-09LibGUI: Add set_tab_index methodTheMorc
2021-01-09LibGUI: Clear the application's drag-hovered widget on drop eventAndreas Kling
2021-01-09LibGUI: Add visual indicators for accepted drags to view classesAndreas Kling
2021-01-09LibGUI: Add visual indicator for accepted drags to BreadcrumbBarAndreas Kling
2021-01-09LibGUI: Make AbstractView accept drags (and delegate to model)Andreas Kling
2021-01-09LibGUI: Make SortingProxyModel proxy accepts_drag()Andreas Kling
2021-01-09FileManager+LibGUI: Make the breadcrumb bar accept text/uri-list dragsAndreas Kling
2021-01-09WindowServer+LibGUI: Pass the set of mime types being dragged to clientAndreas Kling
2021-01-09LibGUI: Have widgets signal willingness to accept dropsAndreas Kling
2021-01-09LibCore: Don't auto-accept events that hit bubbling limitAndreas Kling
2021-01-09LibGUI: Make Widget::HitTestResult::widget a WeakPtrAndreas Kling
2021-01-09WindowServer+LibGUI: Notify hovered window when drag&drop is cancelledAndreas Kling
2021-01-09LibGUI: Add "drag enter" and "drag leave" eventsAndreas Kling
2021-01-09Profiler: Fix disassembly view to work with shared librariesItamar
2021-01-09Profiler: Use CoreDumpReader::library_containingItamar
2021-01-09LibCoreDump: Add 'library_containing' API to CoreDump::ReaderItamar
2021-01-09LibELF: Fix cached sorted symbols in ELF::ImageItamar
2021-01-09Loader.so+LibELF: Do not read environment variables if AT_SECURE is setItamar
2021-01-09LibDebug: Keep going when parent's location info could not be computedItamar
2021-01-09little: Remove "-Os" compile flagItamar
2021-01-09HackStudio: Make debugger support shared librariesItamar
2021-01-09Debugger: Support shared librariesItamar
2021-01-09LibDebug: Support shared librariesItamar
2021-01-09Loader.so+LibELF: Introduce "_LOADER_BREAKPOINT" environment variableItamar
2021-01-09LibELF: Add Symbol::is_undefined()Itamar
2021-01-09CMake: Install sources of LibELFItamar
2021-01-09Profiler: load_from_perfcore_file: handle invalid JSON gracefullyBrendan Coles
2021-01-08FileManager: Remove extra semicolon added by mistake.Emanuele Torre
2021-01-08FileManager: Allow drag&drop onto breadcrumb bar directories :^)Andreas Kling
2021-01-08LibGUI: Make BreadcrumbBar report drop eventsAndreas Kling
2021-01-08LibC: Implement tgoto().Tyler Lanphear
2021-01-08LibVT: Implement ICH sequence.Tyler Lanphear
2021-01-08Utilities: Add a disk space usage analyzation program.Mart G
2021-01-08WindowServer: is_blocked_by_modal_window() => blocking_modal_window()Andreas Kling
2021-01-08UserspaceEmulator: Fix build after MOVSX shadowing changesAndreas Kling
2021-01-08UserspaceEmulator: Fix incorrect shadowing on mov sign extendGal Horowitz
2021-01-08WindowServer: Start blocked modal animation when clicking on frameTom
2021-01-08Userland: Add ddate utilityBrendan Coles
2021-01-07date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formatsBrendan Coles
2021-01-07Userland: Rename cp's "-r" flag to "-R"Nico Weber
2021-01-07LibWeb: Implement most of the CSS table fixup algorithmAndreas Kling
2021-01-07LibWeb: Specialize is<DOM::Element>() and is<Layout::Box>()Andreas Kling
2021-01-07LibWeb: Allow anonymous table, table-row and table-cell layout nodesAndreas Kling
2021-01-07LibWeb: Move remove_all_children() from Node to TreeNode<T>Andreas Kling