Sergey Bugaev
174ac5d348
Demos: Add Eyes demo
...
This is a neat clone of xeyes. It demoes the new ellipse filling functionality,
as well as the existing global mouse cursor tracking functionality :^)
2020-05-24 23:30:12 +02:00
Andreas Kling
58fa9c6e89
PixelPaint: Rename from PaintBrush :^)
2020-05-20 20:35:35 +02:00
Nicholas Hollett
02cc3ac21f
Base: Add file type & protocol definitions for known handlers.
...
This matches the existing user configuration in /home/anon/LaunchServer.ini
2020-05-18 11:27:27 +02:00
Nicholas Hollett
3c5f75ed53
LaunchServer: Discover handlers from *.af files, allow launching based on a known handler
...
Adds metadata about apps for what file types and protocols they can
handle, then consumes that in the LaunchServer. The LaunchServer can
then use that to offer multiple options for what apps can open a given
URL. Callers can then pass back the handler name to the LaunchServer to
use an alternate app :)
2020-05-18 11:27:27 +02:00
Ben Wiederhake
87b6578516
FontEditor: Fix link to icon after it moved
...
Fixup for 6f2837cb13
2020-05-11 09:29:30 +02:00
Linus Groh
d3d29ea1cc
Demos: Add LibGfx Demo :^)
2020-05-10 13:34:59 +02:00
Ben Wiederhake
fe178b6234
SystemMenu+MouseDemo: Add menu entry and nice icons
2020-05-04 09:58:14 +02:00
Brendan Coles
548ecceb75
Screensaver: Add app-screensaver.png 16x16 icon
2020-05-02 14:12:45 +02:00
Brendan Coles
905de7df58
Fire: Add app-fire.png 16x16 icon
2020-05-02 11:42:29 +02:00
Brendan Coles
6c1e842a7e
Cube: Add app-cube.png 16x16 icon
2020-05-02 11:42:21 +02:00
Andreas Kling
51df4bdbfc
DisplaySettings: Rename from DisplayProperties
2020-04-29 15:53:51 +02:00
Andres Vieira
88368df9a2
Base+Browser: Add an icon for the serenity Browser and make it use it
...
Browser was using the filetype-html icon instead of a dedicated one, so
we now have the globe from that icon reimagined and in good Buggie
company :^)
2020-04-26 21:13:57 +02:00
Andreas Kling
2454c3b7fb
Applications: Remove ChanViewer app
...
The HTTP JSON API this relied on is no longer available via HTTP and
I would rather make the website work in Browser anyway. :^)
2020-04-23 18:38:54 +02:00
Hüseyin ASLITÜRK
84317df579
Base: Add QuickShow application to system menu
2020-04-21 12:03:35 +02:00
Linus Groh
f38897ef20
Base: Add Demo applications to system menu
2020-04-19 18:16:11 +02:00
rhin123
a0bc6a8f37
Base: Add Calendar.af
2020-03-19 22:54:30 +01:00
Till Mayer
fe5cc7ce68
Games: Added solitaire
...
Added a solitaire game. Currently there are graphics missing on some
of the cards, but the game is fully functional.
Press F12 to show the game-over animation manually.
2020-03-09 21:36:59 +01:00
Andreas Kling
7afd9039d1
Base: Add a Minesweeper app icon that's actually 16x16
...
The one we were using was actually 15x15 which tripped up an assertion
when loading it into a menu using the GUI::Action code path.
2020-02-17 19:58:33 +01:00
Jami Kettunen
08c7b5068e
Base: Space out some names in app files
2020-01-04 22:29:21 +01:00
Andreas Kling
f99e554c5e
Calculator: Add a 16x16 app icon
2019-11-29 21:04:19 +01:00
Andreas Kling
fabdc8cdcb
Base: Add Help.af :^)
...
Whoops, I forgot to add an .af file for the Help app!
2019-11-12 21:25:52 +01:00
Andreas Kling
26f41c7ecb
Base: Add .af files for Minesweeper, Snake and VisualBuilder
2019-11-11 13:13:08 +01:00
Andreas Kling
77de51d251
Base: Add Piano.af and SoundPlayer.af
2019-11-11 13:13:08 +01:00
Andreas Kling
3a71c018bf
Base: Put DisplayProperties, FontEditor and PaintBrush into a category
...
These apps are now in a "Graphics" category :^)
2019-11-11 13:13:08 +01:00
Andreas Kling
bd0a8d078f
Base: Add TextEditor.af
2019-11-11 13:13:08 +01:00
Andreas Kling
b6a6f34caa
WindowServer: Populate system menu with app launchers from /res/apps
...
The new system directory /res/apps now contains ".af" files describing
applications (name, category, executable path, and icon.)
These are used to populate the system menu with application shortcuts.
This will replace the Launcher app. :^)
2019-11-11 13:13:08 +01:00