diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-06-23 16:35:43 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-06-23 16:35:43 +0200 |
commit | eedb4f6b2f60d1b80aa8d17eaace5d213b7be82d (patch) | |
tree | e739acd526099fd4186badd2be9d294a48e82833 /Kernel/makeall.sh | |
parent | cf0d05d54a54279cf4f543c4bb9c674c66b54e57 (diff) | |
download | serenity-eedb4f6b2f60d1b80aa8d17eaace5d213b7be82d.zip |
QuickShow: Allow panning and zooming the image instead of stretching it.
This needs more work and polish, but it's a step in a more pleasant and
useful direction.
Also turn QuickShow into a fully-fledged "application". (By that, I really
just mean giving it its own Applications/ subdirectory.)
Diffstat (limited to 'Kernel/makeall.sh')
-rwxr-xr-x | Kernel/makeall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/makeall.sh b/Kernel/makeall.sh index 12d5edfb7b..6ab41fec29 100755 --- a/Kernel/makeall.sh +++ b/Kernel/makeall.sh @@ -30,6 +30,7 @@ build_targets="$build_targets ../Applications/IRCClient" build_targets="$build_targets ../Applications/Taskbar" build_targets="$build_targets ../Applications/Downloader" build_targets="$build_targets ../Applications/PaintBrush" +build_targets="$build_targets ../Applications/QuickShow" build_targets="$build_targets ../DevTools/VisualBuilder" build_targets="$build_targets ../Games/Minesweeper" build_targets="$build_targets ../Games/Snake" |