{8} All open tickets (verbose) (5 matches)

Ticket Summary Created
Description
#9 Use a private struct instead of expose implementation 04/19/07

Attaching a patch to make the private fields in GtkImageView actually private, instead of being exposed to the world.

If you apply this, apply it before the interpolation patch (#8) or the headers patch (#7) to reduce conflicts.


bjourne

Ticket Summary Created
Description
#12 EventBox for GtkImageView 05/05/07

Hi,

I need to put GtkImageView inside a GtkEventBox to implement rectangular selection. The problem is that this does not allow me to put it inside a GtkImageScrollWin. The following patch fixes that. The downside of this patch is that the call:

gtk_image_scroll_win_new(GTK_IMAGE_VIEW(event_box))

produces a runtime warning and therefore I need to use:

gtk_image_scroll_win_new((GtkImageView*)event_box);

A different option would be to add a function gtk_image_scroll_win_new_from_event_box(event_box)

What do you think of it?

Udi


Ticket Summary Created
Description
#20 SpamFilter 12/15/07

Please use http://trac.edgewall.org/wiki/SpamFilter .

Thanks!

(See http://trac.bjourne.webfactional.com/ticket/18#comment:5 and any later comments.)


#22 python bindings help() broken 07/08/08

When using help on gtkimageview the classes don't show up, only function do.

I'm using svn version of both the C library and the bindings.


#27 downloading source is too hard 08/30/08

I am maintaining gtkimageview in pkgsrc, and normally one specifies an unchanging MASTER_SITE, and a DISTNAME, and has a default suffix (.tar.gz). But the URL for each tarball changes with version. It would be really nice to put them in a directory on the web server where they can be fetched normally, without interacting with trac, and just link to that, instead of using trac attachments.


Note: See TracReports for help on using and creating reports.