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
2020-08-15
Base: Modify "little" project
Itamar
2020-08-15
HackStudio: Support debugging library code
Itamar
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-15
HackStudio: Change singlestepping logic in the debugger
Itamar
2020-08-15
LibDebug: Assert that we can read the executable of the debugee
Itamar
2020-08-15
Kernel: Fix behaviour of PT_TRACEME in ptrace
Itamar
2020-08-15
LibGUI: Update active tooltip when source widget changes the label
Linus Groh
2020-08-15
Meta: Don't require setting SERENITY_ROOT for refresh script
Ben Wiederhake
2020-08-15
SystemMonitor: ProcessStack is now ThreadStack
Ben Wiederhake
2020-08-15
SystemServer: Adjust assertion+comment for new dup2() behavior
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-15
WindowServer: Minimize the modal stack when minimizing from frame
Tom
2020-08-15
LibGUI: Add a timer in ProcessChooser to get processes for every 1000ms
Uma Sankar
2020-08-15
LibC: bsearch fix for large arrays (#3138)
Muhammad Zahalqa
2020-08-15
Toolchain: Update README to point to the current build instructions
Luke
2020-08-15
Kernel: Briefly resume stopped threads when being killed
Tom
2020-08-15
LibWeb: Only paint focus outline when browser window has focus
Andreas Kling
2020-08-15
LibGUI: When focusing a TextEditor via keyboard, select all contents
Andreas Kling
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-15
LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widget
Andreas Kling
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-15
LibWeb: Pass non-accepted keydown events to PageView's base class
Andreas Kling
2020-08-15
LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()
Andreas Kling
2020-08-15
Lagom: Add LibHTTP to Lagom (it builds fine without changes)
Andreas Kling
2020-08-14
LibThread: Lockable - add forwarding constructor
Muhammad Zahalqa
2020-08-14
Kernel: mark kmalloc with attributes
Muhammad Zahalqa
2020-08-14
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
Andreas Kling
2020-08-14
LibJS: Assert that there's no exception on entry in Interpreter::call()
Andreas Kling
2020-08-14
ifconfig: Fix capitalization of "kiB"
Nico Weber
2020-08-14
ResourceGraph: add tooltips to cpu and memory graphs
Nico Weber
2020-08-14
AK: Fix obvious bad vector access in IPv4Address::from_string()
Andreas Kling
2020-08-14
2048: Move out the 'undo' action to the app menu/action
AnotherTest
2020-08-14
2048: Make the scoring system less 'lame'
AnotherTest
2020-08-14
Docs: explain how to enable QEMU hardware acceleration on Windows
Peter Nelson
2020-08-14
Docs: clarify steps to use Windows-native QEMU when building under WSL
Peter Nelson
2020-08-14
Meta: allow override of QEMU -cpu argument via environment variable
Peter Nelson
2020-08-14
Shell: Restore input offset when failing to parse a redirection
AnotherTest
2020-08-14
LibGUI: Make ModelSelection non-copyable and non-movable
Andreas Kling
2020-08-14
LibWeb: Don't paint a text cursor in unfocused frames
Andreas Kling
2020-08-14
LibWeb: Send keydown events to the focused frame
Andreas Kling
2020-08-14
LibWeb: Add "focused frame" concept, one focused Frame per Page
Andreas Kling
2020-08-14
LibJS: Add missing reserved words to Token::is_identifier_name()
Linus Groh
2020-08-14
Shell: Start writing a man page
AnotherTest
2020-08-14
disasm: Print correct offset-relative jumps in ELF file disassembly
Nico Weber
2020-08-14
Inspector: Require horizontal scrollbars less often
Nico Weber
2020-08-14
WindowServer: Take MenuApplet windows into account for hovered_window
Linus Groh
2020-08-14
LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuApplet
Linus Groh
2020-08-14
LibGUI: Add Window::window_type()
Linus Groh
2020-08-13
AK: Fix bad vector access in two-part IPv4 address parsing
Andreas Kling
[next]