|
|
|
@720
|
[720]
|
07/07/09 15:23:31 |
bjourne |
PyGtkImageView now requires PyCairo due to the cairo extension. |
|
|
|
@706
|
[706]
|
06/07/09 14:00:50 |
bjourne |
Add wrappping, docs and test case … |
|
|
|
@705
|
[705]
|
06/07/09 13:32:28 |
bjourne |
Add some not yet finished bindings for ImageToolCairo. |
|
|
|
@679
|
[679]
|
04/05/09 20:31:08 |
bjourne |
Setting version numbers to 1.2.0, this will be the release. |
|
|
|
@554
|
[554]
|
08/24/08 02:26:20 |
bjourne |
Wrap gtk_image_view_image_to_widget_rect |
|
|
|
@551
|
[551]
|
08/24/08 01:49:00 |
bjourne |
Add damage_pixels() and a test for it |
|
|
|
@548
|
[548]
|
08/24/08 00:32:01 |
bjourne |
Allow None to gtk_anim_view_set_anim |
|
|
|
@546
|
[546]
|
08/24/08 00:28:23 |
bjourne |
Fix the pyg_enum_add call. Apparently, now it works to use a normal … |
|
|
|
@545
|
[545]
|
08/24/08 00:18:20 |
bjourne |
pygtk-codegen-2.0 changed name to pygobject-codegen-2.0, … |
|
|
|
@538
|
[538]
|
04/25/08 21:05:05 |
bjourne |
Patch frm Mark Baas, add override to
gtk_image_tool_selector_get_selection … |
|
|
|
@510
|
[510]
|
03/12/08 22:33:34 |
bjourne |
Bumping version numbers to 1.1.0 |
|
|
|
@472
|
[472]
|
01/28/08 00:23:31 |
bjourne |
Bind gtk_image_view_library_version() and its documentation |
|
|
|
@466
|
[466]
|
01/10/08 20:45:16 |
bjourne |
Remove the rules that built the glib enums. These are not needed
anymore … |
|
|
|
@422
|
[422]
|
09/28/07 00:01:22 |
bjourne |
Add binding for method PixbufDrawCache.invalidate() and add a test for
it. |
|
|
|
@420
|
[420]
|
09/27/07 23:53:22 |
bjourne |
Add an override that implements the … |
|
|
|
@417
|
[417]
|
09/26/07 23:30:32 |
bjourne |
Expose the draw() method of PixbufDrawCache to the binding and also
add an … |
|
|
|
@415
|
[415]
|
09/26/07 23:22:06 |
bjourne |
Expose the GdkPixbufDrawCache and GdkPixbufDrawOpts to the Python
binding. |
|
|
|
@407
|
[407]
|
09/21/07 18:55:31 |
bjourne |
Add the stupid boilerplate that is needed to get the … |
|
|
|
@405
|
[405]
|
09/20/07 23:07:56 |
bjourne |
Add overrides that makes GdkPixbufDrawOpts and GdkPixbufDrawCache
boxed … |
|
|
|
@401
|
[401]
|
09/17/07 21:03:14 |
bjourne |
Add the three GDK_PIXBUF_DRAW_* constants to the module. Since they
have a … |
|
|
|
@399
|
[399]
|
09/17/07 19:51:26 |
bjourne |
Remove obsolete comment. |
|
|
|
@398
|
[398]
|
09/17/07 19:50:08 |
bjourne |
Add the forgotten second argument to IImageTool.pixbuf_changed(). |
|
|
|
@372
|
[372]
|
09/10/07 22:30:28 |
bjourne |
Add some extra files needed to get autopain to automagically build … |
|
|
|
@366
|
[366]
|
09/10/07 21:15:30 |
bjourne |
Make the second argument to ImageView.set_transp() default to
0x00000000 … |
|
|
|
@365
|
[365]
|
09/10/07 21:08:45 |
bjourne |
Make invalidate a default argument to set_offset() and add test for
it. |
|
|
|
@363
|
[363]
|
09/10/07 20:46:26 |
bjourne |
Add an override for get_draw_rect() and a test for it. |
|
|
|
@362
|
[362]
|
09/10/07 20:34:58 |
bjourne |
Add override for get_viewport() and extend the test for it. |
|
|
|
@361
|
[361]
|
09/10/07 20:16:17 |
bjourne |
Use new-style constructor for ImageScrollWin and add a test for it. |
|
|
|
@357
|
[357]
|
09/10/07 15:25:52 |
bjourne |
Make GtkImageToolDragger take a constructor property so that it
becomes … |
|
|
|
@355
|
[355]
|
09/10/07 15:10:21 |
bjourne |
Delete the ImageToolPainter class because it is not done yet. |
|
|
|
@354
|
[354]
|
09/10/07 15:09:12 |
bjourne |
ImageToolSelector now uses a constructor property. |
|
|
|
@349
|
[349]
|
09/09/07 23:19:54 |
bjourne |
Instantiate ImageNav using a property instead of a parameter. Needed
to … |
|
|
|
@347
|
[347]
|
09/09/07 23:18:21 |
bjourne |
Override get_check_colors() correctly. |
|
|
|
@343
|
[343]
|
09/09/07 21:27:05 |
bjourne |
Override get_check_colors() so that it actually return a tuple. |
|
|
|
@342
|
[342]
|
09/09/07 21:26:09 |
bjourne |
Remove the prefix from the gtk_zooms_get_min_zoom() family of
functions. |
|
|
|
@340
|
[340]
|
09/09/07 21:23:05 |
bjourne |
Change version numbers. Since this is the first release, it will … |
|
|
|
@320
|
[320]
|
09/05/07 21:37:21 |
bjourne |
Fix prototype for set_pixbuf(). Make test for it. |
|
|
|
@319
|
[319]
|
09/03/07 02:44:47 |
bjourne |
Interfaces must be defined correctly, otherwise you get weird … |
|
|
|
@316
|
[316]
|
09/02/07 23:30:24 |
bjourne |
Put the version constant in the module init file instead of … |
|
|
|
@315
|
[315]
|
09/02/07 23:29:04 |
bjourne |
Use pkg-config to figure out paths to include files. |
|
|
|
@314
|
[314]
|
09/01/07 04:12:04 |
bjourne |
Update to use the new name for the enums header. |
|
|
|
@313
|
[313]
|
09/01/07 04:10:17 |
bjourne |
Add forgotten G_BEGIN_DECLS to glib-mkenum generated header. … |
|
|
|
@312
|
[312]
|
09/01/07 03:59:51 |
bjourne |
Because the .so-file starts with an underscore, then the first
argument to … |
|
|
|
@306
|
[306]
|
09/01/07 01:53:35 |
bjourne |
Add source code for binding. |
|
|
|
@305
|
[305]
|
09/01/07 01:52:23 |
bjourne |
Add initial automake cruft. It contains hardcoded paths so noone else
but … |