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
Age
Commit message (
Expand
)
Author
2020-01-01
Demos: Add a dynamic linking demo to show off dlfcn methods
Andrew Kaster
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
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-11-25
Demos: Remove "RetroFetch"
Andreas Kling
2019-09-29
Demos: Remove useless PaintTest program
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GCheckBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GRadioButton to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSlider to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GProgressBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSpinBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GScrollBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-20
GSlider: Add support for vertical sliders.
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-07-11
GSlider: Make the knob width proportional to the range, if in that mode (#288)
Lawrence Manning
2019-07-10
Demos: Add a HelloWorld2 demo.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-22
WidgetGallery: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-12
Demos: Import Fire demo contributed by "pd".
Andreas Kling
2019-06-07
Demos: Run clang-format on everything.
Andreas Kling
2019-05-27
removed extra impl of scaling
Christopher Dumas
2019-05-27
tiled backgrounds no longer has strange off-by-one pixel errors
Christopher Dumas
2019-05-24
Demos: Start working on a simple WidgetGallery app.
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-13
RetroFetch: Add a silly neofetch-like program.
Andreas Kling
2019-05-08
HelloWorld: Add a simple "Hello World!" app showing the basics.
Andreas Kling