I will need some help to test latest svn code (should I say 2.0 :P) especially 
those with osx and with some windows (NT would be very nice :)).

Ok, let we see:
 - STR #1590 http://www.fltk.org/str.php?L1590+P0+S-2+C0+I0+E0+M1000+Q
 can anyone test does cursor still crashes so I can dismiss this issue

 - STR #1635 http://www.fltk.org/str.php?L1635+P0+S-2+C0+I0+E0+M1000+Q
 nowhere I can find some NT; if someone have it, testing above would be
 great

 - STR #1042 http://www.fltk.org/str.php?L1042+P0+S-2+C0+I0+E0+M1000+Q
 this is for people with osx; make_current() for it is not implemented
 yet and here is blind 'patch', so would be nice try it:

file: src/osx/Image.cxx (235 line), try to replace it with following:

void Image::make_current() {
  if(!picture)
     buffer();
  draw_into(picture->XXX, picture->w, picture->h);
}

 I put XXX because of CGContextRef type I don't understaind. Picture
 have member 'img()' returning CGImageRef. Can these two combine somehow ?

 Ideas ?

 - STR #1506 http://www.fltk.org/str.php?L1506+P0+S-2+C0+I0+E0+M1000+Q
 this is mostly RFC: when directory above ('../') is selected in file
 chooser, it will stay selected but will not be counted (in multi mode),
 returning all except it. Should it be counted or not, and should be
 returned with the rest of selections ?

 I tried to see behaviour in 1.1.8, but there is even weirder; in
 multimode when selected with other directories, only '../' will be
 returned ???

 So, what is The Right Way :)


PS:
Code still uncompileable on osx ?

--
Sanel
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to