]> Pileus Git - ~andy/gtk/log
~andy/gtk
15 years agotooltip-text and tooltip-markup properties: Interpret an empty string as a
Murray Cumming [Thu, 10 Jul 2008 17:46:25 +0000 (17:46 +0000)]
tooltip-text and tooltip-markup properties: Interpret an empty string as a

2008-07-03  Murray Cumming  <murrayc@murrayc.com>

* gtk/gtkwidget.c (gtk_widget_set_property):  tooltip-text and
tooltip-markup properties: Interpret an empty string as a NULL
string because an empty tooltip is silly. This will help
language bindings that do not bother to have the two types of
empty/null strings.
Bug #541399.

svn path=/trunk/; revision=20814

15 years agofix a segfault in the a11y code
Matthias Clasen [Thu, 10 Jul 2008 16:37:53 +0000 (16:37 +0000)]
fix a segfault in the a11y code

svn path=/trunk/; revision=20813

15 years ago Bug 540967 – docs build slowly because of entities
Stefan Kost [Thu, 10 Jul 2008 03:27:56 +0000 (03:27 +0000)]
    Bug 540967 – docs build slowly because of entities
* gtk/building.sgml:
* gtk/changes-1.2.sgml:
* gtk/changes-2.0.sgml:
* gtk/compiling.sgml:
* gtk/directfb.sgml:
* gtk/glossary.xml:
* gtk/gtk-docs.sgml:
* gtk/gtk-query-immodules-2.0.xml:
* gtk/gtk-update-icon-cache.xml:
* gtk/migrating-GtkAboutDialog.sgml:
* gtk/migrating-GtkAction.sgml:
* gtk/migrating-GtkAssistant.sgml:
* gtk/migrating-GtkBuilder.sgml:
* gtk/migrating-GtkColorButton.sgml:
* gtk/migrating-GtkComboBox.sgml:
* gtk/migrating-GtkFileChooser.sgml:
* gtk/migrating-GtkIconView.sgml:
* gtk/migrating-GtkLinkButton.sgml:
* gtk/migrating-GtkRecentChooser.sgml:
* gtk/migrating-GtkTooltip.sgml:
* gtk/migrating-checklist.sgml:
* gtk/osx.sgml:
* gtk/other_software.sgml:
* gtk/question_index.sgml:
* gtk/resources.sgml:
* gtk/running.sgml:
* gtk/text_widget.sgml:
* gtk/tree_widget.sgml:
* gtk/visual_index.xml:
* gtk/windows.sgml:
* gtk/x11.sgml:
  Use xi:include to speed up doc-build. Remove some unused entities.

svn path=/trunk/; revision=20812

15 years agoSkip update of accelerator child node if it has no associated action.
Christian Neumair [Mon, 7 Jul 2008 23:17:40 +0000 (23:17 +0000)]
Skip update of accelerator child node if it has no associated action.

2008-07-08  Christian Neumair  <cneumair@gnome.org>

* gtk/gtkuimanager.c (update_node):
Skip update of accelerator child node if it has no associated action.
Fixes #541950.

svn path=/trunk/; revision=20811

15 years agoBug 541964 – [Win32] Setting modal hint to current value might confuse
Cody Russell [Mon, 7 Jul 2008 22:26:35 +0000 (22:26 +0000)]
Bug 541964 – [Win32] Setting modal hint to current value might confuse

2008-07-07  Cody Russell  <bratsche@gnome.org>

        Bug 541964 – [Win32] Setting modal hint to current value might confuse the stack

        * gdk/win32/gdkwindow-win32.c: Check if the value is the same as the
        existing modal hint value before setting it.

svn path=/trunk/; revision=20809

15 years agoBug 540994 – [Win32] Some windows don't appear at the top when created
Cody Russell [Mon, 7 Jul 2008 22:18:15 +0000 (22:18 +0000)]
Bug 540994 – [Win32] Some windows don't appear at the top when created

2008-07-07  Cody Russell  <bratsche@gnome.org>

        Bug 540994 – [Win32] Some windows don't appear at the top when created

        * gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.

        I actually already committed this one by accident, probably when I committed
        #541305, but just wanted to document it here in the ChangeLog.

svn path=/trunk/; revision=20808

15 years agoAdd a test case for 528845.
Johan Dahlin [Mon, 7 Jul 2008 12:01:58 +0000 (12:01 +0000)]
Add a test case for 528845.

2008-07-07  Johan Dahlin  <johan@gnome.org>

        * gtk/tests/builder.c (test_cell_view):
        Add a test case for 528845.

