summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-15Base: Modify "little" projectItamar
2020-08-15HackStudio: Support debugging library codeItamar
2020-08-15Meta: Install source files at /usr/src/serenityItamar
2020-08-15HackStudio: Change singlestepping logic in the debuggerItamar
2020-08-15LibDebug: Assert that we can read the executable of the debugeeItamar
2020-08-15Kernel: Fix behaviour of PT_TRACEME in ptraceItamar
2020-08-15LibGUI: Update active tooltip when source widget changes the labelLinus Groh
2020-08-15Meta: Don't require setting SERENITY_ROOT for refresh scriptBen Wiederhake
2020-08-15SystemMonitor: ProcessStack is now ThreadStackBen Wiederhake
2020-08-15SystemServer: Adjust assertion+comment for new dup2() behaviorAndreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()Andreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()Andreas Kling
2020-08-15WindowServer: Minimize the modal stack when minimizing from frameTom
2020-08-15LibGUI: Add a timer in ProcessChooser to get processes for every 1000msUma Sankar
2020-08-15LibC: bsearch fix for large arrays (#3138)Muhammad Zahalqa
2020-08-15Toolchain: Update README to point to the current build instructionsLuke
2020-08-15Kernel: Briefly resume stopped threads when being killedTom
2020-08-15LibWeb: Only paint focus outline when browser window has focusAndreas Kling
2020-08-15LibGUI: When focusing a TextEditor via keyboard, select all contentsAndreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-15LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widgetAndreas Kling
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-15LibWeb: Pass non-accepted keydown events to PageView's base classAndreas Kling
2020-08-15LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()Andreas Kling
2020-08-15Lagom: Add LibHTTP to Lagom (it builds fine without changes)Andreas Kling
2020-08-14LibThread: Lockable - add forwarding constructorMuhammad Zahalqa
2020-08-14Kernel: mark kmalloc with attributesMuhammad Zahalqa
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-14LibJS: Assert that there's no exception on entry in Interpreter::call()Andreas Kling
2020-08-14ifconfig: Fix capitalization of "kiB"Nico Weber
2020-08-14ResourceGraph: add tooltips to cpu and memory graphsNico Weber
2020-08-14AK: Fix obvious bad vector access in IPv4Address::from_string()Andreas Kling
2020-08-142048: Move out the 'undo' action to the app menu/actionAnotherTest
2020-08-142048: Make the scoring system less 'lame'AnotherTest
2020-08-14Docs: explain how to enable QEMU hardware acceleration on WindowsPeter Nelson
2020-08-14Docs: clarify steps to use Windows-native QEMU when building under WSLPeter Nelson
2020-08-14Meta: allow override of QEMU -cpu argument via environment variablePeter Nelson
2020-08-14Shell: Restore input offset when failing to parse a redirectionAnotherTest
2020-08-14LibGUI: Make ModelSelection non-copyable and non-movableAndreas Kling
2020-08-14LibWeb: Don't paint a text cursor in unfocused framesAndreas Kling
2020-08-14LibWeb: Send keydown events to the focused frameAndreas Kling
2020-08-14LibWeb: Add "focused frame" concept, one focused Frame per PageAndreas Kling
2020-08-14LibJS: Add missing reserved words to Token::is_identifier_name()Linus Groh
2020-08-14Shell: Start writing a man pageAnotherTest
2020-08-14disasm: Print correct offset-relative jumps in ELF file disassemblyNico Weber
2020-08-14Inspector: Require horizontal scrollbars less oftenNico Weber
2020-08-14WindowServer: Take MenuApplet windows into account for hovered_windowLinus Groh
2020-08-14LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuAppletLinus Groh
2020-08-14LibGUI: Add Window::window_type()Linus Groh
2020-08-13AK: Fix bad vector access in two-part IPv4 address parsingAndreas Kling