Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
0204bd1c
Commit
0204bd1c
authored
Nov 18, 2000
by
Owen Taylor
Browse files
Nov 17 20:14:20 2000 Owen Taylor <otaylor@redhat.com>
* Released 1.3.2 * NEWS: Updates for 1.3.2
parent
f12db85a
Changes
50
Hide whitespace changes
Inline
Side-by-side
docs/faq/Makefile.am
View file @
0204bd1c
...
...
@@ -25,7 +25,7 @@ faq: htmldir textdir
sgml2txt gtkfaq.sgml
;
\
mv
gtkfaq.txt text/
)
EXTRA_DIST
+=
gtkfaq.sgml
EXTRA_DIST
+=
gtkfaq.sgml
gtk-faq.sgml
if
HAVE_SGML2HTML
dist-hook
:
faq
...
...
docs/reference/ChangeLog
View file @
0204bd1c
Fri Nov 17 17:31:30 2000 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (content_files): Add a couple
of files.
Mon Nov 13 16:58:43 2000 Owen Taylor <otaylor@redhat.com>
* {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before
...
...
docs/reference/gdk-pixbuf/Makefile.am
View file @
0204bd1c
...
...
@@ -54,6 +54,7 @@ content_files = \
TARGET_DIR
=
$(HTML_DIR)
/
$(DOC_MODULE)
EXTRA_DIST
=
\
$(DOC_MODULE)
.types
\
$(DOC_MAIN_SGML_FILE)
\
$(content_files)
\
$(DOC_MODULE)
-sections
.txt
\
...
...
docs/reference/gdk-pixbuf/gdk-pixbuf.types
View file @
0204bd1c
#include <gnome.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gdk-pixbuf-loader.h>
#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
gdk_pixbuf_loader_get_type
gnome_canvas_pixbuf_get_type
docs/reference/gtk/Makefile.am
View file @
0204bd1c
...
...
@@ -68,7 +68,8 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
content_files
=
\
objects_grouped.sgml
\
text_widget.sgml
text_widget.sgml
\
tree_widget.sgml
####################################
# Everything below here is generic #
...
...
@@ -77,6 +78,7 @@ content_files = \
TARGET_DIR
=
$(HTML_DIR)
/
$(DOC_MODULE)
EXTRA_DIST
=
\
$(DOC_MODULE)
.types
\
$(DOC_MAIN_SGML_FILE)
\
$(content_files)
\
$(DOC_MODULE)
-sections
.txt
\
...
...
docs/tutorial/Makefile.am
View file @
0204bd1c
...
...
@@ -129,9 +129,16 @@ EXTRA_DIST += \
gtk_tut_it.sgml
\
gtk_tut_fr.sgml
\
gtk_tut_packbox1.gif
\
gtk_tut_packbox1.eps
\
gtk_tut_packbox1.jpg
\
gtk_tut_packbox2.gif
\
gtk_tut_packbox2.eps
\
gtk_tut_packbox2.jpg
\
gtk_tut_table.gif
\
package_tutorial.sh
gtk_tut_table.eps
\
gtk_tut_table.jpg
\
package_tutorial.sh
\
package-db-tutorial.sh
if
HAVE_SGML2HTML
dist-hook
:
tutorial tutorial_it tutorial_fr
...
...
gdk-pixbuf/ChangeLog
View file @
0204bd1c
...
...
@@ -242,8 +242,10 @@ Tue Nov 14 11:51:26 2000 Owen Taylor <otaylor@redhat.com>
2000-07-27 Elliot Lee <sopwith@redhat.com>
* gdk-pixbuf-io.h, gdk-pixbuf-io.c: Add gdk_pixbuf_get_named_module() function to facilitate above change
* io-wbmp.c, pixbufloader_wbmp.defs, gdk-pixbuf-io.c, Makefile: Implement loader for WBMP format.
* gdk-pixbuf-io.h, gdk-pixbuf-io.c: Add
gdk_pixbuf_get_named_module() function to facilitate above change
* io-wbmp.c, pixbufloader_wbmp.defs, gdk-pixbuf-io.c, Makefile:
Implement loader for WBMP format.
* io-bmp.c: Don'
t
malloc
a
temporary
buffer
-
use
stack
instead
.
2000
-
07
-
23
Tor
Lillqvist
<
tml
@
iki
.
fi
>
...
...
gdk/Makefile.am
View file @
0204bd1c
...
...
@@ -3,11 +3,11 @@
SUBDIRS
=
$(gdktarget)
DIST_SUBDIRS
=
linux-fb nanox win32 x11
EXTRA_DIST
=
\
gdkconfig.h.win32
\
gdk.def
\
makefile.mingw
\
makefile.mingw.in
\
EXTRA_DIST
=
\
gdkconfig.h.win32
\
gdk.def
\
makefile.mingw
\
makefile.mingw.in
\
makefile.msc
common_includes
=
@STRIP_BEGIN@
\
...
...
gdk/nanox/Makefile.am
View file @
0204bd1c
...
...
@@ -36,6 +36,7 @@ libgdk_nanox_la_SOURCES = \
gdkim-nanox.c
\
gdkimage-nanox.c
\
gdkinput.c
\
gdkinputprivate.h
\
gdkmain-nanox.c
\
gdkpixmap-nanox.c
\
gdkproperty-nanox.c
\
...
...
gdk/win32/Makefile.am
View file @
0204bd1c
...
...
@@ -8,15 +8,21 @@ EXTRA_DIST = \
gdkcursor-win32.c
\
gdkdnd-win32.c
\
gdkdrawable-win32.c
\
gdkdrawable-win32.h
\
gdkevents-win32.c
\
gdkfont-win32.c
\
gdkgc-win32.c
\
gdkgeometry-win32.c
\
gdkglobals-win32.c
\
gdkim-win32.c
\
gdkimage-win32.c
\
gdkinput.c
\
gdkinput-win32.c
\
gdkinput-win32.h
\
gdkmain-win32.c
\
gdkpango-win32.c
\
gdkpixmap-win32.c
\
gdkpixmap-win32.h
\
gdkprivate-win32.h
\
gdkproperty-win32.c
\
gdkregion-win32.c
\
...
...
@@ -25,4 +31,5 @@ EXTRA_DIST = \
gdkwin32.h
\
gdkwin32id.c
\
gdkwindow-win32.c
\
gdkwindow-win32.h
\
surrogate-dimm.h
po/ca.po
View file @
0204bd1c
...
...
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 1999-11-18 21:11+01:00\n"
"Last-Translator: Softcatala <linux@softcatala.org>\n"
"Language-Team: linux-ca@chanae.alphanet.ch\n"
...
...
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "esborrar"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Pàgina %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s», línia %d"
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s»"
...
...
po/cs.po
View file @
0204bd1c
...
...
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 1999-10-04 14:50+02:00\n"
"Last-Translator: Stanislav Brabec <utx@k332.feld.cvut.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
...
...
@@ -275,9 +275,11 @@ msgid "clear"
msgstr "smazat"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -334,12 +336,12 @@ msgstr ""
msgid "Page %u"
msgstr "Strana %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Obrázek \"%s\" (řádek %d) nebyl nalezen v pixmap_path."
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Obrázek \"%s\" nebyl nalezen v pixmap_path."
...
...
po/da.po
View file @
0204bd1c
...
...
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 2000-11-03 17:14+01:00\n"
"Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n"
"Language-Team: Danish <sslug-locale@sslug.dk>\n"
...
...
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "ryd"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr "default:LTR"
...
...
@@ -329,12 +331,12 @@ msgstr "
msgid "Page %u"
msgstr "Side %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\" linje %d"
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\""
...
...
po/de.po
View file @
0204bd1c
...
...
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.9\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 2000-07-12 23:25+02:00\n"
"Last-Translator: Benedikt Roth <Benedikt.Roth@gmx.net>>\n"
"Language-Team: German <de@li.org>\n"
...
...
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "gelöscht"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -332,12 +334,12 @@ msgstr ""
msgid "Page %u"
msgstr "Seite %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kann Bilddatei in Pixmap-Pfad: \"%s\" nicht finden. Zeile %d"
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kann Bilddatei in Pixmap-Pfad: \"%s\" nicht finden"
...
...
po/el.po
View file @
0204bd1c
...
...
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.6\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 1999-10-22 22:43-0000\n"
"Last-Translator: Spiros Papadimitriou <spapadim+@cs.cmu.edu>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
...
...
@@ -325,9 +325,11 @@ msgid "clear"
msgstr "καθαρισμός"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -390,7 +392,7 @@ msgid "Page %u"
msgstr "Σελίδα %u"
#
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
...
...
@@ -398,7 +400,7 @@ msgstr ""
"\"%s\" line %d"
#
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
...
...
po/en@IPA.po
View file @
0204bd1c
...
...
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 2000-07-31 23:18+0100\n"
"Last-Translator: Robert Brady <rwb197@zepler.org>\n"
"Language-Team: \n"
...
...
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "kliə"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr "default:LTR"
...
...
@@ -332,13 +334,13 @@ msgstr "əupən"
msgid "Page %u"
msgstr "peɪdʒ %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"ʌneɪbəl tə ləʊkeɪt ɪmɪdʒ faɪl ɪn pixmap_path: \"%s\" laɪn %d"
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "ʌneɪbəl tu ləʊkeɪt ɪmɪdʒ faɪl ɪn pixmap_path: \"%s\""
...
...
po/en_GB.po
View file @
0204bd1c
...
...
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 2000-10-27 01:02+0100\n"
"Last-Translator: Robert Brady <rwb197@zepler.orgk\n"
"Language-Team: \n"
...
...
@@ -272,9 +272,11 @@ msgid "clear"
msgstr ""
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -328,12 +330,12 @@ msgstr ""
msgid "Page %u"
msgstr ""
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
...
...
po/es.po
View file @
0204bd1c
...
...
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 1999-02-07 17:37+0100\n"
"Last-Translator: Pablo Saratxaga <srtxg@chanae.alphanet.ch>\n"
"Language-Team: \n"
...
...
@@ -276,9 +276,11 @@ msgid "clear"
msgstr "limpiar"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -335,13 +337,13 @@ msgstr ""
msgid "Page %u"
msgstr "Página %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Imposible de encontrar un archivo imagen en pixmap_path: \"%s\" línea %d"
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Imposible de encontrar un archivo imagen en pixmap_path: \"%s\""
...
...
po/et.po
View file @
0204bd1c
...
...
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.6\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 1999-09-26 23:40+0300\n"
"Last-Translator: Lauris Kaplinski <lauris@ariman.ee>\n"
"Language-Team: Estonian\n"
...
...
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "kustuta"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Lehekülg %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ei leia pildifaili otsingurajalt 'pixmap_path': \"%s\" rida %d"
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ei leia pildifaili otsingurajalt 'pixmap_path': \"%s\""
...
...
po/eu.po
View file @
0204bd1c
...
...
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ VERSION\n"
"POT-Creation-Date: 2000-11-1
3
1
7:00
-0500\n"
"POT-Creation-Date: 2000-11-1
6
1
6:11
-0500\n"
"PO-Revision-Date: 1999-07-05 19:17+0200\n"
"Last-Translator: Joseba Bidaurrazaga van Dierdonck <gcpbivaj@lg.ehu.es>\n"
"Language-Team: euskare <linux-eu@chanae.alphanet.ch>\n"
...
...
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "garbitu"
#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: gtk/gtkmain.c:4
17
#: gtk/gtkmain.c:4
24
msgid "default:LTR"
msgstr ""
...
...
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Orria %u"
#: gtk/gtkrc.c:204
2
#: gtk/gtkrc.c:204
6
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Imaginaren fitxategia ezin aurkitu pixmap_path-en: \"%s\",%d lerroa"
#: gtk/gtkrc.c:204
5
#: gtk/gtkrc.c:204
9
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Imaginaren fitxategia ezin aurkitu pixmap_path-en: \"%s\""
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment