gimp/app
Michael Natterer b7d1be96e0 Get rid of the "New" in "New Layer", "New Channel" etc.
because they are "new" only once and then never again. Instead, simply
call new stuff "Layer", "Channel" and "Path", either by passing that
string explicitely, or by passing NULL so their class' default name
will be used.
2010-02-09 22:32:40 +01:00
..
actions Get rid of the "New" in "New Layer", "New Channel" etc. 2010-02-09 22:32:40 +01:00
base app: Remove unused include #include <sys/types.h> in base/base.c 2009-12-21 17:25:01 +01:00
composite Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
config app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
core Give unnamed items proper names 2010-02-09 22:32:38 +01:00
dialogs app: Merge 'global_toolbox_factory' into 'global_dock_factory' 2010-01-20 18:29:54 +01:00
display Move the quick mask members to GimpImagePrivate 2010-02-04 09:49:45 +01:00
file Use gimp_image_undo_is_enabled() instead of private->undo_freeze_count 2010-02-05 09:19:43 +01:00
gegl app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gui app: Merge 'global_toolbox_factory' into 'global_dock_factory' 2010-01-20 18:29:54 +01:00
menus app: global_dock_window_factory -> global_dock_factory 2010-01-19 22:40:06 +01:00
paint app: fix compiler warning and improve formatting a little 2010-02-03 20:49:38 +01:00
paint-funcs app: Clean up the hardness feature. Lets convolve PixelRegions. 2010-01-01 18:16:29 +02:00
pdb Move "layers", "channels" and "vectors" to GimpImagePrivate 2010-02-03 23:00:31 +01:00
plug-in Move all undo-related members to GimpImagePrivate 2010-02-04 20:06:49 +01:00
tests app/tests: Make sessionrc more realistic 2010-01-31 19:04:51 +01:00
text initialize all fields of GimpCoords (based on a patch by Massimo) 2009-12-14 20:28:47 +01:00
tools Move all undo-related members to GimpImagePrivate 2010-02-04 20:06:49 +01:00
vectors Use the newly added get_parent() APIs 2010-02-07 13:46:46 +01:00
widgets Get rid of the "New" in "New Layer", "New Channel" etc. 2010-02-09 22:32:40 +01:00
xcf Move "parasites" to GimpImagePrivate 2010-02-03 23:42:32 +01:00
.gitignore Bug 554748 - Version information for gimp.exe 2009-10-14 21:30:59 +02:00
Makefile.am app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
about.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
app.c app: add GimpTranslationStore class 2010-01-05 22:30:16 +01:00
app.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
batch.c added a newline to the output in the error case. 2009-03-22 20:49:55 +00:00
batch.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
errors.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
errors.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
fileicon.ico fileicon.ico new icons for the Windows build created by Jernej 2006-05-02 06:37:08 +00:00
gimp-intl.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimp-log.c app: Add GIMP_LOG_FLOATING_SELECTION domain 2010-01-02 23:41:52 +01:00
gimp-log.h app: Add GIMP_LOG_FLOATING_SELECTION domain 2010-01-02 23:41:52 +01:00
gimp.rc.in Bug 554748 - Version information for gimp.exe 2009-10-14 21:30:59 +02:00
gimpcore.def updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
main.c app: add "language" gimprc option and set the language accordingly 2010-01-05 22:30:16 +01:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
sanity.c Bump required babl and gegl versions in the run-time sanity checks. 2010-02-08 21:36:30 +01:00
sanity.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
signals.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
signals.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
tests.c app: Add gimp_test_run_mainloop_until_idle() 2009-12-24 17:50:39 +01:00
tests.h app: Add gimp_test_run_mainloop_until_idle() 2009-12-24 17:50:39 +01:00
unique.c Fix some compile warnings on Microsoft Windows 2010-01-06 14:12:40 +01:00
unique.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
units.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
units.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
version.c The build-time and run-time versions were swapped in the output. 2009-03-16 13:16:07 +00:00
version.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
wilber.ico fileicon.ico new icons for the Windows build created by Jernej 2006-05-02 06:37:08 +00:00