app/gui/Makefile.am added font selection GUI to be used through the PDB.
2003-03-28 Sven Neumann <sven@gimp.org> * app/gui/Makefile.am * app/gui/font-select.[ch]: added font selection GUI to be used through the PDB. * app/gui/brush-select.c * app/gui/gradient-select.c * app/gui/palette-select.c * app/gui/pattern-select.c: unified preview and dialog sizes. * tools/pdbgen/Makefile.am * tools/pdbgen/pdb/font_select.pdb: added new file that provides PDB accessors to the font selection GUI. * app/pdb/font_select_cmds.c * app/pdb/internal_procs.c * libgimp/gimp_pdb.h * libgimp/gimpfontselect_pdb.[ch] * tools/pdbgen/groups.pl: regenerated. * libgimp/Makefile.am * libgimp/gimpfontmenu.c * libgimp/gimpmenu.[ch]: added a simple font selection widget to be used by plug-ins and scripts. * plug-ins/script-fu/script-fu-scripts.c: use the new font selection widget. Fixes bug #105610.
This commit is contained in:
committed by
Sven Neumann
parent
f13f80f04a
commit
c7281b5227
@ -11,6 +11,7 @@
|
||||
<!ENTITY GimpEdit SYSTEM "xml/gimpedit.xml">
|
||||
<!ENTITY GimpFileops SYSTEM "xml/gimpfileops.xml">
|
||||
<!ENTITY GimpFloatingsel SYSTEM "xml/gimpfloatingsel.xml">
|
||||
<!ENTITY GimpFonts SYSTEM "xml/gimpfonts.xml">
|
||||
<!ENTITY GimpGimprc SYSTEM "xml/gimpgimprc.xml">
|
||||
<!ENTITY GimpGradients SYSTEM "xml/gimpgradients.xml">
|
||||
<!ENTITY GimpGuides SYSTEM "xml/gimpguides.xml">
|
||||
@ -67,6 +68,7 @@
|
||||
&GimpEdit;
|
||||
&GimpFileops;
|
||||
&GimpFloatingsel;
|
||||
&GimpFonts;
|
||||
&GimpGimprc;
|
||||
&GimpGradients;
|
||||
&GimpGuides;
|
||||
|
||||
Reference in New Issue
Block a user