Commit Graph

10247 Commits

Author SHA1 Message Date
Hasbullah Bin Pit a7aae647d6 Updated Malay Translation by MIMOS Open Source Development Group
2003-11-06  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated Malay Translation
                by MIMOS Open Source Development Group <ismas@mimos.my>
2003-11-06 16:21:37 +00:00
Michael Natterer 342fd9ecf1 libgimp/libgimp-sections.txt libgimp/tmpl/gimpexport.sgml
2003-11-06  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpexport.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpdialog.sgml: updated.
2003-11-06 15:38:42 +00:00
Michael Natterer 860eae6e1f fixed/added API docs.
2003-11-06  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpdialog.c: fixed/added API docs.
2003-11-06 15:37:33 +00:00
Michael Natterer 66c5dd8772 removed our own action_area API and use GtkDialog's one. Create all
2003-11-06  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpdialog.[ch]: removed our own action_area API
	and use GtkDialog's one. Create all dialogs without separator.
	Changed almost everything else too. Fixes bug #125143.

	* libgimpwidgets/gimpquerybox.c
	* libgimpwidgets/gimpunitmenu.c: changed accordingly.

	* libgimp/gimpexport.[ch]: ditto. Renamed enum GimpExportReturnType
	to GimpExportReturn.

	* libgimp/gimpcompat.h: added a #define for the old name.

	* themes/Default/gtkrc: increased action_area border to 6 pixels.

	* app/display/gimpdisplayshell-filter-dialog.c
	* app/display/gimpdisplayshell-scale.c
	* app/display/gimpprogress.c
	* app/gui/brush-select.c
	* app/gui/channels-commands.c
	* app/gui/color-notebook.c
	* app/gui/convert-dialog.c
	* app/gui/file-new-dialog.c
	* app/gui/font-select.c
	* app/gui/gradient-editor-commands.c
	* app/gui/gradient-select.c
	* app/gui/grid-dialog.c
	* app/gui/image-commands.c
	* app/gui/info-window.c
	* app/gui/layers-commands.c
	* app/gui/module-browser.c
	* app/gui/offset-dialog.c
	* app/gui/palette-import-dialog.c
	* app/gui/palette-select.c
	* app/gui/pattern-select.c
	* app/gui/preferences-dialog.c
	* app/gui/qmask-commands.c
	* app/gui/resize-dialog.c
	* app/gui/resolution-calibrate-dialog.c
	* app/gui/stroke-dialog.c
	* app/gui/templates-commands.c
	* app/gui/user-install-dialog.c
	* app/gui/vectors-commands.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpimagemaptool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimptransformtool.c
	* app/widgets/gimptexteditor.c
	* app/widgets/gimptooldialog.[ch]
	* app/widgets/gimpviewabledialog.[ch]
	* app/widgets/gimpwidgets-utils.c: changed accordingly and increased
	the dialogs' outer borders to 6 pixels all over the place.

	* plug-ins/*/*.c: changed accordingly. The plug-ins may be
	arbitrarily broken, I tested none of them.
2003-11-06 15:27:05 +00:00
Sven Neumann 5648130ad3 documented what I found out about the GIMP brush version 3 file format.
2003-11-06  Sven Neumann  <sven@gimp.org>

	* devel-docs/gbr.txt: documented what I found out about the GIMP
	brush version 3 file format.
2003-11-06 13:01:39 +00:00
Sven Neumann 31ad0615d9 update contributed by Eric Pierce.
2003-11-06  Sven Neumann  <sven@gimp.org>

	* etc/ps-menurc: update contributed by Eric Pierce.
2003-11-06 12:28:47 +00:00
Sven Neumann 40d1e3fb1c read pixmap brushes in chunks of 8192 bytes in order to speed up loading.
2003-11-06  Sven Neumann  <sven@gimp.org>

	* app/core/gimpbrush.c (gimp_brush_load_brush): read pixmap
	brushes in chunks of 8192 bytes in order to speed up loading.
2003-11-06 12:24:08 +00:00
Jan Morén ad6448238d Updated Swedish translation.
2003-11-06  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-11-06 04:46:50 +00:00
Sven Neumann 38a22735d7 app/core/gimpbrush.c added support for loading cinepaint brushes (GIMP
2003-11-05  Sven Neumann  <sven@gimp.org>

	* app/core/gimpbrush.c
	* plug-ins/common/gbr.c: added support for loading cinepaint
	brushes (GIMP brush version 3).
2003-11-05 23:55:44 +00:00
Sven Neumann 120b7c70fa added support for loading cinepaint brushes (GIMP brush version 3).
2003-11-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/gbr.c: added support for loading cinepaint
	brushes (GIMP brush version 3).
2003-11-05 22:39:36 +00:00
Kwok-Koon Cheung 8990800bf3 Updated traditional Chinese translation 2003-11-05 22:07:17 +00:00
Sven Neumann dcda4d8fb3 rewrote clipping code using gdk_rectangle_intersect().
2003-11-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/screenshot.c: rewrote clipping code using
	gdk_rectangle_intersect().
2003-11-05 18:06:25 +00:00
Sven Neumann 92d98207b6 removed GimpFontSelection and GimpFontSelectionDialog typedefs.
2003-11-05  Sven Neumann  <sven@gimp.org>

	* app/widgets/widgets-types.h: removed GimpFontSelection and
	GimpFontSelectionDialog typedefs.
2003-11-05 16:37:38 +00:00
Sven Neumann 013d4966bc Really removed the GimpFontSelection files. 2003-11-05 16:27:56 +00:00
Michael Natterer df318a0d74 use the 2nd mouse wheel for horizontal scrolling. Fixes bug #126288.
2003-11-05  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-callbacks.c
	(gimp_display_shell_canvas_tool_events): use the 2nd mouse wheel
	for horizontal scrolling. Fixes bug #126288.
2003-11-05 15:49:42 +00:00
Hasbullah Bin Pit 42ff50181b Updated Malay translation by MIMOS Open Source Development Group
2003-11-05  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated Malay translation by
                MIMOS Open Source Development Group <ismas@mimos.my>
2003-11-05 15:40:08 +00:00
Marco Ciampa e4e666a1bf Update italian translation 2003-11-05 14:30:16 +00:00
Abel Cheung 1cc7294b85 Updated traditional Chinese translation.
2003-11-05  Abel Cheung  <maddog@linux.org.hk>

	* zh_TW.po: Updated traditional Chinese translation.
2003-11-05 05:43:26 +00:00
Abel Cheung 5b6802eddf Updated traditional Chinese translation. Marked wrong entry as fuzzy.
2003-11-05  Abel Cheung  <maddog@linux.org.hk>

	* zh_TW.po: Updated traditional Chinese translation.
	* ja.po, nl.po: Marked wrong entry as fuzzy.
2003-11-05 05:41:45 +00:00
Tor Lillqvist 59de29a21f Move gimpwin32-io.h to libgimpbase_1_3_la_SOURCES, so that it gets
2003-11-05  Tor Lillqvist  <tml@iki.fi>

	* libgimpbase/Makefile.am: Move gimpwin32-io.h to
	libgimpbase_1_3_la_SOURCES, so that it gets distributed.

	* libgimpmodule/Makefile.am: Remove empty and meaningless
	EXTRA_HEADERS.
2003-11-05 05:19:14 +00:00
Sven Neumann 0c68062afe use GTK_STOCK_SELECT_FONT stock icon instead of text tool icon.
2003-11-05  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptextoptions.c (gimp_text_options_gui): use
	GTK_STOCK_SELECT_FONT stock icon instead of text tool icon.

	* app/text/gimpfont.c: fixed default stock id.

	* app/text/gimp-fonts.c (gimp_fonts_load): don't leave gimp busy
	and the fonts container frozen in case of error.
2003-11-05 01:07:56 +00:00
Sven Neumann 51113c495c added new command-line option --no-fonts. Might be useful to reduce
2003-11-05  Sven Neumann  <sven@gimp.org>

	* app/main.c: added new command-line option --no-fonts. Might be
	useful to reduce startup time or if there are problems with the
	font configuration.

	* app/app_procs.[ch]
	* app/main.c
	* app/core/gimp.[ch]
	* app/text/gimp-fonts.c: don't load any fonts when gimp is started
	with --no-fonts.

	* docs/gimp-1.3.1.in: documented the new command-line option.
	Updated some outdated information.
2003-11-05 00:33:20 +00:00
Sven Neumann ec22027964 register a log handler for the Gimp-Text domain.
2003-11-05  Sven Neumann  <sven@gimp.org>

	* app/app_procs.c: register a log handler for the Gimp-Text domain.

	* app/text/gimpfont.c: code cosmetics.

	* app/text/gimptext-compat.c: removed debugging output.

	Let GIMP work w/o any fonts. Of course you won't get any text
	functionality then:

	* app/text/gimpfontlist.c: don't install any font aliases if no
	fonts were found.

	* app/text/gimptextlayer.c: refuse to render any text layers when
	the GIMP fonts list is empty.

	* app/tools/gimptexttool.c: removed redundant includes.

	* app/tools/gimptextoptions.c: removed the font selection widget.
	This is a temporary regression that will be cured by improving the
	GimpFontView widget.

	* app/widgets/Makefile.am
	* app/widgets/gimpfontselection-dialog.[ch]
	* app/widgets/gimpfontselection.[ch]
	* app/widgets/gimppropwidgets.[ch]: removed the font selection and
	all references to it. Fixes bug #119267.
2003-11-04 23:59:58 +00:00
Sven Neumann cf8a27564a didn't save ChangeLog before committing ... 2003-11-04 22:02:36 +00:00
Sven Neumann 8e8c9511c7 etc/Makefile.am renamed to gtkrc.
2003-11-04  Sven Neumann  <sven@gimp.org>

	* etc/Makefile.am
	* etc/gtkrc_user: renamed to gtkrc.

	* gimp.spec.in: changed accordingly.

	* app/gui/user-install-dialog.c: don't install the sessionrc,
	templaterc and unitrc into the personal gimp directory. The files
	are created when GIMP is quit.

	* app/core/gimp-templates.c
	* app/core/gimp-units.c
	* app/gui/session.c: load sessionrc, templaterc and unitrc from
	the systemwide config directory. That way you can restore the
	default setup by removing the respective files from your personal
	gimp directory.
2003-11-04 21:58:39 +00:00
Ville Pätsi 723467ae38 gimp.spec.in: Now installs desktop files 2003-11-04 18:25:13 +00:00
Marco Ciampa 269a6080e1 Updated italian translation. 2003-11-04 18:18:42 +00:00
Michael Natterer 84c37e4ab4 cursors/dropper.xbm moved the dropper cursor some pixels to the bottom
2003-11-04  Michael Natterer  <mitch@gimp.org>

	* cursors/dropper.xbm
	* cursors/dropper_mask.xbm: moved the dropper cursor some pixels
	to the bottom left corner so it can be used together with the FG
	and BG cursor modifiers.

	* cursors/gimp-tool-cursors.xcf: changed accordingly.
2003-11-04 10:18:13 +00:00
Vincent van Adrighem 7ab854c634 Dutch translation updated by Vincent van Adrighem.
2003-11-04   Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Dutch translation updated by Vincent van Adrighem.
2003-11-04 00:47:31 +00:00
Michael Natterer 481d42d536 added static "the_dnd_gimp" variable and don't use the global "the_gimp"
2003-11-04  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdnd.[ch]: added static "the_dnd_gimp" variable
	and don't use the global "the_gimp" any more.
	Added gimp_dnd_init() to let the DND system know about the GUI's
	Gimp instance.

	* app/gui/gui.c (gui_init): call gimp_dnd_init().

	* app/app_procs.h: changed the #warning about including
	"app_procs.h" to an #error, like the other headers in app/ do.
2003-11-03 23:24:32 +00:00
Marco Ciampa d6774d0b63 Updated italian translation. 2003-11-03 23:22:07 +00:00
Marco Ciampa 6f840d364c Updated italian translation. 2003-11-03 22:15:06 +00:00
Manish Singh d049af91e6 use recommended freetype include system of #include <ft2build.h> and
2003-11-03  Manish Singh  <yosh@gimp.org>

        * app/text/gimptext-vectors.c: use recommended freetype include
        system of #include <ft2build.h> and #include FT_GLYPH_H things.
2003-11-03 22:01:22 +00:00
Michael Natterer 942c85d77e added -DGTK_MULTIHEAD_SAFE to CPPFLAGS.
2003-11-03  Michael Natterer  <mitch@gimp.org>

	* configure.in: added -DGTK_MULTIHEAD_SAFE to CPPFLAGS.
2003-11-03 16:09:56 +00:00
Marco Ciampa ba19ffe9a2 Updated italian translation. 2003-11-03 13:02:47 +00:00
Miloslav Trmac 84a60ff5fb Update Czech translation 2003-11-03 11:43:11 +00:00
Sven Neumann bade351a54 bumped version to 1.3.23. Changed the check for GTK+ version 2.3.0 to give
2003-11-03  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 1.3.23. Changed the check for
	GTK+ version 2.3.0 to give a less confusing output.
2003-11-03 11:16:21 +00:00
Henrik Brix Andersen 75d3fb4d8e reverted Svens change (which increased vertical spacing) to make the
2003-11-03 Henrik Brix Andersen <brix@gimp.org>

* app/gui/preferences-dialog.c: reverted Svens change (which
increased vertical spacing) to make the spacing in the preferences
dialog consistent.
2003-11-03 09:04:41 +00:00
Christian Rose 68f6e2ead4 Updated Swedish translation.
2003-11-03  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-11-03 08:44:46 +00:00
Sven Neumann b93eda32d7 Made 1.3.22 release.
2003-11-03  Sven Neumann  <sven@gimp.org>

        * Made 1.3.22 release.
2003-11-03 01:10:58 +00:00
Sven Neumann 1ed2233650 update the histogram on "invalidate_preview" instead of "update" because
2003-11-03  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimphistogrameditor.c: update the histogram on
	"invalidate_preview" instead of "update" because the paint core
	doesn't call gimp_drawable_update().
2003-11-02 23:31:26 +00:00
Sven Neumann 5d32ce9cd3 libgimp/gimpbrushmenu.c added mnenonic for "Browse...".
2003-11-02  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpbrushmenu.c
	* libgimp/gimppatternmenu.c: added mnenonic for "Browse...".
2003-11-02 18:59:55 +00:00
Sven Neumann 5795f10ad3 rewritten to use pkg-config instead of gimptool; closely modeled after
2003-11-02  Sven Neumann  <sven@gimp.org>

	* m4macros/gimp-2.0.m4: rewritten to use pkg-config instead of
	gimptool; closely modeled after gtk-2.0.m4.
2003-11-02 18:49:41 +00:00
Miloslav Trmac d521088856 Update Czech translation 2003-11-02 18:42:38 +00:00
Sven Neumann a326026678 added gimpdatadir and gimplibdir variables.
2003-11-02  Sven Neumann  <sven@gimp.org>

	* gimp-1.3.pc.in: added gimpdatadir and gimplibdir variables.
2003-11-02 18:02:40 +00:00
Sven Neumann 2e885de4e8 libgimp/gimpbrushmenu.c use "Browse..." instead of "..." (bug #120600).
2003-11-02  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpbrushmenu.c
	* libgimp/gimppatternmenu.c: use "Browse..." instead of "..."
	(bug #120600).
2003-11-02 17:28:56 +00:00
Sven Neumann 1c35fcf208 handle gamma settings in PNG files using the "gamma" parasite (see bug
2003-11-02  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/png.c: handle gamma settings in PNG files using
	the "gamma" parasite (see bug #120031).
2003-11-02 16:52:26 +00:00
Sven Neumann 0fd119e892 app/widgets/gimpdock.c draw the separators in normal color but make the
2003-11-02  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdock.c
	* etc/gtkrc_user: draw the separators in normal color but make the
	DND highlight use the bg color of the selected state.
2003-11-02 13:57:09 +00:00
Danilo Šegan 020c343163 Updated Serbian translation.
2003-11-02  Danilo Šegan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.
2003-11-02 04:48:33 +00:00
Sven Neumann fcc00c1def set a hand cursor on the title area to indicate that the dockable can be
2003-11-02  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdockable.c (gimp_dockable_realize): set a hand
	cursor on the title area to indicate that the dockable can be
	dragged here.
2003-11-02 00:50:57 +00:00