updates for 1.3.7 release.

Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>

        * NEWS: updates for 1.3.7 release.

Tue Sep  4 03:09:52 2001  Tim Janik  <timj@gtk.org>

        * gdk-pixbuf-csource.1: new file, manual page for
        the publically installed gdk-pixbuf-csource utility.
This commit is contained in:
Tim Janik 2001-09-04 01:10:11 +00:00 committed by Tim Janik
parent 43405a3d77
commit f4ab7aa5eb
17 changed files with 199 additions and 40 deletions

View File

@ -1,3 +1,7 @@
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):

View File

@ -1,3 +1,7 @@
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):

View File

@ -1,3 +1,7 @@
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):

View File

@ -1,3 +1,7 @@
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):

View File

@ -1,3 +1,7 @@
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):

View File

@ -1,3 +1,7 @@
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):

View File

@ -1,3 +1,7 @@
Tue Sep 4 03:12:25 2001 Tim Janik <timj@gtk.org>
* NEWS: updates for 1.3.7 release.
Mon Sep 3 18:03:56 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):

26
NEWS
View File

@ -1,3 +1,29 @@
Overview of Changes in GTK+ 1.3.7
* Many Pixbuf (loader) improvements
* Added publically installed utility gdk-pixbuf-csource to generate
inlined pixbufs in C source code
* New/improved stock icons
* Code and API rework for window resizing
* Converted accel groups to GObject
* More property support improvements
* Disentangled child visability from MAPPED state
* Plug/Socket improvements and port to the XEMBED protocol
* Added priorities for styles in RC files
* Made GdkVisual and GdkDevice GObjects
* Key binding improvements
* Added GtkWidget::event-after signal since normal event handling
is now aborted as soon as a handler returned TRUE
* Dnd fixes and improved icon support
* Removed GtkPacker widget
* Nuked remaining GtkArg cruft, implemented container/child
properties
* Added sorting/eordering for tree view
* Added window grab groups
* Many frame buffer improvements
* Many UTF8/locale fixes
* Miscellaneous bug and API fixes
Overview of Changes in GTK+ 1.3.6
=================================

View File

@ -384,6 +384,15 @@ Use to get the value of a GtkArg whose GtkType is GTK_TYPE_C_FOREIGN
@a:
<!-- ##### USER_FUNCTION GValueCompareFunc ##### -->
<para>
</para>
@a:
@b:
@Returns:
<!-- ##### ARG GtkAccelLabel:accel-widget ##### -->
<para>
The widget whose accelerators are to be shown by the #GtkAccelLabel.
@ -2068,6 +2077,15 @@ Creates a border around the arrows of a #GtkSpinButton. The type of border is de
@Returns:
<!-- ##### FUNCTION gtk_text_buffer_paste_primary ##### -->
<para>
</para>
@buffer:
@override_location:
@default_editable:
<!-- ##### FUNCTION gtk_text_iter_reorder ##### -->
<para>
@ -2345,6 +2363,14 @@ fundamental type.
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_get_resizeable ##### -->
<para>
</para>
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_set_decorations_hint ##### -->
<para>
@ -2361,3 +2387,12 @@ fundamental type.
@window:
@functions:
<!-- ##### FUNCTION gtk_window_set_resizeable ##### -->
<para>
</para>
@window:
@setting:
@resizeable:

View File

@ -495,6 +495,7 @@ This can later be composited together with other
#GtkRcStyle structures to form a #GtkStyle.
</para>
@parent_instance:
@name:
@bg_pixmap_name:
@font_desc:

View File

@ -531,6 +531,8 @@ types related to the text widget and how they work together.
</para>
@buffer:
@clipboard:
@override_location:
@default_editable:
<!-- # Unused Parameters # -->
@time:
@ -543,6 +545,7 @@ types related to the text widget and how they work together.
</para>
@buffer:
@clipboard:
<!-- ##### FUNCTION gtk_text_buffer_cut_clipboard ##### -->
@ -551,16 +554,7 @@ types related to the text widget and how they work together.
</para>
@buffer:
@default_editable:
<!-- ##### FUNCTION gtk_text_buffer_paste_primary ##### -->
<para>
</para>
@buffer:
@override_location:
@clipboard:
@default_editable:

View File

