]> Pileus Git - ~andy/gtk/log
~andy/gtk
18 years agoUpdate for api changes.
Matthias Clasen [Thu, 8 Jun 2006 19:16:29 +0000 (19:16 +0000)]
Update for api changes.

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* tests/print-editor.c: Update for api changes.

18 years agoInclude gtkprintoperationpreview.h
Matthias Clasen [Thu, 8 Jun 2006 18:10:21 +0000 (18:10 +0000)]
Include gtkprintoperationpreview.h

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.h: Include gtkprintoperationpreview.h

18 years agoUse g_return_val_if_fail (#344288, Kazuki Iwamoto)
Matthias Clasen [Thu, 8 Jun 2006 18:08:36 +0000 (18:08 +0000)]
Use g_return_val_if_fail (#344288, Kazuki Iwamoto)

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperationpreview.c (gtk_print_operation_preview_is_selected):
Use g_return_val_if_fail (#344288, Kazuki Iwamoto)

18 years agoDon't include gtkprinter-private.h here.
Matthias Clasen [Thu, 8 Jun 2006 17:01:28 +0000 (17:01 +0000)]
Don't include gtkprinter-private.h here.

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintbackend.h: Don't include gtkprinter-private.h here.

* gtk/gtkprintunixdialog.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintjob.c:
* gtk/gtkprintbackend.c: Instead include it here.

* gtk/gtk.symbols:
* gtk/gtkprintoperation.h:
* gtk/gtkprintoperation.c: Rename pdf_target to export_filename.

18 years agoforgotten file
Matthias Clasen [Thu, 8 Jun 2006 16:53:26 +0000 (16:53 +0000)]
forgotten file

18 years agoUpdates
Matthias Clasen [Thu, 8 Jun 2006 16:40:31 +0000 (16:40 +0000)]
Updates

18 years agoReplace pdf_target by export_filename
Matthias Clasen [Thu, 8 Jun 2006 16:39:16 +0000 (16:39 +0000)]
Replace pdf_target by export_filename

18 years agoRename pdf_target to export_filename
Matthias Clasen [Thu, 8 Jun 2006 16:37:39 +0000 (16:37 +0000)]
Rename pdf_target to export_filename

18 years agoRemove GTK_PRINT_OPERATION_RESULT_PREVIEW.
Matthias Clasen [Thu, 8 Jun 2006 16:32:22 +0000 (16:32 +0000)]
Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.

18 years agoGet rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.
Matthias Clasen [Thu, 8 Jun 2006 16:30:51 +0000 (16:30 +0000)]
Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperation.h (GtkPrintOperationResult): Get
rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.

* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.c: Update all users.

18 years agoTypo.
Tor Lillqvist [Thu, 8 Jun 2006 15:01:19 +0000 (15:01 +0000)]
Typo.

18 years ago[WM_WINDOWPOSCHANGED] Replace identical code as in
Tor Lillqvist [Thu, 8 Jun 2006 15:00:25 +0000 (15:00 +0000)]
[WM_WINDOWPOSCHANGED] Replace identical code as in

2006-06-08  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkevents-win32.c (gdk_event_translate):
[WM_WINDOWPOSCHANGED] Replace identical code as in
handle_configure_event() with call to that function.
[WM_SIZING] Fix implementation of aspect ratio hints. (#344244)
The hints are for the geometry of the client area, not of the
window including decorations. Improve resizing behaviouor in the
presence of aspect hints, more in line with typical X window
managers.

18 years agoGive GtkToolButton the same treatment.
Matthias Clasen [Thu, 8 Jun 2006 13:59:34 +0000 (13:59 +0000)]
Give GtkToolButton the same treatment.

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktoolbutton.c (gtk_tool_button_style_set): Give
GtkToolButton the same treatment.

18 years agoFix a file name
Matthias Clasen [Thu, 8 Jun 2006 12:49:34 +0000 (12:49 +0000)]
Fix a file name

18 years agoDon't call construct_child here, since some apps make assumptions about
Matthias Clasen [Thu, 8 Jun 2006 12:47:05 +0000 (12:47 +0000)]
Don't call construct_child here, since some apps make assumptions about

2006-06-08  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkbutton.c (gtk_button_style_set): Don't call
        construct_child here, since some apps make assumptions
        about the lifecycle of the constructed label.

18 years agoFix up unix fallout from previous change.
Alexander Larsson [Thu, 8 Jun 2006 09:18:38 +0000 (09:18 +0000)]
Fix up unix fallout from previous change.

2006-06-08  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkprintoperation-unix.c (finish_print):
Fix up unix fallout from previous change.

18 years agoUpdate windows to build with new APIs and first cut at preview work.
Alexander Larsson [Thu, 8 Jun 2006 09:09:50 +0000 (09:09 +0000)]
Update windows to build with new APIs and first cut at preview work.

2006-06-08  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkprintoperation-win32.c:
Update windows to build with new APIs and first cut
at preview work.

* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.c
Various updates needed when making the preview work on win32.

* tests/print-editor.c:
Print, don't preview.

18 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Thu, 8 Jun 2006 04:32:19 +0000 (04:32 +0000)]
Updated Gujarati Translations

18 years agomake it compile
Matthias Clasen [Thu, 8 Jun 2006 04:10:09 +0000 (04:10 +0000)]
make it compile

18 years agoAdjust Delete insensitivity
Matthias Clasen [Thu, 8 Jun 2006 03:51:21 +0000 (03:51 +0000)]
Adjust Delete insensitivity

18 years agoAdditions
Matthias Clasen [Thu, 8 Jun 2006 03:47:29 +0000 (03:47 +0000)]
Additions

18 years agoAdd more docs, cleanups
Matthias Clasen [Thu, 8 Jun 2006 03:25:28 +0000 (03:25 +0000)]
Add more docs, cleanups

18 years agoAdd some docs.
Matthias Clasen [Thu, 8 Jun 2006 01:25:43 +0000 (01:25 +0000)]
Add some docs.

2006-06-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperation.c: Add some docs.

* gtk/gtk.symbols: Add gtk_print_operation_set_allow_async.

* gtk/gtkprintoperation.h: Remove gtk_print_operation_run_async.

18 years agoUpdate callers
Matthias Clasen [Thu, 8 Jun 2006 01:08:16 +0000 (01:08 +0000)]
Update callers

18 years agoAdd a destroy notify for the callback data. (#344209, Murray Cumming)
Matthias Clasen [Thu, 8 Jun 2006 00:17:00 +0000 (00:17 +0000)]
Add a destroy notify for the callback data. (#344209, Murray Cumming)

2006-06-07  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtknotebook.h:
        * gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
        Add a destroy notify for the callback data.  (#344209,
        Murray Cumming)

18 years agoFix building gtkbuiltincache.h without system GTK+.
Jürg Billeter [Wed, 7 Jun 2006 16:24:55 +0000 (16:24 +0000)]
Fix building gtkbuiltincache.h without system GTK+.

2006-06-07  Jürg Billeter  <j@bitron.ch>

* gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.

18 years agoClean up APIs: Make async a setting instead of separate calls. Combine
Alexander Larsson [Wed, 7 Jun 2006 15:09:03 +0000 (15:09 +0000)]
Clean up APIs: Make async a setting instead of separate calls. Combine

2006-06-07  Alexander Larsson  <alexl@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.[ch]:
Clean up APIs:
Make async a setting instead of separate calls.
Combine settings like show_dialog, show_preview and pdf_target into
an action enum that you pass to gtk_print_dialog_run().

* tests/print-editor.c:
* tests/testnouiprint.c:
* tests/testprint.c:
* demos/gtk-demo/printing.c:
Update to new APIs

18 years agoRemove debugging spew
Matthias Clasen [Wed, 7 Jun 2006 13:45:11 +0000 (13:45 +0000)]
Remove debugging spew

18 years agoUpdate the ATK requirements (#344148)
Bastien Nocera [Wed, 7 Jun 2006 13:20:53 +0000 (13:20 +0000)]
Update the ATK requirements (#344148)

2006-06-07  Bastien Nocera  <hadess@hadess.net>

* configure.in: Update the ATK requirements (#344148)

18 years agoFix a C99ism
Matthias Clasen [Wed, 7 Jun 2006 12:59:05 +0000 (12:59 +0000)]
Fix a C99ism

18 years agomake the last change work
Matthias Clasen [Wed, 7 Jun 2006 04:16:52 +0000 (04:16 +0000)]
make the last change work

18 years agoFix format.
Behdad Esfahbod [Wed, 7 Jun 2006 01:10:47 +0000 (01:10 +0000)]
Fix format.

18 years agoFix typo.
Behdad Esfahbod [Wed, 7 Jun 2006 01:08:16 +0000 (01:08 +0000)]
Fix typo.

18 years agoBug 337603 – Possible off-by-one in
Behdad Esfahbod [Wed, 7 Jun 2006 01:07:20 +0000 (01:07 +0000)]
Bug 337603 – Possible off-by-one in

2006-06-06  Behdad Esfahbod  <behdad@gnome.org>

        Bug 337603 – Possible off-by-one in
        gdk_pango_layout_line_get_clip_region

        * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Correct
        rounding of rect members.  Improved docs.

18 years agoUpdated Korean translation.
Changwoo Ryu [Tue, 6 Jun 2006 20:48:03 +0000 (20:48 +0000)]
Updated Korean translation.

2006-06-07  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

18 years agoSmall optimization
Matthias Clasen [Tue, 6 Jun 2006 20:09:43 +0000 (20:09 +0000)]
Small optimization

18 years agota.po
N Jayaradha [Tue, 6 Jun 2006 17:03:22 +0000 (17:03 +0000)]
ta.po

18 years agoupdated Walloon file
Pablo Saratxaga [Tue, 6 Jun 2006 12:00:29 +0000 (12:00 +0000)]
updated Walloon file

18 years agoUpdated Finnish translation
Ilkka Tuohela [Tue, 6 Jun 2006 00:43:33 +0000 (00:43 +0000)]
Updated Finnish translation

18 years agobump version
Matthias Clasen [Mon, 5 Jun 2006 20:32:16 +0000 (20:32 +0000)]
bump version

18 years ago2.9.2
Matthias Clasen [Mon, 5 Jun 2006 19:33:40 +0000 (19:33 +0000)]
2.9.2

18 years agoUpdates
Matthias Clasen [Mon, 5 Jun 2006 18:39:20 +0000 (18:39 +0000)]
Updates

2006-06-05  Matthias Clasen  <mclasen@redhat.com>

* NEWS: Updates

* gtk/gtkprintoperationpreview.c: Include gtkalias.h

* gtk/gtk.symbols: Add some forgotten new functions.

18 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Mon, 5 Jun 2006 04:28:10 +0000 (04:28 +0000)]
Updated Gujarati Translations

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Mon, 5 Jun 2006 04:22:46 +0000 (04:22 +0000)]
Updated Translation

18 years agoFix borderline cases in tab visibility calculation. (#168105, Carlos
Matthias Clasen [Mon, 5 Jun 2006 01:38:49 +0000 (01:38 +0000)]
Fix borderline cases in tab visibility calculation. (#168105, Carlos

2006-06-04  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_calculate_shown_tabs):
        (gtk_notebook_calc_tabs): Fix borderline cases in tab
        visibility calculation.  (#168105, Carlos Garnacho Parro)

18 years agoRemove the right XID from the xid table. (#34327, Sampo Savolainen, Tim
Matthias Clasen [Mon, 5 Jun 2006 01:14:57 +0000 (01:14 +0000)]
Remove the right XID from the xid table. (#34327, Sampo Savolainen, Tim

2006-06-04  Matthias Clasen  <mclasen@redhat.com>

        * gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
        XID from the xid table.  (#34327, Sampo Savolainen, Tim Janik)

18 years agoAdd missing G_END_DECLS (#343838)
Behdad Esfahbod [Sun, 4 Jun 2006 18:15:13 +0000 (18:15 +0000)]
Add missing G_END_DECLS (#343838)

2006-06-04  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 3 Jun 2006 19:13:13 +0000 (19:13 +0000)]
Updated Spanish translation.

2006-06-03  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoAdd spawn functions, copied from the win32 backend.
Richard Hult [Sat, 3 Jun 2006 17:51:34 +0000 (17:51 +0000)]
Add spawn functions, copied from the win32 backend.

2006-06-03  Richard Hult  <richard@imendio.com>
* gdk/quartz/Makefile.am:
* gdk/quartz/gdkspawn-quartz.c: Add spawn functions, copied from the
win32 backend.

18 years agoUpdated Welsh translation.
Rhys Jones [Sat, 3 Jun 2006 12:27:34 +0000 (12:27 +0000)]
Updated Welsh translation.

2006-06-03  Rhys Jones  <rhys@sucs.org>

* cy.po: Updated Welsh translation.

18 years agoAdd a GtkPrintOperation::show-preview property
Matthias Clasen [Sat, 3 Jun 2006 03:30:21 +0000 (03:30 +0000)]
Add a GtkPrintOperation::show-preview property

18 years agoCleanups
Matthias Clasen [Sat, 3 Jun 2006 03:11:31 +0000 (03:11 +0000)]
Cleanups

18 years agoRubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.
Kristian Rietveld [Fri, 2 Jun 2006 20:40:33 +0000 (20:40 +0000)]
Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.

2006-06-02  Kristian Rietveld  <kris@imendio.com>

Rubber banding for GtkTreeView, #80127.  Uses same method as
GtkIconView.

* gtk/gtktreeview.c (gtk_tree_view_class_init),
(gtk_tree_view_init), (gtk_tree_view_get_property),
(gtk_tree_view_set_property), (gtk_tree_view_set_rubber_banding),
(gtk_tree_view_get_rubber_banding): add property,
(gtk_tree_view_button_press): start rubber banding if enabled and
press is on a non-selected node,
(gtk_tree_view_button_release): stop rubber banding,
(gtk_tree_view_motion_bin_window), (scrool_row_timeout): enable/update
the rubber band,
(gtk_tree_view_bin_expose): draw rubber band if active,
(gtk_tree_view_stop_rubberband),
(gtk_tree_view_update_rubber_band_selection_range),
(gtk_tree_view_update_rubber_band_selection),
(gtk_tree_view_update_rubber_band),
(gtk_tree_view_paint_rubber_band): new functions.

* gtk/gtktreeview.h: add new set/get function for rubber banding
property.

* gtk/gtktreeprivate.h: add a bunch of new private fields.

18 years agorevert fix of #164884 because it's not a problem in gtk+ but in
Kristian Rietveld [Fri, 2 Jun 2006 19:06:09 +0000 (19:06 +0000)]
revert fix of #164884 because it's not a problem in gtk+ but in

2006-06-02  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_leave_notify)P: revert fix of
#164884 because it's not a problem in gtk+ but in applications and
it breaks starting drags from the edge of a row.

18 years agoSeparate sensitive/selectable properties.
Kristian Rietveld [Fri, 2 Jun 2006 18:55:59 +0000 (18:55 +0000)]
Separate sensitive/selectable properties.

2006-06-02  Kristian Rietveld  <kris@imendio.com>

Separate sensitive/selectable properties.

* gtk/gtktreeselection.c (tree_column_is_sensitive): remove,
(_gtk_tree_selection_row_is_selectable): remove checks to see if at
least one column is sensitive,
(gtk_tree_selection_real_select_node): remove code which enables
insensitive rows to always be unselected.

* gtk/gtktreeview.c (gtk_tree_view_row_changed): remove code
that unselects a node if it just became insensitive.

* gtk/gtkcombobox.c (gtkcombo_box_list_select_func): new function,
based on the at least one column sensitive check from
_gtk_tree_selection_row_is_selectable(),
(gtk_combo_box_list_setup): set selection function on tree selection.

18 years agoneed to use gtk_tree_model_filter_get_iter_full() since the path returned
Kristian Rietveld [Fri, 2 Jun 2006 18:39:25 +0000 (18:39 +0000)]
need to use gtk_tree_model_filter_get_iter_full() since the path returned

2006-06-02  Kristian Rietveld  <kris@imendio.com>

* gtk/gtktreemodelfilter.c
(gtk_tree_model_filter_convert_child_path_to_path): need to use
gtk_tree_model_filter_get_iter_full() since the path returned
by gtk_real_tree_model_filter_convert_child_path_to_path() includes
invisible nodes.

18 years agoallow returning partial information
Matthias Clasen [Fri, 2 Jun 2006 17:56:37 +0000 (17:56 +0000)]
allow returning partial information

18 years agofix an inconsistency
Matthias Clasen [Fri, 2 Jun 2006 17:50:00 +0000 (17:50 +0000)]
fix an inconsistency

18 years agoFix a stupid c/p bug
Matthias Clasen [Fri, 2 Jun 2006 16:43:41 +0000 (16:43 +0000)]
Fix a stupid c/p bug

18 years agoAdd gtkprintoperationpreview.[ch] Set default preview command. Hardcoded
Alexander Larsson [Fri, 2 Jun 2006 15:16:13 +0000 (15:16 +0000)]
Add gtkprintoperationpreview.[ch] Set default preview command. Hardcoded

2006-06-02  Alexander Larsson  <alexl@redhat.com>

* gtk/Makefile.am:
Add gtkprintoperationpreview.[ch]
Set default preview command. Hardcoded for now.

* gtk/gtkmarshalers.list:
Add BOOLEAN:OBJECT,OBJECT,OBJECT

* gtk/gtkprintbackend.c:
Add preview command property.

* gtk/gtkprintcontext.[ch]:
Make less dependent on PrintOperation for output settings
Externally set cairo_t and dpi. Resettable.
Create fontmap without metrics hinting (so that print preview
text layout doesn't depend on zoom level).

* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.[ch]:
Initial work on print preview API and default implementation
using an external preview app.

* gtk/gtkprintoperation-win32.c:
Some needed updates. Not done, needs more work.

* gtk/gtkprintoperationpreview.[ch]:
New interface used in print preview api.

* gtk/gtkprintunixdialog.c:
Add print preview dialog.

* tests/print-editor.c:
Test using an custom print preview widget.

18 years agoFix a typo (spotted by Paolo Borelli and coverity).
Emmanuele Bassi [Fri, 2 Jun 2006 11:45:58 +0000 (11:45 +0000)]
Fix a typo (spotted by Paolo Borelli and coverity).

2006-06-02  Emmanuele Bassi  <ebassi@gnome.org>

* gtk/gtkrecentmanager.c
(gtk_recent_info_get_application_info): Fix a typo (spotted by
Paolo Borelli and coverity).

18 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Fri, 2 Jun 2006 05:48:12 +0000 (05:48 +0000)]
Updated Gujarati Translations

18 years agofix path messup
Matthias Clasen [Thu, 1 Jun 2006 20:05:09 +0000 (20:05 +0000)]
fix path messup

18 years agoSmall tweaks
Matthias Clasen [Thu, 1 Jun 2006 16:41:40 +0000 (16:41 +0000)]
Small tweaks

18 years agoAdd an icon-spacing style property for the same purpose.
Matthias Clasen [Thu, 1 Jun 2006 13:42:14 +0000 (13:42 +0000)]
Add an icon-spacing style property for the same purpose.

2006-06-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktoolbutton.c (gtk_tool_button_class_init): Add
an icon-spacing style property for the same purpose.

* gtk/gtkbutton.c (gtk_button_class_init):  Add an image-spacing
style property that allows to adjust the spacing between image
and label in button.  (#320431, James Moger)

18 years ago*** empty log message ***
Matthias Clasen [Thu, 1 Jun 2006 12:38:29 +0000 (12:38 +0000)]
*** empty log message ***

18 years agobits from the preview patch
Matthias Clasen [Thu, 1 Jun 2006 12:38:07 +0000 (12:38 +0000)]
bits from the preview patch

18 years agoadd docs
Matthias Clasen [Thu, 1 Jun 2006 05:19:16 +0000 (05:19 +0000)]
add docs

18 years agoIntern signal names.
Matthias Clasen [Thu, 1 Jun 2006 05:02:56 +0000 (05:02 +0000)]
Intern signal names.

18 years agomore canonical signal names
Matthias Clasen [Thu, 1 Jun 2006 04:58:18 +0000 (04:58 +0000)]
more canonical signal names

18 years agouse canonical signal names
Matthias Clasen [Thu, 1 Jun 2006 04:54:49 +0000 (04:54 +0000)]
use canonical signal names

18 years agomore doc fixes
Matthias Clasen [Thu, 1 Jun 2006 03:56:42 +0000 (03:56 +0000)]
more doc fixes

18 years agomore doc fixes
Matthias Clasen [Thu, 1 Jun 2006 03:42:56 +0000 (03:42 +0000)]
more doc fixes

18 years agoAdd docs
Matthias Clasen [Thu, 1 Jun 2006 03:14:27 +0000 (03:14 +0000)]
Add docs

18 years agotypo fix
Matthias Clasen [Thu, 1 Jun 2006 01:57:01 +0000 (01:57 +0000)]
typo fix

18 years agoDon't treat manual_scale like a percentage, its a factor.
Matthias Clasen [Wed, 31 May 2006 19:46:02 +0000 (19:46 +0000)]
Don't treat manual_scale like a percentage, its a factor.

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintoperation.c (print_pages_idle): Don't
treat manual_scale like a percentage, its a factor.

18 years agoDocument signals. (#302556, Stefan Kost)
Matthias Clasen [Wed, 31 May 2006 19:17:16 +0000 (19:17 +0000)]
Document signals. (#302556, Stefan Kost)

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_class_init): Document
signals.  (#302556, Stefan Kost)

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Wed, 31 May 2006 14:45:36 +0000 (14:45 +0000)]
Updated Spanish translation.

2006-05-31  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoUpdated Brazilian Portuguese translation
Raphael Higino [Wed, 31 May 2006 14:28:10 +0000 (14:28 +0000)]
Updated Brazilian Portuguese translation

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Wed, 31 May 2006 14:17:31 +0000 (14:17 +0000)]
Updated Spanish translation.

2006-05-31  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoFurther updates from the GtkPrintContext functions rename.
Alexander Larsson [Wed, 31 May 2006 14:06:02 +0000 (14:06 +0000)]
Further updates from the GtkPrintContext functions rename.

2006-05-31  Alexander Larsson  <alexl@redhat.com>

* gtk/gtk.symbols:
* demos/gtk-demo/printing.c:
* tests/print-editor.c:
* tests/testnouiprint.c:
* tests/testprint.c:
* tests/testprintfileoperation.c:
Further updates from the GtkPrintContext functions rename.

* modules/printbackends/cups/gtkcupsutils.c:
Always set requesting-user-name when doing cups requests.

18 years agoRemove request_details_tag with g_signal_handler_disconnect, not
Alexander Larsson [Wed, 31 May 2006 13:43:42 +0000 (13:43 +0000)]
Remove request_details_tag with g_signal_handler_disconnect, not

2006-05-31  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkpagesetupunixdialog.c:
Remove request_details_tag with g_signal_handler_disconnect,
not g_source_remove. (#343475)

18 years agoUpdate
Matthias Clasen [Wed, 31 May 2006 13:39:02 +0000 (13:39 +0000)]
Update

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Update

18 years agoChange some function names to be longer and better.
Matthias Clasen [Wed, 31 May 2006 13:38:10 +0000 (13:38 +0000)]
Change some function names to be longer and better.

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintcontext.h:
* gtk/gtkprintcontext.c:
* gtk/gtkprintoperation.c:
* gtk/gtkprintoperation-unix.c: Change some function names to be
longer and better.
gtk_print_context_get_cairo -> gtk_print_context_get_cairo_context
gtk_print_context_get_fontmap -> gtk_print_context_get_pango_fontmap
gtk_print_context_create_context -> gtk_print_context_create_pango_context
gtk_print_context_create_layout -> gtk_print_context_create_pango_layout
Update all callers.

18 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Wed, 31 May 2006 12:05:46 +0000 (12:05 +0000)]
Updated Gujarati Translations

18 years agoDon't run the custom page size dialog. (#340444, Christian Persch)
Matthias Clasen [Wed, 31 May 2006 04:45:37 +0000 (04:45 +0000)]
Don't run the custom page size dialog. (#340444, Christian Persch)

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkpagesetupunixdialog.c: Don't run the custom page
size dialog.  (#340444, Christian Persch)

18 years agofix the build
Matthias Clasen [Wed, 31 May 2006 04:38:16 +0000 (04:38 +0000)]
fix the build

18 years agoDisplay comments in friendly DodgerBlue instead of scary red. (#343444,
Matthias Clasen [Wed, 31 May 2006 04:13:01 +0000 (04:13 +0000)]
Display comments in friendly DodgerBlue instead of scary red. (#343444,

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/main.c (main): Display comments in friendly
DodgerBlue instead of scary red.  (#343444, Carol Spears)

18 years agoClarify the docs of the color-set and font-set signals. (#343438, Olexiy
Matthias Clasen [Wed, 31 May 2006 04:06:12 +0000 (04:06 +0000)]
Clarify the docs of the color-set and font-set signals. (#343438, Olexiy

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfontbutton.c:
* gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
font-set signals.  (#343438, Olexiy Avramchenko)

18 years agoDon't skip internal children when emitting grab-notify. (#343425, Markku
Matthias Clasen [Wed, 31 May 2006 03:55:55 +0000 (03:55 +0000)]
Don't skip internal children when emitting grab-notify. (#343425, Markku

2006-05-30  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmain.c (gtk_grab_notify_foreach): Don't skip internal
children when emitting grab-notify.  (#343425, Markku Vire)

18 years agoDon't use G_DEFINE_TYPE, since the instance struct name does not match the
Matthias Clasen [Wed, 31 May 2006 03:34:04 +0000 (03:34 +0000)]
Don't use G_DEFINE_TYPE, since the instance struct name does not match the

2006-05-30  Matthias Clasen  <mclasen@redhat.com>

* gdk/gdkpixmap.c:
* gdk/gdkwindow.c: Don't use G_DEFINE_TYPE, since the instance
struct name does not match the type name.  (#343453, Ed Catmur)

18 years agoAdd image-position api
Matthias Clasen [Wed, 31 May 2006 00:23:44 +0000 (00:23 +0000)]
Add image-position api

2006-05-30  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Add image-position api

18 years agoAdd a GtkButton::image-position property with getter and setter, to allow
Matthias Clasen [Wed, 31 May 2006 00:22:19 +0000 (00:22 +0000)]
Add a GtkButton::image-position property with getter and setter, to allow

2006-05-30  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkbutton.h:
* gtk/gtkbutton.c: Add a GtkButton::image-position property
with getter and setter, to allow constructing buttons with
the image stacked on top of the label.  (#342930, Johan Dahlin)

18 years ago*** empty log message ***
Ignacio Casal Quinteiro [Tue, 30 May 2006 20:25:18 +0000 (20:25 +0000)]
*** empty log message ***

18 years agoonly check sort column id if connected to sortable model.
Kristian Rietveld [Tue, 30 May 2006 09:29:49 +0000 (09:29 +0000)]
only check sort column id if connected to sortable model.

2006-05-30  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): only
check sort column id if connected to sortable model.

18 years agoFix offset to center the underline in requested rectangle. (Ported from
Behdad Esfahbod [Tue, 30 May 2006 04:19:29 +0000 (04:19 +0000)]
Fix offset to center the underline in requested rectangle. (Ported from

2006-05-30  Behdad Esfahbod  <behdad@gnome.org>

        * gdk/gdkpango.c (draw_error_underline): Fix offset to center the
        underline in requested rectangle. (Ported from pango fix.)

18 years agoAdd a space
Johan Dahlin [Mon, 29 May 2006 21:51:01 +0000 (21:51 +0000)]
Add a space

18 years agoremoved forgotten declaration of _gtk_dialog_get_response_for_widget(),
Michael Natterer [Mon, 29 May 2006 15:07:35 +0000 (15:07 +0000)]
removed forgotten declaration of _gtk_dialog_get_response_for_widget(),

2006-05-29  Michael Natterer  <mitch@imendio.com>

* gtk/gtkdialog.h: removed forgotten declaration of
_gtk_dialog_get_response_for_widget(), the function has been made
public a long time ago.

18 years agoapplied patch from Chris Wilson which replaces a useless loop with
Michael Natterer [Mon, 29 May 2006 08:39:00 +0000 (08:39 +0000)]
applied patch from Chris Wilson which replaces a useless loop with

2006-05-29  Michael Natterer  <mitch@imendio.com>

* gtk/gtktextview.c (gtk_text_view_target_list_notify): applied
patch from Chris Wilson which replaces a useless loop with
built-in access to free'd memory by a simple integer comparison.
Fixes bug #342894.

18 years ago*** empty log message ***
Pema Geyleg [Mon, 29 May 2006 08:19:09 +0000 (08:19 +0000)]
*** empty log message ***