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