- 22 Aug, 2005 4 commits
-
-
Michael Natterer authored
2005-08-23 Michael Natterer <mitch@gimp.org> * plug-ins/common/poppler.c: added loading of pages as images.
-
Michael Natterer authored
2005-08-22 Michael Natterer <mitch@gimp.org> * plug-ins/common/sample_colorize.c (smp_dialog): applied patch from David Gowers that adds mnemonics to all action area buttons. Fixes bug #314191.
-
Sven Neumann authored
2005-08-22 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.[ch]: converted comments to gtk-doc inline API docs.
-
Sven Neumann authored
2005-08-22 Sven Neumann <sven@gimp.org> * tools/test-clipboard.c: added --version command-line option.
-
- 21 Aug, 2005 6 commits
-
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/tools/gimpselectionoptions.c (gimp_selection_options_gui): the "Antialias" toggle got lost, resurrect it.
-
Michael Natterer authored
-
Jens Seidel authored
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/paint/gimppencil.h * app/paint/gimppenciloptions.[ch] * app/widgets/widgets-types.h * app/widgets/gimptooldialog.h: don't simply typedef object instance structs which add no members as their parent instance structs. Give them their own instance structs. Fixes gtk-doc confusion.
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/paint/gimppencil.h * app/paint/gimppenciloptions.h * app/widgets/widgets-types.h * app/widgets/gimptooldialog.h: don't simply typedef object instance structs which add no members as their parent instance structs. Give them their own instance structs. Fixes gtk-doc confusion.
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel.h: removed HALF_WAY define, it's BOUNDARY_HALF_WAY now.
-
- 20 Aug, 2005 11 commits
-
-
Sven Neumann authored
2005-08-20 Sven Neumann <sven@gimp.org> * app/widgets/gimpfiledialog.c (gimp_file_dialog_proc_changed): when looking for the file extension, only look at the part after the last directory separator.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.[ch]: even more cleanup, replaced informal comments by API docs.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.[ch]: renamed puclic functions, defines and enums to live in a proper "boundary" namespace. Cleaned up and simplified internal code even more. * app/core/gimpchannel.c * app/core/gimpdrawable-stroke.c * app/core/gimplayer-floating-sel.c * app/paint/gimppaintcore-stroke.c * app/tools/gimpeditselectiontool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimppainttool.c: changed accordingly.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.c: rename local "ns" variables to "num_segs" now that the global "num_segs" is gone.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.c: moved the entire internal state of boundary creation and simplification from <eek>global variables</eek> to a new "Boundary" struct that needs to be newly allocated for each boundary. Yes this allocates and frees memory more often than before but the old code was simply one big eek.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.c (sort_boundary): look at the passed "ns" variable instead of at the global "num_segs" one to figure if the passed array of BoundSegs is empty. Fixes bug #313922 at its root.
-
Akkana Peck authored
* app/tools/gimpdrawtool.c: Fix the parameter check at the beginning of gimp_draw_tool_draw_boundary, to fix the crash described in bug 313922.
-
Sven Neumann authored
-
Sven Neumann authored
2005-08-20 Sven Neumann <sven@gimp.org> * authors.xml: expemplary added artist and documenter roles to some contributors. * app/dialogs/authors.xsl: generate arrays for the new roles. * app/dialogs/authors.h: regenerated. * app/dialogs/about-dialog.c: pass the new arrays to the GtkAboutDialog constructor.
-
Sven Neumann authored
2005-08-20 Sven Neumann <sven@gimp.org> * authors.dtd * authors.xml: simplified by making dc: the default namespace. * authors.xsl * app/dialogs/authors.xsl: match the toplevel element in the dc: namespace.
-
Sven Neumann authored
2005-08-19 Sven Neumann <sven@gimp.org> * authors.dtd * authors.xml: use elements and attributes from Dublin Core. * authors.xsl * app/dialogs/authors.xsl: changed accordingly. * app/dialogs/authors.h: regenerated. * app/dialogs/about-dialog.c: Peter and Spencer are now part of the list of authors (but listed before everyone else).
-
- 19 Aug, 2005 5 commits
-
-
Sven Neumann authored
2005-08-19 Sven Neumann <sven@gimp.org> * app/dialogs/about-dialog.c: set the role and window position.
-
Michael Natterer authored
2005-08-19 Michael Natterer <mitch@gimp.org> * app/config/gimpguiconfig.c (DEFAULT_WEB_BROWSER): changed to "mozilla-firefox %s" (was "mozilla %s").
-
Sven Neumann authored
2005-08-19 Sven Neumann <sven@gimp.org> * plug-ins/common/curve_bend.c * plug-ins/common/plugin-browser.c * plug-ins/helpbrowser/dialog.c * plug-ins/imagemap/imap_main.c * plug-ins/jpeg/jpeg-load.c: use canonical procedure names with gimp_run_procedure(). 2005-08-19 Sven Neumann <sven@gimp.org> * gimpmodule.c * gimp-drawable.c: use canonical procedure names with gimp_run_procedure().
-
Sven Neumann authored
2005-08-19 Sven Neumann <sven@gimp.org> * app/dialogs/authors.xsl: generate a NULL terminated array. * app/dialogs/authors.h: regenerated. * app/dialogs/about-dialog.[ch]: embedded the about box into a GtkAboutDialog. * app/dialogs/dialogs-constructors.c: pass a GimpContext to about_dialog_create().
-
Nate Summers authored
* plugins/poppler.c: removed some extraneous commas
-
- 18 Aug, 2005 8 commits
-
-
Michael Natterer authored
2005-08-19 Michael Natterer <mitch@gimp.org> Poppler 0.4 changes the API of poppler_page_render_to_pixbuf(): * configure.in: define HAVE_POPPLER_0_4 if it is available. * plug-ins/common/poppler.c: added some #ifdefs to compile with both the new and old version. Can be removed in some weeks propably.
-
Michael Natterer authored
2005-08-18 Michael Natterer <mitch@gimp.org> * cursors/Makefile.am * cursors/gimp-tool-cursors.xcf * cursors/modifier-join.png * cursors/xbm/modifier-join-mask.xbm * cursors/xbm/modifier-join.xbm: images for a "join" cursor modifier. * app/widgets/widgets-enums.h * app/widgets/gimpcursor.c: add the cursor. * app/tools/gimpvectortool.c: use it for connecting strokes. Fixes bug #313252.
-
Sven Neumann authored
2005-08-18 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: removed reference to SIOX algorithm from tooltip, it's an implementation detail.
-
Sven Neumann authored
2005-08-18 Sven Neumann <sven@gimp.org> * app/dialogs/user-install-dialog.c: updated year in copyright. * libgimpwidgets/gimpwidgets-private.c (gimp_widgets_init): register the default window icons in descending sizes.
-
Sven Neumann authored
2005-08-18 Sven Neumann <sven@gimp.org> * app/core/gimptemplate.c: go back to using dpi as the default resolution unit. * app/core/gimp-utils.[ch]: moved the code to determine the unit from the locale settings here as gimp_get_default_unit(). * app/dialogs/print-size-dialog.c * app/widgets/gimpimagepropview.c: use the unit returned by the new function to display the print size (bug #107497).
-
Sven Neumann authored
2005-08-18 Sven Neumann <sven@gimp.org> * plug-ins/common/procedure-browser.c (run): reverted last change. * libgimp/gimpprocbrowserdialog.[ch]: emit new signal "row-activated" instead of emitting "response" with GTK_RESPONSE_APPLY. * plug-ins/pygimp/procbrowser.c * plug-ins/script-fu/script-fu-console.c: connect to "row-activated" and call gtk_dialog_response() with GTK_RESPONSE_APPLY.
-
Sven Neumann authored
2005-08-18 Sven Neumann <sven@gimp.org> * plug-ins/common/procedure-browser.c (run): only close the dialog on GTK_RESPONSE_CLOSE.
-
Michael Natterer authored
2005-08-18 Michael Natterer <mitch@gimp.org> * plug-ins/common/animoptimize.c * plug-ins/common/pnm.c * plug-ins/metadata/interface.c * plug-ins/metadata/metadata.c: some forgotten canonical names. * plug-ins/metadata/Makefile.am * plug-ins/metadata/metadata.h: new header containing the procedure name #defines for metadata.
-
- 17 Aug, 2005 6 commits
-
-
Sven Neumann authored
2005-08-17 Sven Neumann <sven@gimp.org> * configure.in: check for langinfo.h and _NL_MEASUREMENT_MEASUREMENT. * app/core/gimptemplate.c: try to determine the default unit from the locale settings. Supposed to fix bug #107497.
-
Sven Neumann authored
2005-08-17 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.c (smooth_region): fixed initialization of row array. * app/base/siox.c: minor cleanups.
-
Tor Lillqvist authored
2005-08-17 Tor Lillqvist <tml@novell.com> * plug-ins/winsnap/Makefile.am (LDADD): Use $(WINDRES) to handle cross-compilation. * plug-ins/winsnap/winsnap.rc: Refer to the .ico files in lowercase, in case cross-compiling.
-
Sven Neumann authored
2005-08-17 Sven Neumann <sven@gimp.org> * app/base/siox.c: applied patch by Kristian Jantz. Reimplements find_max_blob() so that it needs less memory. Slows things down a bit, but that can be improved later.
-
Sven Neumann authored
2005-08-17 Sven Neumann <sven@gimp.org> * plug-ins/common/grid.c: update the progress less frequently.
-
Michael Natterer authored
2005-08-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteview.c (gimp_palette_view_focus): when focussing the widget, select the palette's first entry if none is selected. Enables cursor navigation after tabbing in.
-