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
2019-06-21
LibGUI: Refactor the keyboard activation code a bit to use WeakPtr<GWidget>.
Andreas Kling
2019-06-21
PaintBrush: Make a little icon for the spray tool.
Andreas Kling
2019-06-21
WindowServer: Render the global menubar into a separate WSWindow.
Andreas Kling
2019-06-20
LibHTML: Add the outline of a CSS stylesheet object graph.
Andreas Kling
2019-06-20
LibHTML: Add layout() overrides for LayoutText and LayoutBlock.
Andreas Kling
2019-06-20
LookupServer: Use a CFile for loading /etc/hosts.
Andreas Kling
2019-06-20
AK: Make StringImpl a bit smaller.
Andreas Kling
2019-06-19
Kernel+LibC: Make page fault crashes a bit more readable.
Andreas Kling
2019-06-19
Kernel: Symbolicate the crash address too, not just the call stack.
Andreas Kling
2019-06-19
AK: Add some convenient functions to JsonValue.
Andreas Kling
2019-06-18
printf: Support printing negative values with %f or %g.
Andreas Kling
2019-06-18
WindowServer: Remove unused WSWindowManager::m_windows hash table.
Andreas Kling
2019-06-18
AK: Add IPv4Address(NetworkOrdered<dword>) constructor.
Andreas Kling
2019-06-18
AK: Move IPv4Address from Kernel/Net/ to AK/ since it's quite useful.
Andreas Kling
2019-06-18
printf: Treat %g as %f for now.
Andreas Kling
2019-06-18
AK: Rename JsonObject::to_string() and pals to serialized().
Andreas Kling
2019-06-18
AK: ScopeGuard.h needs StdLibExtras.h
Andreas Kling
2019-06-18
AK: Override StringImpl's operator delete to silence valgrind.
Andreas Kling
2019-06-18
AK: Fix leak in JsonValue::operator=(JsonValue&&).
Andreas Kling
2019-06-18
AK: Add JsonValue(const char*).
Andreas Kling
2019-06-18
AK: Add JsonValue(unsigned) ctor and as_string().
Andreas Kling
2019-06-18
AK: Including <AK/kstdio.h> should pull in <stdio.h> etc on host builds.
Andreas Kling
2019-06-18
AK: Make ASSERT_NOT_REACHED() work nicely in host builds.
Andreas Kling
2019-06-17
AK: Use a single StringBuilder throughout JSON serialization.
Andreas Kling
2019-06-17
VisualBuilder: Switch to JSON for the form output.
Andreas Kling
2019-06-17
AK: Add some classes for JSON encoding.
Andreas Kling
2019-06-17
PaintBrush: Make spray circular.
Sergey Bugaev
2019-06-17
LibM: Rewrite trigonometric functions.
Sergey Bugaev
2019-06-17
Add a simple spray fill tool
Robin Burchell
2019-06-16
Merge pull request #173 from faissaloo/serenity-keys
Andreas Kling
2019-06-16
LibM: Add trigonometric approximations and misc mathematical functions
faissaloo
2019-06-16
GWindow: Get rid of superflous variable
faissaloo
2019-06-16
LibGUI: clang-format
faissaloo
2019-06-16
LibHTML: Add a Frame class, start fleshing out recursive layout.
Andreas Kling
2019-06-16
GWindow: Cleanup
faissaloo
2019-06-16
PaintBrush: Reduce debug spam in the color editor dialog.
Andreas Kling
2019-06-16
PaintBrush: Allow editing palette colors by ctrl-clicking them.
Andreas Kling
2019-06-16
Color: Add setters for the red, green and blue components.
Andreas Kling
2019-06-16
GSpinBox: The initial text should be "0".
Andreas Kling
2019-06-16
SystemServer: Shut down after 5 seconds if testmode=1 is set on the kernel co...
Robin Burchell
2019-06-16
Kernel: Expose kernel command line to userspace through /proc/cmdline
Robin Burchell
2019-06-16
Userland: Add wc program (#228)
Callum Attryde
2019-06-16
LibHTML: Add a LayoutStyle object (computed style for a LayoutNode.)
Andreas Kling
2019-06-16
LibHTML: Give LayoutNodes a rect.
Andreas Kling
2019-06-16
WindowServer: Add a shutdown option to the menu, rather than forcing terminal...
Robin Burchell
2019-06-16
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
Robin Burchell
2019-06-16
Kernel+Userland: Expose list of network adapters through /proc/netadapters.
Andreas Kling
2019-06-16
PaintBrush: Flood filling with the same color is a no-op.
Andreas Kling
2019-06-15
LibHTML: Create some subdirectories.
Andreas Kling
2019-06-15
LibHTML: Collapse all-whitespace LayoutText into a single ' ' char.
Andreas Kling
[next]