app/core/Makefile.am app/core/core-types.h added filter functionality for
2003-09-04 Sven Neumann <sven@gimp.org> * app/core/Makefile.am * app/core/core-types.h * app/core/gimpcontainer-filter.[ch]: added filter functionality for GimpContainers. * tools/pdbgen/pdb/brushes.pdb * tools/pdbgen/pdb/fonts.pdb * tools/pdbgen/pdb/gradients.pdb * tools/pdbgen/pdb/palettes.pdb * tools/pdbgen/pdb/patterns.pdb: made the gimp_foo_get_list() PDB function somewhat useful by adding a filter parameter that allows to specify a regular expression to be used on the list. * app/pdb/Makefile.am: had to uglify the ugly hack even more :( * app/pdb/brushes_cmds.c * app/pdb/fonts_cmds.c * app/pdb/gradients_cmds.c * app/pdb/palettes_cmds.c * app/pdb/patterns_cmds.c * libgimp/gimpbrushes_pdb.[ch] * libgimp/gimpfonts_pdb.[ch] * libgimp/gimpgradients_pdb.[ch] * libgimp/gimppalettes_pdb.[ch] * libgimp/gimppatterns_pdb.[ch]: regenerated. * plug-ins/gflare/gflare.c * plug-ins/pygimp/gimpmodule.c: changed accordingly. * plug-ins/script-fu/scripts/font-map.scm: replaced the font list parameter with a more useful regexp filter on the available fonts.
This commit is contained in:
committed by
Sven Neumann
parent
e6ab31060c
commit
85adefe7ba
@ -27,6 +27,7 @@ Functions related to getting and setting brushes.
|
||||
|
||||
</para>
|
||||
|
||||
@filter:
|
||||
@num_brushes:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -27,6 +27,7 @@ Operations related to fonts.
|
||||
|
||||
</para>
|
||||
|
||||
@filter:
|
||||
@num_fonts:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@ Operations related to gradients.
|
||||
|
||||
</para>
|
||||
|
||||
@filter:
|
||||
@num_gradients:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -27,6 +27,7 @@ gimppalettes
|
||||
|
||||
</para>
|
||||
|
||||
@filter:
|
||||
@num_palettes:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@ Functions relating to patterns.
|
||||
|
||||
</para>
|
||||
|
||||
@filter:
|
||||
@num_patterns:
|
||||
@Returns:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user