index
:
pygobject.git
master
py3k
Unnamed repository; edit this file 'description' to name the repository.
David Hugh Malcolm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gobject
/
gobjectmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new arg type for GType and GtkType args that uses pyg_type_from_object.
James Henstridge
2001-06-22
1
-48
/
+79
*
comment out, as container args have been switched to properties now.
James Henstridge
2001-06-21
1
-5
/
+9
*
remove the constructor from interfaces. It is now provided by GInterface.
James Henstridge
2001-06-09
1
-1
/
+68
*
function to register a new boxed type ExtensionClass. (pyg_boxed_new): new
James Henstridge
2001-06-08
1
-0
/
+187
*
2001-05-06 James Henstridge <james@daa.com.au>
James Henstridge
2001-05-06
1
-2
/
+104
*
moved rewritten testgtk demo here
James Henstridge
2001-03-30
1
-2
/
+2
*
simple example program that adds a signal to a class, connects a handler
James Henstridge
2001-03-27
1
-4
/
+19
*
(pyg_signal_new): new function to create new signals. Doesn't
James Henstridge
2001-03-27
1
-0
/
+80
*
new function to get the closure used as the `class closure' for signals.
James Henstridge
2001-03-27
1
-0
/
+93
*
add some comments about creating new GTypes here.
James Henstridge
2001-03-26
1
-4
/
+130
*
s/is_last/is_end/
James Henstridge
2001-03-24
1
-1
/
+1
*
Still broken. Needs more updating
James Henstridge
2001-03-18
1
-33
/
+218
*
destroy window on button's clicked signal rather than destroy signal.
PYGTK_0_6_7
GNOME_PYTHON_1_4_0
James Henstridge
2000-12-14
1
-35
/
+64
*
start of a revamped testgtk example, similar to the new one in gtk.
James Henstridge
2000-11-11
1
-1
/
+5
*
change code generator to pass bases in as a tuple rather than a single
James Henstridge
2000-11-09
1
-4
/
+4
*
add a special case for converting GObject -> G_OBJECT.
James Henstridge
2000-11-08
1
-4
/
+4
*
reorder parameters to make it work with latest glib. (pygobject_connect*):
James Henstridge
2000-10-30
1
-7
/
+7
*
init as module gtk._gtk. Using just _gtk doesn't seem to work with python
James Henstridge
2000-10-30
1
-1
/
+140
*
remove gtk_signal_set_funcs call.
James Henstridge
2000-10-26
1
-2
/
+166
*
new function for registering functions to marshal boxed GValues to/from
James Henstridge
2000-10-26
1
-1
/
+133
*
include <glib-object.h> rather than <gobject/...>
James Henstridge
2000-10-25
1
-2
/
+0
*
more updates.
James Henstridge
2000-10-25
1
-1
/
+2
*
add a field just to test pygobject_getattro. It isn't working quite
James Henstridge
2000-10-25
1
-7
/
+9
*
add support for GdkDevice and convert function names to lowercase.
James Henstridge
2000-10-24
1
-12
/
+48
*
(pygobject_[gs]et_param): free the GValue afterwards so as not to
James Henstridge
2000-06-29
1
-1
/
+5
*
use pygobject.h.
James Henstridge
2000-06-29
1
-13
/
+17
*
Added GObject.queue_param_changed method
James Henstridge
2000-06-28
1
-0
/
+13
*
add get_data / set_data methods. Add get_param / set_param methods.
James Henstridge
2000-06-28
1
-1
/
+19
*
add get_data / set_data methods. Add get_param / set_param methods.
James Henstridge
2000-06-27
1
-0
/
+85
*
start of gobject wrapper.
James Henstridge
2000-06-27
1
-0
/
+528
[prev]