- 29 Sep, 2007 3 commits
-
-
Torsten Schönfeld authored
* GConf.pm: Post-release bump to 1.045. svn path=/trunk/; revision=128
-
Torsten Schönfeld authored
* README: * NEWS: Release 1.044. svn path=/trunk/; revision=126
-
Torsten Schönfeld authored
* GConf.pm: Use DynaLoader instead of XSLoader for bootstrapping to make sure our symbols are exported properly. Also remove the unused Exporter stuff. * Makefile.PL: Install our doctypes file so other bindings get to use it as well. svn path=/trunk/; revision=125
-
- 10 Oct, 2006 5 commits
-
-
Emmanuele Bassi authored
2006-10-10 Emmanuele Bassi <ebassi@gmail.com> * AUTHORS: Update * GConf.pm: Post release bump to 1.044 svn path=/trunk/; revision=124
-
Emmanuele Bassi authored
2006-10-10 Emmanuele Bassi <ebassi@gmail.com> * README: * NEWS: Release 1.043 svn path=/trunk/; revision=122
-
Emmanuele Bassi authored
2006-10-10 Emmanuele Bassi <ebassi@gmail.com> * xs/GConfValue.xs: Treat GConfSchema objects like fundamental types; this should fix the croak() emitted when getting a value of type 'schema'. (#361103, Laurent Simonneau) * xs/GConfSchema.xs: Provide an explicit DESTROY for GConfSchema objects, otherwise we'll leak them all over the floor. svn path=/trunk/; revision=121
-
Emmanuele Bassi authored
2006-10-10 Emmanuele Bassi <ebassi@gmail.com> * GConf.pm: Post-bump release to 1.043 svn path=/trunk/; revision=120
-
Emmanuele Bassi authored
2006-10-10 Emmanuele Bassi <ebassi@gmail.com> * GConf.pm: * README: * NEWS: Release 1.042 * xs/GConfClient.xs: Implement gconf_client_recursive_unset(), which appeared in GConf >= 2.3.3. (#361094, based on a patch by Laurent Simonneau) (gconf_client_unset): reverse the check_error default argument. svn path=/trunk/; revision=117
-
- 29 Sep, 2006 1 commit
-
-
Emmanuele Bassi authored
2006-09-29 Emmanuele Bassi <ebassi@gmail.com> * GConf.pm: Bump to 1.041. * xs/GConfValue.xs: Add a DESTROY function for removing the GConfValue structure, as it's not a GType, so we don't have all the convenient memory handling provided by the gperl bindings. (#358294, Santeri Paavolainen) svn path=/trunk/; revision=116
-
- 19 Sep, 2006 1 commit
-
-
Emmanuele Bassi authored
svn path=/trunk/; revision=114
-
- 25 Jul, 2006 1 commit
-
-
Emmanuele Bassi authored
2006-07-25 Emmanuele Bassi <ebassi@gmail.com> * GConf.pm: Update the dl_load_flags() sub to work on Darwin (reported by Daniel Macks). svn path=/trunk/; revision=109
-
- 20 Jun, 2006 2 commits
-
-
Emmanuele Bassi authored
2006-06-20 Emmanuele Bassi <ebassi@gmail.com> * GConf.pm: Post-release bump to 1.032 svn path=/trunk/; revision=108
-
Emmanuele Bassi authored
2006-06-20 Emmanuele Bassi <ebassi@gmail.com> * README: * perl-Gnome2-GConf.spec.in: * Makefile.PL: Drop Gtk2 and just require Glib, now that we have Glib::CodeGen (Laurent Simonneau, #338313) * GConf.pm: bump to 1.30. svn path=/trunk/; revision=106
-
- 13 Apr, 2006 2 commits
-
-
Emmanuele Bassi authored
2006-04-13 Emmanuele Bassi <ebassi@gmail.com> * Makefile.PL: Require the new stable releases for Glib and Gtk2. * README: ditto. * GConf.pm: Bump to 1.030. svn path=/trunk/; revision=105
-
Emmanuele Bassi authored
2006-04-13 Emmanuele Bassi <ebassi@gmail.com> * xs/GConfEngine.xs (gconf_engine_get_for_addresses): Fix the wrapper making it return RETVAL (Laurent Simonneau, #338311) svn path=/trunk/; revision=104
-
- 19 Jan, 2006 2 commits
-
-
Emmanuele Bassi authored
* xs/GConfEntry.xs: add the "schema_name" key to the apidoc. * copyright.pod: update copyright notice. svn path=/trunk/; revision=103
-
Emmanuele Bassi authored
* gconfperl.h: I should double check my commits. svn path=/trunk/; revision=102
-
- 18 Jan, 2006 4 commits
-
-
Emmanuele Bassi authored
* xs/GConfEntry.xs: fix coding style and add the "schema_name" hash key for binding the gconf_entry_get_schema_name function; also, add the "is_default", "is_writable" and "schema_name" keys recognition to the SvGConfEntry constructor. * examples/basic-gconf-app.pl: fix some coding style and whitespace issues. svn path=/trunk/; revision=101
-
Emmanuele Bassi authored
* xs/GConfEntry.xs: the names of the functions are: gconf_entry_get_is_default gconf_entry_get_is_writable you dolt! svn path=/trunk/; revision=100
-
Emmanuele Bassi authored
* xs/GConfEngine.xs: fix apidoc; make our type registration function for GConfEngine really unused if ever the GConf people decide to register the type themselves. * ChangeLog: fix version number. svn path=/trunk/; revision=99
-
Emmanuele Bassi authored
* GConf.pm: post release bump to 1.021. * xs/GConfEntry: add the "is_writable" and "is_default" keys to the Gnome2::GConf::Entry object, to wrap the gconf_entry_is_default and gconf_entry_is_writable C functions. svn path=/trunk/; revision=98
-
- 27 Dec, 2005 3 commits
-
-
Emmanuele Bassi authored
* GConf.pm: update my email address. svn path=/trunk/; revision=97
-
Emmanuele Bassi authored
* examples/basic-gconf-app.pl: remove our TRUE/FALSE constants and use Glib ones instead; use the compact init for Gtk2; show the new overloaded stringification thingie. * GConf.pm: overload the == and "" operatores using Gnome2::GConf::Value::compare and Gnome2::GConf::Value::to_string. * xs/GConfValue.xs: implement to_string and compare class methods; bless the hash representing a GConfValue as Gnome2::GConf::Value. * xs/GConfEntry.xs: bless the hash representing a GConfEntry as Gnome2::GConf::Entry. svn path=/trunk/; revision=96
-
Emmanuele Bassi authored
D TODO * README, GConf.pm: post release version bump. * TODO: remove the TODO file, since it every item has been implemented (yay!). svn path=/trunk/; revision=95
-
- 26 Dec, 2005 1 commit
-
-
Emmanuele Bassi authored
* AUTHOR: change email address * README, NEWS, GConf.pm: bump to version 1.021 * xs/GConfEngine.xs: wrap: gconf_engine_get_for_addresses() under version check for GConf >= 2.7.1. svn path=/trunk/; revision=93
-
- 05 Sep, 2005 1 commit
-
-
Emmanuele Bassi authored
* README, NEWS, GConf.pm: bump to version 1.020. * Makefile.PL: require Glib >= 1.100 and Gtk2 >= 1.100, and remove the unstable warning. Also, use Glib::CodeGen instead of Gtk2::CodeGen. svn path=/trunk/; revision=91
-
- 07 Mar, 2005 1 commit
-
-
Emmanuele Bassi authored
* xs/GConfEngine.xs: remove g_boxed_copy from our get_type function svn path=/trunk/; revision=90
-
- 11 Feb, 2005 1 commit
-
-
Emmanuele Bassi authored
svn path=/trunk/; revision=88
-
- 01 Feb, 2005 1 commit
-
-
Scott Arrington authored
svn path=/trunk/; revision=86
-
- 28 Jan, 2005 2 commits
-
-
Emmanuele Bassi authored
svn path=/trunk/; revision=85
-
Emmanuele Bassi authored
svn path=/trunk/; revision=83
-
- 24 Jan, 2005 1 commit
-
-
Emmanuele Bassi authored
svn path=/trunk/; revision=81
-
- 23 Jan, 2005 6 commits
-
-
Emmanuele Bassi authored
svn path=/trunk/; revision=77
-
Emmanuele Bassi authored
svn path=/trunk/; revision=76
-
Emmanuele Bassi authored
svn path=/trunk/; revision=75
-
Emmanuele Bassi authored
svn path=/trunk/; revision=73
-
Emmanuele Bassi authored
svn path=/trunk/; revision=72
-
Emmanuele Bassi authored
svn path=/trunk/; revision=71
-
- 24 Oct, 2004 1 commit
-
-
x-rwmcfa1 authored
svn path=/trunk/; revision=70
-
- 02 Jun, 2004 1 commit
-
-
Emmanuele Bassi authored
svn path=/trunk/; revision=69
-