gimp/app
Michael Natterer ecbfb4a9e8 app: add a GimpText property and construct param to GimpTextStyleEditor
which will be used to get default values from.
2011-03-18 21:16:53 +01:00
..
actions app: add gimp_container_get_neighbor_of() to GimpContainer 2011-03-13 02:14:44 +01:00
base app: remove unused function temp_buf_new_check() 2011-03-08 16:50:58 +01:00
composite Bug 630201 - remove unused layer-modes.c in app/paint-funcs 2010-10-06 21:26:14 +02:00
config app: move "default-threshold" from GimpGuiConfig to GimpCoreConfig 2011-02-06 11:20:06 +01:00
core Bug 632568 - 'gimp-drawable-transform-rotate-simple' makes GIMP crash in some cases 2011-03-18 00:53:21 +01:00
dialogs Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
display Bug 630069 - In single-window mode, canvas badly positioned in all successive tabs 2011-03-09 07:34:27 +01:00
file Bug 625167 - Problem exporting floating selections from within layer groups 2011-02-14 09:45:59 +01:00
gegl Use a proper int to pointer cast 2011-03-18 00:06:14 +05:30
gui Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
menus app: add missing bits so GimpToolPresetEditor doesn't warn and crash 2010-04-11 13:40:28 +02:00
paint app: Fix smooth intreaction with airbrush 2011-03-16 22:08:19 +02:00
paint-funcs Bug 630201 - remove unused layer-modes.c in app/paint-funcs 2010-10-06 21:26:14 +02:00
pdb Bug 600554 - Implement layer group transforms 2011-03-17 22:00:38 +01:00
plug-in Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
tests Bug 632568 - 'gimp-drawable-transform-rotate-simple' makes GIMP crash in some cases 2011-03-18 00:53:21 +01:00
text app: change image parameter in gimp_text_layout_new() to xres,yres 2011-03-18 02:31:20 +01:00
tools app: add a GimpText property and construct param to GimpTextStyleEditor 2011-03-18 21:16:53 +01:00
vectors Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
widgets app: add a GimpText property and construct param to GimpTextStyleEditor 2011-03-18 21:16:53 +01:00
xcf app: move drawable->type to private 2011-03-16 02:02:47 +01:00
.gitignore app: Include git commit hash in verbose version output 2010-06-19 23:55:35 +02:00
Makefile.am app: remove obsolete linking workarounds, they break the build on OSX 2010-12-09 15:29:57 +01:00
about.h app: use last git commit year for copyright label 2010-09-28 15:07:45 +02:00
app.c app: move the instance debug facility to the new file app/gimp-debug.c 2010-06-24 19:11:56 +02: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
gimp-debug.c app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-debug.h app: actually add the new files, sorry 2010-06-24 21:33:50 +02: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 some GimpRectangleTool GIMP_LOG() messages 2010-10-26 14:23:08 +02:00
gimp-log.h app: Add some GimpRectangleTool GIMP_LOG() messages 2010-10-26 14:23:08 +02:00
gimpcore.def app: gimp_image_get_uri() -> gimp_image_get_uri_or_untitled() 2011-01-26 07:55:14 +01:00
main.c app: fix goption warning 2011-03-09 15:37:18 +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 configure: require GLib >= 2.28.1 2011-03-07 17:11:28 +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: Call gimp_log_init() in test init functions 2010-10-26 14:23:09 +02:00
tests.h app: Remove 'use_cpu_accel' from gimp_init_for_{,gui_}testing() 2010-10-09 18:50:34 +02: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 app: Use `git describe` for verbose version 2010-09-02 21:28:42 +02:00
version.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00