mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 01:45:08 +00:00

This program has never lived up to its original idea, and has been broken for years (property editing, etc). It's also unmaintained and off-by-default since forever. At this point, Inspector is more of a maintenance burden than a feature, so this commit removes it from the system, along with the mechanism in Core::EventLoop that enables it. If we decide we want the feature again in the future, it can be reimplemented better. :^)
35 lines
1.5 KiB
Markdown
35 lines
1.5 KiB
Markdown
## Name
|
|
|
|
Applications - SerenityOS GUI applications
|
|
|
|
## Description
|
|
|
|
SerenityOS comes with a suite of GUI applications. The applications are divided into multiple categories, through which they are available in the start menu.
|
|
|
|
Note that many applications can be disabled at SerenityOS build time if desired. Therefore, depending on your SerenityOS build configuration, not all applications may be available.
|
|
|
|
## See also
|
|
|
|
- Documentation for SerenityOS Games in section 6
|
|
|
|
### List of Application manpages
|
|
|
|
- [About](help://man/1/Applications/About)
|
|
- [Analog Clock](help://man/1/Applications/AnalogClock)
|
|
- [Assistant](help://man/1/Applications/Assistant)
|
|
- [Browser](help://man/1/Applications/Browser)
|
|
- [Calculator](help://man/1/Applications/Calculator)
|
|
- [Calendar](help://man/1/Applications/Calendar)
|
|
- [Character Map](help://man/1/Applications/CharacterMap)
|
|
- [Eyes](help://man/1/Applications/Eyes)
|
|
- [FontEditor](help://man/1/Applications/FontEditor)
|
|
- [GML Playground](help://man/1/Applications/GMLPlayground)
|
|
- [Hex Editor](help://man/1/Applications/HexEditor)
|
|
- [Image Viewer](help://man/1/Applications/ImageViewer)
|
|
- [Magnifier](help://man/1/Applications/Magnifier)
|
|
- [Mail](help://man/1/Applications/Mail)
|
|
- [Mouse Settings](help://man/1/Applications/MouseSettings)
|
|
- [Presenter](help://man/1/Applications/Presenter)
|
|
- [SQL Studio](help://man/1/Applications/SQLStudio)
|
|
- [Terminal](help://man/1/Applications/Terminal)
|
|
- [Text Editor](help://man/1/Applications/TextEditor)
|