Tagged Questions

12
votes
4answers
979 views

Incremental linearizing of git DAG

I'm the author of GitX. One of the features GitX has is the visualization of branches, as can be seen here. This visualization is currently done by reading commits which are emitted from git in the ...
0
votes
1answer
113 views

loading images incrementally in objective-c

I've got a ControllerView which will initialize a set of Images-Classes. Here the basic-initialization in the Image-Class: - (id)initWithImage: (UIImage *) anImage { if ((self = [super ...