svn path=/trunk/; revision=20806

15 years agoNeed to initialise private->impl here, too.
Tor Lillqvist [Mon, 7 Jul 2008 09:28:40 +0000 (09:28 +0000)]
Need to initialise private->impl here, too.

2008-07-07  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkwindow-win32.c
(gdk_window_foreign_new_for_display): Need to initialise
private->impl here, too.

svn path=/trunk/; revision=20805

15 years agoinclude the two needed headers instead of <gtk/gtk.h>.
Michael Natterer [Mon, 7 Jul 2008 09:05:02 +0000 (09:05 +0000)]
include the two needed headers instead of <gtk/gtk.h>.

2008-07-07  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilesystem.c: include the two needed headers instead of
<gtk/gtk.h>.

svn path=/trunk/; revision=20804

15 years agoTiny doc fix
Matthias Clasen [Mon, 7 Jul 2008 03:32:58 +0000 (03:32 +0000)]
Tiny doc fix

svn path=/trunk/; revision=20803

15 years agoDon't blindly chain up in the buildable implementation. Reported by Kevin
Matthias Clasen [Mon, 7 Jul 2008 02:45:51 +0000 (02:45 +0000)]
Don't blindly chain up in the buildable implementation. Reported by Kevin

        * gtk/gtkcellview.c: Don't blindly chain up in the buildable
        implementation.  Reported by Kevin Ryde.

svn path=/trunk/; revision=20802

