summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
...
* Use glib macros to define the module, update export regexp.Johan Dahlin2008-07-273-9/+9
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-2710-19/+169
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-266-191/+246
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-267-13/+57
* 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-266-129/+177
* Build fix, remove extra \Johan Dahlin2008-07-261-1/+1
* Move option over from gobject to glib.Johan Dahlin2008-07-267-1095/+12
* Move over glib constants to gobjectJohan Dahlin2008-07-262-61/+34
* Make distcheck passJohan Dahlin2008-07-251-1/+1
* Remove private structures which moved to pyglib.Johan Dahlin2008-07-252-26/+0
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-216-1692/+12
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-2016-618/+101
* Install the glib module, the helper library and the headers. Use it fromJohan Dahlin2008-07-204-926/+41
* Use pkg-config to check for libffi again.Johan Dahlin2008-07-201-1/+1
* Use the prefix G_IO_ for stripping constants instead of just G_ Check soJohan Dahlin2008-07-171-5/+14
* Bug 378704 – OptionParser.parse_args() returns unexpected results PatchJohan Dahlin2008-07-141-1/+5
* Bug 504337 - crash bug in gobject.Timeout and gobject.IdleJohan Dahlin2008-07-141-4/+2
* Fix error message referencing wrong argument.Juha Sahakangas2008-07-091-1/+1
* Bug 540696 – gobject.markup_escape_text() causes python to segfaultGustavo J. A. M. Carneiro2008-06-291-1/+1
* New functions, unconditionally raise TypeError. (pygobject_methods): HookPaul Pogonyshev2008-06-091-0/+20
* Add the GParamSpec type wrapper to the module dictionary.Gustavo J. A. M. Carneiro2008-05-301-0/+4
* Accept None for the child_setup parameter of gobject.spawn_async(). AlsoGustavo J. A. M. Carneiro2008-05-211-3/+12
* Fix: raise warning as exception if asked by PyErr_Warn().Paul Pogonyshev2008-04-272-3/+8
* Set gobject.GObject.__module__ to gobject._gobject, this helps pylint toJohan Dahlin2008-04-151-1/+4
* Fix a typo Update the tests after the latest "refactoring". The testsuiteJohan Dahlin2008-04-081-2/+2
* Unbreak Source.prepare (#523075, Bryan Silverthorn)Johan Dahlin2008-04-081-3/+1
* bug #428732 (pyg_enum_new): Fix two wrong assertions aboutPaul Pogonyshev2008-04-021-8/+29
* Don't return NULL after warning; more useful warning message (bugPaul Pogonyshev2008-03-241-2/+5
* Allow gobject.property work with subclasses. Add tests.Johan Dahlin2008-03-211-4/+4
* Never override customly set 'tp_new' and 'tp_alloc'.Paul Pogonyshev2008-03-021-2/+4
* Reviewed by: GustavoJohan Dahlin2008-01-031-11/+63
* Bug 460606 – wrap g_get_application_name and g_get_prgnameGustavo J. A. M. Carneiro2008-01-021-0/+30
* check for NULL before dereferencing.Paolo Borelli2007-11-241-6/+8
* do not use a potentially uninitialized variable. Bug #499334.Paolo Borelli2007-11-241-2/+3
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-121-1/+1
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-061-1/+10
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-052-2/+7
* If there are no items, do not attempt to iterateJohan Dahlin2007-11-021-2/+3
* Update documentation and filenameJohan Dahlin2007-08-281-3/+12
* Avoid exporting the metaclass, just define it where it will be used.Johan Dahlin2007-08-271-6/+3
* Refactor a bit to make sure that it is possible to use in subclasses,Johan Dahlin2007-08-271-8/+7
* Bug 470230 – check for default value in boolean type is wrongGustavo J. A. M. Carneiro2007-08-271-3/+1
* removed unwanted definesGustavo J. A. M. Carneiro2007-08-271-1/+1
* Fix compilation warning.Gustavo J. A. M. Carneiro2007-08-271-1/+1
* Bug 466082 – pygobject_new_full not fully initialising PyGObject, chaos res...Gustavo J. A. M. Carneiro2007-08-141-2/+6
* Only compile g_timeout_add_seconds for glib >= 2.13.5Gustavo J. A. M. Carneiro2007-07-081-1/+5
* Wrap g_timeout_add_secondsGustavo J. A. M. Carneiro2007-07-081-0/+43
* Work around the deprecation warning of BaseException.message in Python 2.6+ a...Gustavo J. A. M. Carneiro2007-07-081-1/+16
* revert last change (g_object_run_dispose)Gustavo J. A. M. Carneiro2007-07-071-11/+0