mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
2.9.3
This commit is contained in:
parent
0f2f7dd874
commit
f57bc65191
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
||||
* NEWS: Updates
|
||||
|
||||
* gtk/gtk.symbols: Add gtk_tree_view_grid_lines_get_type.
|
||||
|
||||
* configure.in: Set interface age to 0
|
||||
|
||||
2006-06-12 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
Introduce grid and tree lines in GtkTreeView. (#106406,
|
||||
|
@ -1,3 +1,13 @@
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
||||
* NEWS: Updates
|
||||
|
||||
* gtk/gtk.symbols: Add gtk_tree_view_grid_lines_get_type.
|
||||
|
||||
* configure.in: Set interface age to 0
|
||||
|
||||
2006-06-12 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
Introduce grid and tree lines in GtkTreeView. (#106406,
|
||||
|
4
INSTALL
4
INSTALL
@ -18,8 +18,8 @@ GTK+ requires the following packages:
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd gtk+-2.9.2.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-2.9.2 # change to the toplevel directory
|
||||
% gzip -cd gtk+-2.9.3.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-2.9.3 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GTK
|
||||
[ Become root if necessary ]
|
||||
|
5
NEWS
5
NEWS
@ -11,6 +11,9 @@ Overview of Changes from GTK+ 2.9.2 to 2.9.3
|
||||
- Add a destroy notify to
|
||||
gtk_notebook_set_window_creation_hook.
|
||||
|
||||
* GtkTreeView:
|
||||
- Support grid lines
|
||||
|
||||
* GtkRange:
|
||||
- Add a number of new stle properties which allow more
|
||||
fexible stepper theming
|
||||
@ -63,7 +66,7 @@ Overview of Changes from GTK+ 2.9.2 to 2.9.3
|
||||
gtk_recent_chooser_menu_new_for_manager should
|
||||
allow NULL manager arg
|
||||
|
||||
* Updated translations (es,fi,ko,th,wa)
|
||||
* Updated translations (es,fi,gu,ko,th,wa)
|
||||
|
||||
|
||||
Overview of Changes from GTK+ 2.9.1 to 2.9.2
|
||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GTK+ version 2.9.2. GTK+ is a multi-platform toolkit for
|
||||
This is GTK+ version 2.9.3. 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.
|
||||
|
@ -15,7 +15,7 @@ m4_define([gtk_minor_version], [9])
|
||||
m4_define([gtk_micro_version], [3])
|
||||
m4_define([gtk_version],
|
||||
[gtk_major_version.gtk_minor_version.gtk_micro_version])
|
||||
m4_define([gtk_interface_age], [1])
|
||||
m4_define([gtk_interface_age], [0])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
# This is the X.Y used in -lgtk-FOO-X.Y
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
||||
2006-06-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.2 ===
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
||||
2006-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkprintunixdialog.sgml: Document resonses used
|
||||
|
@ -378,14 +378,6 @@ 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>
|
||||
|
||||
|
@ -98,7 +98,6 @@ will be a popup menu allowing the users to switch pages.
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
@:
|
||||
@Param3:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::select-page ##### -->
|
||||
@ -712,5 +711,6 @@ If the function returns %NULL, the drag will be cancelled.
|
||||
|
||||
@func:
|
||||
@data:
|
||||
@destroy:
|
||||
|
||||
|
||||
|
@ -101,6 +101,17 @@ Printing support was added in GTK+ 2.10.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_print_context_set_cairo_context ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@cr:
|
||||
@dpi_x:
|
||||
@dpi_y:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_print_context_get_page_setup ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -43,6 +43,16 @@ Printing support was added in GTK+ 2.10.
|
||||
@printer: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkPrinter:accepts-pdf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPrinter:accepts-ps ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPrinter:backend ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -188,6 +188,11 @@ Printing support was added in GTK+ 2.10.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPrintOperation:export-filename ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPrintOperation:job-name ##### -->
|
||||
<para>
|
||||
|
||||
@ -198,11 +203,6 @@ Printing support was added in GTK+ 2.10.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPrintOperation:export-filename ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPrintOperation:print-settings ##### -->
|
||||
<para>
|
||||
|
||||
@ -324,7 +324,7 @@ The #GQuark used for #GtkPrintError errors.
|
||||
</para>
|
||||
|
||||
@op:
|
||||
@Returns:
|
||||
@error:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_print_operation_set_default_page_setup ##### -->
|
||||
@ -497,7 +497,7 @@ The #GQuark used for #GtkPrintError errors.
|
||||
</para>
|
||||
|
||||
@op:
|
||||
@Returns:
|
||||
@error:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_print_run_page_setup_dialog ##### -->
|
||||
|
@ -166,6 +166,7 @@ Printing support was added in GTK+ 2.10.
|
||||
@GTK_PRINT_CAPABILITY_COLLATE:
|
||||
@GTK_PRINT_CAPABILITY_REVERSE:
|
||||
@GTK_PRINT_CAPABILITY_SCALE:
|
||||
@GTK_PRINT_CAPABILITY_GENERATE_PDF:
|
||||
|
||||
<!-- ##### FUNCTION gtk_print_unix_dialog_set_manual_capabilities ##### -->
|
||||
<para>
|
||||
|
@ -118,6 +118,16 @@ Emitted when the range value changes.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:trough-side-details ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkRange:trough-under-steppers ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_range_get_adjustment ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -703,6 +703,15 @@ 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.
|
||||
|
@ -87,7 +87,6 @@ accessed through the function described below.
|
||||
|
||||
@toolbar: the object which received the signal.
|
||||
@Returns:
|
||||
@:
|
||||
@Returns:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
@ -144,6 +144,7 @@ particularly efficient operation.
|
||||
@filter:
|
||||
@filter_iter:
|
||||
@child_iter:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_model_filter_convert_iter_to_child_iter ##### -->
|
||||
|
@ -170,11 +170,21 @@ they work together.
|
||||
@treeview: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GtkTreeView:enable-grid-lines ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:enable-search ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:enable-tree-lines ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:expander-column ##### -->
|
||||
<para>
|
||||
|
||||
@ -265,6 +275,16 @@ they work together.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:grid-line-pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:grid-line-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:horizontal-separator ##### -->
|
||||
<para>
|
||||
|
||||
@ -285,6 +305,16 @@ they work together.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:tree-line-pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:tree-line-width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkTreeView:vertical-separator ##### -->
|
||||
<para>
|
||||
|
||||
@ -1149,3 +1179,21 @@ returns.
|
||||
@destroy:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_get_rubber_banding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_view:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_set_rubber_banding ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_view:
|
||||
@enable:
|
||||
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
||||
2006-06-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.2 ===
|
||||
|
@ -308,6 +308,7 @@ gtk_preview_type_get_type G_GNUC_CONST
|
||||
gtk_print_duplex_get_type G_GNUC_CONST
|
||||
gtk_print_error_get_type G_GNUC_CONST
|
||||
gtk_recent_filter_flags_get_type G_GNUC_CONST
|
||||
gtk_print_operation_action_get_type G_GNUC_CONST
|
||||
gtk_private_flags_get_type G_GNUC_CONST
|
||||
gtk_progress_bar_orientation_get_type G_GNUC_CONST
|
||||
gtk_progress_bar_style_get_type G_GNUC_CONST
|
||||
@ -339,6 +340,7 @@ gtk_text_search_flags_get_type G_GNUC_CONST
|
||||
gtk_text_window_type_get_type G_GNUC_CONST
|
||||
gtk_tree_model_flags_get_type G_GNUC_CONST
|
||||
gtk_tree_view_mode_get_type G_GNUC_CONST
|
||||
gtk_tree_view_grid_lines_get_type G_GNUC_CONST
|
||||
gtk_update_type_get_type G_GNUC_CONST
|
||||
gtk_visibility_get_type G_GNUC_CONST
|
||||
gtk_object_flags_get_type G_GNUC_CONST
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
||||
2006-06-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.2 ===
|
||||
|
@ -1,3 +1,7 @@
|
||||
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.3 ===
|
||||
|
||||
2006-06-12 Ankit Patel <ankit644@yahoo.com>
|
||||
|
||||
* gu.po: Updated Gujarati Translations.
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2960
po-properties/es.po
2960
po-properties/es.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3110
po-properties/gu.po
3110
po-properties/gu.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2940
po-properties/ko.po
2940
po-properties/ko.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3166
po-properties/ta.po
3166
po-properties/ta.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user