@ -21,16 +21,6 @@ GtkTreeModelSort
@parent:
<!-- ##### USER_FUNCTION GValueCompareFunc ##### -->
<para>
</para>
@a:
@b:
@Returns:
<!-- ##### FUNCTION gtk_tree_model_sort_new ##### -->
<para>

View File

@ -28,6 +28,9 @@ GtkTreeStore
@sort_list:
@order:
@column_headers:
@default_sort_func:
@default_sort_data:
@default_sort_destroy:
<!-- ##### FUNCTION gtk_tree_store_new ##### -->
<para>

View File

@ -128,26 +128,6 @@ the child gets a larger allocation than it requests.
it's larger
<!-- ##### FUNCTION gtk_window_set_resizeable ##### -->
<para>
</para>
@window:
@setting:
<!-- # Unused Parameters # -->
@resizeable:
<!-- ##### FUNCTION gtk_window_get_resizeable ##### -->
<para>
</para>
@window:
@Returns:
<!-- ##### FUNCTION gtk_window_add_accel_group ##### -->
<para>

View File

@ -1,3 +1,8 @@
Tue Sep 4 03:09:52 2001 Tim Janik <timj@gtk.org>
* gdk-pixbuf-csource.1: new file, manual page for
the publically installed gdk-pixbuf-csource utility.
Thu Aug 30 08:30:03 2001 Matthias Clasen <matthiasc@poet.de>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Propagate

View File

@ -201,6 +201,12 @@ bin_PROGRAMS = gdk-pixbuf-csource
gdk_pixbuf_csource_SOURCES = gdk-pixbuf-csource.c
gdk_pixbuf_csource_LDADD = $(LDADDS)
#
# manual pages to install
#
man_MANS = gdk-pixbuf-csource.1
EXTRA_DIST += gdk-pixbuf-csource.1
#
# The GdkPixBuf library

View File

@ -0,0 +1,91 @@
.TH GDK-PIXBUF-CSOURCE 1 "04 Sep 2001"
.SH NAME
gdk-pixbuf-csource \- C code generation utility for GdkPixbuf images
.SH SYNOPSIS
\fBgdk-pixbuf-csource\fP [\fIoptions\fP] [\fIimage\fP]
.br
\fBgdk-pixbuf-csource\fP [\fIoptions\fP] \fI--build-list\fP [[\fIname image\fP]...]
.SH DESCRIPTION
\fBgdk-pixbuf-csource\fP is a small utility that generates C code containing
images, usefull for compiling images directly into programs.
.SH INVOCATION
\fBgdk-pixbuf-csource\fP either takes as input one image file name to generate code
for, or, using the \fI--build-list\fP option, a list of (\fIname\fP, \fIimage\fP)
pairs to generate code for a list of images into named variables.
.SS Options
.TP
\fI--stream
Generate pixbuf data stream (a single string containing a serialized
GdkPixdata structure in network byte order).
.TP
\fI--struct
Generate GdkPixdata structure (needs the GdkPixdata structure definition from
gdk-pixdata.h).
.TP
\fI--macros
Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and
*_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image.
.TP
\fI--rle
Enables run length encoding for the generated pixel data (default).
.TP
\fI--raw
Disables run length encoding for the generated pixel data (default).
.TP
\fI--extern
Generate extern symbols.
.TP
\fI--static
Generate static symbols (default).
.TP
\fI--decoder
Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition
to decode run-length encoded image data.
.TP
\fI--name=identifier
Specifies the identifier name (prefix) for the generated variable or
macros (usefull only if \fI--build-list\fP was not specified).
.TP
\fI--build-list
Enables (\fIname\fP, \fIimage\fP) pair parsing mode.
.TP
\fI-h, --help\fP
Print brief help and exit.
.TP
\fI-v, --version\fP
Print version and exit.
.TP
\fI--g-fatal-warnings
Make warnings fatal (causes the program to abort).
.PP
.SH SEE ALSO
The \fIGdkPixbuf\fP documentation, shipped with the \fIGtk+\fP distribution,
available from \fIhttp://www.gtk.org\fP.
.SH BUGS
None known yet.
.SH AUTHOR
.B gdk-pixbuf-csource
was written by Tim Janik <timj@gtk.org>.
.PP
This manual page was provided by Tim Janik <timj@gtk.org>.