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-15
LibHTML: Start working on a very simplified HTML parser.
Andreas Kling
2019-06-15
LibHTML: Start working on a simple HTML library.
Andreas Kling
2019-06-15
AK: Make RetainPtr and Retained more friendly towards const pointers.
Andreas Kling
2019-06-15
PaintBrush: Make little icons for the pen and bucket tools.
Andreas Kling
2019-06-15
GraphicsBitmap: Provide templated versions of get_pixel() and set_pixel().
Andreas Kling
2019-06-15
PaintBrush: Fix some silly logic typos in flood fill.
Andreas Kling
2019-06-15
PaintBrush: Use a Queue<Point> for the flood fill.
Andreas Kling
2019-06-15
AK/Tests: Test Queue<String> with large number of elements.
Andreas Kling
2019-06-15
AK: Add a simple Queue<T> class.
Andreas Kling
2019-06-14
PaintBrush: Speed up the bucket tool with smarter use of Vector.
Andreas Kling
2019-06-14
PaintBrush: Implement a naive but working bucket fill tool.
Andreas Kling
2019-06-14
GraphicsBitmap: Add set_pixel(x, y, Color)
Andreas Kling
2019-06-14
Color: Add equality operators.
Andreas Kling
2019-06-14
PaintBrush: Factor out the pen tool into an actual PenTool class.
Andreas Kling
2019-06-14
AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test.
Andreas Kling
2019-06-14
AK/Tests: Add some macros for testing.
Andreas Kling
2019-06-14
VM: Remove PhysicalPage::create_eternal().
Sergey Bugaev
2019-06-14
VM: Make VMObject::create_for_physical_range() create non-freeable pages.
Sergey Bugaev
2019-06-14
VM: Support non-freeable, non-eternal PhysicalPages.
Sergey Bugaev
2019-06-14
VM: Fix leaking PhysicalPage instances.
Sergey Bugaev
2019-06-14
VM: Pass a PhysicalPage by rvalue reference when returning it to the freelist.
Sergey Bugaev
2019-06-14
VM: Fix freeing physical pages.
Sergey Bugaev
2019-06-14
AK/Tests: Add a couple more String tests.
Andreas Kling
2019-06-14
AK: Massage it into building on my host system without breaking Serenity.
Andreas Kling
2019-06-14
AK: Add an extremely primitive unit test for String.
Andreas Kling
2019-06-14
Shell: Implement more advanced globbing.
Sergey Bugaev
2019-06-14
Kernel: Fix KResultOr move constructor not copying errors.
Sergey Bugaev
2019-06-14
Kernel: Fix not returning errors for the last path item.
Sergey Bugaev
2019-06-14
AK: Add more StringView utilities for making substrings.
Sergey Bugaev
2019-06-14
AK: Fix nullptr dereference in String::matches().
Sergey Bugaev
2019-06-14
AK: Fix String::matches() with non-null-terminated StringViews.
Sergey Bugaev
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-13
Kernel: Replace the last "linear" with "virtual".
Andreas Kling
2019-06-12
Terminal: Add support for DCH ('P' final)
Andreas Kling
2019-06-12
Demos: Import Fire demo contributed by "pd".
Andreas Kling
2019-06-12
Kernel: Fix resolving symlinks in the middle of a path.
Sergey Bugaev
2019-06-12
Kernel: Fix comparing StringViews with strcmp().
Sergey Bugaev
2019-06-12
Kernel: Wrap around to region start if necessary in take_free_page
Conrad Pankoff
2019-06-12
Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector
Conrad Pankoff
2019-06-12
Kernel: Add some comparison operators to PhysicalAddress
Conrad Pankoff
2019-06-12
Kernel: Use an environment variable to set the memory size in the run script
Conrad Pankoff
2019-06-12
Userland: Add test program for stressing memory allocation
Conrad Pankoff
2019-06-12
AK: Add find_first_{set,unset} and grow methods to Bitmap
Conrad Pankoff
2019-06-12
build-root-filesystem.sh: Create /dev/null, /dev/random, /dev/zero, and /dev/...
Larkin Nickle
2019-06-11
AK: Delete the Badge copy and move constructors.
Andreas Kling
2019-06-12
PaintBrush: Start fleshing out a toolbox widget.
Andreas Kling
2019-06-12
LibGUI: Add an "exclusive" property to GAbstractButtons.
Andreas Kling
2019-06-11
PaintBrush: Let's use Color::MidGray for the outside-the-bitmap area.
Andreas Kling
2019-06-11
PaintBrush: Tidy up the UI a bit. Add some more colors.
Andreas Kling
2019-06-11
Terminal: Add support for REP ('b' final)
Andreas Kling
[prev]
[next]