gimp/app
Michael Natterer 297c2f0082 Add gimp_item_get_container() and gimp_item_get_index()
* app/core/gimpitem.[ch]: add virtual function ::get_container() plus
  pubic API wrapper which returns the children of the item's parent
  viewable, or the right toplevel container of its image.
  Add utility function get_index() which returns the item's index
  within its container.

* app/core/gimpchannel.c
* app/vectors/gimpvectors.c: implement get_container() and return
  the right image container.

* app/core/gimplayer.[ch]: same here, and remove previously added
  public get_container() API.

* app/core/gimplayermask.c
* app/core/gimpselection.c: implement get_container() for these GimpChannel
  subclasses and return NULL.
2009-08-01 20:22:07 +02:00
..
actions app: Remove Tools dockable 2009-07-22 00:21:31 +02:00
base Clamp levels after input changes applied. 2009-07-16 22:00:38 +02:00
composite
config app: Remove blurb for removed menu-mnemonics gimprc setting 2009-07-21 17:12:40 +02:00
core Add gimp_item_get_container() and gimp_item_get_index() 2009-08-01 20:22:07 +02:00
dialogs app: Make GimpToolEditor changes cancellable 2009-08-01 16:27:34 +02:00
display app: Add WM debug output 2009-07-20 13:16:30 +02:00
file app: Put gimp-file.h in file/Makefile.am 2009-07-12 12:48:06 +02:00
gegl Get rid of artificial compiler warnings 2009-07-20 12:47:59 +02:00
gui Use gtk_dialog_get_content_area() instead of dialog->vbox 2009-07-15 16:19:32 +02:00
menus app: Remove Tools dockable 2009-07-22 00:21:31 +02:00
paint Add forgotten #include "libgimpbase/gimpbase.h" 2009-06-17 20:55:05 +02:00
paint-funcs
pdb app: Add and use gimp_image_is_dirty() 2009-07-03 21:11:21 +02:00
plug-in app: Separate save procs from export procs 2009-05-16 09:48:12 +02:00
text Use PANGO_WRAP_WORD_CHAR so we don't cut off words which are wider than the layer 2009-06-27 21:10:34 +02:00
tools Use gtk_dialog_get_content_area() instead of dialog->vbox 2009-07-15 16:19:32 +02:00
vectors Add gimp_item_get_container() and gimp_item_get_index() 2009-08-01 20:22:07 +02:00
widgets Add basic support for trees of containers in GimpContainerView classes 2009-08-01 19:13:35 +02:00
xcf
.gitignore use wildcards so files from master and gimp-2-6 branch are ignored 2009-05-21 19:07:10 +02:00
about.h
app.c
app.h
batch.c
batch.h
errors.c
errors.h
fileicon.ico
gimp-intl.h
gimp-log.c app: Add GIMP_LOG_WM 2009-07-20 13:16:30 +02:00
gimp-log.h app: Add GIMP_LOG_WM 2009-07-20 13:16:30 +02:00
gimp.rc
gimpcore.def
main.c
Makefile.am
makefile.msc
sanity.c Bump GEGL and BABL versions here too 2009-07-02 12:24:13 +02:00
sanity.h
signals.c
signals.h
unique.c
unique.h
units.c
units.h
version.c
version.h
wilber.ico