
2003-02-05 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/gimputils.[ch]: added new files that hold the new gimp_utf8_strtrim() routine; it might be useful in more places. * libgimpbase/gimpdatafiles.c (gimp_datafiles_read_directories): silently ignore directories in the path that can't be opened. * app/core/gimpobject.c (gimp_object_set_name_safe): use gimp_utf8_strtrim(). * app/widgets/gimpwidgets-utils.[ch] * app/tools/gimptextoptions.c: try to make the text tool options look more like all other tool options. Still needs work; I'll leave this up to Mitch ... This byte --> <-- is the millionth in this file!
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
<!entity GimpBaseTypes SYSTEM "sgml/gimpbasetypes.sgml">
|
|
<!entity GimpLimits SYSTEM "sgml/gimplimits.sgml">
|
|
<!entity GimpDatafiles SYSTEM "sgml/gimpdatafiles.sgml">
|
|
<!entity GimpEnv SYSTEM "sgml/gimpenv.sgml">
|
|
<!entity GimpParasite SYSTEM "sgml/gimpparasite.sgml">
|
|
<!entity GimpParasiteIO SYSTEM "sgml/gimpparasiteio.sgml">
|
|
<!entity GimpSignal SYSTEM "sgml/gimpsignal.sgml">
|
|
<!entity GimpUnit SYSTEM "sgml/gimpunit.sgml">
|
|
<!entity GimpUtils SYSTEM "sgml/gimputils.sgml">
|
|
<!entity GimpVersion SYSTEM "sgml/gimpversion.sgml">
|
|
<!entity GimpProtocol SYSTEM "sgml/gimpprotocol.sgml">
|
|
<!entity GimpWire SYSTEM "sgml/gimpwire.sgml">
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>GIMP Base Library Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter id="libgimpbase">
|
|
<title>GIMP Base Library</title>
|
|
&GimpBaseTypes;
|
|
&GimpVersion;
|
|
&GimpLimits;
|
|
&GimpDatafiles;
|
|
&GimpEnv;
|
|
&GimpParasite;
|
|
&GimpParasiteIO;
|
|
&GimpSignal;
|
|
&GimpUnit;
|
|
&GimpUtils;
|
|
&GimpProtocol;
|
|
&GimpWire;
|
|
</chapter>
|
|
</book>
|