cffadae9d6
2004.September.28 (0.9.14) * New Features: ------------- * Added support for immutable "starter" images, which are installed globally with Tux Paint, and provide a starting canvas for images. A PNG file with alpha is continuously drawn over whatever changes are made to the current drawing. For example, a black outline of a cartoon character could be made, to simulate a coloring book. (See 'jetplane.png') A second PNG file can be supplied which will be drawn on the normal part of the canvas (where a new picture would normally be all-white), allowing for simulated depth. Drawing and magic tools all mutilate the background, as it's part of the normal canvas. However, when editing a picture based on a 'starter' with a background layer, the eraser will bring back the background image. In a sense, it's like having a photo on the bottom, a clear sheet to draw on in the middle, and a clear sheet with some more photo (which you can't draw on) on top. (See 'reef.png' and 'reef-back.jpg') * Added lockfile support, to prevent Tux Paint from being launched more than once every 30 seconds. (Disable with "--nolockfile" command-line argument.) Thanks to Darci Lindgren for suggestion the feature, and Mark K. Kim for suggesting it be time-based. (Lockfile is "lockfile.dat" in "~/.tuxpaint/" on Linux/Unix, and "userdata\" on Windows.) * Added "--nosave" option (suggested by Adam Moore). * Updated Features: ----------------- * Added some more brushes. Jeremie Zimmermann <txptdv@tofz.org> * Multiple sizes of erasers are present. (Compile-time #defines can be used to determine how many sizes are available, and their minimum and (approx.) maximum sizes.) Note: Erasers are still square. Sorry! * Fixed tinting of low-saturation stamps. Addded 'notintgray' option. Karl Ove Hufthammer <karl@huftis.org> * Made sure shape tool never made a tiny shape. (Should hint users that they should click-and-drag.) * Made some colors more unique, so that they affected stamps better. (e.g., purple and magenta used to look the same when used to tint a stamp) Karl Ove Hufthammer <karl@huftis.org> * Made current image the selected image on Open screen, if applicable. * Now prompts to confirm before printing. * New translations: ----------------- * Afrikaans translation created. Petri Jooste <rkwjpj@puk.ac.za> * Belarusian translation created. Eugene Zelenko <greendeath@mail.ru> * Breton translation created. Korvigellou An Drouizig (Philippe) <drouizig@drouizig.org> * Bulgarian translation created. Martin Zhekov <mjekov@bginfo.net> * Croatian translation created. Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com> * Hindi translation created. Ankit Malik <greatestankit@yahoo.co.in> * Italian documentation translation. Flavio Pastor <flavio.pastore@zonaitalia.it> * Klingon (Romanized) translation started. Bill Kendrick <bill@newbreedsoftware.com> * Korean README.txt documentation added, in both EUC-KR and UTF-8 formats. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Serbian translation created. Aleksandar Jelenak <jelenak@netlinkplus.net> * Slovenian translation created. Urska Colner <urska.colner@agenda.si>, Ines Kovacevic <ines@agenda.si> * Traditional Chinese translation created. Song Huang <Song@ossacc.org> * Vietnamese translation created. (Simple version) Le Quang Phan <lqphan@hn.vnn.vn> * Welsh translation created. Kevin Donnelly <kevin@dotmon.com> * Updated translations: --------------------- * Updated Basque translation. Juan Irigoien <juanirigoien@irakasle.net> * Updated Brazilian Portuguese translation. Daniel Jose Viana <danjovic@vespanet.com.br> * Updated British English translation. Gareth Owen <gowen72@yahoo.com> * Updated Catalan translation. Pere Pujal Carabantes <ppujal@airtel.net> * Updated Danish translation. Mogens Jæger <mogensjaeger@get2net.dk> * Updated Dutch translation. Geert Stams <geertstams@wanadoo.nl> * Updated Finnish translation. Tarmo Toikkanen <tarmo.toikkanen@iki.fi> * Updated French translation. Jacques Chion <Jacques.Chion@wanadoo.fr> * Updated German translation. Roland Illig <roland.illig@gmx.de> * Updated Hungarian translation. Török Gábor <gabo@linuxportal.hu> * Updated Icelandic translation. Pjetur G. Hjaltason <pjetur@pjetur.net> * Updated Indonesian translation. Tedi Heriyanto <tedi_h@gmx.net> * Updated Italian translation. Flavio Pastor <flavio.pastore@zonaitalia.it> * Updated Japanese translation. TOYAMA Shin-ichi <shin1@wmail.plala.or.jp> * Updated Korean translation. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Updated Malay translation. Muhammad Najmi Ahmad Zabidi <mnajem@linuxmail.org> * Updated Norwegian Bokmal translation. Karl Ove Hufthammer <karl@huftis.org> * Updated Norwegian Nynorsk translation. Karl Ove Hufthammer <karl@huftis.org> * Updated Portuguese (Portugal) translation. Ricardo Cruz <rick2@aeiu.pt> * Updated Simplified Chinese translation. Wang Jian <lark@linux.net.cn> * Updated Slovakian translation. Andrej Kacian <andrej@kacian.sk> * Updated Spanish translation. Gabriel Gazzán <ggabriel@internet.com.uy> * Updated Tamil translation. Muguntharaj <mugunth@thamizha.com> * Updated Turkish translation. Doruk Fisek <dfisek@fisek.com.tr> * Updated Walloon language translation. Pablo Saratxaga <pablo@walon.org> * Localization clean-ups: ----------------------- * Removed all non-UTF-8 related character handling code, including HTML character entity reference support. (All stamps are now in UTF-8, with scripts to convert to and from PO files.) Karl Ove Hufthammer <karl@huftis.org> * Updated punctuation in many text strings. Karl Ove Hufthammer <karl@huftis.org> * Added "--lang simplified-chinese" option (same as "--lang chinese"). Simplified also now looks for "zh_cn.ttf" font, as "zh.ttf" was too ambiguous. (For backwards-compatibility, it checks for "zh.ttf" if "zh_cn.ttf" is missing, though.) Bill Kendrick <bill@newbreedsoftware.com>, John Popplewell <john@johnnypops.demon.co.uk> * Cleaned up translation and font code. Karl Ove Hufthammer <karl@huftis.org> * Language option now sets "LANGUAGE" environment variable (along with LC_ALL and LANG). * Initial work to get proper uppercase support in languages other than English. * Added reference to "--lang help" to documentation. * Documentation updates: ---------------------- * README (docs/html/README.html and docs/README.txt) has been pared down and made more friendly. Mention of other doc. files are now hyperlinked. * Documentation regarding configuration file and command-line options have been moved into a separate OPTIONS document (docs/html/OPTIONS.html and docs/OPTIONS.txt), since Tux Paint Config. now exists to simplify changing settings. * Porting and packaging updates: ------------------------------ * Added startup display mode and resolution options to the Windows installer. John Popplewell <john@johnnypops.demon.co.uk> * Visual Studio build system included in CVS and source release ('visualc' folder) John Popplewell <john@johnnypops.demon.co.uk> * Updated Makefile for easier install. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Cleaned up desktop entry file. Karl Ove Hufthammer <karl@huftis.org> * Made sure KDE icon directories exist before trying to copy files to them. * Created 16x16 mouse pointer shapes; use "MOUSEDIR" and "CURSOR_SHAPES" Makefile variables to use them. * Application icon updates: ------------------------- * SVG (Scalable Vector Graphics) icon created. Karl Ove Hufthammer <karl@huftis.org> * Added 22x22, 64x64, 96x96, 128x128 and 192x192 icons, based on SVG icon. Karl Ove Hufthammer <karl@huftis.org> * Improved Windows icon, based on SVG icon. Karl Ove Hufthammer <karl@huftis.org> * Bug fixes: ---------- * Fixed "--noprint=yes" not working under Windows and BeOS. Thanks to Adam Moore for pointing out this bug! Bill Kendrick & Mark K. Kim * Fixed crash bug when translated text ends in a space. Mark K. Kim & John Popplewell * Fixed security issue with permissions to Tux Paint docs directory. Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org> * Fixed 'savedir' bug. (Was dropping filenames) * Removed redundant '--wheelmouse...' listing from "--usage" output. * Fixed crash bug when switching from different tools with scrolling collections, and then scrolling. Thanks to Kevin Jarrett for the report, and John Popplewell for a replicable way of crashing it. * Misc. Updates: -------------- * Keywords ("Title" and "Software") now written into PNGs. * Changed default UI font to "FreeSans.ttf"
596 lines
21 KiB
Text
596 lines
21 KiB
Text
@comment $NetBSD: PLIST,v 1.10 2004/10/07 14:52:57 wiz Exp $
|
|
bin/tuxpaint
|
|
bin/tuxpaint-import
|
|
man/man1/tuxpaint-import.1
|
|
man/man1/tuxpaint.1
|
|
man/pl/man1/tuxpaint.1
|
|
share/doc/tuxpaint/AUTHORS.txt
|
|
share/doc/tuxpaint/CHANGES.txt
|
|
share/doc/tuxpaint/COPYING.txt
|
|
share/doc/tuxpaint/FAQ.txt
|
|
share/doc/tuxpaint/INSTALL.txt
|
|
share/doc/tuxpaint/OPTIONS.txt
|
|
share/doc/tuxpaint/PNG.txt
|
|
share/doc/tuxpaint/README.txt
|
|
share/doc/tuxpaint/TODO.txt
|
|
share/doc/tuxpaint/af/AUTHORS.txt
|
|
share/doc/tuxpaint/af/COPYING.txt
|
|
share/doc/tuxpaint/af/FAQ.txt
|
|
share/doc/tuxpaint/af/INSTALL.txt
|
|
share/doc/tuxpaint/af/OPTIONS.txt
|
|
share/doc/tuxpaint/af/PNG.txt
|
|
share/doc/tuxpaint/af/README.txt
|
|
share/doc/tuxpaint/be/AUTHORS.txt
|
|
share/doc/tuxpaint/be/COPYING.html
|
|
share/doc/tuxpaint/be/FAQ.txt
|
|
share/doc/tuxpaint/be/INSTALL.txt
|
|
share/doc/tuxpaint/be/OPTIONS.txt
|
|
share/doc/tuxpaint/be/PNG.txt
|
|
share/doc/tuxpaint/be/README.txt
|
|
share/doc/tuxpaint/bg/AUTHORS.txt
|
|
share/doc/tuxpaint/bg/COPYING.txt
|
|
share/doc/tuxpaint/bg/FAQ.txt
|
|
share/doc/tuxpaint/bg/INSTALL.txt
|
|
share/doc/tuxpaint/bg/OPTIONS.txt
|
|
share/doc/tuxpaint/bg/PNG.txt
|
|
share/doc/tuxpaint/bg/README.txt
|
|
share/doc/tuxpaint/bg/gplbg.html
|
|
share/doc/tuxpaint/br/AUTHORS.txt
|
|
share/doc/tuxpaint/br/COPYING.txt
|
|
share/doc/tuxpaint/br/FAQ.txt
|
|
share/doc/tuxpaint/br/INSTALL.txt
|
|
share/doc/tuxpaint/br/OPTIONS.txt
|
|
share/doc/tuxpaint/br/PNG.txt
|
|
share/doc/tuxpaint/br/README.txt
|
|
share/doc/tuxpaint/ca/AUTHORS.txt
|
|
share/doc/tuxpaint/ca/COPYING.txt
|
|
share/doc/tuxpaint/ca/FAQ.txt
|
|
share/doc/tuxpaint/ca/INSTALL.txt
|
|
share/doc/tuxpaint/ca/OPTIONS.txt
|
|
share/doc/tuxpaint/ca/PNG.txt
|
|
share/doc/tuxpaint/ca/README.txt
|
|
share/doc/tuxpaint/cs/AUTHORS.txt
|
|
share/doc/tuxpaint/cs/COPYING.txt
|
|
share/doc/tuxpaint/cs/FAQ.txt
|
|
share/doc/tuxpaint/cs/INSTALL.txt
|
|
share/doc/tuxpaint/cs/OPTIONS.txt
|
|
share/doc/tuxpaint/cs/PNG.txt
|
|
share/doc/tuxpaint/cs/README.txt
|
|
share/doc/tuxpaint/cy/AUTHORS.txt
|
|
share/doc/tuxpaint/cy/FAQ.txt
|
|
share/doc/tuxpaint/cy/GPL.html
|
|
share/doc/tuxpaint/cy/INSTALL.txt
|
|
share/doc/tuxpaint/cy/OPTIONS.txt
|
|
share/doc/tuxpaint/cy/PNG.txt
|
|
share/doc/tuxpaint/cy/README.txt
|
|
share/doc/tuxpaint/da/AUTHORS.txt
|
|
share/doc/tuxpaint/da/COPYING.txt
|
|
share/doc/tuxpaint/da/FAQ.txt
|
|
share/doc/tuxpaint/da/INSTALL.txt
|
|
share/doc/tuxpaint/da/OPTIONS.txt
|
|
share/doc/tuxpaint/da/PNG.txt
|
|
share/doc/tuxpaint/da/README.txt
|
|
share/doc/tuxpaint/de/ANBRINGEN.txt
|
|
share/doc/tuxpaint/de/AUTOREN.txt
|
|
share/doc/tuxpaint/de/FAQ.txt
|
|
share/doc/tuxpaint/de/GELESEN_MIR.txt
|
|
share/doc/tuxpaint/de/KOPIE.txt
|
|
share/doc/tuxpaint/de/OPTIONS.txt
|
|
share/doc/tuxpaint/de/PNG.txt
|
|
share/doc/tuxpaint/el/AUTHORS.txt
|
|
share/doc/tuxpaint/el/COPYING.txt
|
|
share/doc/tuxpaint/el/FAQ.txt
|
|
share/doc/tuxpaint/el/INSTALL.txt
|
|
share/doc/tuxpaint/el/OPTIONS.txt
|
|
share/doc/tuxpaint/el/PNG.txt
|
|
share/doc/tuxpaint/el/README.txt
|
|
share/doc/tuxpaint/es/AUTORES.txt
|
|
share/doc/tuxpaint/es/CONTRIBUYENTES.txt
|
|
share/doc/tuxpaint/es/COPIADO.txt
|
|
share/doc/tuxpaint/es/FAQ.txt
|
|
share/doc/tuxpaint/es/INSTALACION.txt
|
|
share/doc/tuxpaint/es/LEEME.txt
|
|
share/doc/tuxpaint/es/OPTIONS.txt
|
|
share/doc/tuxpaint/es/PNG.txt
|
|
share/doc/tuxpaint/es/html/LEEME.html
|
|
share/doc/tuxpaint/eu/AUTHORS.txt
|
|
share/doc/tuxpaint/eu/COPYING.txt
|
|
share/doc/tuxpaint/eu/FAQ.txt
|
|
share/doc/tuxpaint/eu/INSTALL.txt
|
|
share/doc/tuxpaint/eu/PNG.txt
|
|
share/doc/tuxpaint/eu/README.txt
|
|
share/doc/tuxpaint/fi/AUTHORS.txt
|
|
share/doc/tuxpaint/fi/COPYING.txt
|
|
share/doc/tuxpaint/fi/FAQ.txt
|
|
share/doc/tuxpaint/fi/INSTALL.txt
|
|
share/doc/tuxpaint/fi/OPTIONS.txt
|
|
share/doc/tuxpaint/fi/PNG.txt
|
|
share/doc/tuxpaint/fi/README.txt
|
|
share/doc/tuxpaint/fr/AUTHORS.txt
|
|
share/doc/tuxpaint/fr/COPIER.txt
|
|
share/doc/tuxpaint/fr/FAQ.txt
|
|
share/doc/tuxpaint/fr/INSTALL.txt
|
|
share/doc/tuxpaint/fr/OPTIONS.txt
|
|
share/doc/tuxpaint/fr/PNG.txt
|
|
share/doc/tuxpaint/fr/README.txt
|
|
share/doc/tuxpaint/he/AUTHORS.txt
|
|
share/doc/tuxpaint/he/COPYING.html
|
|
share/doc/tuxpaint/he/FAQ.txt
|
|
share/doc/tuxpaint/he/INSTALL.txt
|
|
share/doc/tuxpaint/he/OPTIONS.txt
|
|
share/doc/tuxpaint/he/PNG.txt
|
|
share/doc/tuxpaint/he/README.txt
|
|
share/doc/tuxpaint/hi/AUTHORS.txt
|
|
share/doc/tuxpaint/hi/COPYING.txt
|
|
share/doc/tuxpaint/hi/FAQ.txt
|
|
share/doc/tuxpaint/hi/INSTALL.txt
|
|
share/doc/tuxpaint/hi/OPTIONS.txt
|
|
share/doc/tuxpaint/hi/PNG.txt
|
|
share/doc/tuxpaint/hi/README.txt
|
|
share/doc/tuxpaint/hr/AUTHORS.txt
|
|
share/doc/tuxpaint/hr/COPYING.txt
|
|
share/doc/tuxpaint/hr/FAQ.txt
|
|
share/doc/tuxpaint/hr/INSTALL.txt
|
|
share/doc/tuxpaint/hr/OPTIONS.txt
|
|
share/doc/tuxpaint/hr/PNG.txt
|
|
share/doc/tuxpaint/hr/README.txt
|
|
share/doc/tuxpaint/html/OPTIONS.html
|
|
share/doc/tuxpaint/html/README.html
|
|
share/doc/tuxpaint/html/images/brush_edit.png
|
|
share/doc/tuxpaint/html/images/canvas.jpg
|
|
share/doc/tuxpaint/html/images/colors.jpg
|
|
share/doc/tuxpaint/html/images/ex_colorable.png
|
|
share/doc/tuxpaint/html/images/ex_lines.png
|
|
share/doc/tuxpaint/html/images/ex_paint.png
|
|
share/doc/tuxpaint/html/images/ex_shapes.png
|
|
share/doc/tuxpaint/html/images/ex_stamps.png
|
|
share/doc/tuxpaint/html/images/ex_text.png
|
|
share/doc/tuxpaint/html/images/ex_tintable.png
|
|
share/doc/tuxpaint/html/images/fontsizes.png
|
|
share/doc/tuxpaint/html/images/icon-win32.png
|
|
share/doc/tuxpaint/html/images/open_back.png
|
|
share/doc/tuxpaint/html/images/open_dialog.jpg
|
|
share/doc/tuxpaint/html/images/open_erase.png
|
|
share/doc/tuxpaint/html/images/open_open.png
|
|
share/doc/tuxpaint/html/images/saveover.png
|
|
share/doc/tuxpaint/html/images/selector.jpg
|
|
share/doc/tuxpaint/html/images/stamp_edit.png
|
|
share/doc/tuxpaint/html/images/tips.jpg
|
|
share/doc/tuxpaint/html/images/tool_eraser.png
|
|
share/doc/tuxpaint/html/images/tool_lines.png
|
|
share/doc/tuxpaint/html/images/tool_magic.png
|
|
share/doc/tuxpaint/html/images/tool_new.png
|
|
share/doc/tuxpaint/html/images/tool_open.png
|
|
share/doc/tuxpaint/html/images/tool_paint.png
|
|
share/doc/tuxpaint/html/images/tool_print.png
|
|
share/doc/tuxpaint/html/images/tool_quit.png
|
|
share/doc/tuxpaint/html/images/tool_redo.png
|
|
share/doc/tuxpaint/html/images/tool_save.png
|
|
share/doc/tuxpaint/html/images/tool_shapes.png
|
|
share/doc/tuxpaint/html/images/tool_stamp.png
|
|
share/doc/tuxpaint/html/images/tool_text.png
|
|
share/doc/tuxpaint/html/images/tool_undo.png
|
|
share/doc/tuxpaint/html/images/tools.jpg
|
|
share/doc/tuxpaint/html/images/tuxpaint-title.jpg
|
|
share/doc/tuxpaint/html/images/tuxpaint-title.png
|
|
share/doc/tuxpaint/hu/AUTHORS.txt
|
|
share/doc/tuxpaint/hu/COPYING.txt
|
|
share/doc/tuxpaint/hu/FAQ.txt
|
|
share/doc/tuxpaint/hu/INSTALL.txt
|
|
share/doc/tuxpaint/hu/PNG.txt
|
|
share/doc/tuxpaint/hu/README.txt
|
|
share/doc/tuxpaint/id/AUTHORS.txt
|
|
share/doc/tuxpaint/id/COPYING.txt
|
|
share/doc/tuxpaint/id/FAQ.txt
|
|
share/doc/tuxpaint/id/INSTALL.txt
|
|
share/doc/tuxpaint/id/OPTIONS.txt
|
|
share/doc/tuxpaint/id/PNG.txt
|
|
share/doc/tuxpaint/id/README.txt
|
|
share/doc/tuxpaint/is/AUTHORS.txt
|
|
share/doc/tuxpaint/is/COPYING.txt
|
|
share/doc/tuxpaint/is/FAQ.txt
|
|
share/doc/tuxpaint/is/INSTALL.txt
|
|
share/doc/tuxpaint/is/PNG.txt
|
|
share/doc/tuxpaint/is/README.txt
|
|
share/doc/tuxpaint/it/AUTHORS.txt
|
|
share/doc/tuxpaint/it/COPIATURA.txt
|
|
share/doc/tuxpaint/it/FAQ.txt
|
|
share/doc/tuxpaint/it/INSTALL.txt
|
|
share/doc/tuxpaint/it/OPTIONS.txt
|
|
share/doc/tuxpaint/it/PNG.txt
|
|
share/doc/tuxpaint/it/README.txt
|
|
share/doc/tuxpaint/it/html/README.html
|
|
share/doc/tuxpaint/ja/AUTHORS.txt
|
|
share/doc/tuxpaint/ja/COPYING.html
|
|
share/doc/tuxpaint/ja/FAQ.txt
|
|
share/doc/tuxpaint/ja/INSTALL.txt
|
|
share/doc/tuxpaint/ja/OPTIONS.txt
|
|
share/doc/tuxpaint/ja/PNG.txt
|
|
share/doc/tuxpaint/ja/README.txt
|
|
share/doc/tuxpaint/ko/AUTHORS.txt
|
|
share/doc/tuxpaint/ko/COPYING.html
|
|
share/doc/tuxpaint/ko/FAQ.txt
|
|
share/doc/tuxpaint/ko/INSTALL.txt
|
|
share/doc/tuxpaint/ko/OPTIONS.txt
|
|
share/doc/tuxpaint/ko/PNG.txt
|
|
share/doc/tuxpaint/ko/README-utf8.txt
|
|
share/doc/tuxpaint/ko/README.txt
|
|
share/doc/tuxpaint/lt/AUTHORS.txt
|
|
share/doc/tuxpaint/lt/COPYING.txt
|
|
share/doc/tuxpaint/lt/FAQ.txt
|
|
share/doc/tuxpaint/lt/INSTALL.txt
|
|
share/doc/tuxpaint/lt/OPTIONS.txt
|
|
share/doc/tuxpaint/lt/PNG.txt
|
|
share/doc/tuxpaint/lt/README.txt
|
|
share/doc/tuxpaint/ms/COPYING.txt
|
|
share/doc/tuxpaint/nb/AUTHORS.txt
|
|
share/doc/tuxpaint/nb/COPYING.txt
|
|
share/doc/tuxpaint/nb/FAQ.txt
|
|
share/doc/tuxpaint/nb/INSTALL.txt
|
|
share/doc/tuxpaint/nb/PNG.txt
|
|
share/doc/tuxpaint/nb/README.txt
|
|
share/doc/tuxpaint/nl/AUTHORS.txt
|
|
share/doc/tuxpaint/nl/COPYING_nl.txt
|
|
share/doc/tuxpaint/nl/FAQ.txt
|
|
share/doc/tuxpaint/nl/INSTALL.txt
|
|
share/doc/tuxpaint/nl/OPTIONS.txt
|
|
share/doc/tuxpaint/nl/PNG.txt
|
|
share/doc/tuxpaint/nl/README.txt
|
|
share/doc/tuxpaint/nl/html/README.html
|
|
share/doc/tuxpaint/nn/AUTHORS.txt
|
|
share/doc/tuxpaint/nn/COPYING.txt
|
|
share/doc/tuxpaint/nn/FAQ.txt
|
|
share/doc/tuxpaint/nn/INSTALLERING.txt
|
|
share/doc/tuxpaint/nn/PNG.txt
|
|
share/doc/tuxpaint/nn/README.txt
|
|
share/doc/tuxpaint/pl/AUTHORS.txt
|
|
share/doc/tuxpaint/pl/FAQ.txt
|
|
share/doc/tuxpaint/pl/INSTALL.txt
|
|
share/doc/tuxpaint/pl/LICENCJA-GNU.txt
|
|
share/doc/tuxpaint/pl/OPTIONS.txt
|
|
share/doc/tuxpaint/pl/PNG.txt
|
|
share/doc/tuxpaint/pl/README.txt
|
|
share/doc/tuxpaint/pt/COPYING.txt
|
|
share/doc/tuxpaint/pt_br/AUTORES.txt
|
|
share/doc/tuxpaint/pt_br/COPYING_pt_BR.txt
|
|
share/doc/tuxpaint/pt_br/FAQ.txt
|
|
share/doc/tuxpaint/pt_br/INSTALL.txt
|
|
share/doc/tuxpaint/pt_br/OPTIONS.txt
|
|
share/doc/tuxpaint/pt_br/PNG.txt
|
|
share/doc/tuxpaint/pt_br/README.txt
|
|
share/doc/tuxpaint/ro/AUTHORS.txt
|
|
share/doc/tuxpaint/ro/COPYING.txt
|
|
share/doc/tuxpaint/ro/FAQ.txt
|
|
share/doc/tuxpaint/ro/INSTALL.txt
|
|
share/doc/tuxpaint/ro/OPTIONS.txt
|
|
share/doc/tuxpaint/ro/PNG.txt
|
|
share/doc/tuxpaint/ro/README.txt
|
|
share/doc/tuxpaint/ru/COPYING.txt
|
|
share/doc/tuxpaint/sk/COPYING.txt
|
|
share/doc/tuxpaint/sr/AUTHORS.txt
|
|
share/doc/tuxpaint/sr/FAQ.txt
|
|
share/doc/tuxpaint/sr/INSTALL.txt
|
|
share/doc/tuxpaint/sr/OPTIONS.txt
|
|
share/doc/tuxpaint/sr/PNG.txt
|
|
share/doc/tuxpaint/sr/README.txt
|
|
share/doc/tuxpaint/sr/ojl.html
|
|
share/doc/tuxpaint/sv/AUTHORS.txt
|
|
share/doc/tuxpaint/sv/COPYING.txt
|
|
share/doc/tuxpaint/sv/FAQ.txt
|
|
share/doc/tuxpaint/sv/INSTALL.txt
|
|
share/doc/tuxpaint/sv/OPTIONS.txt
|
|
share/doc/tuxpaint/sv/PNG.txt
|
|
share/doc/tuxpaint/sv/README.txt
|
|
share/doc/tuxpaint/ta/COPYING.txt
|
|
share/doc/tuxpaint/tr/AUTHORS.txt
|
|
share/doc/tuxpaint/tr/COPYING_tr.txt
|
|
share/doc/tuxpaint/tr/FAQ.txt
|
|
share/doc/tuxpaint/tr/INSTALL.txt
|
|
share/doc/tuxpaint/tr/OPTIONS.txt
|
|
share/doc/tuxpaint/tr/PNG.txt
|
|
share/doc/tuxpaint/tr/README.txt
|
|
share/doc/tuxpaint/wa/COPYING.txt
|
|
share/doc/tuxpaint/zh_cn/COPYING.html
|
|
share/doc/tuxpaint/zh_tw/AUTHORS.txt
|
|
share/doc/tuxpaint/zh_tw/COPYING.txt
|
|
share/doc/tuxpaint/zh_tw/FAQ.txt
|
|
share/doc/tuxpaint/zh_tw/GNU_GPL_Chinese.html
|
|
share/doc/tuxpaint/zh_tw/INSTALL.txt
|
|
share/doc/tuxpaint/zh_tw/OPTIONS.txt
|
|
share/doc/tuxpaint/zh_tw/PNG.txt
|
|
share/doc/tuxpaint/zh_tw/README.txt
|
|
share/doc/tuxpaint/zh_tw/html/README.html
|
|
share/examples/tuxpaint/tuxpaint.conf
|
|
${PKGLOCALEDIR}/locale/af/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/br/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/he/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/id/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/is/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/pt_PT/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/tlh/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/tuxpaint.mo
|
|
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/tuxpaint.mo
|
|
share/tuxpaint/brushes/round_03.png
|
|
share/tuxpaint/brushes/round_06.png
|
|
share/tuxpaint/brushes/round_12.png
|
|
share/tuxpaint/brushes/round_24.png
|
|
share/tuxpaint/brushes/round_36.png
|
|
share/tuxpaint/brushes/round_fuzz.png
|
|
share/tuxpaint/brushes/round_seethru.png
|
|
share/tuxpaint/brushes/round_seethru_05.png
|
|
share/tuxpaint/brushes/round_seethru_10.png
|
|
share/tuxpaint/brushes/slash_10_lt.png
|
|
share/tuxpaint/brushes/slash_10_rt.png
|
|
share/tuxpaint/brushes/slash_16_lt.png
|
|
share/tuxpaint/brushes/slash_16_rt.png
|
|
share/tuxpaint/brushes/slash_20_lt.png
|
|
share/tuxpaint/brushes/slash_20_rt.png
|
|
share/tuxpaint/brushes/spray.png
|
|
share/tuxpaint/brushes/square_06.png
|
|
share/tuxpaint/brushes/square_12.png
|
|
share/tuxpaint/brushes/square_24.png
|
|
share/tuxpaint/brushes/square_36.png
|
|
share/tuxpaint/brushes/square_fuzz.png
|
|
share/tuxpaint/brushes/square_seethru.png
|
|
share/tuxpaint/brushes/tiny.png
|
|
share/tuxpaint/brushes/x.png
|
|
share/tuxpaint/fonts/FreeMono.ttf
|
|
share/tuxpaint/fonts/FreeMonoBold.ttf
|
|
share/tuxpaint/fonts/FreeMonoBoldOblique.ttf
|
|
share/tuxpaint/fonts/FreeMonoOblique.ttf
|
|
share/tuxpaint/fonts/FreeSans.ttf
|
|
share/tuxpaint/fonts/FreeSansBold.ttf
|
|
share/tuxpaint/fonts/FreeSansBoldOblique.ttf
|
|
share/tuxpaint/fonts/FreeSansOblique.ttf
|
|
share/tuxpaint/fonts/FreeSerif.ttf
|
|
share/tuxpaint/fonts/FreeSerifBold.ttf
|
|
share/tuxpaint/fonts/FreeSerifBoldItalic.ttf
|
|
share/tuxpaint/fonts/FreeSerifItalic.ttf
|
|
share/tuxpaint/fonts/default_font.ttf
|
|
share/tuxpaint/images/icon-win32.ico
|
|
share/tuxpaint/images/icon.png
|
|
share/tuxpaint/images/icon128x128.png
|
|
share/tuxpaint/images/icon16x16.png
|
|
share/tuxpaint/images/icon192x192.png
|
|
share/tuxpaint/images/icon22x22.png
|
|
share/tuxpaint/images/icon32x32.png
|
|
share/tuxpaint/images/icon32x32.xpm
|
|
share/tuxpaint/images/icon48x48.png
|
|
share/tuxpaint/images/icon64x64.png
|
|
share/tuxpaint/images/icon96x96.png
|
|
share/tuxpaint/images/magic/blocks.png
|
|
share/tuxpaint/images/magic/blur.png
|
|
share/tuxpaint/images/magic/chalk.png
|
|
share/tuxpaint/images/magic/drip.png
|
|
share/tuxpaint/images/magic/fade.png
|
|
share/tuxpaint/images/magic/fill.png
|
|
share/tuxpaint/images/magic/flip.png
|
|
share/tuxpaint/images/magic/mirror.png
|
|
share/tuxpaint/images/magic/negative.png
|
|
share/tuxpaint/images/magic/rainbow.png
|
|
share/tuxpaint/images/magic/sparkles.png
|
|
share/tuxpaint/images/magic/thick.png
|
|
share/tuxpaint/images/magic/thin.png
|
|
share/tuxpaint/images/shapes/circle.png
|
|
share/tuxpaint/images/shapes/circle_f.png
|
|
share/tuxpaint/images/shapes/diamond.png
|
|
share/tuxpaint/images/shapes/diamond_f.png
|
|
share/tuxpaint/images/shapes/oval.png
|
|
share/tuxpaint/images/shapes/oval_f.png
|
|
share/tuxpaint/images/shapes/pentagon.png
|
|
share/tuxpaint/images/shapes/pentagon_f.png
|
|
share/tuxpaint/images/shapes/rectangle.png
|
|
share/tuxpaint/images/shapes/rectangle_f.png
|
|
share/tuxpaint/images/shapes/square.png
|
|
share/tuxpaint/images/shapes/square_f.png
|
|
share/tuxpaint/images/shapes/triangle.png
|
|
share/tuxpaint/images/shapes/triangle_f.png
|
|
share/tuxpaint/images/title.png
|
|
share/tuxpaint/images/tools/brush.png
|
|
share/tuxpaint/images/tools/eraser.png
|
|
share/tuxpaint/images/tools/lines.png
|
|
share/tuxpaint/images/tools/magic.png
|
|
share/tuxpaint/images/tools/new.png
|
|
share/tuxpaint/images/tools/open.png
|
|
share/tuxpaint/images/tools/print.png
|
|
share/tuxpaint/images/tools/quit.png
|
|
share/tuxpaint/images/tools/redo.png
|
|
share/tuxpaint/images/tools/save.png
|
|
share/tuxpaint/images/tools/shapes.png
|
|
share/tuxpaint/images/tools/stamp.png
|
|
share/tuxpaint/images/tools/text.png
|
|
share/tuxpaint/images/tools/undo.png
|
|
share/tuxpaint/images/tux/bored.png
|
|
share/tuxpaint/images/tux/default.png
|
|
share/tuxpaint/images/tux/great.png
|
|
share/tuxpaint/images/tux/kiss.png
|
|
share/tuxpaint/images/tux/oops.png
|
|
share/tuxpaint/images/tux/wait.png
|
|
share/tuxpaint/images/tuxpaint-icon.svg
|
|
share/tuxpaint/images/tuxpaint-installer-icon-32x32.png
|
|
share/tuxpaint/images/tuxpaint-installer.ico
|
|
share/tuxpaint/images/ui/back.png
|
|
share/tuxpaint/images/ui/btn_down.png
|
|
share/tuxpaint/images/ui/btn_off.png
|
|
share/tuxpaint/images/ui/btn_up.png
|
|
share/tuxpaint/images/ui/color_btn_down.png
|
|
share/tuxpaint/images/ui/color_btn_up.png
|
|
share/tuxpaint/images/ui/cursor_down.png
|
|
share/tuxpaint/images/ui/cursor_down_large.png
|
|
share/tuxpaint/images/ui/cursor_starter_down.png
|
|
share/tuxpaint/images/ui/cursor_starter_up.png
|
|
share/tuxpaint/images/ui/cursor_up.png
|
|
share/tuxpaint/images/ui/cursor_up_large.png
|
|
share/tuxpaint/images/ui/erase.png
|
|
share/tuxpaint/images/ui/grow.png
|
|
share/tuxpaint/images/ui/no.png
|
|
share/tuxpaint/images/ui/no_title.png
|
|
share/tuxpaint/images/ui/no_title_large.png
|
|
share/tuxpaint/images/ui/open.png
|
|
share/tuxpaint/images/ui/paintcan.png
|
|
share/tuxpaint/images/ui/progress.png
|
|
share/tuxpaint/images/ui/scroll_down.png
|
|
share/tuxpaint/images/ui/scroll_down_off.png
|
|
share/tuxpaint/images/ui/scroll_up.png
|
|
share/tuxpaint/images/ui/scroll_up_off.png
|
|
share/tuxpaint/images/ui/shrink.png
|
|
share/tuxpaint/images/ui/sparkles-old.png
|
|
share/tuxpaint/images/ui/sparkles.png
|
|
share/tuxpaint/images/ui/title.png
|
|
share/tuxpaint/images/ui/title_large.png
|
|
share/tuxpaint/images/ui/yes.png
|
|
share/tuxpaint/sounds/bleep.wav
|
|
share/tuxpaint/sounds/blocks.wav
|
|
share/tuxpaint/sounds/blur.wav
|
|
share/tuxpaint/sounds/bubble.wav
|
|
share/tuxpaint/sounds/chalk.wav
|
|
share/tuxpaint/sounds/click.wav
|
|
share/tuxpaint/sounds/drip.wav
|
|
share/tuxpaint/sounds/eraser1.wav
|
|
share/tuxpaint/sounds/eraser2.wav
|
|
share/tuxpaint/sounds/fade.wav
|
|
share/tuxpaint/sounds/flip.wav
|
|
share/tuxpaint/sounds/giggle.wav
|
|
share/tuxpaint/sounds/grow.wav
|
|
share/tuxpaint/sounds/harp.wav
|
|
share/tuxpaint/sounds/keyclick.wav
|
|
share/tuxpaint/sounds/line_end.wav
|
|
share/tuxpaint/sounds/line_start.wav
|
|
share/tuxpaint/sounds/mirror.wav
|
|
share/tuxpaint/sounds/negative.wav
|
|
share/tuxpaint/sounds/paint1.wav
|
|
share/tuxpaint/sounds/paint2.wav
|
|
share/tuxpaint/sounds/paint3.wav
|
|
share/tuxpaint/sounds/paint4.wav
|
|
share/tuxpaint/sounds/prompt.wav
|
|
share/tuxpaint/sounds/rainbow.wav
|
|
share/tuxpaint/sounds/return.wav
|
|
share/tuxpaint/sounds/save.wav
|
|
share/tuxpaint/sounds/scroll.wav
|
|
share/tuxpaint/sounds/shrink.wav
|
|
share/tuxpaint/sounds/sparkles1.wav
|
|
share/tuxpaint/sounds/sparkles2.wav
|
|
share/tuxpaint/sounds/stamp.wav
|
|
share/tuxpaint/sounds/thick.wav
|
|
share/tuxpaint/sounds/thin.wav
|
|
share/tuxpaint/stamps/cartoon/tux/tux-drat.dat
|
|
share/tuxpaint/stamps/cartoon/tux/tux-drat.png
|
|
share/tuxpaint/stamps/cartoon/tux/tux-kiss1.dat
|
|
share/tuxpaint/stamps/cartoon/tux/tux-kiss1.png
|
|
share/tuxpaint/stamps/cartoon/tux/tux-kiss2.dat
|
|
share/tuxpaint/stamps/cartoon/tux/tux-kiss2.png
|
|
share/tuxpaint/stamps/cartoon/tux/tux-yay2.dat
|
|
share/tuxpaint/stamps/cartoon/tux/tux-yay2.png
|
|
share/tuxpaint/stamps/cartoon/tux/tux-yes1.dat
|
|
share/tuxpaint/stamps/cartoon/tux/tux-yes1.png
|
|
share/tuxpaint/stamps/cartoon/tux/tux-yes2.dat
|
|
share/tuxpaint/stamps/cartoon/tux/tux-yes2.png
|
|
share/tuxpaint/starters/chicken.png
|
|
share/tuxpaint/starters/jetplane.png
|
|
share/tuxpaint/starters/reef-back.png
|
|
share/tuxpaint/starters/reef.png
|
|
share/tuxpaint/starters/reef.txt
|
|
share/tuxpaint/starters/skyline-sf-dusk-back.jpeg
|
|
share/tuxpaint/starters/skyline-sf-dusk.png
|
|
share/tuxpaint/starters/skyline-sf-dusk.txt
|
|
@dirrm share/tuxpaint/starters
|
|
@dirrm share/tuxpaint/stamps/cartoon/tux
|
|
@dirrm share/tuxpaint/stamps/cartoon
|
|
@dirrm share/tuxpaint/stamps
|
|
@dirrm share/tuxpaint/sounds
|
|
@dirrm share/tuxpaint/images/ui
|
|
@dirrm share/tuxpaint/images/tux
|
|
@dirrm share/tuxpaint/images/tools
|
|
@dirrm share/tuxpaint/images/shapes
|
|
@dirrm share/tuxpaint/images/magic
|
|
@dirrm share/tuxpaint/images
|
|
@dirrm share/tuxpaint/fonts
|
|
@dirrm share/tuxpaint/brushes
|
|
@dirrm share/tuxpaint
|
|
@dirrm share/examples/tuxpaint
|
|
@dirrm share/doc/tuxpaint/zh_tw/html
|
|
@dirrm share/doc/tuxpaint/zh_tw
|
|
@dirrm share/doc/tuxpaint/zh_cn
|
|
@dirrm share/doc/tuxpaint/zh
|
|
@dirrm share/doc/tuxpaint/wa
|
|
@dirrm share/doc/tuxpaint/vi
|
|
@dirrm share/doc/tuxpaint/tr
|
|
@dirrm share/doc/tuxpaint/ta
|
|
@dirrm share/doc/tuxpaint/sv
|
|
@dirrm share/doc/tuxpaint/sr
|
|
@dirrm share/doc/tuxpaint/sk
|
|
@dirrm share/doc/tuxpaint/ru
|
|
@dirrm share/doc/tuxpaint/ro
|
|
@dirrm share/doc/tuxpaint/pt_br
|
|
@dirrm share/doc/tuxpaint/pt
|
|
@dirrm share/doc/tuxpaint/pl
|
|
@dirrm share/doc/tuxpaint/nn
|
|
@dirrm share/doc/tuxpaint/nl/html
|
|
@dirrm share/doc/tuxpaint/nl
|
|
@dirrm share/doc/tuxpaint/nb
|
|
@dirrm share/doc/tuxpaint/ms
|
|
@dirrm share/doc/tuxpaint/lt
|
|
@dirrm share/doc/tuxpaint/ko
|
|
@dirrm share/doc/tuxpaint/ja
|
|
@dirrm share/doc/tuxpaint/it/html
|
|
@dirrm share/doc/tuxpaint/it
|
|
@dirrm share/doc/tuxpaint/is
|
|
@dirrm share/doc/tuxpaint/id
|
|
@dirrm share/doc/tuxpaint/hu
|
|
@dirrm share/doc/tuxpaint/html/images
|
|
@dirrm share/doc/tuxpaint/html
|
|
@dirrm share/doc/tuxpaint/hr
|
|
@dirrm share/doc/tuxpaint/hi
|
|
@dirrm share/doc/tuxpaint/he
|
|
@dirrm share/doc/tuxpaint/fr
|
|
@dirrm share/doc/tuxpaint/fi
|
|
@dirrm share/doc/tuxpaint/eu
|
|
@dirrm share/doc/tuxpaint/es/html
|
|
@dirrm share/doc/tuxpaint/es
|
|
@dirrm share/doc/tuxpaint/el
|
|
@dirrm share/doc/tuxpaint/de
|
|
@dirrm share/doc/tuxpaint/da
|
|
@dirrm share/doc/tuxpaint/cy
|
|
@dirrm share/doc/tuxpaint/cs
|
|
@dirrm share/doc/tuxpaint/ca
|
|
@dirrm share/doc/tuxpaint/br
|
|
@dirrm share/doc/tuxpaint/bg
|
|
@dirrm share/doc/tuxpaint/be
|
|
@dirrm share/doc/tuxpaint/af
|
|
@dirrm share/doc/tuxpaint
|