index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-09
Kernel/USB: Implement UHCI Data structures
Jesse Buhagiar
2021-01-09
Kernel/USB: Prevent system crash via correct UHCI inititilisation
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB classes into `USB` namespace
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB related files to into specific directory
Jesse Buhagiar
2021-01-09
MenuApplets: Open the correct tab in SystemMonitor on applet click
TheMorc
2021-01-09
SystemMonitor: Add args parsing for opening a specific tab
TheMorc
2021-01-09
LibGUI: Add set_tab_index method
TheMorc
2021-01-09
LibGUI: Clear the application's drag-hovered widget on drop event
Andreas Kling
2021-01-09
LibGUI: Add visual indicators for accepted drags to view classes
Andreas Kling
2021-01-09
LibGUI: Add visual indicator for accepted drags to BreadcrumbBar
Andreas Kling
2021-01-09
LibGUI: Make AbstractView accept drags (and delegate to model)
Andreas Kling
2021-01-09
LibGUI: Make SortingProxyModel proxy accepts_drag()
Andreas Kling
2021-01-09
FileManager+LibGUI: Make the breadcrumb bar accept text/uri-list drags
Andreas Kling
2021-01-09
WindowServer+LibGUI: Pass the set of mime types being dragged to client
Andreas Kling
2021-01-09
LibGUI: Have widgets signal willingness to accept drops
Andreas Kling
2021-01-09
LibCore: Don't auto-accept events that hit bubbling limit
Andreas Kling
2021-01-09
LibGUI: Make Widget::HitTestResult::widget a WeakPtr
Andreas Kling
2021-01-09
WindowServer+LibGUI: Notify hovered window when drag&drop is cancelled
Andreas Kling
2021-01-09
LibGUI: Add "drag enter" and "drag leave" events
Andreas Kling
2021-01-09
Profiler: Fix disassembly view to work with shared libraries
Itamar
2021-01-09
Profiler: Use CoreDumpReader::library_containing
Itamar
2021-01-09
LibCoreDump: Add 'library_containing' API to CoreDump::Reader
Itamar
2021-01-09
LibELF: Fix cached sorted symbols in ELF::Image
Itamar
2021-01-09
Loader.so+LibELF: Do not read environment variables if AT_SECURE is set
Itamar
2021-01-09
LibDebug: Keep going when parent's location info could not be computed
Itamar
2021-01-09
little: Remove "-Os" compile flag
Itamar
2021-01-09
HackStudio: Make debugger support shared libraries
Itamar
2021-01-09
Debugger: Support shared libraries
Itamar
2021-01-09
LibDebug: Support shared libraries
Itamar
2021-01-09
Loader.so+LibELF: Introduce "_LOADER_BREAKPOINT" environment variable
Itamar
2021-01-09
LibELF: Add Symbol::is_undefined()
Itamar
2021-01-09
CMake: Install sources of LibELF
Itamar
2021-01-09
Profiler: load_from_perfcore_file: handle invalid JSON gracefully
Brendan Coles
2021-01-08
FileManager: Remove extra semicolon added by mistake.
Emanuele Torre
2021-01-08
FileManager: Allow drag&drop onto breadcrumb bar directories :^)
Andreas Kling
2021-01-08
LibGUI: Make BreadcrumbBar report drop events
Andreas Kling
2021-01-08
LibC: Implement tgoto().
Tyler Lanphear
2021-01-08
LibVT: Implement ICH sequence.
Tyler Lanphear
2021-01-08
Utilities: Add a disk space usage analyzation program.
Mart G
2021-01-08
WindowServer: is_blocked_by_modal_window() => blocking_modal_window()
Andreas Kling
2021-01-08
UserspaceEmulator: Fix build after MOVSX shadowing changes
Andreas Kling
2021-01-08
UserspaceEmulator: Fix incorrect shadowing on mov sign extend
Gal Horowitz
2021-01-08
WindowServer: Start blocked modal animation when clicking on frame
Tom
2021-01-08
Userland: Add ddate utility
Brendan Coles
2021-01-07
date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formats
Brendan Coles
2021-01-07
Userland: Rename cp's "-r" flag to "-R"
Nico Weber
2021-01-07
LibWeb: Implement most of the CSS table fixup algorithm
Andreas Kling
2021-01-07
LibWeb: Specialize is<DOM::Element>() and is<Layout::Box>()
Andreas Kling
2021-01-07
LibWeb: Allow anonymous table, table-row and table-cell layout nodes
Andreas Kling
2021-01-07
LibWeb: Move remove_all_children() from Node to TreeNode<T>
Andreas Kling
[prev]
[next]