summaryrefslogtreecommitdiff
path: root/Kernel/makeall.sh
AgeCommit message (Expand)Author
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling
2019-10-13HexEditor: Initial application releaseBrandon Scott
2019-10-05Browser: Start working on a simple browser using LibHTMLAndreas Kling
2019-09-28Applications: Add a new Help appSergey Bugaev
2019-09-28Libraries: Add LibMarkdownSergey Bugaev
2019-09-16Applications: Add "Welcome" application, inspired by Windows 98Conrad Pankoff
2019-09-08TelnetServer: Implement basic telnet serverConrad Pankoff
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-04SoundPlayer: Start working on a GUI sound player applicationAndreas Kling
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-18Inspector: Add a GUI tool for viewing a remote process's CObject graphAndreas Kling
2019-08-17Meta: Fix up clean buildsAndreas Kling
2019-08-17Meta: Rearrange makeall.sh for more consistent buildsConrad Pankoff
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
2019-08-14Libraries: Add LibPCIDB for reading PCI device information from pci.idsConrad Pankoff
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling
2019-08-12Server: Add TTYServer, a rudimentary text console managerConrad Pankoff
2019-08-10Calculator: Add a simple calculator appSergey Bugaev
2019-08-04ChanViewer: Start working on a simple read-only 4Chan viewerAndreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-03LibIPC: Start fleshing out a separate IPC libraryAndreas Kling
2019-08-03IPCCompiler: Start working on a simple IPC definition languageAndreas Kling
2019-07-21AK: Run host tests on makeRobin Burchell
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-16SystemDialog: Add a new app for showing system dialogs.Andreas Kling
2019-07-13Build: Make sure we build LibAudio before AudioServer :^)Andreas Kling
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-13Piano: Start working on a desktop piano.Andreas Kling
2019-07-13Kernel: First cut of a sb16 driverRobin Burchell
2019-07-10Build: Build the host-side FormCompiler before everything else.Andreas Kling
2019-07-10Demos: Add a HelloWorld2 demo.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-07-03Build: Use sudo -E to preserve EVs when calling build-image-qemu.sh from make...Dan MacDonald
2019-07-03Build: Fix incorrect user and group settings for disk image (#280)Dan MacDonald
2019-06-23QuickShow: Allow panning and zooming the image instead of stretching it.Andreas Kling
2019-06-15LibHTML: Start working on a simple HTML library.Andreas Kling
2019-06-12Demos: Import Fire demo contributed by "pd".Andreas Kling
2019-06-10PaintBrush: Include in makeall.shAndreas Kling
2019-05-30Misc: Add a simple init processRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-05-24Demos: Start working on a simple WidgetGallery app.Andreas Kling
2019-05-17Build: Install most headers to Root (and libcore.a/libgui.a)Robin Burchell
2019-05-15makeall: Use set -e to exit on failureRobin Burchell
2019-05-15makeall: Like BuildIt, respect MAKEJOBSRobin Burchell
2019-05-13RetroFetch: Add a silly neofetch-like program.Andreas Kling
2019-05-08Move VisualBuilder into a new DevTools directory.Andreas Kling
2019-05-08HelloWorld: Add a simple "Hello World!" app showing the basics.Andreas Kling
2019-05-07Shell: Move line editing to a separate class.Andreas Kling
2019-04-20Snake: Flesh out a basic snake game :^)Andreas Kling