15 years agoupdated hebrew translation
Yair Hershkovitz [Mon, 7 Jul 2008 01:29:29 +0000 (01:29 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20801

15 years agoAdd a note that cairo contexts cannot be cached for handling expose
Matthias Clasen [Mon, 7 Jul 2008 00:28:37 +0000 (00:28 +0000)]
Add a note that cairo contexts cannot be cached for handling expose

        * gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
        contexts cannot be cached for handling expose events.
        Proposed by Behdad Esfahbod.

svn path=/trunk/; revision=20800

15 years agoDoc improvement
Matthias Clasen [Mon, 7 Jul 2008 00:08:00 +0000 (00:08 +0000)]
Doc improvement

svn path=/trunk/; revision=20799

15 years agoClarify the docs. Pointed out by Wolfgang Oertl
Matthias Clasen [Sun, 6 Jul 2008 23:58:37 +0000 (23:58 +0000)]
Clarify the docs. Pointed out by Wolfgang Oertl

        * gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
        docs. Pointed out by Wolfgang Oertl

svn path=/trunk/; revision=20798

15 years agoFix a typo
Matthias Clasen [Sun, 6 Jul 2008 23:51:56 +0000 (23:51 +0000)]
Fix a typo

svn path=/trunk/; revision=20797

15 years agoAdd docs
Matthias Clasen [Sun, 6 Jul 2008 23:43:15 +0000 (23:43 +0000)]
Add docs

svn path=/trunk/; revision=20796

15 years agoMention bind_textdomain_codeset in faq
Matthias Clasen [Sun, 6 Jul 2008 23:38:41 +0000 (23:38 +0000)]
Mention bind_textdomain_codeset in faq

svn path=/trunk/; revision=20795

15 years agoFix broken links
Matthias Clasen [Sun, 6 Jul 2008 23:32:10 +0000 (23:32 +0000)]
Fix broken links

svn path=/trunk/; revision=20794

15 years agoRevert some accidentally committed changes.
Paul Pogonyshev [Sun, 6 Jul 2008 22:26:56 +0000 (22:26 +0000)]
Revert some accidentally committed changes.

svn path=/trunk/; revision=20793

15 years agoRemove erroneously added g_return_if_fail (bug #541811).
Christian Dywan [Sun, 6 Jul 2008 22:24:24 +0000 (22:24 +0000)]
Remove erroneously added g_return_if_fail (bug #541811).

2008-07-07  Christian Dywan  <christian@imendio.com>

* gtk/gtkcontainer.c (gtk_container_add_with_properties): Remove
erroneously added g_return_if_fail (bug #541811).

svn path=/trunk/; revision=20792

15 years agoFix up highlighting
Matthias Clasen [Sun, 6 Jul 2008 07:24:02 +0000 (07:24 +0000)]
Fix up highlighting

svn path=/trunk/; revision=20791

15 years agoBug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes
Matthias Clasen [Sun, 6 Jul 2008 06:28:47 +0000 (06:28 +0000)]
Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes

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

        Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes

        * gtk/gtksettings.c: Improve the documentation of the
        gtk-icon-sizes setting. Proposed by Tommi Komulainen.

svn path=/trunk/; revision=20790

15 years agoBug 539248 – gtk_calender_query_tooltip calls ->detail_func with invalid
Matthias Clasen [Sun, 6 Jul 2008 06:08:48 +0000 (06:08 +0000)]
Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with invalid

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

        Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with
        invalid dates

        * gtk/gtkcalendar.c (gtk_calendar_query_tooltip):
        Check that the cursor is over a valid date before retrieving
        its details.  Patch by Chris Wilson

svn path=/trunk/; revision=20789

15 years agoBug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible
Matthias Clasen [Sun, 6 Jul 2008 06:05:02 +0000 (06:05 +0000)]
Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible

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

        Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible

        * gdk/x11/gdkscreen-x11.c (gdk_screen_get_window_stack): Fix
        64-bit brokenness. Reported by Christian Hammond.

svn path=/trunk/; revision=20788

15 years agoBug 541645 – gtkfilechooserdefault segfaults when bookmark does not
Matthias Clasen [Sun, 6 Jul 2008 05:34:03 +0000 (05:34 +0000)]
Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not

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

        Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not
        contain ://

        * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_file):
        Be more robust. Reported by  Jelte van der Hoek

svn path=/trunk/; revision=20787

15 years agoDeprecate gtk_box_pack_{start,end}_defaults
Matthias Clasen [Sun, 6 Jul 2008 04:46:36 +0000 (04:46 +0000)]
Deprecate gtk_box_pack_{start,end}_defaults

svn path=/trunk/; revision=20786

15 years ago2.13.5
Matthias Clasen [Sat, 5 Jul 2008 20:34:08 +0000 (20:34 +0000)]
2.13.5

svn path=/trunk/; revision=20785

15 years ago2.13.4
Matthias Clasen [Sat, 5 Jul 2008 20:30:16 +0000 (20:30 +0000)]
2.13.4

svn path=/trunk/; revision=20783

15 years agoUpdates
Matthias Clasen [Sat, 5 Jul 2008 18:29:53 +0000 (18:29 +0000)]
Updates

svn path=/trunk/; revision=20782

15 years agoForgotten file
Matthias Clasen [Sat, 5 Jul 2008 18:29:09 +0000 (18:29 +0000)]
Forgotten file

svn path=/trunk/; revision=20781

15 years agomove gtk_draw_insertion_cursor() out of the deprecated section because it
Michael Natterer [Sat, 5 Jul 2008 16:36:59 +0000 (16:36 +0000)]
move gtk_draw_insertion_cursor() out of the deprecated section because it

2008-07-05  Michael Natterer  <mitch@imendio.com>

* gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
deprecated section because it isn't deprecated.

svn path=/trunk/; revision=20780

15 years agoremove #if HAVE_CONFIG_H and clean up other include weirdness in this
Michael Natterer [Sat, 5 Jul 2008 16:03:49 +0000 (16:03 +0000)]
remove #if HAVE_CONFIG_H and clean up other include weirdness in this

2008-07-05  Michael Natterer  <mitch@imendio.com>

* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
other include weirdness in this file.

svn path=/trunk/; revision=20779

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 5 Jul 2008 14:57:12 +0000 (14:57 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20778

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 5 Jul 2008 11:33:32 +0000 (11:33 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20776

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 5 Jul 2008 11:32:37 +0000 (11:32 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20775

15 years agoUpdates
Matthias Clasen [Sat, 5 Jul 2008 04:51:16 +0000 (04:51 +0000)]
Updates

svn path=/trunk/; revision=20773

15 years agoDoc updates
Matthias Clasen [Fri, 4 Jul 2008 22:03:37 +0000 (22:03 +0000)]
Doc updates

svn path=/trunk/; revision=20772

15 years agoSmall doc fixes
Matthias Clasen [Fri, 4 Jul 2008 21:55:21 +0000 (21:55 +0000)]
Small doc fixes

svn path=/trunk/; revision=20771

15 years agoSome GDK doc additions
Matthias Clasen [Fri, 4 Jul 2008 21:52:54 +0000 (21:52 +0000)]
Some GDK doc additions

svn path=/trunk/; revision=20770

15 years agoMore property deborkage
Matthias Clasen [Fri, 4 Jul 2008 21:20:25 +0000 (21:20 +0000)]
More property deborkage

svn path=/trunk/; revision=20769

15 years agoFix the getter for text-length
Matthias Clasen [Fri, 4 Jul 2008 21:04:10 +0000 (21:04 +0000)]
Fix the getter for text-length

svn path=/trunk/; revision=20768

15 years agoFix default value
Matthias Clasen [Fri, 4 Jul 2008 20:46:45 +0000 (20:46 +0000)]
Fix default value

svn path=/trunk/; revision=20767

15 years agoMore debork
Matthias Clasen [Fri, 4 Jul 2008 20:09:57 +0000 (20:09 +0000)]
More debork

svn path=/trunk/; revision=20766

15 years agoDebork
Matthias Clasen [Fri, 4 Jul 2008 20:01:50 +0000 (20:01 +0000)]
Debork

svn path=/trunk/; revision=20765

15 years agoForgot gtktipsquery.c
Michael Natterer [Fri, 4 Jul 2008 19:23:47 +0000 (19:23 +0000)]
Forgot gtktipsquery.c

svn path=/trunk/; revision=20764

15 years agoFix make check:
Michael Natterer [Fri, 4 Jul 2008 18:38:36 +0000 (18:38 +0000)]
Fix make check:

2008-07-04  Michael Natterer  <mitch@imendio.com>

Fix make check:

* gtk/Makefile.am: remove GTK_DISABLE_DEPRECATED from INCLUDES
again :-(

* gtk/gtkclist.c
* gtk/gtkcombo.c
* gtk/gtkctree.c
* gtk/gtklist.c
* gtk/gtklistitem.c
* gtk/gtknotebook.c
* gtk/gtkobject.c
* gtk/gtkoldeditable.c
* gtk/gtkpixmap.c
* gtk/gtktext.c
* gtk/gtktree.c
* gtk/gtktreeitem.c: don't #define it again before including
gtkalias.h after it has been #undef'ed before.

svn path=/trunk/; revision=20763

15 years agoset need_im_reset to FALSE instead of 0.
Michael Natterer [Fri, 4 Jul 2008 16:41:13 +0000 (16:41 +0000)]
set need_im_reset to FALSE instead of 0.

2008-07-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset
to FALSE instead of 0.

svn path=/trunk/; revision=20762

15 years agoAllocate with GSlice:
Michael Natterer [Fri, 4 Jul 2008 14:27:40 +0000 (14:27 +0000)]
Allocate with GSlice:

2008-07-04  Michael Natterer  <mitch@imendio.com>

Allocate with GSlice:

* gtk/gtkassistant.c: GtkAssistantPage
* gtk/gtkcellview.c: GtkCellViewCellInfo
* gtk/gtkentry.c: GtkEntryPasswordHint, PopupInfo
* gtk/gtkfilefilter.c: FilterRule
* gtk/gtknotebook.c: GtkNotebookPage

svn path=/trunk/; revision=20761

15 years agoallocate ComboCellInfo with GSlice.
Michael Natterer [Fri, 4 Jul 2008 10:52:52 +0000 (10:52 +0000)]
allocate ComboCellInfo with GSlice.

2008-07-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcombobox.c: allocate ComboCellInfo with GSlice.

svn path=/trunk/; revision=20760

15 years agochange "error_dialog" variable to GtkWidget fo fix two warnings.
Michael Natterer [Fri, 4 Jul 2008 10:46:19 +0000 (10:46 +0000)]
change "error_dialog" variable to GtkWidget fo fix two warnings.

2008-07-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkprintoperation.c (print_pages): change "error_dialog"
variable to GtkWidget fo fix two warnings.

svn path=/trunk/; revision=20759

15 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Fri, 4 Jul 2008 09:55:17 +0000 (09:55 +0000)]
Updated Thai translation.

2008-07-04  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=20758

15 years agoBug 539944 – Add GtkScaleButton API so struct fields can be marked as
Michael Natterer [Fri, 4 Jul 2008 09:02:20 +0000 (09:02 +0000)]
Bug 539944 – Add GtkScaleButton API so struct fields can be marked as

2008-07-04  Michael Natterer  <mitch@imendio.com>

Bug 539944 – Add GtkScaleButton API so struct fields can be marked
as private

* gtk/gtk.symbols
* gtk/gtkscalebutton.[ch]: add gtk_scale_button_get_plus_button()
and _get_minus_button(). Patch by Christian Dywan.

svn path=/trunk/; revision=20757

15 years agoFix make check
Matthias Clasen [Fri, 4 Jul 2008 05:05:45 +0000 (05:05 +0000)]
Fix make check

svn path=/trunk/; revision=20756

15 years agoFix make check
Matthias Clasen [Fri, 4 Jul 2008 04:02:35 +0000 (04:02 +0000)]
Fix make check

svn path=/trunk/; revision=20755

15 years agoFall back to the default positioning when the menuitem is not realized.
Matthias Clasen [Thu, 3 Jul 2008 23:33:08 +0000 (23:33 +0000)]
Fall back to the default positioning when the menuitem is not realized.

        * gtk/gtkmenuitem.c: Fall back to the default positioning when
        the menuitem is not realized. Patch by Björn Lindqvist.

svn path=/trunk/; revision=20754

15 years agoFix a memory leak. Patch by Christian Persch.
Matthias Clasen [Thu, 3 Jul 2008 22:46:00 +0000 (22:46 +0000)]
Fix a memory leak. Patch by Christian Persch.

        * gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
        Patch by Christian Persch.

svn path=/trunk/; revision=20752

15 years agoDon't select the first row if the folder is empty. Patch by Olle
Matthias Clasen [Thu, 3 Jul 2008 22:40:33 +0000 (22:40 +0000)]
Don't select the first row if the folder is empty. Patch by Olle

        * gtk/gtkfilechooserdefault.c (browse_files_select_first_row): Don't
        select the first row if the folder is empty.
        Patch by Olle Bergkvist.

svn path=/trunk/; revision=20751

15 years agoBug 540861 - invalid UTF-8 in input device name
Tor Lillqvist [Thu, 3 Jul 2008 22:11:38 +0000 (22:11 +0000)]
Bug 540861 - invalid UTF-8 in input device name

2008-07-04  Tor Lillqvist  <tml@novell.com>

Bug 540861 - invalid UTF-8 in input device name

* gdk/win32/gdkinput-win32.c: Fetch the device and cursor names in
Unicode, and convert to UTF-8 for the GdkDevice's name field.

svn path=/trunk/; revision=20750

15 years agoSet properties in the order in which they are specified in the xml file.
Matthias Clasen [Thu, 3 Jul 2008 18:09:04 +0000 (18:09 +0000)]
Set properties in the order in which they are specified in the xml file.

        * gtk/gtkbuilderparser.c (parse_custom): Set properties in the order
        in which they are specified in the xml file.

svn path=/trunk/; revision=20749

15 years agoAdd gtk_scale_button_get_popup
Matthias Clasen [Thu, 3 Jul 2008 18:03:13 +0000 (18:03 +0000)]
Add gtk_scale_button_get_popup

svn path=/trunk/; revision=20748

15 years agoOne more
Matthias Clasen [Thu, 3 Jul 2008 17:37:07 +0000 (17:37 +0000)]
One more

svn path=/trunk/; revision=20747

15 years agoUse monospace as font name, not mono. Patch by Yevgen Muntyan.
Matthias Clasen [Thu, 3 Jul 2008 17:35:50 +0000 (17:35 +0000)]
Use monospace as font name, not mono. Patch by Yevgen Muntyan.

        * demos/gtk-demo/printing.c: Use monospace as font name,
        not mono. Patch by Yevgen Muntyan.

svn path=/trunk/; revision=20746

15 years agoNo more mushroom
Matthias Clasen [Thu, 3 Jul 2008 17:29:39 +0000 (17:29 +0000)]
No more mushroom

svn path=/trunk/; revision=20745

15 years agoremove "_from_bindings" suffix from the names of binding signal
Michael Natterer [Thu, 3 Jul 2008 13:13:23 +0000 (13:13 +0000)]
remove "_from_bindings" suffix from the names of binding signal

2008-07-03  Michael Natterer  <mitch@imendio.com>

* gtk/gtkscalebutton.c: remove "_from_bindings" suffix from the
names of binding signal implementations.

svn path=/trunk/; revision=20744

15 years agoBug #536430. Add libgailutil.la into gail-uninstalled.pc.in.
Li Yuan [Thu, 3 Jul 2008 08:48:24 +0000 (08:48 +0000)]
Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in.

2008-07-03  Li Yuan  <li.yuan@sun.com>

        * gail-uninstalled.pc.in:
        Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in.

svn path=/trunk/; revision=20742

15 years agoUpdated Occitan translation
Yannig MARCHEGAY [Thu, 3 Jul 2008 07:06:21 +0000 (07:06 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=20741

15 years agoUpdated Occitan translation
Yannig MARCHEGAY [Thu, 3 Jul 2008 07:04:52 +0000 (07:04 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=20740

15 years agoBug 540529 – Remove all GIMP references
Cody Russell [Thu, 3 Jul 2008 05:47:22 +0000 (05:47 +0000)]
Bug 540529 – Remove all GIMP references

2008-07-03  Cody Russell  <bratsche@gnome.org>

        Bug 540529 – Remove all GIMP references

        * gtk+-2.0.pc.in:
        * gdk-2.0.pc.in:
        * gtk+-unix-print-2.0.pc.in:
        * gtk+-2.0-uninstalled.pc.in:
        * gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say
        GTK+ Graphical UI Library in the pkg-config files.

svn path=/trunk/; revision=20739

15 years agoFix attribution
Matthias Clasen [Thu, 3 Jul 2008 04:45:50 +0000 (04:45 +0000)]
Fix attribution

svn path=/trunk/; revision=20738

15 years agoBug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring
Cody Russell [Wed, 2 Jul 2008 20:22:30 +0000 (20:22 +0000)]
Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring

2008-07-02  Cody Russell  <bratsche@gnome.org>

        Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring

        * gdk/win32/gdkwindow-win32.c: Reverted some logic so that scrolling
works again.

        * gdk/win32/gdkgeometry-win32.c: Removed some more unnecessary checks.
        * gdk/win32/gdkkeys-win32.c: Removed unused variable to fix compile-time
        warnings.

svn path=/trunk/; revision=20737

15 years agoUpdated Occitan translation
Yannig MARCHEGAY [Wed, 2 Jul 2008 15:04:32 +0000 (15:04 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=20736

15 years agoUpdated Occitan translation
Yannig MARCHEGAY [Wed, 2 Jul 2008 15:03:02 +0000 (15:03 +0000)]
Updated Occitan translation

svn path=/trunk/; revision=20735

15 years agoBug 541249 – [Win32] Fix some internal static methods
Cody Russell [Wed, 2 Jul 2008 13:58:28 +0000 (13:58 +0000)]
Bug 541249 – [Win32] Fix some internal static methods

2008-07-02  Cody Russell  <bratsche@gnome.org>

        Bug 541249 – [Win32] Fix some internal static methods

        * gdk/gdkwindow-win32.c: Make the interface implementation methods
        static.

svn path=/trunk/; revision=20734

15 years agoBug 537591 – Don't hardcode minimum width of menuitems
Michael Natterer [Wed, 2 Jul 2008 12:05:42 +0000 (12:05 +0000)]
Bug 537591 – Don't hardcode minimum width of menuitems

2008-07-02  Michael Natterer  <mitch@imendio.com>

Bug 537591 – Don't hardcode minimum width of menuitems

* gtk/gtkmenuitem.c: applied patch from Christian Dywan which
introduces a "width-chars" style property which replaces the
hardcoded minimum width of menuitems with submenu. Patch
extracted from Maemo-GTK+.

svn path=/trunk/; revision=20733

15 years agoremove some of the million includes.
Michael Natterer [Wed, 2 Jul 2008 10:14:45 +0000 (10:14 +0000)]
remove some of the million includes.

2008-07-02  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilechooserdefault.c: remove some of the million includes.

svn path=/trunk/; revision=20732

15 years agoSince s/2.16/2.14/ for the new gicon property.
Kristian Rietveld [Wed, 2 Jul 2008 09:34:24 +0000 (09:34 +0000)]
Since s/2.16/2.14/ for the new gicon property.

2008-07-02  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
Since s/2.16/2.14/ for the new gicon property.

svn path=/trunk/; revision=20731

15 years agoBug 455268 - Add gtk-enable-tooltips GtkSetting
Kristian Rietveld [Wed, 2 Jul 2008 09:32:14 +0000 (09:32 +0000)]
Bug 455268 - Add gtk-enable-tooltips GtkSetting

2008-07-02  Kristian Rietveld  <kris@imendio.com>

Bug 455268 - Add gtk-enable-tooltips GtkSetting

* gtk/gtk.symbols:
* gtk/gtktoolbar.[ch] (gtk_toolbar_[gs]et_tooltips): deprecated.

* gtk/gtksettings.c: introduce gtk-enable-tooltips XSetting.

* gtk/gtktooltip.c (_gtk_tooltip_handle_event): take the newly
introduced XSetting into account.

* demos/gtk-demo/appwindow.c: don't use the now deprecated
gtk_toolbar_set_tooltips().

svn path=/trunk/; revision=20730

15 years agoBug 541162 – [Win32] Update for the new GdkWindowImpl stuff
Cody Russell [Wed, 2 Jul 2008 06:06:29 +0000 (06:06 +0000)]
Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff

2008-07-02  Cody Russell  <bratsche@gnome.org>

        Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff

        * gdk/win32/gdkprivate-win32.h:
        * gdk/win32/gdkgeometry-win32.c:
        * gdk/win32/gdkevents-win32.c:
        * gdk/win32/gdkwindow-win32.c: Update Win32 backend according to
        the newly refactored GdkWindow code.

svn path=/trunk/; revision=20729

15 years agoBug #541167. Emit "object:property-change:accessible-name" when
Li Yuan [Wed, 2 Jul 2008 04:29:33 +0000 (04:29 +0000)]
Bug #541167. Emit "object:property-change:accessible-name" when

2008-07-02  Li Yuan  <li.yuan@sun.com>

        * gailoptionmenu.c: (gail_option_menu_real_initialize),
        (gail_option_menu_changed):
        Bug #541167. Emit "object:property-change:accessible-name" when
        GailOptionMenui's name changes.

svn path=/trunk/; revision=20728

15 years agoBug 539164 – Windows' System Menu blocks main loop
Cody Russell [Tue, 1 Jul 2008 23:13:26 +0000 (23:13 +0000)]
Bug 539164 – Windows' System Menu blocks main loop

2008-07-01  Cody Russell  <bratsche@gnome.org>

        Bug 539164 – Windows' System Menu blocks main loop

        * gdk/win32/gdkevents-win32.c: Use a modal timer proc in between
receiving WM_ENTERMENULOOP and WM_EXITMENULOOP and pump the
GLib mainloop from there.

svn path=/trunk/; revision=20726

15 years agoRemove old ChangeLog entry
Cody Russell [Tue, 1 Jul 2008 23:04:35 +0000 (23:04 +0000)]
Remove old ChangeLog entry

svn path=/trunk/; revision=20725

15 years agoRevert name change
Cody Russell [Tue, 1 Jul 2008 22:57:50 +0000 (22:57 +0000)]
Revert name change

svn path=/trunk/; revision=20724

15 years agoSome aftermath from the window impl cleanups:
Richard Hult [Tue, 1 Jul 2008 18:27:43 +0000 (18:27 +0000)]
Some aftermath from the window impl cleanups:

2008-07-01  Richard Hult  <richard@imendio.com>

Some aftermath from the window impl cleanups:

* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_merge_child_input_shapes): Rename and export again.
(gdk_window_quartz_get_offsets): Make static.

svn path=/trunk/; revision=20723

15 years agoforgot to commit the header, fixed now.
Michael Natterer [Tue, 1 Jul 2008 07:45:40 +0000 (07:45 +0000)]
forgot to commit the header, fixed now.

2008-07-01  Michael Natterer  <mitch@imendio.com>

* gtk/gtkscalebutton.h: forgot to commit the header, fixed now.

svn path=/trunk/; revision=20719

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Tue, 1 Jul 2008 07:17:06 +0000 (07:17 +0000)]
Updated Norwegian bokmål translation.

2008-07-01  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=20718

15 years agoAdd event sound settings. Patch by Lennart Pöttering.
Matthias Clasen [Tue, 1 Jul 2008 06:22:04 +0000 (06:22 +0000)]
Add event sound settings. Patch by Lennart Pöttering.

        * gdk/x11/gdksettings.c:
        * gtk/gtksettings.c: Add event sound settings.
        Patch by Lennart Pöttering.

svn path=/trunk/; revision=20717

15 years agoupdated hebrew translation
Yair Hershkovitz [Tue, 1 Jul 2008 06:01:19 +0000 (06:01 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20716

15 years agoHandle failure to create temp file by returning NULL.
Matthias Clasen [Tue, 1 Jul 2008 05:38:49 +0000 (05:38 +0000)]
Handle failure to create temp file by returning NULL.

        * gtk/gtkprintoperation-unix.c
        (_gtk_print_operation_platform_backend_create_preview_surface):
        Handle failure to create temp file by returning NULL.

        * gtk/gtkprintoperation.c (gtk_print_operation_preview_handler):
        Return FALSE if surface creation fails.

        (print_pages): If the preiew signal is not handled, show an
        error dialog.

svn path=/trunk/; revision=20715

15 years agoBug 442042 – GtkScaleButton is too limited
Michael Natterer [Mon, 30 Jun 2008 23:41:10 +0000 (23:41 +0000)]
Bug 442042 – GtkScaleButton is too limited

2008-07-01  Michael Natterer  <mitch@imendio.com>

Bug 442042 – GtkScaleButton is too limited

* gtk/gtkscalebutton.[ch]: turn "orientation" into a normal
property that can be changed at any time after widget
creation. Add public API for it.

* gtk/gtk.symbols: add gtk_scale_button_get/set_orientation.

svn path=/trunk/; revision=20710

15 years agoPractically everything changed.
Cody Russell [Mon, 30 Jun 2008 23:01:56 +0000 (23:01 +0000)]
Practically everything changed.

2008-06-30  Cody Russell  <bratsche@gnome.org>

        * Practically everything changed.

        Change all references of GIMP Toolkit (and variations of it)
        to GTK+ Toolkit, showing no mercy at all to our beloved
ancestry. (#540529)

svn path=/trunk/; revision=20709

15 years agoSome unrelated cleanups found while reviewing the offscreen window patch:
Michael Natterer [Mon, 30 Jun 2008 12:15:29 +0000 (12:15 +0000)]
Some unrelated cleanups found while reviewing the offscreen window patch:

2008-06-30  Michael Natterer  <mitch@imendio.com>

Some unrelated cleanups found while reviewing
the offscreen window patch:

* gdk/gdkwindow.c: add missing Since: 2.14 to the redirection
functions, fix some function header indentation, update
documentation of redirect_to_drawable().

* gdk/x11/gdkwindow-x11.c
* gdk/x11/gdkpixmap-x11.c: fix function header
formatting/indentation.

* gtk/gtkwidget.c: use I_() on "damage_event".

svn path=/trunk/; revision=20708

15 years agoremove duplicate declaration of _gdk_window_new().
Michael Natterer [Mon, 30 Jun 2008 11:04:42 +0000 (11:04 +0000)]
remove duplicate declaration of _gdk_window_new().

2008-06-30  Michael Natterer  <mitch@imendio.com>

* gdk/gdkinternals.h: remove duplicate declaration of
_gdk_window_new().

svn path=/trunk/; revision=20707

15 years agoreorder source lists alphabetically.
Michael Natterer [Mon, 30 Jun 2008 10:44:47 +0000 (10:44 +0000)]
reorder source lists alphabetically.

2008-06-30  Michael Natterer  <mitch@imendio.com>

* gdk/Makefile.am: reorder source lists alphabetically.

svn path=/trunk/; revision=20706

15 years agoAvoid unnecessary redraws when resizing. Patch by Owen Taylor
Matthias Clasen [Mon, 30 Jun 2008 05:17:02 +0000 (05:17 +0000)]
Avoid unnecessary redraws when resizing. Patch by Owen Taylor

        * gtk/gtkwindow.c: Avoid unnecessary redraws when resizing.
        Patch by Owen Taylor

svn path=/trunk/; revision=20705

15 years agoMinor update to Catalan translation
Gil Forcada Codinachs [Sun, 29 Jun 2008 18:09:52 +0000 (18:09 +0000)]
Minor update to Catalan translation

svn path=/trunk/; revision=20704

15 years agoBug 530255 – GtkAboutDialog cuts off comments label Followup patch from
Behdad Esfahbod [Sun, 29 Jun 2008 17:17:09 +0000 (17:17 +0000)]
Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from

2008-06-29  Behdad Esfahbod  <behdad@gnome.org>

        Bug 530255 – GtkAboutDialog cuts off comments label
        Followup patch from  Jan Arne Petersen

        * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.

svn path=/trunk/; revision=20703

15 years agoproperly indent the newly added GtkSelectionData accessors. Some newlines
Michael Natterer [Sat, 28 Jun 2008 17:02:20 +0000 (17:02 +0000)]
properly indent the newly added GtkSelectionData accessors. Some newlines

2008-06-28  Michael Natterer  <mitch@imendio.com>

* gtk/gtkselection.h: properly indent the newly added
GtkSelectionData accessors. Some newlines can't hurt either.

svn path=/trunk/; revision=20702

15 years agoRemoved accidental empty row in gtk_box_pack.
Mikael Hallendal [Sat, 28 Jun 2008 16:21:28 +0000 (16:21 +0000)]
Removed accidental empty row in gtk_box_pack.

2008-06-27  Mikael Hallendal  <micke@imendio.com>

* gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.

svn path=/trunk/; revision=20701

15 years agoFactor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduce code...
Mikael Hallendal [Sat, 28 Jun 2008 16:16:26 +0000 (16:16 +0000)]
Factor out gtk_box_pack from gtk_box_pack_start and gtk_box_pack_end to reduce code duplication.

2008-06-27  Mikael Hallendal  <micke@imendio.com>

        * gtk/gtkbox.c (gtk_box_pack, gtk_box_pack_start, gtk_box_pack_end):
        Factored out gtk_box_pack from gtk_box_pack_start and use it from both
        pack_start and pack_end in order to reduce the code duplication.

svn path=/trunk/; revision=20700