summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-08-13LibGUI: Add ModelIndex::model()Andreas Kling
2020-08-13Kernel: Request random numbers for syscall stack noise in larger chunks (#3125)Nico Weber
2020-08-13Kernel: Simplify the way we check for "serial_debug" on command lineAndreas Kling
2020-08-13Kernel: Remove strdup() since nothing uses itAndreas Kling
2020-08-13LibGUI: Remove unused bool SortingProxyModel::m_sortingAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-08-13LibGUI: Move Model::index() out of lineAndreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-08-13Kernel: Fix rng regression from bc7a149039Nico Weber
2020-08-13LibC: Some calloc() and realloc() improvements (#3108)Muhammad Zahalqa
2020-08-13AK: Add initial support for obscure IPv4 address notationsPanagiotis Vasilopoulos
2020-08-13LibC: mark strdup & strndup as __attribute__((malloc))Muhammad Zahalqa
2020-08-13Kernel: Don't request a random u32 when all but 5 bits are immediately masked...Nico Weber
2020-08-13Shell: Add test for 37d5e3e0df6 / #3073Nico Weber
2020-08-13LibGUI: Fix ColorPicker custom color offsetLinus Groh
2020-08-13LibGUI: Fix ComboBox desktop intersection rectLinus Groh
2020-08-13LibGUI: Add Desktop::{taskbar,menubar}_height()Linus Groh
2020-08-13WindowServer: Handle global cursor tracking before ongoing drag/move/resizeLinus Groh