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-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
2020-03-03
Kernel: Fix race in clock_nanosleep
Ben Wiederhake
2020-03-03
Kernel: Demonstrate race condition in clock_nanosleep
Ben Wiederhake
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-03-03
SystemMenu: Fix bad behavior in shutdown dialog
Andreas Kling
2020-03-03
Base: Add anon user to the phys group
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
ProfileViewer: Add mode that shows percentages instead of sample counts
Andreas Kling
2020-03-02
ProfileView: Show "self" sample counts in profiles
Andreas Kling
2020-03-02
LibGUI: Fix broken TreeView rendering with more than two columns
Andreas Kling
2020-03-02
SystemMonitor: Unbreak the in-table progress bars showing disk usage
Andreas Kling
2020-03-02
ProfileViewer: Parse the JSON input directly to Profile::Event
Andreas Kling
2020-03-02
ProfileViewer: Rename Profile::Sample => Profile::Event
Andreas Kling
2020-03-02
CPU: Change debug messages to fit the latest changes
Liav A
2020-03-02
Kernel: Run clang-format on various files
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Use IOAddress class in PATAChannel class
Liav A
2020-03-02
Kernel: Use IOAddress class in Network adapters' drivers
Liav A
2020-03-02
LibBareMetal: Add IOAddress class
Liav A
[next]