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-04-16
Kernel: Reduce kmallocing in /proc/all and /proc/memstat.
Andreas Kling
2019-04-16
Kernel: Have TTY subclasses cache their tty_name/pts_name.
Andreas Kling
2019-04-15
Kernel: Make it possible to have kmalloc() dump call stacks.
Andreas Kling
2019-04-15
WindowServer: Let the CPU monitor keep /proc/all open between refreshes.
Andreas Kling
2019-04-15
AK: Make StringBuilder::appendf() pre-allocate the format string length.
Andreas Kling
2019-04-15
Kernel: Make symbolication callable from kmalloc().
Andreas Kling
2019-04-15
Kernel: Make validate_read_from_kernel() return early for nullptr checks.
Andreas Kling
2019-04-15
PNGLoader: Disable debug spam.
Andreas Kling
2019-04-15
Kernel+ProcessManager: Expose the number of kmalloc/kfree calls.
Andreas Kling
2019-04-15
Kernel: Start using StringView in the VFS class.
Andreas Kling
2019-04-15
AK: Add a StringView class.
Andreas Kling
2019-04-15
Meta: Oops, screwed up one of the links.
Andreas Kling
2019-04-15
Meta: Update ReadMe with license and links.
Andreas Kling
2019-04-15
Let's go with a 2-clause BSD license.
Andreas Kling
2019-04-15
Userland: Add a /bin/basename program.
Andreas Kling
2019-04-15
Userland: Make sync.sh copy all executables from ../Userland
Andreas Kling
2019-04-15
Minesweeper: Add little icons to the flags and timer labels.
Andreas Kling
2019-04-15
Minesweeper: Paint a grid pattern below the mines.
Andreas Kling
2019-04-15
LibCore: Add a CConfigFile class, a simple INI file parser.
Andreas Kling
2019-04-15
Userspace: gitignore binaries
Nicolas Van Bossuyt
2019-04-14
Minesweeper: Add flag counter and game timer.
Andreas Kling
2019-04-14
Userland: Oops, that merge broke the build, just needed a few tweaks. :^)
Andreas Kling
2019-04-14
Merge pull request #6 from NicolasVanBossuyt/patch-1
Andreas Kling
2019-04-14
Userland: Maybe find is overkill
Nicolas Van Bossuyt
2019-04-14
Userland: making the makefile smarter
Nicolas Van Bossuyt
2019-04-14
Merge pull request #5 from NicolasVanBossuyt/patch-1
Andreas Kling
2019-04-14
Uptime: making the ouput prettier
VAN BOSSUYT Nicolas
2019-04-14
Kernel: Add /proc/uptime file (number of seconds since boot.)
Andreas Kling
2019-04-14
Minesweeper: Flood fill should include the first numbered found.
Andreas Kling
2019-04-14
LibCore: Add a convenience constructor for CTimer.
Andreas Kling
2019-04-14
WindowServer: Simplify a few things in WSEventLoop.
Andreas Kling
2019-04-14
WindowServer: Rename WSMessage* => WSEvent*.
Andreas Kling
2019-04-14
WindowServer: Port WindowServer to LibCore.
Andreas Kling
2019-04-14
Kernel: Merge TSS.h into i386.h.
Andreas Kling
2019-04-14
WindowServer: Move the CPU monitor thingy to its own class.
Andreas Kling
2019-04-14
VisualBuilder: Let's have getters and setters for properties.
Andreas Kling
2019-04-14
GWidget: Add direct setters for x, y, width & height.
Andreas Kling
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-14
WindowServer: Make menu windows inherently modal.
Andreas Kling
2019-04-14
AK: Add WeakPtr::operator T*() for ergonomy.
Andreas Kling
2019-04-14
LibGUI+WindowServer: Add a way to dismiss opened menus from the client.
Andreas Kling
2019-04-14
Kernel: Remove system.h and make the uptime global a qword.
Andreas Kling
2019-04-13
WindowServer+LibGUI: Add ability to set per-window icons.
Andreas Kling
2019-04-13
GWidget: Silence debug spam about the click clock.
Andreas Kling
2019-04-13
Minesweeper: Make it possible to win the game. :^)
Andreas Kling
2019-04-13
Minesweeper: Add some menus.
Andreas Kling
2019-04-13
Minesweeper: Turn the field into a GFrame for that containery look.
Andreas Kling
2019-04-13
Minesweeper: Fix wrong adjacency numbers on right and bottom edges.
Andreas Kling
2019-04-13
Fix typo in makeall.sh
Andreas Kling
2019-04-13
GVariant: Add to_bool(), to_int() and to_color().
Andreas Kling
[next]