]> Pileus Git - ~andy/gtk/log
~andy/gtk
17 years agoUpdate the README with some background information - Federico
Federico Mena Quintero [Wed, 14 Jun 2006 21:41:23 +0000 (21:41 +0000)]
Update the README with some background information  - Federico

17 years agoNew function; it lets us time the expose sequence of a widget.
Federico Mena Quintero [Wed, 14 Jun 2006 21:24:31 +0000 (21:24 +0000)]
New function; it lets us time the expose sequence of a widget.

2006-06-14  Federico Mena Quintero  <federico@novell.com>

* perf/gtkwidgetprofiler.c (gtk_widget_profiler_profile_expose):
New function; it lets us time the expose sequence of a widget.
(create_widget): New helper function.
(map_widget): New helper function.
(profile_boot): Use create_widget() instead of doing it by hand.
(profile_map_expose): Use map_widget() instead of doing it by hand.

* perf/main.c (main): Call gtk_widget_profiler_profile_expose() as well.

17 years agoFix 344867
Matthias Clasen [Wed, 14 Jun 2006 16:48:07 +0000 (16:48 +0000)]
Fix 344867

17 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Wed, 14 Jun 2006 15:57:46 +0000 (15:57 +0000)]
Updated Spanish translation.

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

* es.po: Updated Spanish translation.

17 years agoFix 344743
Matthias Clasen [Wed, 14 Jun 2006 13:37:11 +0000 (13:37 +0000)]
Fix 344743

17 years agoFix 344838
Matthias Clasen [Wed, 14 Jun 2006 13:32:49 +0000 (13:32 +0000)]
Fix 344838

17 years agoMinor space savings
Matthias Clasen [Wed, 14 Jun 2006 12:58:14 +0000 (12:58 +0000)]
Minor space savings

17 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Tue, 13 Jun 2006 06:22:48 +0000 (06:22 +0000)]
Updated Gujarati Translations

17 years agoBump version
Matthias Clasen [Tue, 13 Jun 2006 05:22:59 +0000 (05:22 +0000)]
Bump version

17 years ago2.9.3
Matthias Clasen [Tue, 13 Jun 2006 05:15:01 +0000 (05:15 +0000)]
2.9.3

17 years agoMore updates
Matthias Clasen [Mon, 12 Jun 2006 18:34:12 +0000 (18:34 +0000)]
More updates

17 years agoIntroduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell).
Kristian Rietveld [Mon, 12 Jun 2006 18:17:35 +0000 (18:17 +0000)]
Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell).

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

Introduce grid and tree lines in GtkTreeView. (#106406,
Martyn Russell).

* gtk/gtktreeprivate.h: add new fields to GtkTreePrivate.

* gtk/gtkenums.h: add GtkTreeViewGridLines.

* gtk/gtktreeview.[ch] (gtk_tree_view_set_grid_lines),
(gtk_tree_view_get_grid_lines),
(gtk_tree_view_set_enable_tree_lines),
(gtk_tree_view_get_enable_tree_lines): new API,
(gtk_tree_view_class_init): new properties,
(gtk_tree_view_init), (gtk_tree_view_{get,set}_property),
(gtk_tree_view_realize), (gtk_tree_view_draw_grid_lines),
(gtk_tree_view_bin_expose): implement.

* gtk/gtk.symbols: update.

17 years agoUpdates
Matthias Clasen [Mon, 12 Jun 2006 18:02:55 +0000 (18:02 +0000)]
Updates

17 years agoUse gtk_printer_accepts_ps here.
Matthias Clasen [Mon, 12 Jun 2006 17:45:49 +0000 (17:45 +0000)]
Use gtk_printer_accepts_ps here.

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

* gtk/gtkprintunixdialog.c (is_printer_active): Use
gtk_printer_accepts_ps here.

* modules/printbackends/pdf/gtkprintbackendpdf.c (gtk_print_backend_pdf_init):
Mark the virtual "Print to PDF" printer as not accepting PS.

