summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-0/+22
* Bug 546734 – Missing Py_INCREFs for some file async methodsJonathan Matthew2008-08-071-0/+9
* Move the progress callback for move/copy so it's consistent with theJohan Dahlin2008-08-061-0/+7
* Add a pygobject_enable_threads wrapper around pyglib_threads_enable andJohan Dahlin2008-08-061-0/+8
* return in case of error instead of trying to access the internal types.Johan Dahlin2008-08-061-0/+6
* Add 'pygio_do_icon_richcompare' prototype to header.Paul Pogonyshev2008-08-051-0/+7
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-051-0/+13
* Wrap GFile.replace_async and query_info_async with docs and test.Gian Mario Tagliaretti2008-08-031-0/+9
* Change return value from 'gboolean' to 'int' and changed semantics toPaul Pogonyshev2008-08-031-0/+10
* Wrap GFile.create_async with docs and testGian Mario Tagliaretti2008-08-021-0/+9
* Remove SGML support, require python 2.4, modernize, PEP-8ify. Make it runJohan Dahlin2008-08-021-0/+12
* Fix compilation warnings, clean up style and indentation.Johan Dahlin2008-08-021-0/+13
* Wrap GFile.append_to_async with docs and testGian Mario Tagliaretti2008-08-021-0/+9
* Add pyglib_float_from_timeval and use itJohan Dahlin2008-08-021-0/+9
* Separate the glib and gobject bindings in the manual.Johan Dahlin2008-08-011-0/+14
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-011-0/+9
* Wrap gio.File.moveJohan Dahlin2008-08-011-0/+7
* Wrap gio.Volume.mount and gio.Volume.ejectJohan Dahlin2008-08-011-0/+9
* Add docstring for gio.FileInfo.list_attributesGian Mario Tagliaretti2008-08-011-0/+5
* Bug 545861 – g_file_info_get_modification_time is missingJohan Dahlin2008-08-011-0/+8
* Bug 545846 – g_vfs_get_supported_uri_schemes is missingJohan Dahlin2008-08-011-0/+9
* Use %r instead of %s, this is not python!Johan Dahlin2008-08-011-0/+5
* Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings forJohan Dahlin2008-07-301-1/+8
* Wrap new object gio.FileAttributeInfo, g_file_set_attribute and g_file_query_...Gian Mario Tagliaretti2008-07-291-0/+11
* Wrap g_app_info_launch_uris, g_app_info_launch, g_app_launch_context_get_disp...Gian Mario Tagliaretti2008-07-291-80/+96
* Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.Johan Dahlin2008-07-291-0/+6
* Add a new exampleJohan Dahlin2008-07-281-0/+10
* Move all compatibility into the same place, fixes build on python 2.4.Johan Dahlin2008-07-281-0/+7
* Remove tabs. Use sys.exc_info()[1] to fetch the exception valueJohan Dahlin2008-07-271-0/+14
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-271-0/+22
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-271-0/+16
* Use _PyLong macros.Johan Dahlin2008-07-271-0/+22
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-271-0/+12
* Add _PyUnicode_Type macroJohan Dahlin2008-07-271-0/+38
* Use glib macros to define the module, update export regexp.Johan Dahlin2008-07-271-0/+7
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-271-0/+15
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-261-0/+16
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-261-0/+12
* Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matchingPaul Pogonyshev2008-07-261-0/+6
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-261-0/+19
* Also export PyInit_glib import glib._glib instead of just _glibJohan Dahlin2008-07-261-0/+16
* gobject -> glibJohan Dahlin2008-07-261-0/+21
* Convert the pid/mainloop/maincontext/optiongroup/optioncontext.Johan Dahlin2008-07-261-0/+11
* Convert the source objects to use macros, saves ~150 lines of code!Johan Dahlin2008-07-261-0/+5
* Add macros for supporting additional python versions. Start using them forJohan Dahlin2008-07-261-0/+25
* Add macros which are compatible with python > 2.6.Johan Dahlin2008-07-261-0/+6
* Post release version bumpJohan Dahlin2008-07-261-0/+5
* 2.15.2PYGOBJECT_2_15_2Johan Dahlin2008-07-261-0/+5
* Build fix, remove extra \Johan Dahlin2008-07-261-0/+3
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-261-0/+13