- 29 May, 2009 1 commit
-
-
Tor Lillqvist authored
-
- 17 Mar, 2009 2 commits
-
-
Vincent Untz authored
2009-03-17 Vincent Untz <vuntz@gnome.org> * configure.in: post-release bump to 2.6.5 svn path=/trunk/; revision=553
-
Vincent Untz authored
2009-03-17 Vincent Untz <vuntz@gnome.org> * NEWS: version 2.6.4 svn path=/trunk/; revision=551
-
- 23 Feb, 2009 2 commits
-
-
Andre Klapper authored
2009-02-23 Andre Klapper <a9016009@gmx.de> * glade/makekeys.awk: * test/domp.c: * test/saxp.c: Remove deprecated GLib functions. Fixes bug #572846. svn path=/trunk/; revision=550
-
Christian Persch authored
* glade/glade-init.c: (glade_init): No need to make this data static. svn path=/trunk/; revision=549
-
- 06 Oct, 2008 2 commits
-
-
Felix Riemann authored
2008-10-06 Felix Riemann <friemann@svn.gnome.org> * glade/glade-xml.c: (glade_xml_class_init), (glade_xml_init), (glade_xml_finalize): Use G_DEFINE_TYPE instead of registering the type by hand. Also allocate the private data together with the "public" data. Fixes bug #555147. svn path=/trunk/; revision=548
-
Felix Riemann authored
2008-10-06 Felix Riemann <friemann@svn.gnome.org> * glade/glade-build.h: * glade/glade-xml.c: * glade/glade-xml.h: Fix GTK+ single includes. Fixes bug #555149. svn path=/trunk/; revision=547
-
- 18 Aug, 2008 3 commits
-
-
Murray Cumming authored
svn path=/trunk/; revision=545
-
Murray Cumming authored
2008-08-18 Murray Cumming <murrayc@murrayc.com> * doc/libglade-sections.txt: * doc/tmpl/glade-xml.sgml: Mention glade_xml_construct_from_buffer() in these files, to make it actually appear in the documention. * glade/glade-xml.c: Do not call gtkmm gtk--. svn path=/trunk/; revision=544
-
Murray Cumming authored
2008-06-11 Murray Cumming <murrayc@murrayc.com> * doc/libglade-docs.xml: Mention the gmodule-export-2.0 pkg-config check for autoconnecting signals. * glade/glade-xml.c: (glade_xml_signal_autoconnect): Menton it in the reference documentation too. Fixes bug #446175. svn path=/trunk/; revision=543
-
- 11 Jun, 2008 2 commits
-
-
Diego Gonzalez authored
2008-06-11 Diego Gonzalez <diego@pemas.net> * doc/libglade-docs.xml: Use a more descripve title for the book and improve the abstract by describing the purpuse of this library. svn path=/trunk/; revision=542
-
Murray Cumming authored
2008-06-11 Murray Cumming <murrayc@murrayc.com> * configure.in: Increase the required glib version from 2.5 to 2.10, because we use g_object_ref_sink() since 2006-07-11. Fixes bug #349611 (Yang Hong). svn path=/trunk/; revision=541
-
- 20 Feb, 2008 1 commit
-
-
Matthias Clasen authored
2008-02-19 Matthias Clasen <mclasen@redhat.com> * glade/glade-xml.c (glade_xml_new_from_buffer): Don't call g_free on a GObject. Pointed out by Peter Clifton. svn path=/trunk/; revision=540
-
- 12 Dec, 2007 1 commit
-
-
Armin Burgmeier authored
2007-11-26 Armin Burgmeier <armin@openismus.com> * glade/glade.def: Add glade_xml_construct_from_buffer to the list of exported symbols, otherwise it is not available on Windows. svn path=/trunk/; revision=539
-
- 30 Jul, 2007 1 commit
-
-
2007-07-31 Christian Persch <chpe@gnome.org> * NEWS: * configure.in: Updated for 2.6.2. svn path=/trunk/; revision=535
-
- 11 Jul, 2007 1 commit
-
-
2007-07-11 Christian Persch <chpe@gnome.org> * glade/Makefile.am: Remove GTK_DISABLE_DEPRECATED. Fixes the build with gtk+ trunk; bug #455566. svn path=/trunk/; revision=534
-
- 07 Jul, 2007 1 commit
-
-
2007-07-07 Christian Persch <chpe@gnome.org> * autogen.sh: Use gnome-autogen. Bug #423573. * Makefile.am: * configure.in: Use automake 1.9. svn path=/trunk/; revision=533
-
- 19 Jun, 2007 2 commits
-
-
Murray Cumming authored
svn path=/trunk/; revision=532
-
Murray Cumming authored
2007-04-16 Murray Cumming <murrayc@murrayc.com> * glade/glade-xml.h: * glade/glade-xml.c: (glade_xml_construct_from_buffer), (glade_xml_new_from_buffer): Added and used glade_xml_construct_from_buffer(), for use by language bindings. Patch from Doug in bug #326511. svn path=/trunk/; revision=531
-
- 14 Dec, 2006 1 commit
-
-
Kjartan Maraas authored
2006-12-14 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Add support for automake 1.10.
-
- 14 Nov, 2006 1 commit
-
-
Kjartan Maraas authored
2006-11-14 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Allow to build with autoconf 2.6x too.
-
- 19 Oct, 2006 1 commit
-
-
Kjartan Maraas authored
2006-10-19 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Update * configure.in: Bump to 2.6.0 * doc/tmpl/glade-build.sgml: * doc/tmpl/glade-init.sgml: * doc/tmpl/glade-parser.sgml: * doc/tmpl/glade-xml.sgml: I forgot to commit this when making the 2.6.0 release a while ago. Sorry all :-)
-
- 11 Jul, 2006 1 commit
-
-
Kjartan Maraas authored
2006-07-11 Kjartan Maraas <kmaraas@gnome.org> * glade/glade-xml.c: (glade_xml_init), (glade_xml_set_value_from_string): Fix warnings from GCC: glade-xml.c: In function 'glade_xml_set_value_from_string': glade-xml.c:1519: warning: implicit declaration of function 'gtk_object_sink' by using non-deprecated API instead. Closes bug #341857.
-
- 23 Mar, 2006 1 commit
-
-
Matthias Clasen authored
2006-03-23 Matthias Clasen <mclasen@redhat.com> * glade/glade-gtk.c (entry_set_invisible_char): Correctly handle non-ASCII characters. (#321119, Tim Evans)
-
- 04 Jan, 2006 1 commit
-
-
Tor Lillqvist authored
2006-01-04 Tor Lillqvist <tml@novell.com> * glade/glade-init.c (DllMain, replace_prefix, get_libdir): Add the normal mechanism for run-time lookup of installation prefix and libdir on Win32. * glade/Makefile.am: Pass also $prefix as GLADE_PREFIX to the compilation for the benefit of the above.
-
- 20 Dec, 2005 1 commit
-
-
Tor Lillqvist authored
2005-12-20 Tor Lillqvist <tml@novell.com> * glade/glade-parser.c (glade_parser_parse_file): On Win32, convert the file name from the GLib file name encoding (UTF-8) to the system codepage encoding that libxml uses. (Alternatively, we could use GMappedFile and parse the xml from memory, but this brings up the (unlikely) possibility that two threads are reading the same glade file at the same time, and we would thus have to use locking, drats.)
-
- 28 Aug, 2005 1 commit
-
-
Tor Lillqvist authored
2005-08-28 Tor Lillqvist <tml@novell.com> * libglade-zip.in: Include also documentation in the developer zipfile.
-
- 28 Feb, 2005 1 commit
-
-
Tor Lillqvist authored
2005-02-28 Tor Lillqvist <tml@novell.com> * libglade-zip.in: New file, for building zipfile-based Win32 distribution. * Makefile.am * configure.in: Distribute it, expand it.
-
- 11 Feb, 2005 3 commits
-
-
James Henstridge authored
2005-02-11 James Henstridge <james@jamesh.id.au> * glade/Makefile.am (LTVERSION): bump libtool version number. * configure.in: bump version number. * NEWS: add 2.5.1 news items.
-
James Henstridge authored
implementation for GtkFileChooserDialog. Fixes bug #160264.
-
James Henstridge authored
2005-02-11 James Henstridge <james@jamesh.id.au> * glade/glade-gtk.c (toolbar_build_children): revert the handling of old toolbars to the pre-2.4.1 behaviour, with the exception of the "active" handling for radio buttons.
-
- 29 Nov, 2004 2 commits
-
-
James Henstridge authored
2004-11-29 James Henstridge <james@jamesh.id.au> * configure.in: require ATK 1.9.0 * glade/glade-xml.c: remove the add_relation() helper function, and use atk_relation_set_add_relation_by_type() instead.
-
James Henstridge authored
2004-11-29 James Henstridge <james@jamesh.id.au> * NEWS: add news items. * glade/glade-xml.c (add_relation): apply Padraig O'brian's patch to fix up AtkRelation creation. Fixes bug #158708.
-
- 11 Nov, 2004 3 commits
-
-
Daniel Elstner authored
2004-05-19 Daniel Elstner <daniel.elstner@gmx.net> * glade/glade-gtk.c (combo_box_entry_find_internal_child): New function that exposes GtkComboBoxEntry's child GtkEntry widget as internal-child "entry". (_glade_init_gtk_widgets): Add glade_standard_build_children and combo_box_entry_find_internal_child to the glade_register_widget() call for GTK_TYPE_COMBO_BOX_ENTRY.
-
James Henstridge authored
2004-11-11 James Henstridge <james@jamesh.id.au> * glade/glade-parser.c (glade_parser_start_element): Apply Damon's changes to ignore the comments attribute on various elements. This is also from bug #154806.
-
James Henstridge authored
2004-11-11 James Henstridge <james@jamesh.id.au> * glade/glade-parser.c (handle_atk_action): translate the action description. Fixes bug #154804. * glade-2.0.dtd (property): add comments attribute. (atkproperty): add translatable, context and comments attributes. (atkaction): add note that description is translated. Patch from Damon Chaplin on bug #154806.
-
- 09 Nov, 2004 4 commits
-
-
James Henstridge authored
2004-11-09 James Henstridge <james@jamesh.id.au> * glade/glade-gtk.c (toolbar_build_children): fix a few errors in the conversion of old style toolbar items.
-
James Henstridge authored
2004-11-09 James Henstridge <james@jamesh.id.au> * Makefile.am (install-data-local, uninstall-local): fix up rules so that they aren't run if the XML catalog isn't found. They still ignore errors though. * acconfig.h, acinclude.m4: remove, since they aren't needed anymore. * configure.in: update to use AM_PATH_PYTHON, and use JH_PATH_XML_CATALOG to check for location on XML catalog (this adds a --with-xml-catalog argument, which solves a few bugs). * m4/jh_xml_catalog.m4: new file containing macro to check for XML catalog. * autogen.sh (have_autoconf): require Automake 1.9 or 1.8, include m4/ subdirectory.
-
James Henstridge authored
2004-11-09 James Henstridge <james@jamesh.id.au> * glade/glade-xml.c (glade_xml_set_value_from_string): handle GtkWidget type values, but don't throw an error if the named widget doesn't exist yet. (glade_standard_build_widget): only defer the widget prop if glade_xml_set_value_from_string() didn't succeed. Should fix bug #123618 and #152063.
-
James Henstridge authored
2004-11-09 James Henstridge <james@jamesh.id.au> * glade/glade-parser.c: change some occurrences of "0" to "NULL". Based on patch from Kjartan (bug #150039). * test-libglade.c (main): remove deprecated gtk_signal_connect() call.
-