]> Pileus Git - ~andy/gtk/log
~andy/gtk
16 years agoFix doc formatting
Matthias Clasen [Tue, 10 Jul 2007 05:40:05 +0000 (05:40 +0000)]
Fix doc formatting

svn path=/trunk/; revision=18430

16 years agoUpdates
Matthias Clasen [Tue, 10 Jul 2007 05:28:52 +0000 (05:28 +0000)]
Updates

svn path=/trunk/; revision=18429

16 years agoFix a typo
Matthias Clasen [Tue, 10 Jul 2007 05:00:24 +0000 (05:00 +0000)]
Fix a typo

svn path=/trunk/; revision=18428

16 years agoUpdates
Matthias Clasen [Tue, 10 Jul 2007 04:20:27 +0000 (04:20 +0000)]
Updates

svn path=/trunk/; revision=18427

16 years agoUse a bit of the GtkLabel structure to remember that a pattern has been
Matthias Clasen [Mon, 9 Jul 2007 20:50:22 +0000 (20:50 +0000)]
Use a bit of the GtkLabel structure to remember that a pattern has been

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtklabel.[ch]: Use a bit of the GtkLabel structure to
        remember that a pattern has been set.
        (gtk_label_set_pattern_internal): Don't do anything if
        a specific pattern has been set.
        (gtk_label_set_pattern): set the new bit to TRUE when
        setting a pattern, and recalculate everything if the
        pattern is unset. Fix gtk_label_set_pattern() not working
        anymore.  (#452861, Vincent Untz)

svn path=/trunk/; revision=18426

16 years agoChanged uz to uz@cyrillic and uz@Latn to uz. See bug #451164.
Claude Paroz [Mon, 9 Jul 2007 20:35:33 +0000 (20:35 +0000)]
Changed uz to uz@cyrillic and uz@Latn to uz. See bug #451164.

svn path=/trunk/; revision=18425

16 years agoRemove deprecated tooltips, use new tooltips API. (#449311, Jan Arne
Matthias Clasen [Mon, 9 Jul 2007 20:32:35 +0000 (20:32 +0000)]
Remove deprecated tooltips, use new tooltips API. (#449311, Jan Arne

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkvolumebutton.c: Remove deprecated tooltips,
        use new tooltips API.  (#449311, Jan Arne Petersen)

svn path=/trunk/; revision=18424

16 years agoDon't ignore the passed-in len parameter. (#430049, Yevgen Muntyan)
Matthias Clasen [Mon, 9 Jul 2007 20:24:26 +0000 (20:24 +0000)]
Don't ignore the passed-in len parameter. (#430049, Yevgen Muntyan)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkselection.c (normalize_to_crlf): Don't ignore
        the passed-in len parameter.  (#430049, Yevgen Muntyan)

svn path=/trunk/; revision=18423

16 years agoImprove the handling of broken situations. (#427899, Francesco Montorsi)
Matthias Clasen [Mon, 9 Jul 2007 20:22:16 +0000 (20:22 +0000)]
Improve the handling of broken situations. (#427899, Francesco Montorsi)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkframe.c (gtk_frame_size_allocate): Improve the
        handling of broken situations.  (#427899, Francesco Montorsi)

svn path=/trunk/; revision=18422

16 years agoChanged size requisition so the viewport does not add the border thickness
Matthias Clasen [Mon, 9 Jul 2007 20:01:54 +0000 (20:01 +0000)]
Changed size requisition so the viewport does not add the border thickness

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkviewport.c (gtk_viewport_size_request): Changed size
        requisition so the viewport does not add the border thickness
        if it has GTK_SHADOW_NONE selected.  (#361781, Miguel Gomez)

svn path=/trunk/; revision=18421

16 years agoRemove uses of deprecated api in example. (#454835, Guillaume Cottenceau)
Matthias Clasen [Mon, 9 Jul 2007 19:33:42 +0000 (19:33 +0000)]
Remove uses of deprecated api in example. (#454835, Guillaume Cottenceau)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf/tmpl/scaling.sgml: Remove uses of deprecated api
        in example.  (#454835, Guillaume Cottenceau)

svn path=/trunk/; revision=18420

16 years agoFix a typo in the docs. (#453930, Guillaume Cottenceau)
Matthias Clasen [Mon, 9 Jul 2007 19:29:51 +0000 (19:29 +0000)]
Fix a typo in the docs. (#453930, Guillaume Cottenceau)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktooltip.c (gtk_tooltip_trigger_tooltip_query):
        Fix a typo in the docs.  (#453930, Guillaume Cottenceau)

svn path=/trunk/; revision=18419

16 years agoReplace non-deprecated API using old tooltips API, deprecate old tooltips
Kristian Rietveld [Mon, 9 Jul 2007 19:23:18 +0000 (19:23 +0000)]
Replace non-deprecated API using old tooltips API, deprecate old tooltips

2007-07-09  Kristian Rietveld  <kris@imendio.com>

Replace non-deprecated API using old tooltips API, deprecate
old tooltips API for real. (#451575).

* gtk/gtk.symbols: updated.

* gtk/gtkwidget.c (gtk_widget_real_show_help): don't call
_gtk_tooltips_toggle_keyboard_mode() anymore.

* gtk/gtkmenutoolbutton.[ch] (gtk_menu_tool_button_set_arrow_tooltip):
deprecated,
(gtk_menu_tool_button_set_arrow_tooltip_{text,markup}): replacements.

* gtk/gtktoolitem.[ch] (gtk_tool_item_real_set_tooltip): use
new API,
(gtk_tool_item_set_tooltip): deprecated,
(gtk_tool_item_set_tooltip_{text,markup): replacements.
(GtkToolItemClass:set_tooltip): deprecated.

* gtk/gtktooltips.[ch]: strip out all unused parts, made
gtk_tooltips_set_tip() call gtk_widget_set_tooltip_text(),
deprecate all of gtk_tooltips_*.

* gtk/gtktoolbar.[ch] (gtk_toolbar_get_tooltips): always return
TRUE,
(GtkToolbar:tooltips): deprecated, renamed.

* gtk/gtkaction.c (gtk_action_sync_tooltip): use new API to
set the tooltip text.

* tests/autotestfilechooser.c: #undef GTK_DISABLE_DEPRECATED for now,
will be removed GtkFileChooserDefault has been converted.

svn path=/trunk/; revision=18418

16 years agoFix a typo in the docs. (#453673, Guillaume Cottenceau)
Matthias Clasen [Mon, 9 Jul 2007 19:20:12 +0000 (19:20 +0000)]
Fix a typo in the docs. (#453673, Guillaume Cottenceau)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreeview.c
        (gtk_tree_view_convert_bin_window_to_widget_coords:
        Fix a typo in the docs.  (#453673, Guillaume Cottenceau)

svn path=/trunk/; revision=18417

16 years agoEmit ::changed when removing the active row. (#452056, Paul Pogonyshev)
Matthias Clasen [Mon, 9 Jul 2007 18:23:49 +0000 (18:23 +0000)]
Emit ::changed when removing the active row. (#452056, Paul Pogonyshev)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Emit
        ::changed when removing the active row.  (#452056, Paul Pogonyshev)

svn path=/trunk/; revision=18416

16 years agoUpdates
Matthias Clasen [Mon, 9 Jul 2007 18:19:13 +0000 (18:19 +0000)]
Updates

svn path=/trunk/; revision=18415

16 years agoMake it compile
Matthias Clasen [Mon, 9 Jul 2007 18:04:59 +0000 (18:04 +0000)]
Make it compile

svn path=/trunk/; revision=18414

16 years agoAddress some thread-safety issues. (#452598)
Matthias Clasen [Mon, 9 Jul 2007 18:02:38 +0000 (18:02 +0000)]
Address some thread-safety issues. (#452598)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtksearchenginesimple.c: Address some thread-safety
        issues.  (#452598)

svn path=/trunk/; revision=18413

16 years agoFix build problems on Cygwin. (#448604)
Matthias Clasen [Mon, 9 Jul 2007 18:00:22 +0000 (18:00 +0000)]
Fix build problems on Cygwin. (#448604)

2007-07-09  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/*/Makefile.am: Fix build problems
        on Cygwin.  (#448604)

svn path=/trunk/; revision=18412

16 years agoRemove usage of deprecated GtkTooltips API. Use
Jaap Haitsma [Mon, 9 Jul 2007 17:48:06 +0000 (17:48 +0000)]
Remove usage of deprecated GtkTooltips API. Use

2007-07-09  Jaap Haitsma  <jaap@haitsma.org>

* gtk/gtkstatusicon.c: Remove usage of deprecated GtkTooltips API. Use
gtk_widget_set_tooltip_text instead

svn path=/trunk/; revision=18411

16 years agoMake the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.
Johan Dahlin [Mon, 9 Jul 2007 17:24:24 +0000 (17:24 +0000)]
Make the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.

2007-07-09  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtktooltip.c:
    * gtk/gtktooltip.h: Make the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.

svn path=/trunk/; revision=18410

16 years agoDocument <accelerator> element
Johan Dahlin [Mon, 9 Jul 2007 13:41:13 +0000 (13:41 +0000)]
Document <accelerator> element

2007-07-09  Johan Dahlin <jdahlin@async.com.br>

       * gtk/tmpl/gtkactiongroup.sgml: Document <accelerator> element

svn path=/trunk/; revision=18409

16 years ago|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*
Johan Dahlin [Mon, 9 Jul 2007 13:40:10 +0000 (13:40 +0000)]
|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*

2007-07-09  Johan Dahlin,,,  <jdahlin@lozenge>

|___* demos/gtk-demo/demo.ui:
|___* gtk/gtk-builder-convert:
|___* gtk/gtkactiongroup.c: (gtk_action_group_buildable_init),
|___(gtk_action_group_buildable_add_child),
|___(accelerator_start_element),
|___(gtk_action_group_buildable_custom_tag_start),
|___(gtk_action_group_buildable_custom_tag_end):
|___* gtk/gtkuimanager.c: (child_hierarchy_changed_cb),
|___(gtk_ui_manager_buildable_construct_child):
|___* tests/buildertest.c: (test_uimanager_simple):

|___Add actiongroup/action accelerator support for builder. #454654

svn path=/trunk/; revision=18408

16 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Mon, 9 Jul 2007 12:01:14 +0000 (12:01 +0000)]
Updated Thai translation.

* th.po: Updated Thai translation.

svn path=/trunk/; revision=18407

16 years agoapplied docu clarification patch from Bjoern Lindqvist, #454700.
Tim Janik [Mon, 9 Jul 2007 08:33:32 +0000 (08:33 +0000)]
applied docu clarification patch from Bjoern Lindqvist, #454700.

Mon Jul  9 10:32:39 2007  Tim Janik  <timj@imendio.com>

        * gdk/tmpl/threads.sgml: applied docu clarification patch from Bjoern
        Lindqvist, #454700.

svn path=/trunk/; revision=18406

16 years agoSupport old-style message contexts, too.
Matthias Clasen [Sun, 8 Jul 2007 16:37:43 +0000 (16:37 +0000)]
Support old-style message contexts, too.

2007-07-08  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkbuilderparser.c (pgettext): Support old-style
        message contexts, too.

svn path=/trunk/; revision=18405

16 years agoImprove the way properties are copied over from a menuitem to an action.
Johan Dahlin [Sun, 8 Jul 2007 14:33:20 +0000 (14:33 +0000)]
Improve the way properties are copied over from a menuitem to an action.

2007-07-08  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert: Improve the way properties
    are copied over from a menuitem to an action.

svn path=/trunk/; revision=18404

16 years agoConvert GtkMenus which are not part of a GtkMenuBar. Also move over
Johan Dahlin [Sun, 8 Jul 2007 14:00:21 +0000 (14:00 +0000)]
Convert GtkMenus which are not part of a GtkMenuBar. Also move over

2007-07-08  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilderConverter._convert_menuitem): Convert
    GtkMenus which are not part of a GtkMenuBar. Also move over activate signals
    when converting a GtkMenuItem subclass to an action.
    (#454830, Bastien Nocera)

svn path=/trunk/; revision=18403

16 years agoParse last_modification_time attribute in <signal> tag
Johan Dahlin [Sun, 8 Jul 2007 13:39:42 +0000 (13:39 +0000)]
Parse last_modification_time attribute in <signal> tag

2007-07-08  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkbuilderparser.c (parse_signal): Parse last_modification_time
    attribute in <signal> tag

svn path=/trunk/; revision=18402

16 years agoAdd support for context and comments on properties
Matthias Clasen [Sun, 8 Jul 2007 05:27:22 +0000 (05:27 +0000)]
Add support for context and comments on properties

svn path=/trunk/; revision=18401

16 years agoFix a typo and a memory management bug
Matthias Clasen [Sun, 8 Jul 2007 03:59:30 +0000 (03:59 +0000)]
Fix a typo and a memory management bug

svn path=/trunk/; revision=18400

16 years agoParse <accessibility> but don't do anything yet. Do not strip
Johan Dahlin [Sun, 8 Jul 2007 03:22:18 +0000 (03:22 +0000)]
Parse <accessibility> but don't do anything yet. Do not strip

2007-07-08  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkwidget.c (gtk_widget_buildable_custom_tag_start):
    Parse <accessibility> but don't do anything yet.
    * gtk/gtk-builder-convert (GtkBuilderConverter._parse):
    Do not strip atk/accessibility tags
    * tests/buildertest.c (test_widget):
    Test this

svn path=/trunk/; revision=18399

16 years agodocu fixup by Bjoern Lindqvist, #454703.
Tim Janik [Sat, 7 Jul 2007 23:36:33 +0000 (23:36 +0000)]
docu fixup by Bjoern Lindqvist, #454703.

Sun Jul  8 01:33:45 2007  Tim Janik  <timj@gtk.org>

        * gdk/gdkwindow.c: docu fixup by Bjoern Lindqvist, #454703.

svn path=/trunk/; revision=18398

16 years agoUpdated Greek translation
Kostas Papadimas [Sat, 7 Jul 2007 16:33:35 +0000 (16:33 +0000)]
Updated Greek translation

svn path=/trunk/; revision=18397

16 years ago]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windows
Richard Hult [Sat, 7 Jul 2007 16:19:40 +0000 (16:19 +0000)]
]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windows

2007-07-07  Richard Hult  <richard@imendio.com>

* gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -windowDidResignMain:])
([GdkQuartzWindow -windowDidBecomeMain:]):
* gdk/quartz/gdkwindow-quartz.c (_gdk_quartz_window_did_resign_main)
(_gdk_quartz_window_did_become_main, gdk_window_hide)
(_gdk_windowing_window_destroy): Keep a stack of main windows and
select the most recent one when hiding/closing the current one.

svn path=/trunk/; revision=18396

16 years ago (GtkBuilderConverter._add_action_from_menuitem): Only set stock_id
Johan Dahlin [Sat, 7 Jul 2007 16:18:38 +0000 (16:18 +0000)]
(GtkBuilderConverter._add_action_from_menuitem): Only set stock_id
    on the action if the menuitem had a stock or label property set

svn path=/trunk/; revision=18395

16 years ago (GtkBuilderConverter._convert_menuitem): Add support for CheckMenuItems
Johan Dahlin [Sat, 7 Jul 2007 16:14:30 +0000 (16:14 +0000)]
(GtkBuilderConverter._convert_menuitem): Add support for CheckMenuItems
    and do not set name and action on separators

svn path=/trunk/; revision=18394

16 years agoAssert that the tagname of the nodes are correct, factor out a method to a function...
Johan Dahlin [Sat, 7 Jul 2007 15:59:53 +0000 (15:59 +0000)]
Assert that the tagname of the nodes are correct, factor out a method to a function which doesn't use the instance state.

svn path=/trunk/; revision=18393

16 years ago (GtkBuilderConverter._parse): Remove unsupported atkrelation and atkproperty
Johan Dahlin [Sat, 7 Jul 2007 15:50:09 +0000 (15:50 +0000)]
(GtkBuilderConverter._parse): Remove unsupported atkrelation and atkproperty
    tags

svn path=/trunk/; revision=18392

16 years ago (GtkBuilderConverter): Refactor; Optimize widget lookups by not
Johan Dahlin [Sat, 7 Jul 2007 15:44:30 +0000 (15:44 +0000)]
(GtkBuilderConverter): Refactor; Optimize widget lookups by not
    traversing the whole tree.
    Use a common api to create sizegroups, actiongroups and uimanagers
    to avoid name conflicts.
    Output newly created objects sorted by id before the old roots under
    <interface>

svn path=/trunk/; revision=18391

16 years agodocu fixes from Guillaume Cottenceau, #454596.
Tim Janik [Sat, 7 Jul 2007 15:35:32 +0000 (15:35 +0000)]
docu fixes from Guillaume Cottenceau, #454596.

Sat Jul  7 17:34:33 2007  Tim Janik  <timj@gtk.org>

        * gdk-pixbuf-scale.c: docu fixes from Guillaume Cottenceau, #454596.

svn path=/trunk/; revision=18390

16 years agoConvert GtkTextView::text properties
Johan Dahlin [Sat, 7 Jul 2007 15:11:52 +0000 (15:11 +0000)]
Convert GtkTextView::text properties

2007-07-07  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilderConverter._convert_textview_text):
    Convert GtkTextView::text properties

svn path=/trunk/; revision=18389

16 years agoFix (de)miniaturizing transient windows, by (un)setting the parent before
Richard Hult [Fri, 6 Jul 2007 19:49:42 +0000 (19:49 +0000)]
Fix (de)miniaturizing transient windows, by (un)setting the parent before

2007-07-06  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkprivate-quartz.h:
* gdk/quartz/gdkwindow-quartz.c:
* gdk/quartz/GdkQuartzWindow.c: Fix (de)miniaturizing transient
windows, by (un)setting the parent before and after miniaturizing.

svn path=/trunk/; revision=18388

16 years agoAdd stub.
Richard Hult [Fri, 6 Jul 2007 18:46:39 +0000 (18:46 +0000)]
Add stub.

2007-07-06  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkkeys-quartz.c (gdk_keymap_have_bidi_layouts): Add
stub.

svn path=/trunk/; revision=18387

16 years agoAdd a missing semi-colon in the doc string, spotted by Johannes Sasonko
Johan Dahlin [Fri, 6 Jul 2007 13:39:19 +0000 (13:39 +0000)]
Add a missing semi-colon in the doc string, spotted by Johannes Sasonko

2007-07-06  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing
    semi-colon in the doc string, spotted by Johannes Sasonko

svn path=/trunk/; revision=18386

16 years agoAdded a comment to explain the signal used to stop parsing early.
Michael J. Chudobiak [Fri, 6 Jul 2007 11:50:28 +0000 (11:50 +0000)]
Added a comment to explain the signal used to stop parsing early.

2007-07-06  Michael J. Chudobiak  <mjc@cvs.gnome.org>

        * io-tiff.c: (tiff_image_parse): Added a comment to explain
        the signal used to stop parsing early.

svn path=/trunk/; revision=18385

16 years agoTry again to make gdk_pixbuf_get_file_info work for tiff images
Matthias Clasen [Thu, 5 Jul 2007 20:16:59 +0000 (20:16 +0000)]
Try again to make gdk_pixbuf_get_file_info work for tiff images

svn path=/trunk/; revision=18384

16 years agoPixbuf properties
Matthias Clasen [Thu, 5 Jul 2007 19:50:03 +0000 (19:50 +0000)]
Pixbuf properties

svn path=/trunk/; revision=18383

16 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Wed, 4 Jul 2007 20:02:02 +0000 (20:02 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=18382

16 years agoUse GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too.
Tor Lillqvist [Wed, 4 Jul 2007 12:40:56 +0000 (12:40 +0000)]
Use GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIBS here, too.

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

* pixops/Makefile.am (timescale_LDADD): Use GDK_PIXBUF_DEP_LIBS
instead of GDK_PIXBUF_EXTRA_LIBS here, too.

svn path=/trunk/; revision=18381

16 years agoUpdated Gujarati Translations
Ankitkumar Rameshchandra Patel [Wed, 4 Jul 2007 10:48:26 +0000 (10:48 +0000)]
Updated Gujarati Translations

svn path=/trunk/; revision=18380

16 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Wed, 4 Jul 2007 10:43:26 +0000 (10:43 +0000)]
Updated Translation

svn path=/trunk/; revision=18379

16 years agoadded usage example to gdk_event_request_motions() docs.
Tim Janik [Wed, 4 Jul 2007 10:21:05 +0000 (10:21 +0000)]
added usage example to gdk_event_request_motions() docs.

Wed Jul  4 12:20:23 2007  Tim Janik  <timj@imendio.com>

        * gdk/gdkevents.c (gdk_event_request_motions): added usage example
        to gdk_event_request_motions() docs.

svn path=/trunk/; revision=18378

16 years agoOn Win32 call gtk_status_icon_button_press() in an idle callback and not
Tor Lillqvist [Wed, 4 Jul 2007 08:20:18 +0000 (08:20 +0000)]
On Win32 call gtk_status_icon_button_press() in an idle callback and not

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

* gtk/gtkstatusicon.c: On Win32 call
gtk_status_icon_button_press() in an idle callback and not
directly from the window procedure to avoid "g_main_loop_run():
called recursively from within a source's check() or prepare()
member, iteration not possible" warnings.

svn path=/trunk/; revision=18377

16 years agoRemove a surplus GDK_THREADS_LEAVE() and avoid a potential use after free
Chris Wilson [Wed, 4 Jul 2007 07:41:57 +0000 (07:41 +0000)]
Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after free

2007-07-04  Chris Wilson  <chris@chris-wilson.co.uk>

    * gtk/gtkrecentchoosermenu.c (idle_populate_func),
    (idle_populate_clean_up), (gtk_recent_chooser_menu_populate):
    Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after
    free in the source destroy notify. (#453033)

svn path=/trunk/; revision=18375

16 years agopack children from the start instead of the end, this should probably be
Johan Dahlin [Wed, 4 Jul 2007 03:49:33 +0000 (03:49 +0000)]
pack children from the start instead of the end, this should probably be

2007-07-04  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkcelllayout.c (_gtk_cell_layout_buildable_add_child):
    pack children from the start instead of the end, this should
    probably be made configurable at some point.

svn path=/trunk/; revision=18374

16 years agoWe support GtkComboBox.items properties now
Johan Dahlin [Wed, 4 Jul 2007 03:48:01 +0000 (03:48 +0000)]
We support GtkComboBox.items properties now

2007-07-04  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert.xml: We support GtkComboBox.items
    properties now

svn path=/trunk/; revision=18373

16 years agoFix confusing indentation
Johan Dahlin [Wed, 4 Jul 2007 03:46:16 +0000 (03:46 +0000)]
Fix confusing indentation

svn path=/trunk/; revision=18372

16 years agoAdd support for converting GtkComboBox items, also make sure that we
Johan Dahlin [Wed, 4 Jul 2007 03:44:38 +0000 (03:44 +0000)]
Add support for converting GtkComboBox items, also make sure that we

2007-07-04  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert:
    Add support for converting GtkComboBox items, also make sure
    that we support more than one GtkAdjustment in a file

svn path=/trunk/; revision=18371

16 years agofixed up motion hint description.
Tim Janik [Tue, 3 Jul 2007 22:59:06 +0000 (22:59 +0000)]
fixed up motion hint description.

Wed Jul  4 00:58:24 2007  Tim Janik  <timj@gtk.org>

        * gdk/tmpl/events.sgml: fixed up motion hint description.

svn path=/trunk/; revision=18370

16 years agoKeep track of button state and include it in key events. Needed for gimp's
Richard Hult [Tue, 3 Jul 2007 20:31:59 +0000 (20:31 +0000)]
Keep track of button state and include it in key events. Needed for gimp's

2007-07-03  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c: Keep track of button state and
include it in key events. Needed for gimp's selection tools and
fixes bug #453411.

svn path=/trunk/; revision=18369

16 years agoFix some doc typos
Matthias Clasen [Tue, 3 Jul 2007 19:07:46 +0000 (19:07 +0000)]
Fix some doc typos

svn path=/trunk/; revision=18368

16 years agoInclude modifier state in key release events. Fixes bug #453413.
Richard Hult [Tue, 3 Jul 2007 18:49:09 +0000 (18:49 +0000)]
Include modifier state in key release events. Fixes bug #453413.

2007-07-03  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c (create_key_event): Include
modifier state in key release events. Fixes bug #453413.

svn path=/trunk/; revision=18367

16 years agoAlways set an error when returning NULL. (453365, Michael Chudobiak)
Matthias Clasen [Tue, 3 Jul 2007 18:22:22 +0000 (18:22 +0000)]
Always set an error when returning NULL. (453365, Michael Chudobiak)

2007-07-03  Matthias Clasen  <mclasen@redhat.com>

        * io-tiff.c (tiff_image_parse): Always set an error
        when returning NULL.  (453365, Michael Chudobiak)

svn path=/trunk/; revision=18365

16 years agoReport errors about integer parsing back up. (#452988)
Matthias Clasen [Tue, 3 Jul 2007 17:22:24 +0000 (17:22 +0000)]
Report errors about integer parsing back up. (#452988)

2007-07-03  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkcelllayout.c (attributes_text_element): Report
        errors about integer parsing back up.  (#452988)

        * tests/buildertest.c: Add an extra check.

svn path=/trunk/; revision=18364

16 years agoDon't leave priv->image dangling when use-stock is set to FALSE. (#437281,
Matthias Clasen [Tue, 3 Jul 2007 17:09:42 +0000 (17:09 +0000)]
Don't leave priv->image dangling when use-stock is set to FALSE. (#437281,

2007-07-03  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkbutton.c (gtk_button_construct_child): Don't leave
        priv->image dangling when use-stock is set to FALSE.  (#437281,
        Jochen Baier)

svn path=/trunk/; revision=18362

16 years agoHandle GDK_PIXBUF_EXTRA_LIBS like GDK_EXTRA_LIBS, i.e. clear it if
Tor Lillqvist [Tue, 3 Jul 2007 16:58:42 +0000 (16:58 +0000)]
Handle GDK_PIXBUF_EXTRA_LIBS like GDK_EXTRA_LIBS, i.e. clear it if

2007-07-03  Tor Lillqvist  <tml@novell.com>

* configure.in: Handle GDK_PIXBUF_EXTRA_LIBS like GDK_EXTRA_LIBS,
i.e. clear it if enable_explicit_deps isn't on. If we build with
--with-included-loaders and --enable-explicit-deps=no we don't
want -ltiff -ljpeg etc in the gdk-pixbuf-2.0.pc file.

svn path=/trunk/; revision=18361

16 years agoClarify.
Tor Lillqvist [Tue, 3 Jul 2007 16:53:46 +0000 (16:53 +0000)]
Clarify.

svn path=/trunk/; revision=18360

16 years agoImplement. Just return FALSE for now. What should this function actually
Tor Lillqvist [Tue, 3 Jul 2007 16:53:17 +0000 (16:53 +0000)]
Implement. Just return FALSE for now. What should this function actually

2007-07-03  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkkeys-win32.c (gdk_keymap_have_bidi_layouts):
Implement. Just return FALSE for now. What should this function
actually do? Does keyboards layouts being "in use" mean that such
layouts can be switched to on the fly? If so we need to actually
check that.

svn path=/trunk/; revision=18359

16 years agoBe more careful when calling g_propagate_error(). (#453365, Michael
Matthias Clasen [Tue, 3 Jul 2007 16:29:58 +0000 (16:29 +0000)]
Be more careful when calling g_propagate_error(). (#453365, Michael

2007-07-03  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Be
        more careful when calling g_propagate_error().  (#453365,
        Michael Chudobiak)

svn path=/trunk/; revision=18357

16 years agoFix a link
Matthias Clasen [Tue, 3 Jul 2007 16:12:56 +0000 (16:12 +0000)]
Fix a link

svn path=/trunk/; revision=18356

16 years agoFix up formatting
Matthias Clasen [Tue, 3 Jul 2007 15:51:18 +0000 (15:51 +0000)]
Fix up formatting

svn path=/trunk/; revision=18355

16 years agoFixed assertions from setting "tooltip-text" to NULL (bug 452425)
Tristan Van Berkom [Tue, 3 Jul 2007 15:39:59 +0000 (15:39 +0000)]
Fixed assertions from setting "tooltip-text" to NULL (bug 452425)

* gtk/gtkwidget.c: Fixed assertions from setting "tooltip-text" to NULL
(bug 452425)

svn path=/trunk/; revision=18353

16 years agoImprovements
Matthias Clasen [Tue, 3 Jul 2007 15:38:53 +0000 (15:38 +0000)]
Improvements

svn path=/trunk/; revision=18352

16 years agoUpdated Finnish translation
Ilkka Tuohela [Tue, 3 Jul 2007 15:30:13 +0000 (15:30 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=18351

16 years agoAdd a --root option. Filter empty properties. Convert GtkAdjustments.
Johan Dahlin [Tue, 3 Jul 2007 03:28:39 +0000 (03:28 +0000)]
Add a --root option. Filter empty properties. Convert GtkAdjustments.

2007-07-03  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): Add a
    --root option. Filter empty properties. Convert GtkAdjustments.

svn path=/trunk/; revision=18350

16 years agoMimic the behavior of gtk_dialog_add_action_widget closer, to make
Johan Dahlin [Tue, 3 Jul 2007 03:26:07 +0000 (03:26 +0000)]
Mimic the behavior of gtk_dialog_add_action_widget closer, to make

2007-07-03  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished): Mimic the behavior
    of gtk_dialog_add_action_widget closer, to make clicking on the buttons
    actually work.

svn path=/trunk/; revision=18349

16 years agoupdated vi.po
Nguyen Thai Ngoc Duy [Tue, 3 Jul 2007 00:17:55 +0000 (00:17 +0000)]
updated vi.po

svn path=/trunk/; revision=18348

16 years ago2.11.6
Matthias Clasen [Mon, 2 Jul 2007 22:28:25 +0000 (22:28 +0000)]
2.11.6

svn path=/trunk/; revision=18347

16 years ago2.11.5
Matthias Clasen [Mon, 2 Jul 2007 22:24:39 +0000 (22:24 +0000)]
2.11.5

svn path=/trunk/; revision=18345

16 years agonew function to check whether a rubber banding operation is currently
Kristian Rietveld [Mon, 2 Jul 2007 17:33:25 +0000 (17:33 +0000)]
new function to check whether a rubber banding operation is currently

2007-07-02  Kristian Rietveld  <kris@gtk.org>

* gtk/gtk.symbols:
* gtk/gtktreeview.[ch] (gtk_tree_view_is_rubber_banding_active): new
function to check whether a rubber banding operation is currently
active.  (#393579, Christian Neumair).

svn path=/trunk/; revision=18344

16 years agoUpdates
Matthias Clasen [Mon, 2 Jul 2007 16:14:02 +0000 (16:14 +0000)]
Updates

svn path=/trunk/; revision=18343

16 years agoUpdates
Matthias Clasen [Mon, 2 Jul 2007 15:55:58 +0000 (15:55 +0000)]
Updates

svn path=/trunk/; revision=18342

16 years agoUpdates
Johan Dahlin [Mon, 2 Jul 2007 15:31:02 +0000 (15:31 +0000)]
Updates

2007-07-02  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/tmpl/gtkbuilder.sgml: Updates

svn path=/trunk/; revision=18341

16 years agoDocument the "orientation" option.
Matthias Clasen [Mon, 2 Jul 2007 14:47:45 +0000 (14:47 +0000)]
Document the "orientation" option.

2007-07-02  Matthias Clasen <mclasen@redhat.com>

        * gdk-pixbuf.c (gdk_pixbuf_get_option): Document the
        "orientation" option.

        * gdk-pixbuf.symbols:
        * gdk-pixbuf-core.h:
        * gdk-pixbuf-util.c (gdk_pixbuf_apply_embedded_orientation):
        New function to handle Exif orientation information in
        tiff and jpeg images.  (#439567, Michael Chudobiak)

svn path=/trunk/; revision=18340

16 years agomore additions
Matthias Clasen [Mon, 2 Jul 2007 04:18:59 +0000 (04:18 +0000)]
more additions

svn path=/trunk/; revision=18338

16 years agoFix a typo
Matthias Clasen [Mon, 2 Jul 2007 04:08:08 +0000 (04:08 +0000)]
Fix a typo

svn path=/trunk/; revision=18337

16 years agoMore additions
Matthias Clasen [Mon, 2 Jul 2007 03:51:22 +0000 (03:51 +0000)]
More additions

svn path=/trunk/; revision=18336

16 years agoAdd more detail
Matthias Clasen [Mon, 2 Jul 2007 03:36:45 +0000 (03:36 +0000)]
Add more detail

svn path=/trunk/; revision=18335

16 years agoImprove GtkBuilder DTD, remove treemodel section, add more information
Johan Dahlin [Mon, 2 Jul 2007 00:52:27 +0000 (00:52 +0000)]
Improve GtkBuilder DTD, remove treemodel section, add more information

2007-07-01  Johan Dahlin  <jdahlin@async.com.br>

        * gtk/tmpl/gtkbuilder.sgml:
        * gtk/tmpl/gtkexpander.sgml:
        * gtk/tmpl/gtkframe.sgml:
        * gtk/tmpl/gtknotebook.sgml:
        * gtk/tmpl/gtktreemodel.sgml: Improve GtkBuilder DTD,
        remove treemodel section, add more information about
        container subclasses child attributes. #452954

svn path=/trunk/; revision=18334

16 years agoupdated vi.po
Nguyen Thai Ngoc Duy [Mon, 2 Jul 2007 00:04:46 +0000 (00:04 +0000)]
updated vi.po

svn path=/trunk/; revision=18333

16 years agoDocument GtkBuilder UI definitions
Matthias Clasen [Sun, 1 Jul 2007 23:38:07 +0000 (23:38 +0000)]
Document GtkBuilder UI definitions

svn path=/trunk/; revision=18332

16 years agoAdd parentheses to fix the operator order in the icon selection.
Jan Arne Petersen [Sun, 1 Jul 2007 23:07:39 +0000 (23:07 +0000)]
Add parentheses to fix the operator order in the icon selection.

2007-07-02  Jan Arne Petersen  <jpetersen@jpetersen.org>

* gtk/gtkscalebutton.c: (gtk_scale_button_update_icon): Add
parentheses to fix the operator order in the icon selection.

svn path=/trunk/; revision=18331

16 years agoUpdates
Johan Dahlin [Sun, 1 Jul 2007 15:58:56 +0000 (15:58 +0000)]
Updates

2007-07-01  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert.xml: Updates

svn path=/trunk/; revision=18326

16 years agoConvert to getopt, improved documentation, change the script to require
Johan Dahlin [Sun, 1 Jul 2007 15:58:24 +0000 (15:58 +0000)]
Convert to getopt, improved documentation, change the script to require

2007-07-01  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtk-builder-convert (GtkBuilderConverter):
    Convert to getopt, improved documentation, change
    the script to require two arguments

svn path=/trunk/; revision=18325

16 years agoFixed wrong translations.
Takeshi AIHANA [Sun, 1 Jul 2007 14:12:17 +0000 (14:12 +0000)]
Fixed wrong translations.

2007-07-01  Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Fixed wrong translations.

svn path=/trunk/; revision=18324

16 years agoUpdated Japanese translation.
Takeshi AIHANA [Sun, 1 Jul 2007 12:20:53 +0000 (12:20 +0000)]
Updated Japanese translation.

2007-07-01  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=18323

16 years agoUpdated Japanese translation.
Takeshi AIHANA [Sun, 1 Jul 2007 12:19:48 +0000 (12:19 +0000)]
Updated Japanese translation.

2007-07-01  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=18322

16 years agoContinue the event handling cleanup:
Richard Hult [Sat, 30 Jun 2007 21:50:06 +0000 (21:50 +0000)]
Continue the event handling cleanup:

2007-06-30  Richard Hult  <richard@imendio.com>

Continue the event handling cleanup:

* gdk/quartz/gdkevents-quartz.c: (synthesize_crossing_events):
Don't do anything if the old and new windows are the same,
simplifies the callers.
(find_mouse_window_for_ns_event): Always return a window (root
instead of NULL). Remove unneccessary check for the current mouse
window being NULL, that was a workaround for a now fixed
bug. Convert to root coordinates if we don't find a window.
(synthesize_crossing_events_for_ns_event): Simplify and add
comment.

svn path=/trunk/; revision=18316

16 years agoSimplify (get the origin directly from the window).
Richard Hult [Sat, 30 Jun 2007 19:55:20 +0000 (19:55 +0000)]
Simplify (get the origin directly from the window).

2007-06-30  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkevents-quartz.c:
(synthesize_crossing_events_for_ns_event): Simplify (get the
origin directly from the window).

svn path=/trunk/; revision=18315