Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-24 | Fixing clipping mode | Camil Staps | 1 | -3/+3 | |
2015-08-24 | Fixing some more pointers | Camil Staps | 1 | -4/+4 | |
2015-08-24 | Ugly hack to get winCreateBitmap to work | Camil Staps | 1 | -39/+39 | |
Typically, we would do this with gdk_pixbuf_from_file(). However, the openBitmap function from StdBitmap only gives us a *File, not the file name. So, we cannot read from the file itself directly. Therefore, we now create a temporary file with the same content and read from there. Ideally, StdBitmap would be edited to pass both a *File and a !{#Char} with the file name (or just the latter, and let osbitmap decide what to do with it). | |||||
2015-08-19 | Fixed issue with Tut 8.5 (menus) where Drawable pointer wasn't passed around ↵ | Camil Staps | 1 | -21/+21 | |
fully | |||||
2015-08-14 | This is a hack, but for the moment forcing setting pen position fixes text ↵ | Camil Staps | 1 | -6/+6 | |
positioning issues. Also removing commented code | |||||
2015-08-13 | Checking equality of requested pen (back) colour and current colour causes ↵ | Camil Staps | 1 | -2/+2 | |
heap to fill; why, no idea. | |||||
2015-08-12 | Fixed crashes with windows | Camil Staps | 1 | -3/+3 | |
2015-08-10 | Fixed winDonePicture | Camil Staps | 1 | -8/+7 | |
2015-07-01 | Initial commit | Camil Staps | 1 | -0/+769 | |