Gimp/app
Sven Neumann f0f3ea36b8 added new function gimp_object_name_collate() which compares two object
2003-10-09  Sven Neumann  <sven@gimp.org>

	* app/core/gimpobject.[ch]: added new function
	gimp_object_name_collate() which compares two object names for
	ordering using the linguistically correct rules for the current
	locale and does some caching to speed up subsequent calls.

	* app/core/gimpdatalist.c (gimp_data_list_data_compare_func): use
	gimp_object_name_collate() from here.

	* app/core/gimplist.[ch]: added convenience function
	gimp_list_sort_by_name.

	* app/text/gimpfontlist.c (gimp_font_list_restore): use
	gimp_list_sort_by_name() instead of g_utf8_collate.
2003-10-09 13:35:15 +00:00
..
actions added new pure virtual function GimpDock::setup() which configures a dock 2003-10-08 15:44:35 +00:00
base a little bit of tweaking. 2003-10-01 01:01:26 +00:00
composite really check for CPU_ACCEL_X86_SSE. 2003-10-06 23:56:43 +00:00
config make it handle aggregate object properties by calling itself recursively. 2003-10-01 12:54:58 +00:00
core added new function gimp_object_name_collate() which compares two object 2003-10-09 13:35:15 +00:00
dialogs Cleaned up the app init and exit stuff even more. Also reduces the number 2003-10-02 11:26:26 +00:00
display Fixed bug #119423. There was no speed regression with the actual painting, 2003-10-08 14:50:26 +00:00
file renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
gui added new pure virtual function GimpDock::setup() which configures a dock 2003-10-08 15:44:35 +00:00
menus app/gui/image-menu.c app/gui/layers-menu.c "Imagesize" isn't a real word. 2003-10-06 21:22:09 +00:00
paint app/gui/image-menu.c app/gui/layers-menu.c "Imagesize" isn't a real word. 2003-10-06 21:22:09 +00:00
paint-funcs Use gint instead of guint. Fixes Debian bug report #205889. 2003-10-05 17:00:59 +00:00
pdb procedural_db_execute() *must* get the correct number of args, so do like 2003-10-08 10:14:17 +00:00
plug-in added lots more "GimpFooFunc gui_foo_func" vtable entries to the Gimp 2003-09-10 22:06:45 +00:00
text added new function gimp_object_name_collate() which compares two object 2003-10-09 13:35:15 +00:00
tools added GimpScanConvert typedef. 2003-10-09 11:30:49 +00:00
vectors app/core/Makefile.am added small wrappers to ease handling of image units 2003-10-01 17:32:14 +00:00
widgets added GIMP_VIEWABLE_MAX_BUTTON_SIZE GIMP_VIEWABLE_MAX_MENU_SIZE. 2003-10-09 12:26:46 +00:00
xcf Treat changes to the selection like changes to any other drawable: 2003-10-06 12:17:11 +00:00
.cvsignore
airbrush.c
app_procs.c fixed starting with --no-splash. 2003-10-06 14:52:05 +00:00
app_procs.h Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
batch.c s/extension/plug_in/ for Script-Fu procedures to get batch mode working 2003-09-03 09:30:09 +00:00
batch.h added G_SPAWN_CHILD_INHERITS_STDIN to the flags passed to g_spawn_async(). 2003-03-21 16:50:55 +00:00
errors.c Tell it's outdated. 2003-09-10 04:07:53 +00:00
errors.h Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc
libgimp_glue.c changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
libgimp_glue.h changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
main.c Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
Makefile.am Dave Neary <bolsh@gimp.org> 2003-09-20 19:58:26 +00:00
makefile.msc renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
paint_core.h
paint_options.h
plug_in_cmds.c
transform_core.c
wilber.ico