• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pixmaps/H03-May-2022-173126

po/H03-May-2022-13,88910,407

src/H03-May-2022-13,9399,829

ABOUT-NLSH A D14-Oct-200011.4 KiB227187

AUTHORSH A D16-Mar-200282 32

COPYINGH A D12-Jul-200734.3 KiB675553

ChangeLogH A D14-Jun-20072.4 KiB5843

INSTALLH A D30-Oct-20027.6 KiB183143

Makefile.amH A D03-Sep-2007517 2719

Makefile.inH A D10-Sep-200711.7 KiB404326

NEWSH A D25-Dec-20041.9 KiB5241

READMEH A D10-Sep-20072.6 KiB6243

THANKSH A D25-Dec-2004417 158

TODOH A D03-Sep-20073.6 KiB10770

aclocal.m4H A D10-Sep-2007250 KiB7,2066,469

config.guessH A D26-May-200641.1 KiB1,4121,215

config.subH A D26-May-200629.5 KiB1,5011,360

configureH A D03-May-2022712.9 KiB22,37918,120

configure.inH A D10-Sep-20072 KiB6850

gpaint.desktopH A D03-Jan-2005334 1410

gpaint.gladeH A D10-Sep-2007116.1 KiB2,8882,673

gpaint.gladepH A D09-Sep-2007405 1210

gpaint.specH A D03-Jan-2005923 4229

install-shH A D30-Oct-20025.5 KiB252153

ltmain.shH A D26-May-2006191.8 KiB6,8645,416

missingH A D30-Oct-20026.3 KiB199159

mkinstalldirsH A D10-Sep-20071.9 KiB11285

README

1
2
3This is gpaint (GNU Paint) version 0.3.3, a small-scale painting program for
4GNOME, the GNU Desktop.  Gpaint does not attempt to compete with GIMP.  Think of
5GIMP is like Photoshop as gpaint is like Windows Paint.
6
7Gpaint is still work in progress and many features are still being developed.
8However, gpaint is usable already for simple image editing..
9
10
11Changes in this version:
12
13   * Switch to using libglade; now libglade is a requirement for gpaint
14   * some UI adjustment in dialogs to fit the GNOME convention; using the Gtk+
15     standard about box
16   * Using GtkPrint to do printing when gtk+ version is >= 2.10; only basic
17     support is in place for now
18
19Currently gpaint has the following features:
20   * Drawing tools--ovals, freehand, polygon, text, with fill or shallow for
21     polygons and closed freehand, and brushes.
22   * Cut and paste by selecting regions or polygons.
23   * Print support using gnome-print (basic functionality is there)
24   * Modern, ease-to-use user interface with tool and color palettes
25   * Editing multiple image at the same time without running multiple instance
26     of the image editor
27   * All image processing features present in xpaint
28
29This version of gpaint requires the GNOME 2.0 environment.  This version uses
30the gdk-pixbuf library to handle image loading and saving.   So currently
31gpaint's image saving is limited to the formats supported by gdk-pixbuf.
32
33Gpaint now uses Pango to do text drawing.  Currently English multi-line texts
34work; non-English languages are not tested and input methods like SCIM are not
35yet properly supported; this is to be addressed.
36
37A large part of gpaint is derived from xpaint 2.4.9, authored by David Koblas
38and later Torsten Martinsen.
39
40The gpaint project is hosted on the GNU Savannah project site.
41
42   http://savannah.gnu.org/projects/gpaint/
43
44gpaint development utilizes the GNU Arch Revision Control System; The
45development source is hosted at
46
47Archive name: atai@gnu.org--gpaint
48        URL: http://arch.gnu.org/archives/gpaint/atai@gnu.org--gpaint/
49branch: atai@gnu.org--gpaint/gpaint--main--1.0
50
51For bugs report at https://savannah.gnu.org/bugs/?func=additem&group=gpaint
52
53Future development plans:
54
55I plan to incorporate the recent printing features of gtk+ and to move away from
56gnomeprint.  Ehnancing international text support using Pango is the immediate
57next steps.  Dialogs to set the parameters for the xpaint-derived image
58processing functions are planned. Also planned is the incorporation of a small
59extension language in the code base to support high level app logic.
60
61For general comments please send mail to Andy Tai <atai@gnu.org>
62