summaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Expand)Author
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-20GSlider: Add support for vertical sliders.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-12HelloWorld: Make the demo label say "Hello\nWorld!".Andreas Kling
2019-07-11GSlider: Make the knob width proportional to the range, if in that mode (#288)Lawrence Manning
2019-07-10Demos: Add a HelloWorld2 demo.Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-22WidgetGallery: Fix compiler warnings.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-12Demos: Import Fire demo contributed by "pd".Andreas Kling
2019-06-07Demos: Run clang-format on everything.Andreas Kling
2019-05-27removed extra impl of scalingChristopher Dumas
2019-05-27tiled backgrounds no longer has strange off-by-one pixel errorsChristopher Dumas
2019-05-24Demos: Start working on a simple WidgetGallery app.Andreas Kling
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-13RetroFetch: Add a silly neofetch-like program.Andreas Kling
2019-05-08HelloWorld: Add a simple "Hello World!" app showing the basics.Andreas Kling