- 09 Sep, 2003 5 commits
-
-
Sven Neumann authored
2003-09-09 Sven Neumann <sven@gimp.org> * app/app-sections.txt: updated.
-
Sven Neumann authored
2003-09-11 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c: removed lots of redundant casts.
-
Sven Neumann authored
2003-09-09 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c (create_image): need to detach from the drawable or the tile cache won't be flushed (bug #121788).
-
Sven Neumann authored
2003-09-09 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell.c * app/display/gimpnavigationview.c * app/gui/resolution-calibrate-dialog.c * app/widgets/gimpcontainerpopup.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpeditor.c * app/widgets/gimppreview-popup.c * app/widgets/gimpwidgets-utils.c: get the size from the current screen, not always from the default one. * plug-ins/common/wmf.c: ask GIMP for the monitor resolution instead of taking the value from GDK.
-
Michael Natterer authored
2003-09-09 Michael Natterer <mitch@gimp.org> * app/core/gimp.[ch]: added "gboolean console_messages" to the Gimp struct and to gimp_new() since plug-in messages go directly through gimp_message() now and need to honor "console_messages" too. * app/app_procs.[ch]: added "gboolean console_messages" to app_init() and pass it to gimp_new(). * app/appenv.h: removed global variable "console_messages". * app/main.c: added it to main()'s scope and pass it to app_init(). * app/errors.c: changed accordingly.
-
- 08 Sep, 2003 8 commits
-
-
Pablo Gonzalo del Campo authored
2003-09-08 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Michael Natterer authored
2003-09-08 Michael Natterer <mitch@gimp.org> * app/app-docs.sgml * app/app-sections.txt: even more cleanup. Put most stuff in <chapter>s so the main TOC has a reasonable size now.
-
Sven Neumann authored
2003-09-08 Sven Neumann <sven@gimp.org> * README * README.gtkdoc * structure.xml: some updates.
-
Pablo Gonzalo del Campo authored
2003-09-08 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Revision of Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
-
Stanislav Visnovsky authored
2003-09-08 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
-
Adam D. Moss authored
-
Adam D. Moss authored
* plug-ins/common/animoptimize.c: Disable the (pdb interfaces to the) semi-broken background/foreground stuff unless EXPERIMENTAL_BACKDROP_CODE is defined.
-
Ville Pätsi authored
-
- 07 Sep, 2003 26 commits
-
-
Sven Neumann authored
-
Danilo Šegan authored
2003-09-11 Danilo Šegan <dsegan@gmx.net> * po-script-fu/sr.po, po-script-fu/sr@Latn.po: Updated Serbian translation.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2003-09-08 Sven Neumann <sven@gimp.org> * app-docs.sgml * app-sections.txt: added some missing declarations.
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * libgimp/libgimp-docs.sgml * libgimpbase/libgimpbase-docs.sgml * libgimpcolor/libgimpcolor-docs.sgml * libgimpmath/libgimpmath-docs.sgml * libgimpwidgets/libgimpwidgets-docs.sgml: converted to use XInclude instead of entities.
-
Michael Natterer authored
2003-09-07 Michael Natterer <mitch@gimp.org> * app/Makefile.am: ignore some more headers. * app/app-docs.sgml * app/app-sections.txt: lots of updates. Made <part>s out of the app/ subdirs and added sub-<chapter>s. The main TOC is way too crowded currently, will fix that later...
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-preview.c * plug-ins/fp/fp_gtk.c: got rid of compiler warnings.
-
Sven Neumann authored
-
Michael Natterer authored
2003-09-07 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable-desaturate.h: image_desaturate() does not exist.
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * app/display/Makefile.am * app/gui/Makefile.am * app/paint/Makefile.am * app/pdb/Makefile.am * app/text/Makefile.am * app/tools/Makefile.am * app/widgets/Makefile.am * app/xcf/Makefile.am (INCLUDES): removed $(LIBART_CFLAGS) again.
-
Sven Neumann authored
2003-09-11 Sven Neumann <sven@gimp.org> * app/text/Makefile.am: define PANGO_DISABLE_DEPRECATED. * app/text/gimptext-compat.c: avoid deprecated API.
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * app/display/Makefile.am * app/gui/Makefile.am * app/paint/Makefile.am * app/pdb/Makefile.am * app/text/Makefile.am * app/tools/Makefile.am * app/widgets/Makefile.am * app/xcf/Makefile.am (INCLUDES): removed $(LIBART_CFLAGS) again.
-
Dave Neary authored
2003-09-07 Dave Neary <bolsh@gimp.org> * app/vectors/gimpvectors.[ch] * app/vectors/gimpstroke.[ch] * app/vectors/gimpbezierstroke.c: Cleanup - removed libart from the included headers in the .h files, don't pass around libart objects any more. Still stub code.
-
Simon Budig authored
2003-09-11 Simon Budig <simon@gimp.org> * vectors/gimpbezierstroke.[ch]: Implemented gimp_bezier_stroke_arcto () that creates an elliptical arc in the way SVG works. * vectors/gimpvectors-import.c: use it.
-
Dave Neary authored
2003-09-07 Dave Neary <bolsh@gimp.org> * app/vectors/gimpvectors.[ch] * app/vectors/gimpstroke.[ch] * app/vectors/gimpbezierstroke.c: Cleanup - removed libart from the included headers in the .h files, don't pass around libart objects any more. Still stub code.
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: accept URLs with https protocol.
-
Michael Natterer authored
2003-09-07 Michael Natterer <mitch@gimp.org> * app/tools/airbrush_blob.[ch]: removed the last traces of xinput_airbrush.
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * plug-ins/common/aa.c: set the tile cache size to speed up pixel transfers.
-
Wang Jian authored
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c (create_image): boost performance by setting a reasonable tile cache size.
-
Michael Natterer authored
2003-09-07 Michael Natterer <mitch@gimp.org> * app/Makefile.am: ignore paint-funcs-generic.h * app/app-docs.sgml * app/app-sections.txt: added all class typedefs, removed struct typedefs from the -types sections and removed all -types sections which were empty after that. Lots of updates.
-
Michael Natterer authored
2003-09-07 Michael Natterer <mitch@gimp.org> * app/display/display-types.h * app/tools/tools-types.h * app/vectors/vectors-types.h * app/widgets/widgets-types.h: removed some forgotten cruft. * app/vectors/gimpbezierstroke.h * app/vectors/gimpstroke.h * app/vectors/gimpvectors.h: added class struct typedefs here.
-
Simon Budig authored
2003-09-11 Simon Budig <simon@gimp.org> * vectors/gimpbezierstroke.[ch]: Implemented gimp_bezier_stroke_arcto () that creates an elliptical arc in the way SVG works. * vectors/gimpvectors-import.c: use it.
-
Michael Natterer authored
2003-09-07 Michael Natterer <mitch@gimp.org> * app/display/display-types.h * app/tools/tools-types.h * app/vectors/vectors-types.h * app/widgets/widgets-types.h: removed some forgotten cruft. * app/vectors/gimpbezierstroke.h * app/vectors/gimpstroke.h * app/vectors/gimpvectors.h: added class struct typedefs here.
-
Sven Neumann authored
2003-09-07 Sven Neumann <sven@gimp.org> * app/vectors/gimpvectors.[ch]: redid the fix for the compiler warning: made gimp_vectors_to_art_vpath() take a const GimpVectors again, but don't freeze/thaw it since it isn't changed anyway.
-
- 06 Sep, 2003 1 commit
-
-
Helvetix Victorinox authored
* app/composite/gimp-composite-mmx.c app/composite/gimp-composite-sse.c app/composite/gimp-composite-sse2.c: Convert "unsigned long" to guint32 in preparation for 64bit machinery.
-