summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Declare variables at start of code blockJohn Ehresman2006-09-121-0/+5
| | | | | | | 2006-09-12 John Ehresman <jpe@wingware.com> * gobject/pygobject.h (init_pygobject_check): Declare variables at start of code block
* Increase the timeout to 1000ms instead of 100.Johan Dahlin2006-09-061-0/+5
| | | | | * gobject/pygmainloop.c (pyg_signal_watch_prepare): Increase the timeout to 1000ms instead of 100.
* Improve the version checkPYGOBJECT_2_12_1Johan Dahlin2006-09-041-0/+4
|
* Post release version bumpJohan Dahlin2006-09-041-0/+4
|
* 2.12PYGOBJECT_2_12_0Johan Dahlin2006-09-041-0/+6
|
* Install html files regardless even when passing in --disable-docs, fixesJohan Dahlin2006-08-281-0/+5
| | | | | * docs/Makefile.am: Install html files regardless even when passing in --disable-docs, fixes #353159 (Matthias Clasen)
* version bumpGustavo J. A. M. Carneiro2006-08-271-0/+4
|
* 2.11.4PYGOBJECT_2_11_4Gustavo J. A. M. Carneiro2006-08-271-0/+3
|
* interface fixes and testsGustavo J. A. M. Carneiro2006-08-271-0/+17
|
* Bug 353039 – Failure in signal emission during do_set_property invoked ↵Gustavo J. A. M. Carneiro2006-08-271-0/+14
| | | | from constructor
* type registration fixGustavo J. A. M. Carneiro2006-08-261-0/+10
|
* Remove builddate.xml, reference directory and fixxref.pyJohan Dahlin2006-08-211-2/+3
| | | | dependencies to avoid regenerating the tarball when it's not needed.
* Remove build_stamp, include generated .html in the distributed tarballJohan Dahlin2006-08-211-0/+3
| | | | | * docs/Makefile.am (EXTRA_DIST): Remove build_stamp, include generated .html in the distributed tarball
* Post release version bumpJohan Dahlin2006-08-211-0/+4
| | | | * configure.ac: Post release version bump
* 2.11.3PYGOBJECT_2_11_3Johan Dahlin2006-08-211-0/+3
|
* Always install the xsl files & css files, regardless if the documentationJohan Dahlin2006-08-211-0/+7
| | | | | | | | | 2006-08-21 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * docs/Makefile.am: Always install the xsl files & css files, regardless if the documentation was actually built or not. Also clean it up considerably.
* fix interface registrationGustavo J. A. M. Carneiro2006-08-171-0/+7
|
* Update docs for gobject functions.John Finlay2006-08-171-0/+5
| | | | | * docs/reference/pygobject-functions.xml: Update docs for gobject functions.
* Replace uses of typename with type_name, because that is a reserved C++Murray Cumming2006-08-151-0/+9
| | | | | | | | | | | 2006-08-15 Murray Cumming <murrayc@murrayc.com> * gobject/pygobject-private.h: * gobject/pygobject.h: Replace uses of typename with type_name, because that is a reserved C++ keyword. This was breaking compilation of Glom due its use in the new type_register_custom function pointer in pygobject.h.
* Add reference to installed pygobject docs Add install of style.css DefineJohn Finlay2006-08-131-0/+7
| | | | | | | * pygobject-2.0.pc.in: Add reference to installed pygobject docs * docs/Makefile.am: Add install of style.css * docs/xsl/html.xsl: Define stylesheet as style.css * docs/style.css: Add.
* Use builddate.xml for the builddate entity and have builddate.xml beJohn Finlay2006-08-101-0/+9
| | | | | | | | | * docs/reference/entities.docbook.in: * docs/reference/pygobject-ref.xml: * docs/Makefile.am: * configure.ac: Use builddate.xml for the builddate entity and have builddate.xml be updated when the docs are built not during configure time.
* Post release version bump.Johan Dahlin2006-08-081-0/+4
| | | | | | 2006-08-08 Johan Dahlin <jdahlin@async.com.br> * configure.ac: Post release version bump.
* 2.11.2PYGOBJECT_2_11_2Johan Dahlin2006-08-081-0/+5
|
* Fix parallel build (#350225, Ed Catmur)Johan Dahlin2006-08-071-0/+5
| | | | | | | 2006-08-07 Johan Dahlin <jdahlin@async.com.br> * docs/Makefile.am ($(HTML_DATA)): Fix parallel build (#350225, Ed Catmur)
* New file to workaround automake sillinessJohan Dahlin2006-08-061-0/+7
| | | | | | | | | * m4/as-expand.m4: New file to workaround automake silliness * docs/xsl/fixxref.py.in: New script * docs/Makefile.am (XSLFILES): Add fixxref.py script, moved in from PyGTK.
* Do not use shade.verbatim, set the background color and border as a normalJohan Dahlin2006-08-061-0/+6
| | | | | | * docs/xsl/html.xsl: Do not use shade.verbatim, set the background color and border as a normal html tag to avoid an external stylesheet.
* Post release version bumpJohan Dahlin2006-08-041-0/+4
| | | | * configure.ac: Post release version bump
* 2.11.1PYGOBJECT_2_11_1Johan Dahlin2006-08-041-0/+5
|
* Clean up the build date/version mess I created. Now it's created duringJohan Dahlin2006-08-041-0/+11
| | | | | | | | | | | * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/entities.docbook.in: * docs/reference/pygobject-ref.xml: Clean up the build date/version mess I created. Now it's created during configure time and properly included in the docbook files. Also make sure distcheck passes
* hack to kill off all the libtool tagsGustavo J. A. M. Carneiro2006-08-041-0/+5
|
* Fix define to point to the correct function pointer field.John Finlay2006-07-301-0/+5
| | | | | * gobject/pygobject.h (pyg_param_gvalue_from_pyobject): Fix define to point to the correct function pointer field.
* better debug warningsGustavo J. A. M. Carneiro2006-07-291-0/+7
|
* Add a macro to easily check the installed pygobject version.Johan Dahlin2006-07-251-0/+3
| | | | | * gobject/pygobject.h (init_pygobject_check): Add a macro to easily check the installed pygobject version.
* gobject/pygflags.c (pyg_flags_add) Duplicate the string before sending itJohan Dahlin2006-07-251-0/+6
| | | | | | * gobject/pygflags.c (pyg_flags_add) * gobject/pygenum.c (pyg_enum_add): Duplicate the string before sending it to python. Fixes GCC warnings.
* Avoid segfault when g_flags_get_first_value returns NULL.John Finlay2006-07-251-0/+6
| | | | | | * gobject/pygflags.c (pyg_flags_get_first_value_name) (pyg_flags_get_first_value_nick): Avoid segfault when g_flags_get_first_value returns NULL.
* Make version.xml dependent on config.h Make builddate.xml dependent onJohn Finlay2006-07-201-0/+6
| | | | | | * docs/Makefile.am: Make version.xml dependent on config.h Make builddate.xml dependent on REFERENCE_DEPS. Add builddate.xml to build_stamp and pdf dependencies. Add pdf files to cleanup.
* Generate builddate.xml and version.xml at build time instead on configureJohan Dahlin2006-07-201-0/+9
| | | | | | | | | * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/version.xml.in: Generate builddate.xml and version.xml at build time instead on configure time, add proper dependencies.
* Use more portable date generator.John Finlay2006-07-191-0/+2
| | | | * docs/Makefile.am: Use more portable date generator.
* Add book to list of indexed items.John Finlay2006-07-191-1/+3
| | | | * docs/xsl/ref-html-style.xsl: Add book to list of indexed items.
* Output xref links for unknown links.John Finlay2006-07-191-0/+15
| | | | | | | | | | | | | | | * docs/xsl/html.xsl: Output xref links for unknown links. * docs/xsl/ref-html-style.xsl: Include refsect1 and refsect2 in indexed items but only ig they have ids. * configure.ac (AC_CONFIG_FILES) : Add docs/reference/version.xml * docs/reference/pygobject-ref.xml: Add pygobject-introduction.xml and version and builddate entities. Remove commented out items. * docs/Makefile.am: Add reference/pygobject-introduction.xml and reference/version.xml.in
* Install book in $datadir/gtk-doc/htmlJohan Dahlin2006-07-191-0/+4
| | | | * docs/Makefile.am (HTMLdir): Install book in $datadir/gtk-doc/html
* Add bug #Johan Dahlin2006-07-131-2/+1
|
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-0/+14
| | | | | | | | | | | | | * gobject/gobjectmodule.c: (pyg_type_from_name), (get_type_name_for_class): * gobject/pygobject-private.h: * gobject/pygobject.c: (pygobject_new_with_interfaces), (pygobject_lookup_class), (pygobject_emit): * gobject/pygobject.h: * gobject/pygtype.c: (_wrap_g_type_from_name), (pyg_type_from_object), (pyg_type_register_custom_callback), (pyg_type_get_custom), (_pyg_type_from_name): Add infrastructure for lazy type registration, fixes #
* goption leak fixedGustavo J. A. M. Carneiro2006-07-131-0/+7
|
* Import GObject part of John Finlay's PyGTK Reference Manual, copy overJohan Dahlin2006-07-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * configure.ac: * docs/.cvsignore: * docs/Makefile.am: * docs/common.xsl: * docs/devhelp.xsl: * docs/html.xsl: * docs/pdf-style.xsl: * docs/pdf.xsl: * docs/ref-html-style.xsl: * docs/reference/.cvsignore: * docs/reference/pygobject-classes.xml: * docs/reference/pygobject-constants.xml: * docs/reference/pygobject-functions.xml: * docs/reference/pygobject-gboxed.xml: * docs/reference/pygobject-ginterface.xml: * docs/reference/pygobject-gpointer.xml: * docs/reference/pygobject-maincontext.xml: * docs/reference/pygobject-mainloop.xml: * docs/reference/pygobject-ref.xml: * docs/reference/pygobject.xml: Import GObject part of John Finlay's PyGTK Reference Manual, copy over infrastructure from the pygtk-web module.
* post-release version bumpGustavo J. A. M. Carneiro2006-07-121-0/+4
|
* 2.11.0PYGOBJECT_2_11_0Gustavo J. A. M. Carneiro2006-07-121-0/+1
|
* interface implementation fixGustavo J. A. M. Carneiro2006-07-091-0/+3
|
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-091-0/+8
|
* Fix message typo.John Finlay2006-07-051-0/+4
| | | | * gobject/pygiochannel.c (py_io_channel_init): Fix message typo.