index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2019-05-06
Make sure all GraphicsBitmap scanlines are 16-byte aligned.
Andreas Kling
2019-05-06
AK: Change HashTable and HashMap size/capacity to be ints.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-25
Kernel: Add a write cache to DiskBackedFS.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-22
Kernel: Make sure we don't use any FPU/MMX/SSE instructions.
Andreas Kling
2019-04-22
Kernel: Don't use MMX memcpy() in the kernel.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-20
AK: Give Vector the ability to have an inline capacity.
Andreas Kling
2019-04-20
LibC: Get rid of the now-unneeded AK/kmalloc.cpp
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-20
Snake: Clear the movement queue on game reset.
Andreas Kling
2019-04-20
Snake: Use a queue for the movement inputs.
Andreas Kling
2019-04-19
AK: And one more RetainPtr::operator==() G++ complains about in LibGUI.
Andreas Kling
2019-04-19
AK: Add RetainPtr::operator==() overload G++ is whining about.
Andreas Kling
2019-04-19
VisualBuilder: Hook up everything needed for widget property editing.
Andreas Kling
2019-04-18
AK: MappedFile should open with O_CLOEXEC.
Andreas Kling
2019-04-17
WindowServer: Mouse switching between system menu and app menu was broken.
Andreas Kling
2019-04-16
AK: Add Vector::prepend().
Andreas Kling
2019-04-16
AK: Try to use StringViews more for substrings and splitting.
Andreas Kling
2019-04-15
AK: Make StringBuilder::appendf() pre-allocate the format string length.
Andreas Kling
2019-04-15
AK: Add a StringView class.
Andreas Kling
2019-04-15
LibCore: Add a CConfigFile class, a simple INI file parser.
Andreas Kling
2019-04-14
WindowServer: Move the CPU monitor thingy to its own class.
Andreas Kling
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-14
AK: Add WeakPtr::operator T*() for ergonomy.
Andreas Kling
2019-04-12
AK: Fix build.
Andreas Kling
2019-04-12
GVariant: Don't crash when extracting a null String.
Andreas Kling
2019-04-09
Kernel: Yet more work on bringing up POSIX SHM.
Andreas Kling
2019-04-07
AK: Improve StringImpl chomping a bit.
Andreas Kling
2019-04-07
GHttp: Work on bringing this up.
Andreas Kling
2019-04-05
WindowServer: Factor out window frame logic into a WSWindowFrame class.
Andreas Kling
2019-04-05
AK: Revert Eternal<T> for now since it doesn't work as intended.
Andreas Kling
2019-04-05
AK: Fix problem when building i686-pc-serenity toolchain from scratch.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-04-03
PNGLoader: Use MappedFile.
Andreas Kling
2019-04-03
Font: Clean up AK::MappedFile and use it for mapping font files.
Andreas Kling
2019-04-03
AK: Remove unused TemporaryFile class.
Andreas Kling
2019-04-03
Kernel: Remove unneeded kassert.h.
Andreas Kling
2019-04-03
AK: Remove useless ktime.h
Andreas Kling
2019-04-03
AK: Clean up some of the confusion that is AK/kmalloc.{cpp,h}
Andreas Kling
2019-04-02
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
Andreas Kling
2019-04-02
LibGUI: Switch to a resizing cursor when hovering or using a GSplitter.
Andreas Kling
2019-03-31
AK: Tweak CALLABLE_WHEN macro in Retained.
Andreas Kling
2019-03-30
FileManager: Make the tree view follow the directory view navigations.
Andreas Kling
2019-03-27
WindowServer: Move the CPU usage graph updates to a secondary thread.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-27
AK: printf() should support %#x and %#o.
Andreas Kling
2019-03-25
AK: HashMap::set() didn't save new values for existing keys.
Andreas Kling
2019-03-24
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
Andreas Kling
[next]