head	1.9;
access;
symbols
	pkgsrc-2013Q2:1.9.0.54
	pkgsrc-2013Q2-base:1.9
	pkgsrc-2012Q4:1.9.0.52
	pkgsrc-2012Q4-base:1.9
	pkgsrc-2011Q4:1.9.0.50
	pkgsrc-2011Q4-base:1.9
	pkgsrc-2011Q2:1.9.0.48
	pkgsrc-2011Q2-base:1.9
	pkgsrc-2009Q4:1.9.0.46
	pkgsrc-2009Q4-base:1.9
	pkgsrc-2008Q4:1.9.0.44
	pkgsrc-2008Q4-base:1.9
	pkgsrc-2008Q3:1.9.0.42
	pkgsrc-2008Q3-base:1.9
	cube-native-xorg:1.9.0.40
	cube-native-xorg-base:1.9
	pkgsrc-2008Q2:1.9.0.38
	pkgsrc-2008Q2-base:1.9
	pkgsrc-2008Q1:1.9.0.36
	pkgsrc-2008Q1-base:1.9
	pkgsrc-2007Q4:1.9.0.34
	pkgsrc-2007Q4-base:1.9
	pkgsrc-2007Q3:1.9.0.32
	pkgsrc-2007Q3-base:1.9
	pkgsrc-2007Q2:1.9.0.30
	pkgsrc-2007Q2-base:1.9
	pkgsrc-2007Q1:1.9.0.28
	pkgsrc-2007Q1-base:1.9
	pkgsrc-2006Q4:1.9.0.26
	pkgsrc-2006Q4-base:1.9
	pkgsrc-2006Q3:1.9.0.24
	pkgsrc-2006Q3-base:1.9
	pkgsrc-2006Q2:1.9.0.22
	pkgsrc-2006Q2-base:1.9
	pkgsrc-2006Q1:1.9.0.20
	pkgsrc-2006Q1-base:1.9
	pkgsrc-2005Q4:1.9.0.18
	pkgsrc-2005Q4-base:1.9
	pkgsrc-2005Q3:1.9.0.16
	pkgsrc-2005Q3-base:1.9
	pkgsrc-2005Q2:1.9.0.14
	pkgsrc-2005Q2-base:1.9
	pkgsrc-2005Q1:1.9.0.12
	pkgsrc-2005Q1-base:1.9
	pkgsrc-2004Q4:1.9.0.10
	pkgsrc-2004Q4-base:1.9
	pkgsrc-2004Q3:1.9.0.8
	pkgsrc-2004Q3-base:1.9
	pkgsrc-2004Q2:1.9.0.6
	pkgsrc-2004Q2-base:1.9
	pkgsrc-2004Q1:1.9.0.4
	pkgsrc-2004Q1-base:1.9
	pkgsrc-2003Q4:1.9.0.2
	pkgsrc-2003Q4-base:1.9
	buildlink2-base:1.9
	netbsd-1-5-RELEASE:1.6
	netbsd-1-4-PATCH003:1.6
	netbsd-1-4-PATCH002:1.5
	comdex-fall-1999:1.4
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.9
date	2001.04.17.11.07.20;	author agc;	state dead;
branches;
next	1.8;

1.8
date	2001.03.18.00.40.50;	author mjl;	state Exp;
branches;
next	1.7;

1.7
date	2000.10.17.17.07.45;	author rh;	state Exp;
branches;
next	1.6;

1.6
date	2000.06.01.11.58.43;	author rh;	state Exp;
branches;
next	1.5;

1.5
date	2000.01.01.13.36.44;	author rh;	state Exp;
branches;
next	1.4;

1.4
date	99.10.10.15.28.01;	author rh;	state Exp;
branches;
next	1.3;

1.3
date	99.09.08.16.10.25;	author rh;	state Exp;
branches;
next	1.2;

1.2
date	99.08.27.14.31.02;	author rh;	state Exp;
branches;
next	1.1;

1.1
date	99.07.31.19.06.09;	author rh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.07.31.19.06.09;	author rh;	state Exp;
branches;
next	;


desc
@@


1.9
log
@+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
@
text
@$NetBSD: md5,v 1.8 2001/03/18 00:40:50 mjl Exp $

SHA1 (libglade-0.16.tar.gz) = adf05907866c81e436d5e5c57d62a61bd501efb3
@


