index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Demos
/
HelloWorld
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-12
HelloWorld: Make the demo label say "Hello\nWorld!".
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-07
Demos: Run clang-format on everything.
Andreas Kling
2019-05-24
LibGUI: Make GCheckBox inherit from GAbstractButton.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-08
HelloWorld: Add a simple "Hello World!" app showing the basics.
Andreas Kling