- 19 Jul, 2004 13 commits
-
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/paint/gimppaintcore.h: removed enum GimpPaintCoreState. * app/paint/paint-enums.h: added enum GimpPaintState (with values that have a name space). * app/paint/gimppaintcore.[ch] * app/paint/gimpairbrush.c * app/paint/gimpbrushcore.c * app/paint/gimpclone.c * app/paint/gimpconvolve.c * app/paint/gimpdodgeburn.c * app/paint/gimperaser.c * app/paint/gimpink.c * app/paint/gimppaintbrush.c * app/paint/gimppaintcore-stroke.c * app/paint/gimpsmudge.c * app/tools/gimppainttool.c: changed accordingly. * app/tools/gimpinktool.c: removed unused #include.
-
Sven Neumann authored
2004-07-19 Sven Neumann <sven@gimp.org> * app/core/gimpchannel-combine.c (gimp_channel_combine_ellipse): moved variable declarations to the scope they are being used in, removed trailing whitespace, minor cleanups.
-
William Skaggs authored
* app/core/gimpchannel-combine.c: put in two lines accidentally omitted in previous change, improve doc comment.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpwin32-io.h: added copyright header, added #defines for access(), F_OK, R_OK and X_OK. * app/core/gimpdata.c: include the above instead of defining the workarounds here. * app/base/tile-swap.c * app/config/gimpconfig-dump.c * libgimpthumb/gimpthumb-utils.c * libgimpthumb/gimpthumbnail.c: for consistency, #include gimpwin32-io.h with "" instead of <>.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel-combine.c (gimp_channel_combine_ellipse): comments not intended for gtk-doc must not start with '/**'.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app-docs.sgml * app-sections.txt: more updates and cleanups.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in.h (struct _PlugIn): removed obsolete compile-time check for GLIB >= 2.3.5.
-
Shlomi Fish authored
* ChangeLog: Fixed a copy-and-paste error with the dates of my commits. * plug-ins/gimpressionist/ppmtool.c: removed a few commented-out asserts, and the function that was used to implement them.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/widgets/widgets-types.h: reordered and commented to match API docs.
-
Sven Neumann authored
2004-07-19 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_browse.[ch]: renamed struct member file_selection to file_chooser.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/config/config-types.h: removed GimpConfigInterface typedef, added comments to typedefs which don't belong here. * app/config/gimpconfig.h: added GimpConfigInterface typedef. * app/core/core-types.h * app/display/display-types.h: added commented out typedefs for types that live in config-types.h for obscure reasons. * app/core/core-types.h: reordered stuff to match the order in the API docs (makes keeping stuff in sync much easier).
-
Shlomi Fish authored
* plug-ins/gimpressionist/repaint.c: replaced a few if's+destructors pairs for ppm_ with just the destructors.
-
Shlomi Fish authored
* plug-ins/gimpressionist/repaint.c: normalized some identifiers of repaint.c, and corrected some indentation there.
-
- 18 Jul, 2004 5 commits
-
-
William Skaggs authored
* app/core/gimpchannel-combine.c: improve anti-aliasing for elliptical selections, as described in bug #147836.
-
Sven Neumann authored
2004-07-18 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite-mmx.h: don't start a comment with /** unless it's meant to be parsed by gtk-doc. * app/actions/Makefile.am: * app/actions/file-dialog-commands.[ch]: removed, not used any longer.
-
Philip Lafleur authored
2004-07-18 Philip Lafleur <plafleur@cvs.gnome.org> * app/paint/gimpink-blob.c (blob_make_convex): Check if the array index is legal before using it, not the other way around. Fixes bug #144856.
-
Philip Lafleur authored
2004-07-17 Philip Lafleur <plafleur@cvs.gnome.org> * plug-ins/common/polar.c (dialog_update_preview): Fixed a write to unallocated memory that was causing crashes in various spots.
-
Philip Lafleur authored
2004-07-17 Philip Lafleur <plafleur@cvs.gnome.org> * plug-ins/common/polar.c (polarize_func): moved array initialization out of variable declaration. Fixes bug #147799.
-
- 17 Jul, 2004 7 commits
-
-
Michael Natterer authored
2004-07-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h: added the removed help IDs back. * app/widgets/gimpfileprocview.[ch]: cache all file_procs' help IDs and added gimp_file_proc_view_get_help_id() which returns the selected item's help ID. * app/widgets/gimpfiledialog.c: added a custom help func which shows the help for the selected file_proc if the proc_view has the focus.
-
Sven Neumann authored
2004-07-17 Sven Neumann <sven@gimp.org> * app/actions/file-actions.c (file_actions): use GIMP_STOCK_WEB for "file-open-location". * app/widgets/gimpfiledialog.c: create the scrolled window with shadow_type GTK_SHADOW_IN. * app/widgets/gimpfileprocview.c (gimp_file_proc_view_new): skip procedures that register a prefix (the URL loader). * app/widgets/gimphelp-ids.h: removed help IDs that used to be used from the file-open and file-save menus. * plug-ins/common/xwd.c (query): "X window dump" seems to be more appropriate than "X window image".
-
Sven Neumann authored
2004-07-17 Sven Neumann <sven@gimp.org> * app/actions/Makefile.am * app/actions/file-dialog-actions.[ch] * app/actions/file-open-actions.[ch] * app/actions/file-save-actions.[ch]: these aren't needed any longer. * app/actions/actions.c: changed accordingly. * app/menus/Makefile.am * app/menus/file-dialog-menu.[ch] * app/menus/file-open-menu.[ch] * app/menus/file-save-menu.[ch]: these aren't needed any longer. * app/menus/menus.c: changed accordingly. * menus/Makefile.am * menus/file-open-menu.xml * menus/file-save-menu.xml: these are also not needed any longer.
-
Philip Lafleur authored
2004-07-17 Philip Lafleur <plafleur@cvs.gnome.org> * plug-ins/bmp/bmpwrite.c (WriteImage): Applied a patch from Brion Vibber that fixes corruption when saving RLE-encoded BMPs on big endian hosts. Fixes bug #147759.
-
Shlomi Fish authored
* plug-ins/gimpressionist/: normalized the identifiers of general.c and general.h. Also, renamed a callback from _store to simply _callback to avoid confusion with the _store methods. Some of the member variables of the pcvals struct were changed as a result.
-
Dmitry Mastrukov authored
-
Helvetix Victorinox authored
identifies itself as GCC, but doesn't support the same extended assembly features/misfeatures as GCC. With the help of the Intel compiler group, we've determined that the Intel compiler can be identified at compile time by the definition of the preprocessor variable __INTEL_COMPILER. These changes make all of the assembly code currently written to simply avoid the Intel compiler. This is an interim solution to get a build working despite the Intel compiler. A more correct solution has been identified, see the discussion of bug #147013 for more information.
-
- 16 Jul, 2004 8 commits
-
-
Sven Neumann authored
2004-07-17 Sven Neumann <sven@gimp.org> * app/xcf/xcf.c (xcf_init): also register the internal XCF handlers according to the new scheme. * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl * plug-ins/common/hrz.c: removed the HRZ file plug-in since it doesn't seem to be very useful.
-
Sven Neumann authored
2004-07-17 Sven Neumann <sven@gimp.org> * app/plug-in/plug-ins.c (plug_ins_temp_proc_def_add) (plug_ins_init_file): use g_slist_prepend() instead of g_slist_append(). * plug-ins/common/url.c (query): ported to the new PDB registration scheme.
-
Sven Neumann authored
2004-07-16 Sven Neumann <sven@gimp.org> * app/plug-in/plug-ins.c (plug_ins_init): sort the file procedures by their menu labels. * app/widgets/gimpfileprocview.c: removed the sort function here.
-
Sven Neumann authored
2004-07-16 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpfileprocview.[ch]: added new widget that offers a treeview on file procedures. * app/widgets/gimpfiledialog.[ch]: replaced the file type option menu with the new GimpFileProcView widget. (gimp_file_dialog_set_image): reset the file type to Automatic (fixes bug #141535). * app/actions/file-commands.c * app/gui/file-open-dialog.[ch] * app/gui/file-save-dialog.[ch]: changed accordingly. * plug-ins/common/bz2.c * plug-ins/common/gz.c: don't register "xcf.gz" and "xcf.bz2" extension. It's redundant and breaks the code that sets the extension from the selected file-type. * plug-ins/common/dicom.c: register a shorter menu label. * plug-ins/common/gbr.c * plug-ins/common/gih.c * plug-ins/common/pat.c * plug-ins/common/url.c: register stock icons.
-
William Skaggs authored
* plug-ins/Lighting/lighting_main.c * plug-ins/Lighting/lighting_main.h * plug-ins/Lighting/lighting_preview.c * plug-ins/Lighting/lighting_preview.h * plug-ins/Lighting/lighting_shade.c * plug-ins/Lighting/lighting_ui.c: Made this plug-in support multiple light sources; implemented three, architecture now supports any number. Changed material properties to more intuitve names; added "metallic" property. Cleaned out some unused, commented-out code.
-
Michael Natterer authored
2004-07-16 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb.pl: include "libgimpbase/gimpbase.h" instead of "libgimpbase/gimpparasite.h" for getting the GimpParasite type. * tools/pdbgen/app.pl * tools/pdbgen/pdb/drawable.pdb * tools/pdbgen/pdb/edit.pdb * tools/pdbgen/pdb/gradients.pdb * tools/pdbgen/pdb/guides.pdb * tools/pdbgen/pdb/image.pdb: removed redundant #includes. * tools/pdbgen/pdb/plug_in.pdb: standardized "success" logic. Consistetly fail if there is no currently queried plugin. * app/pdb/*.c: regenerated.
-
Michael Natterer authored
2004-07-16 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-transform.c: made gtk-doc even happier; clarified meaning of the "use_offsets" parameter.
-
Sven Neumann authored
2004-07-16 Sven Neumann <sven@gimp.org> * app/core/gimpdata.c: * app/display/gimpcanvas.c: * app/display/gimpdisplayshell.c * app/display/gimpdisplayshell-transform.c: corrected API documentation, removed trailing whitespace. Please do always build the documentation if you add or change any gtk-doc comments.
-
- 15 Jul, 2004 7 commits
-
-
William Skaggs authored
* app/display/gimpcanvas.c: * app/display/gimpdisplayshell-transform.c: added gtk-doc comments for all public functions that lack them. * app/display/gimpdisplayshell.c: added a couple of gtk-doc comments.
-
William Skaggs authored
* app/core/gimpdata.c: added gtk-doc comments for public functions.
-
Shlomi Fish authored
* plug-ins/gimpressionist/: normalized the identifiers of paper.c and paper.h. Made one variable local to the function instead of module static.
-
Shlomi Fish authored
* plug-ins/gimpressionist/: normalized the ppmtools.c and ppmtool.h identifiers. Also fixed some (but not all) of the syntax.
-
Philip Lafleur authored
-
Philip Lafleur authored
2004-07-15 Philip Lafleur <plafleur@cvs.gnome.org> * plug-ins/winicon/icoload.c: * plug-ins/winicon/icosave.c: Applied a patch from Brion Vibber that fixes byte-swapping on big endian hosts. Fixes bug #147610.
-
Sven Neumann authored
2004-07-15 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c * plug-ins/helpbrowser/uri.c: don't warn if no help pages are installed and the Home button is clicked.
-