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-03-06
Kernel: Fix strange looking output on unhandled page fault
Andreas Kling
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-06
LibC: Implement time formatting functions, partially support timezone
howar6hill
2020-03-06
Init Stage: Allow to boot with smp=on
Liav A
2020-03-06
Kernel: Simplify APIC::enable()
Liav A
2020-03-06
Kernel: Enable IRQs before sending commands to devices
Liav A
2020-03-06
CPU: Allow to use IRQs in range of 50 to 178
Liav A
2020-03-06
Kernel: Acquire ISA interrupt overrides from Interrupt Management
Liav A
2020-03-06
Kernel: Print MultiProcessor features
Liav A
2020-03-06
Kernel: Unmap non-readable pages
Andreas Kling
2020-03-06
Inspector: Use pledge() and unveil()
Andreas Kling
2020-03-06
AK: Simplify JsonObject and JsonArray API a little bit
Andreas Kling
2020-03-05
LibGUI: Fix missing equality checks in Window::did_remove_widget()
Andreas Kling
2020-03-05
FileManager: Fix asserts on checking properties of symlinks
Tibor Nagy
2020-03-05
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
Liav A
2020-03-05
Kernel: Call ACPI reboot method first if possible
Liav A
2020-03-05
Keymap: Add ABNT2 keymap (#1347)
Andreas Kling
2020-03-05
Keymap: Add GB keymap layout
BenJilks
2020-03-05
FileManager: Fix group names in the file properties dialog
Tibor Nagy
2020-03-05
LibGUI: Fix group name columns in FileSystemModel
Tibor Nagy
2020-03-05
Inspector: Store remote object addresses as uintptr_t instead of String
Andreas Kling
2020-03-05
Inspector: Handle multi-packet RPC responses
Andreas Kling
2020-03-05
Inspector: Make properties editable :^)
Andreas Kling
2020-03-05
LibGUI: Implement set_property() on Widget and AbstractButton
Andreas Kling
2020-03-05
LibCore: Add a way to set an individual Core::Object property remotely
Andreas Kling
2020-03-05
LibGUI: Make the ModelEditingDelegate constructor protected
Andreas Kling
2020-03-05
LibGUI: Forget some of Window's widgets eagerly on widget unparenting
Andreas Kling
2020-03-05
LibGUI+Inspector: Highlight the currently remotely inspected widget
Andreas Kling
2020-03-05
LibCore: Allow RPC clients to specify the currently inspected object
Andreas Kling
2020-03-05
Inspector: Add special icon for timer objects
Andreas Kling
2020-03-05
Inspector: Don't show child count in remote object tree
Andreas Kling
2020-03-05
Inspector: Add a special icon for layout classes
Andreas Kling
2020-03-05
LibGUI: Make the default window title "GUI::Window"
Andreas Kling
2020-03-05
Inspector: Make the window icon show up for Window objects again
Andreas Kling
2020-03-05
LibGUI: Make Layout a Core::Object and add basic serialization
Andreas Kling
2020-03-05
Inspector: Stringify remote property values
Andreas Kling
2020-03-04
Ports: Build ncurses with --with-tlib=tinfo
Andreas Kling
2020-03-04
LibGUI: Ignore keyboard and mouse events in disabled widgets
Andreas Kling
2020-03-04
LibGUI: Remove unused GUI::Widget::click_event()
Andreas Kling
2020-03-04
LibGUI: TextEditor should paint text with disabled color when disabled
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibBareMetal: Don't try to print characters from a null pointer
Andreas Kling
2020-03-04
AK: LogStream should handle being passed a null const char*
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
Userland: Add du program
howar6hill
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-03
LibGUI: Save some more state from AbstractButton
Andreas Kling
2020-03-03
Userland: Speed up the execution of the cut command.
marprok
[next]