Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
62bf624d
Commit
62bf624d
authored
May 17, 2006
by
Matthias Clasen
Browse files
2.9.1
parent
4f10699d
Changes
191
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
62bf624d
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ====
* configure.in: Reset interface age
* NEWS: Updates
...
...
ChangeLog.pre-2-10
View file @
62bf624d
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ====
* configure.in: Reset interface age
* NEWS: Updates
...
...
INSTALL
View file @
62bf624d
...
...
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.9.
0
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.
0
# change to the toplevel directory
% gzip -cd gtk+-2.9.
1
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.9.
1
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]
...
...
README
View file @
62bf624d
General Information
===================
This is GTK+ version 2.9.
0
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.9.
1
. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
62bf624d
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ====
2006-05-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.0 ===
...
...
docs/reference/ChangeLog
View file @
62bf624d
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ====
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkstock.sgml:
...
...
docs/reference/gtk/tmpl/gtk-unused.sgml
View file @
62bf624d
...
...
@@ -336,6 +336,12 @@ Turns off certain object flags. (Private)
@obj: the object to affect.
@flag: the flags to unset.
<!-- ##### MACRO GTK_PRINT_SETTINGS_NUM_COPIES ##### -->
<para>
</para>
<!-- ##### MACRO GTK_STOCK_BUTTON_APPLY ##### -->
<para>
...
...
@@ -372,6 +378,14 @@ Turns off certain object flags. (Private)
</para>
<!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT ##### -->
<para>
The "Reverse Portrait Orientation" item.
<inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.10
<!-- ##### MACRO GTK_TIPS_QUERY ##### -->
<para>
...
...
@@ -1126,6 +1140,12 @@ after other user handlers and the default handler.
@user_data:
@seq_id:
<!-- ##### ARG GtkPrintOperation:number-of-pages ##### -->
<para>
</para>
<!-- ##### ENUM GtkPrivateFlags ##### -->
<para>
...
...
@@ -2777,6 +2797,30 @@ Set the the handle size to @size x @size pixels.
@pspec:
@pattern:
<!-- ##### FUNCTION gtk_print_operation_set_nr_of_pages ##### -->
<para>
</para>
@op:
@n_pages:
<!-- ##### FUNCTION gtk_print_settings_get_num_copies ##### -->
<para>
</para>
@settings:
@Returns:
<!-- ##### FUNCTION gtk_print_settings_set_num_copies ##### -->
<para>
</para>
@settings:
@num_copies:
<!-- ##### FUNCTION gtk_rc_init ##### -->
<para>
Internal function.
...
...
docs/reference/gtk/tmpl/gtkmessagedialog.sgml
View file @
62bf624d
...
...
@@ -71,6 +71,11 @@ You might do a non-modal #GtkMessageDialog as follows:
</para>
<!-- ##### ARG GtkMessageDialog:image ##### -->
<para>
</para>
<!-- ##### ARG GtkMessageDialog:message-type ##### -->
<para>
...
...
@@ -115,6 +120,7 @@ The type of message being displayed in the dialog.
@GTK_MESSAGE_WARNING: Nonfatal warning message
@GTK_MESSAGE_QUESTION: Question requiring a choice
@GTK_MESSAGE_ERROR: Fatal error message
@GTK_MESSAGE_OTHER:
<!-- ##### ENUM GtkButtonsType ##### -->
<para>
...
...
@@ -167,6 +173,15 @@ then call gtk_dialog_add_buttons().
@str:
<!-- ##### FUNCTION gtk_message_dialog_set_image ##### -->
<para>
</para>
@dialog:
@image:
<!-- ##### FUNCTION gtk_message_dialog_format_secondary_text ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtknotebook.sgml
View file @
62bf624d
...
...
@@ -101,6 +101,7 @@ will be a popup menu allowing the users to switch pages.
@:
@:
@:
@:
@:
<!-- ##### SIGNAL GtkNotebook::select-page ##### -->
...
...
@@ -216,6 +217,11 @@ Emitted when the user or a function changes the current page.
</para>
<!-- ##### ARG GtkNotebook:arrow-spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkNotebook:has-backward-stepper ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkprintoperation.sgml
View file @
62bf624d
...
...
@@ -138,7 +138,7 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrintOperation:n
umber-of
-pages ##### -->
<!-- ##### ARG GtkPrintOperation:n-pages ##### -->
<para>
</para>
...
...
@@ -168,6 +168,11 @@ Printing support was added in GTK+ 2.10.
</para>
<!-- ##### ARG GtkPrintOperation:track-print-status ##### -->
<para>
</para>
<!-- ##### ARG GtkPrintOperation:unit ##### -->
<para>
...
...
@@ -271,15 +276,6 @@ The #GQuark used for #GtkPrintError errors.
@job_name:
<!-- ##### FUNCTION gtk_print_operation_set_nr_of_pages ##### -->
<para>
</para>
@op:
@n_pages:
<!-- ##### FUNCTION gtk_print_operation_set_current_page ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkprintsettings.sgml
View file @
62bf624d
...
...
@@ -502,31 +502,6 @@ Printing support was added in GTK+ 2.10.
@quality:
<!-- ##### MACRO GTK_PRINT_SETTINGS_NUM_COPIES ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_print_settings_get_num_copies ##### -->
<para>
</para>
@settings:
@Returns:
<!-- ##### FUNCTION gtk_print_settings_set_num_copies ##### -->
<para>
</para>
@settings:
@num_copies:
<!-- ##### MACRO GTK_PRINT_SETTINGS_NUMBER_UP ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkrecentmanager.sgml
View file @
62bf624d
...
...
@@ -120,7 +120,6 @@ The #GQuark used for #GtkRecentManagerError errors.
@GTK_RECENT_MANAGER_ERROR_NOT_FOUND:
@GTK_RECENT_MANAGER_ERROR_INVALID_URI:
@GTK_RECENT_MANAGER_ERROR_INVALID_MIME:
@GTK_RECENT_MANAGER_ERROR_INVALID_ENCODING:
@GTK_RECENT_MANAGER_ERROR_NOT_REGISTERED:
@GTK_RECENT_MANAGER_ERROR_READ:
...
...
docs/reference/gtk/tmpl/gtkstock.sgml
View file @
62bf624d
...
...
@@ -703,15 +703,6 @@ The "Reverse Landscape Orientation" item.
@Since: 2.10
<!-- ##### MACRO GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT ##### -->
<para>
The "Reverse Portrait Orientation" item.
<inlinegraphic fileref="gtk-orientation-reverse-portrait.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.10
<!-- ##### MACRO GTK_STOCK_PASTE ##### -->
<para>
The "Paste" item.
...
...
docs/reference/gtk/tmpl/gtktextbuffer.sgml
View file @
62bf624d
...
...
@@ -139,6 +139,11 @@ types related to the text widget and how they work together.
</para>
<!-- ##### ARG GtkTextBuffer:cursor-position ##### -->
<para>
</para>
<!-- ##### ARG GtkTextBuffer:has-selection ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtktoolbar.sgml
View file @
62bf624d
...
...
@@ -152,6 +152,11 @@ accessed through the function described below.
</para>
<!-- ##### ARG GtkToolbar:max-child-expand ##### -->
<para>
</para>
<!-- ##### ARG GtkToolbar:shadow-type ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkwidget.sgml
View file @
62bf624d
...
...
@@ -725,6 +725,16 @@ a widget changes from un-anchored to anchored or vice-versa.
</para>
<!-- ##### ARG GtkWidget:scroll-arrow-hlength ##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:scroll-arrow-vlength ##### -->
<para>
</para>
<!-- ##### ARG GtkWidget:secondary-cursor-color ##### -->
<para>
...
...
docs/reference/gtk/tmpl/gtkwindow.sgml
View file @
62bf624d
...
...
@@ -174,6 +174,11 @@ Toplevel which can contain other widgets
</para>
<!-- ##### ARG GtkWindow:transient-for ##### -->
<para>
</para>
<!-- ##### ARG GtkWindow:type ##### -->
<para>
...
...
gdk-pixbuf/ChangeLog
View file @
62bf624d
2006
-
05
-
16
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.9.1
====
2006
-
05
-
04
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.9.0
===
...
...
gtk/xdgmime/ChangeLog
View file @
62bf624d
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ====
2006-05-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.0 ===
...
...
po-properties/ChangeLog
View file @
62bf624d
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ====
2006-05-16 Ankit Patel <ankit644@yahoo.com>
* gu.po: Updated Gujarati Translations.
...
...
Prev
1
2
3
4
5
…
10
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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