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