* gtk/gtk.symbols:
* gtk/gtkprinter.h:
* gtk/gtkprinter.c: Add two new properties accepts-pdf and
accepts-ps (with getters) to allow learning supported formats.

17 years agoAdd a GTK_PRINT_CAPABILITY_GENERATE_PDF capability.
Matthias Clasen [Mon, 12 Jun 2006 16:47:41 +0000 (16:47 +0000)]
Add a GTK_PRINT_CAPABILITY_GENERATE_PDF capability.

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

* gtk/gtkprintjob.h: Add a GTK_PRINT_CAPABILITY_GENERATE_PDF
capability.

* gtk/gtkprintunixdialog.c: Use it here to hide "Print to PDF"
from the printer list.  (#339592, Christian Persch)

17 years agoAdd support for pasting filenames into the filechooser. (#153212, Bastian
Matthias Clasen [Mon, 12 Jun 2006 15:11:39 +0000 (15:11 +0000)]
Add support for pasting filenames into the filechooser. (#153212, Bastian

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

* gtk/gtkfilechooserdefault.c: Add support for pasting
filenames into the filechooser.  (#153212, Bastian Nocera)

17 years agoreport status in return value instead of spewing assertions. (#335729,
Kristian Rietveld [Mon, 12 Jun 2006 14:48:43 +0000 (14:48 +0000)]
report status in return value instead of spewing assertions. (#335729,

2006-06-12  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreemodelfilter.[ch]
(gtk_tree_model_filter_convert_child_iter_to_iter),
(gtk_tree_model_filter_convert_child_path_to_path): report status
in return value instead of spewing assertions.  (#335729, Yevgen
Muntyan).

17 years agoClean up user data. (#344624, Christian Weiske)
Matthias Clasen [Mon, 12 Jun 2006 13:42:29 +0000 (13:42 +0000)]
Clean up user data. (#344624, Christian Weiske)

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

* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_finalize):
Clean up user data.  (#344624, Christian Weiske)

17 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Mon, 12 Jun 2006 06:59:52 +0000 (06:59 +0000)]
Updated Gujarati Translations

17 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Mon, 12 Jun 2006 06:52:10 +0000 (06:52 +0000)]
Updated Translation

17 years agoUpdates
Matthias Clasen [Mon, 12 Jun 2006 05:05:38 +0000 (05:05 +0000)]
Updates

17 years agoCosmetic cleanups.
Matthias Clasen [Mon, 12 Jun 2006 04:39:55 +0000 (04:39 +0000)]
Cosmetic cleanups.

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

* gtk/gtkprintjob.c:
* gtk/gtkprintbackend.c:
* gtk/gtkpagesetupunixdialog.c:
* gtk/gtkprintunixdialog.c: Cosmetic cleanups.

17 years agoadd bug ref
Matthias Clasen [Mon, 12 Jun 2006 03:56:49 +0000 (03:56 +0000)]
add bug ref

17 years agoAdd an accessible implementation in order to make the buttons visible to
Matthias Clasen [Mon, 12 Jun 2006 03:53:19 +0000 (03:53 +0000)]
Add an accessible implementation in order to make the buttons visible to

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

* gtk/gtkassistant.c: Add an accessible implementation in
order to make the buttons visible to a11y tools.  (pointed out
by David Malcolm)

17 years agostore scale in percent
Matthias Clasen [Mon, 12 Jun 2006 02:32:16 +0000 (02:32 +0000)]
store scale in percent

17 years agoDocument response codes
Matthias Clasen [Mon, 12 Jun 2006 02:17:59 +0000 (02:17 +0000)]
Document response codes

17 years agoFix #344543
Matthias Clasen [Mon, 12 Jun 2006 01:54:54 +0000 (01:54 +0000)]
Fix #344543

17 years agoDo not leak the groups string vector. (#344607, John Finlay)
Emmanuele Bassi [Sun, 11 Jun 2006 20:47:43 +0000 (20:47 +0000)]
Do not leak the groups string vector. (#344607, John Finlay)

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

* gtk/gtkrecentchooserdefault.c
(get_is_recent_filtered):
* gtk/gtkrecentchoosermenu.c
(get_is_recent_filtered):
Do not leak the groups string vector. (#344607,
John Finlay)

17 years agoFix MSVC build problem. (#339739, Kazuki Iwamoto)
Tor Lillqvist [Sun, 11 Jun 2006 19:59:58 +0000 (19:59 +0000)]
Fix MSVC build problem. (#339739, Kazuki Iwamoto)

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

* gtk/gtkprintoperation-win32.c: Fix MSVC build problem. (#339739,
Kazuki Iwamoto)

17 years agoConvert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in the
Tor Lillqvist [Sun, 11 Jun 2006 19:45:56 +0000 (19:45 +0000)]
Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in the

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

* gdk/win32/gdkproperty-win32.c (gdk_property_change): Convert \n
to \r\n also when storing CF_UNICODETEXT (UTF-16) in the
Clipboard. (#344496)

17 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sun, 11 Jun 2006 17:02:13 +0000 (17:02 +0000)]
Updated Spanish translation.

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

* es.po: Updated Spanish translation.

17 years agoMark files as translatable
Matthias Clasen [Sun, 11 Jun 2006 03:56:20 +0000 (03:56 +0000)]
Mark files as translatable

17 years agoAllow NULL to mean the default manager. (#344530, John Finlay)
Matthias Clasen [Sun, 11 Jun 2006 03:13:50 +0000 (03:13 +0000)]
Allow NULL to mean the default manager. (#344530, John Finlay)

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

        * gtk/gtkrecentchooserwidget.c
        (gtk_recent_chooser_widget_new_for_manager):
        * gtk/gtkrecentchoosermenu.c
        (gtk_recent_chooser_menu_new_for_manager):
        Allow NULL to mean the default manager.  (#344530,
        John Finlay)

17 years agoFix bug 344518
Matthias Clasen [Sun, 11 Jun 2006 02:59:51 +0000 (02:59 +0000)]
Fix bug 344518

17 years agoremove an extra comma
Matthias Clasen [Sun, 11 Jun 2006 02:45:49 +0000 (02:45 +0000)]
remove an extra comma

17 years agouse the passed in destroy notify
Matthias Clasen [Sun, 11 Jun 2006 02:40:02 +0000 (02:40 +0000)]
use the passed in destroy notify

17 years agoUse cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.
Matthias Clasen [Sun, 11 Jun 2006 02:30:58 +0000 (02:30 +0000)]
Use cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.

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

        * gtk/gtkprintoperation.c:
        * modules/printbackends/pdf/gtkprintbackendpdf.c: Use
        cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.
        (#344512, Elijah Newren)

17 years agoMake compiling against uninstalled gdk work. (#344386, Masatake Yamamoto)
Matthias Clasen [Sun, 11 Jun 2006 00:43:08 +0000 (00:43 +0000)]
Make compiling against uninstalled gdk work. (#344386, Masatake Yamamoto)

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

        * gdk-2.0-uninstalled.pc.in: Make compiling against uninstalled
        gdk work.  (#344386, Masatake Yamamoto)

17 years agoRegister create_custom_widget as an object-returning signal. (#344505,
Matthias Clasen [Sun, 11 Jun 2006 00:32:38 +0000 (00:32 +0000)]
Register create_custom_widget as an object-returning signal. (#344505,

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

        * gtk/gtkprintoperation.c: Register create_custom_widget as
        an object-returning signal.  (#344505, Marko Anastasov, patch
        by Christian Persch)

        * gtk/gtkmarshalers.list: Add the right marshaller.

17 years agoRegister GtkPrintCapabilities
Matthias Clasen [Sun, 11 Jun 2006 00:23:57 +0000 (00:23 +0000)]
Register GtkPrintCapabilities

17 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sat, 10 Jun 2006 07:01:24 +0000 (07:01 +0000)]
Updated Thai translation.

2006-06-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

17 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Fri, 9 Jun 2006 18:23:08 +0000 (18:23 +0000)]
Updated Spanish translation.

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

* es.po: Updated Spanish translation.

17 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Fri, 9 Jun 2006 18:04:54 +0000 (18:04 +0000)]
Updated Spanish translation.

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

* es.po: Updated Spanish translation.

17 years agoUpdated Korean translation.
Changwoo Ryu [Fri, 9 Jun 2006 16:04:52 +0000 (16:04 +0000)]
Updated Korean translation.

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

* ko.po: Updated Korean translation.

17 years agoTake GtkMenu::horizontal-padding into account when placing submenus
Benjamin Berg [Fri, 9 Jun 2006 15:20:53 +0000 (15:20 +0000)]
Take GtkMenu::horizontal-padding into account when placing submenus

2006-06-09  Benjamin Berg  <benjamin@sipsolutions.net>

* gtk/gtkmenuitem.c: (get_offsets): Take GtkMenu::horizontal-padding
into account when placing submenus (#344290)

17 years agoadded new style properties "trough-side-details" and
Michael Natterer [Fri, 9 Jun 2006 13:48:07 +0000 (13:48 +0000)]
added new style properties "trough-side-details" and

2006-06-09  Michael Natterer  <mitch@imendio.com>

* gtk/gtkrange.c: added new style properties "trough-side-details"
and "draw-trough-under-steppers" and fixed the "stepper-spacing"
style property. Fixes bugs #342339 and #342249.

"draw-trough-under-steppers", when set to FALSE, starts trough
drawing next to the steppers instead of drawing the trough "below"
(around) the steppers. If "stepper-spacing" is set to any value
larger than zero, "draw-trough-under-steppers" is set to FALSE
automatically to avoid rendering an area that looks clickable but
isn't.

(gtk_range_calc_layout): honor draw-trough-under-steppers.
Don't reserve stepper-spacing on sides of the range that don't
have steppers.

(gtk_range_expose): changed drawing accordingly. Implement
"trough-side-details" which enables drawing of the upper and lower
parts of the trough with different details. This is useful for
theme engines which want to draw these parts differently.

(coord_to_value): correctly take all rendering options into
account. stepper-spacing > 0 caused jumping and otherwise
strangely behaving ranges before.

(other functions): changed accordingly.

17 years agoAdd bug reporter name.
Tor Lillqvist [Fri, 9 Jun 2006 09:18:42 +0000 (09:18 +0000)]
Add bug reporter name.

17 years agoCall ReleaseDC() on DCs acquired with GetDC() (for windows), and
Tor Lillqvist [Fri, 9 Jun 2006 09:17:47 +0000 (09:17 +0000)]
Call ReleaseDC() on DCs acquired with GetDC() (for windows), and

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

* gdk/win32/gdkdrawable-win32.c (_gdk_win32_drawable_release_dc):
Call ReleaseDC() on DCs acquired with GetDC() (for windows), and
DeleteDC() on DCs acquired with CreateCompatibleDC() (for
bitmaps). According to MSDN, this is the correct thing to do, even
if always using DeleteDC() seems to have worked fine in
practice. (#337491)

17 years agofix build
Matthias Clasen [Fri, 9 Jun 2006 01:55:29 +0000 (01:55 +0000)]
fix build

17 years agoTurn off profiling
Matthias Clasen [Thu, 8 Jun 2006 19:20:12 +0000 (19:20 +0000)]
Turn off profiling

17 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.

17 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

17 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)

17 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.

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

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

17 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

17 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

17 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.

17 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.

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

17 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.

17 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.

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

17 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.

17 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.

17 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.

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

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

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

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

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

17 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.

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

17 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)

17 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+.

17 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

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

17 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)

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

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

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

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

17 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.

17 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.

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

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

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

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

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

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

17 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.

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

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

17 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)

17 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)

17 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)

17 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.

17 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.

17 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.