- 20 Jul, 2004 4 commits
-
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * Made 2.1.2 release.
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icoload.c * plug-ins/winicon/icosave.c: added explicit casts to please the compiler.
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/Makefile.am (gimpressionist_sources): added paper.h.
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * plug-ins/MapObject/Makefile.am (MapObject_SOURCES): added back arcball.h. * plug-ins/MapObject/mapobject_main.c * plug-ins/MapObject/mapobject_preview.c: no need to include arcball.h here.
-
- 19 Jul, 2004 23 commits
-
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * plug-ins/gfig/Makefile.am (SUBDIRS): added back gfig-examples * plug-ins/gfig/gfig-examples/Makefile.am: cleanup.
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * plug-ins/Lighting/lighting_ui.c: fixed some GUI issues: left-align labels, use stock buttons, added line-breaks to make the code fit into 80 columns.
-
Sven Neumann authored
2004-07-19 Sven Neumann <sven@gimp.org> * plug-ins/Lighting/lighting_ui.c: fixed a couple of issues with the new code: don't include individual glib headers, never ever use sprintf(), mark user-visible strings for translations, use default messages, removed trailing whitespace.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/app-sections.txt: GimpPaintCoreState -> GimpPaintState.
-
William Skaggs authored
* plug-ins/Lighting/lighting_ui.c: added ability to save and load presets for lights.
-
Michael Natterer authored
-
Shlomi Fish authored
* plug-ins/gimpressionist/orientation.c: normalized some variables in the module and fixed some indentation.
-
Helvetix Victorinox authored
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/core/gimpmarshal.list: removed unused VOID:UINT,STRING.
-
Michael Natterer authored
2004-07-19 Michael Natterer <mitch@gimp.org> * app/gui/file-open-location-dialog.c (file_open_location_dialog_show): added the "web" icon left of label & entry.
-
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 1 commit
-
-
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.
-