Replace Elementary icons
@ -334,7 +334,5 @@ ToAruOS contains additional software with the following copyright notices:
|
||||
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
OF THIS SOFTWARE.
|
||||
|
||||
* Some icons from the Elementary Icons set are included. These icons are released under the GPL. You may find a list of authors and contributors alongside the icon files. For reference, a copy of the GNU General Public License is available [here](http://www.gnu.org/licenses/gpl.html).
|
||||
|
||||
* Build scripts will retrieve copies of [GCC](http://gcc.gnu.org/), [Newlib](http://sourceware.org/newlib/), [FreeType](http://www.freetype.org/), [libpng](http://www.libpng.org/pub/png/libpng.html), [zlib](http://www.zlib.net/), and [Cairo](http://www.cairographics.org/). Patches for these software packages are provided under the same license as the package they are for.<F7>
|
||||
|
||||
|
@ -1,27 +0,0 @@
|
||||
####################
|
||||
ABOUT: #
|
||||
####################
|
||||
elementary is designed and developed by Daniel Foré <Daniel.p.Fore@gmail.com>
|
||||
This version for Xfce is currently maintained by Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at>
|
||||
|
||||
GNOME icons, Humanity icons, and elementary icons are all licensed under the GPL.
|
||||
|
||||
This package is licensed under GNU General Public License version 2.
|
||||
|
||||
Icons based on GNOME and other GNOME projects are licensed GPL.
|
||||
You can visit the GNOME website here:
|
||||
http://www.gnome.org/
|
||||
|
||||
Icons based on Tango sources or taken from the Tango project are public domain.
|
||||
You can visit the Tango project website here:
|
||||
http://tango.freedesktop.org/Tango_Desktop_Project
|
||||
|
||||
Icons based on Humanity sources or taken from the elementary project are licensed GPL.
|
||||
You can visit the Humanity website here:
|
||||
http://launchpad.net/humanity
|
||||
|
||||
####################
|
||||
Special Thanks: #
|
||||
####################
|
||||
|
||||
The awesome Humanity team for their hard work!
|
@ -1,6 +0,0 @@
|
||||
Sebastian Porta <sebastianporta@gmail.com>
|
||||
Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
|
||||
Oliver Scholtz <scholli_tz@yahoo.de>
|
||||
Dennis Fisher
|
||||
Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at>
|
||||
Pasi Lallinaho <pasi@shimmerproject.org>
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
hdd/usr/share/icons/julia.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.2 KiB |
@ -94,7 +94,7 @@ void julia(int xpt, int ypt) {
|
||||
}
|
||||
}
|
||||
if (k >= initer) {
|
||||
GFX_(xpt,ypt) = 0;
|
||||
GFX_(xpt,ypt) = rgb(0,0,0);
|
||||
} else {
|
||||
GFX_(xpt,ypt) = colors[color];
|
||||
}
|
||||
|
@ -44,6 +44,7 @@ application_t applications[] = {
|
||||
{"/usr/share/icons/utilities-terminal.png", "terminal", "Terminal"},
|
||||
{"/usr/share/icons/applications-painting.png", "draw", "Draw!"},
|
||||
{"/usr/share/icons/applications-simulation.png", "game", "RPG Demo"},
|
||||
{"/usr/share/icons/julia.png", "julia", "Julia Fractals"},
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
|