summaryrefslogtreecommitdiff
path: root/Kernel/makeall.sh
AgeCommit message (Expand)Author
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
2019-02-17Move WindowServer to userspace.Andreas Kling
2019-02-12Let's have makeall.sh build with make -j2.Andreas Kling
2019-02-12Add a little About app and hook it up to the system menu's "About..." entry.Andreas Kling
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling
2019-02-10Move apps into a top-level Applications/ directory.Andreas Kling
2019-02-09FileManager: Start building a file manager.Andreas Kling
2019-02-07Start working on a simple Launcher app.Andreas Kling
2019-02-05Clock: Turns the clock window from guitest2 into a separate program.Andreas Kling
2019-02-02Start working on a simple graphical font editor.Andreas Kling
2019-01-19Move Widget & friends into LibGUI.Andreas Kling
2019-01-15Add basic PTY support.Andreas Kling
2018-11-09Fix some paging related bugs exposed by the spawn stress test.Andreas Kling