Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-26 | Invalidate window after WinDonePicture to force redraw | Camil Staps | 1 | -0/+3 | |
2015-08-24 | Fixes for temporary file handling in WinCreateBitmap | Camil Staps | 1 | -3/+7 | |
2015-08-24 | Fixing clipping mode | Camil Staps | 1 | -2/+1 | |
2015-08-24 | Resizing bitmaps | Camil Staps | 1 | -31/+11 | |
2015-08-24 | Ugly hack to get winCreateBitmap to work | Camil Staps | 1 | -8/+17 | |
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-21 | Fixing hmm and similar functions | Camil Staps | 1 | -28/+2 | |
2015-08-12 | Fixed crashes with windows | Camil Staps | 1 | -594/+595 | |
2015-08-10 | Fixed winDonePicture | Camil Staps | 1 | -21/+1 | |
2015-08-07 | Fixed some issues with strings | Camil Staps | 1 | -1/+4 | |
2015-07-01 | Initial commit | Camil Staps | 1 | -0/+1910 | |