2008-06-15 Lars-Peter Clausen <lars@metafoo.de>
* plug-ins/pygimp/gimpui.defs: Regenerated file
* plug-ins/pygimp/gimpui.defs:
Fixed or added the following wrapper functions:
gimp_browser_add_search_types
gimp_preview_transform
gimp_preview_untransform
gimp_int_store_lookup_by_value
gimp_memsize_entry_new
gimp_memsize_entry_set_value
gimp_color_area_get_color
gimp_color_hex_entry_get_color
gimp_color_notebook_get_color
gimp_color_selection_get_color
gimp_color_selection_get_old_color
gimp_enum_store_new
* libgimpwidgets/gimpbrowser.c (gimp_browser_add_search_types):
Fixed usage of gimp_int_combo_box_append
* libgimwidgets/gimppatheditor.c: Changed constructor to use properties
* plug-ins/pygimp/testui{.py}: Added a script that calls every wrapped
method to ensure that it does not crash and accepts the expected
arguments.
* plug-ins/pygimp/gimpmodule.c:
* plug-ins/pygimp/pygimp-api.h:
* plug-ins/pygimp/pygimp.h:
Moved PyGimpPixelRgn into the API struct
svn path=/branches/soc-2008-python/; revision=25951
2005-12-20 Michael Natterer <mitch@gimp.org>
* libgimp/*.c
* libgimpconfig/*.c
* libgimpmodule/*.c
* libgimpthumb/*.c
* libgimpwidgets/*.c: port to G_DEFINE_TYPE() and friends. Some
related cleanup.
2005-10-06 Sven Neumann <sven@gimp.org>
* libgimp/gimpprocbrowserdialog.c: capitalization and other string
changes.
* libgimpwidgets/gimpbrowser.c: string unification. Set the
message label italic.
* plug-ins/common/plugin-browser.c: use ngettext() for plural forms.
2005-07-06 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpbrowser.c: set the count label in italic.
* plug-ins/dbbrowser/gimpprocbrowser.c
* plug-ins/dbbrowser/plugin-browser.c: try to make it more obvious
that the list is the result of a query by explicitely mentioning
this in the summary below the list.
2005-07-06 Sven Neumann <sven@gimp.org>
* app/plug-in/plug-ins-query.c (match_strings): match
case-insensitive.
* libgimpwidgets/gimpbrowser.c: unset "focus-on-click" on the
filter combo-box.
* plug-ins/dbbrowser/plugin-browser.c: moved "Insertation Date"
column all the way to the right and renamed to "Installation Date".
* plug-ins/common/gauss.c: tweaked dialog packing.
2005-06-23 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimpbrowser.[ch]: added the widget living in the
right_vbox to the GimpBrowser struct instead of attaching it to
the browser.