summaryrefslogtreecommitdiff
path: root/Kernel/makeall.sh
AgeCommit message (Expand)Author
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
2019-04-13Fix typo in makeall.shAndreas Kling
2019-04-13Minesweeper: Start working on a simple minesweeper game. :^)Andreas Kling
2019-04-11VisualBuilder: Start working on an interface builder application.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-04-07Start working on a Downloader app and backing classes in LibGUI.Andreas Kling
2019-04-03Taskbar: Start working on a taskbar app.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling
2019-03-20Rename DNSLookupServer => LookupServer.Andreas Kling
2019-03-19DNSLookupServer: Start working on a userspace DNS resolver.Andreas Kling
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling
2019-03-09LibGUI: Use a separate data role for the table model sorting order.Andreas Kling
2019-03-07Begin working on a graphical TextEditor.Andreas Kling
2019-02-28ProcessManager: Start working on a graphical process manager.Andreas Kling
2019-02-26Compat work towards porting vim.Andreas Kling
2019-02-26More compat work. Rename libraries from LibFoo.a => libfoo.aAndreas Kling
2019-02-22Switch over to building everything with i686-elf-g++.Andreas Kling