1.8
log
@Update to 0.16. Changes are bugfixes mostly.
@
text
@d1 1
a1 1
$NetBSD$
@


1.7
log
@Update libglade to 0.14.  Changes include:

        - radio menu item support (from patch by Mitch Chapman)
        - make accelerators visible in GtkPixmapMenuitems.
        - Added a glade_set_custom_handler to allow better control
          over creation of `Custom' widgets.  This can be used by
          language bindings or other applications that want more
          control over custom widget handling.
        - add tearoff menu items to menus if gnome settings say that
          they should be shown.
        - a few other bug fixes.
@
text
@d3 1
a3 1
MD5 (libglade-0.14.tar.gz) = ac91458f0e6c827b004b662482009bae
@


1.6
log
@Update libglade to 0.13.  Changes include:
 - improved bonobo support from Michael Meeks.
 - building documentation doesn't require an X connection now.
 - accelerators for widgets on notebook pages are now only active
   when the page is visible (Jon K Hellan).
 - memory leak fixes (Morten).
 - fixes for GtkHPaned/GtkVPaned.
 - handle progress bar attributes.
 - dock layout should save correctly now for GnomeApp widgets.
 - handle non stock menu icons in GNOME mode.
 - added glade_xml_get_widget_prefix() function to get all widgets
   whose names start with a certain prefix.
 - added glade_xml_signal_connect_data() function that connects a
   named signal and allows you to specify the data argument.  This
   is a simple wrapper around glade_xml_signal_connect_full.
@
text
@d3 1
a3 1
MD5 (libglade-0.13.tar.gz) = b774b7bff74bb9f9fdbcadf61d6c5efc
@


1.5
log
@Update libglade to 0.11

Changes include:
    - remove patches/patch-aa thanks to LTCONFIG_OVERRIDE

 * libglade-0.11: 5-December-1999
    - fixed some more problems that would cause segfaults on some errors.
    - added support for GtkCalendar and GtkInputDialog.
    - added assertions to some functions to try to pick up more runtime
      errors.

 * libglade-0.9:  20-November-1999
    - don't crash when creating a GtkPixmap widget if the pixmap file
      couldn't be found, or the pixmap file was corrupt.
    - fixed bug with setting the window policy.  If you were using
      libglade-0.8 and found you could not resize windows correctly, then
      this bug should now be fixed.

 * libglade-0.8:  16-November-1999
    - fixed mem leak in the GtkLabel and GtkAccelLabel creation routines.
      Also recognise the wrap property of these widgets.
    - fixed the code for removing placeholders in the tree, so it actually
      works.
    - fixed the i18n stuff so it doesn't translate empty strings.
    - take notice of more of the settings on GnomeDruidPageStandard's.
    - don't depend on internal libxml structures.  This means that libxml
      1.7.2 or greater is required, but libglade will be less likely to
      break if Daniel changes the internal structures.
    - fixed recognition of GNOME_STOCK_PIXMAP_EXIT.
    - some justification fixes for some menu items.
    - correctly name GnomeDockItems
    - be more consistent with setting the properties of toplevel windows.
      Also added support for the modal and default_width/default_height
      properties.
    - test-libglade.c is now dual licenced under GPL and X style licence.
      This clears up any problems with creating a non GPL/LGPL'd
      application using test-libglade as a starting point.
@
text
@d3 1
a3 1
MD5 (libglade-0.11.tar.gz) = 459f300a4c57d17b86af78aea1ec517c
@


1.4
log
@Update libglade to 0.7

Notable changes include:
        - Fixed a bug where libglade would seg fault when you tried to load
          a file that did not exist or was not a valid XML file.  This bug
          was found by Michael Meeks.
        - Fixed segfault when adding normal buttons to a GnomeDialog's
          action area.  This fixes bug #2323.
        - libglade now honours the has_focus and has_default flags for
          widgets.
        - The correct default for can_focus (false) is now used.  This
          was found by Miguel.  It should prevent the segfaults caused by
          infinite recursion some people were seeing.
        - Placeholders are removed from the interface as it gets parsed.
          The warnings were not really very useful, and there are times
          when you want to leave some spaces blank (such as in tables).
        - Fixed bug with setting accelerators that have no modifiers.  This
          one was found by Paul Clifford.
@
text
@d3 1
a3 1
MD5 (libglade-0.7.tar.gz) = dd62220305b6fc00a8229a2c2f3ae0f9
@


1.3
log
@Update libglade to 0.5

Changes include:
        * glade/glade-gnome.c (propbox_build_children): added similar
        behaviour here.

        * glade/glade-gtk.c (notebook_build_children): added underline
        accelerator support for notebook tabs.  You can switch between
        pages of the notebook by using the underline accelerator on the
        page's tab.

        * glade/glade-gnome.c (button_build_children): same function here
        for gnome support.

        * glade/glade-gtk.c (button_build_children): new function for
        building button children.  It also adds an accelerator for the
        clicked signal if appropriate.

        * glade/glade-xml.c (glade_xml_set_common_params): check to see if
        any label underline accelerators have to be attached.

        * glade/glade-private.h (GladeXMLPrivate): added new fields for
        label underline accelerators.

        * glade/glade-build.h: added prototypes for the new functions.

        * glade/glade-xml.c (glade_xml_handle_label_accel): handle label
        underline accelerators.
        (glade_xml_get_parent_accel): routine for getting underline
        accelerators directed at the parent widget.

        * glade/glade-gtk.c (label_new): extract the underline accelerator
        from the label.

        * glade/glade-gnome.c (propbox_new): set up the property box to use
        a new accel group.

        * glade/glade-xml.c (glade_get_adjustment): accept the adjustment
        element names from glade 0.5.2 and pre 0.5.2.

        * glade/glade-xml.c (glade_xml_new_from_memory): added new function
        to create a GladeXML object from a in memory buffer.

        * po/POTFILES.in: removed all the entries someone added here to
        discourage people from translating this module.  None of the installed
        components need translation.

        * glade/glade-sax.c (my_xmlSAXParseMemory):
        * glade/glade-sax.c (glade_widget_tree_parse_memory): added an function
        to create a GladeWidgetTree from a string.

        * glade/glade-gtk.c (layout_new): added support for GtkLayout.

        * glade/glade-gnome.c (iconlist_new): added support for GnomeIconList.
        (iconsel_new): support for GnomeIconSelection.
        (druid*): added support for GnomeDruid, GnomeDruidPageStart,
        GnomeDruidPageFinish, GnomeDruidPageStandard.
        (pixmap_new): added support for GnomePixmap.
        (propbox_new): added support for GnomePropertyBox.

        * glade/glade-build.h: changed declaration of GladeWidgetBuildData
        structure so it does not cause problems for newer gtk-doc's.

        * doc/Makefile.am (scan): fixed up target so that libtool works
        correctly even if it does not recognise the C compiler name (there
        were problems with CC=egcs).

        * glade/glade-xml.c: save a reference to the GladeWidgetTree
        structure, and unref it when the GladeXML structure is destroyed.
        This is so it does not get destroyed if it gets purged from the
        cache.

        * glade/glade-private.h: added the GladeWidgetTree to the private
        structure.

        * glade/glade-tree.c (glade_tree_get): check mtime on file to see
        if tree needs to be read in again.

        * glade/glade-sax.c: added implementations of reference counting
        routines, and save modification time of the file in the structure.

        * glade/glade-widget-tree.h: added an mtime field to GladeWidgetTree
        and added reference counting.

        * po/da.po: added danish file
@
text
@d3 1
a3 1
MD5 (libglade-0.5.tar.gz) = 6ae6fbd7d214c349b8ae1980a307d0fa
@


1.2
log
@Update libglade to version 0.4

Changes include:
 - Use gdk_keyval_by_name instead of a local hash table for looking
   up key values for accelerators.  This removes a big hash table
   from libglade's overhead.
 - Radio buttons groups are really fixed this time.
 - Table column spacing is correctly interpreted now.
 - Support for the GtkPacker widget has been added.
 - Changed over to a SAX based XML parser.  This cuts down on memory
   usage and increases speed a bit for the parser.  It also reduces
   the number of malloc's and frees.
 - Better handling of accelerator keys, including underline accelerators
   for menu items and buttons.
 - Miscelaneous bug fixes.
@
text
@d3 1
a3 1
MD5 (libglade-0.4.tar.gz) = cad4812b969f64ac5d9be2b72de05eea
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
MD5 (libglade-0.2.tar.gz) = ddf6445c30be0ed4741b8bba1e945fa2
@


1.1.1.1
log
@Initial import of libglade-0.2, a runtime interpreter for GLADE gui files
for GNOME.
@
text
@@
