aboutsummaryrefslogtreecommitdiff
path: root/Linux_C_12/cpicture_121.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-26Invalidate window after WinDonePicture to force redrawCamil Staps1-0/+3
2015-08-24Fixes for temporary file handling in WinCreateBitmapCamil Staps1-3/+7
2015-08-24Fixing clipping modeCamil Staps1-2/+1
2015-08-24Resizing bitmapsCamil Staps1-31/+11
2015-08-24Ugly hack to get winCreateBitmap to workCamil Staps1-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-21Fixing hmm and similar functionsCamil Staps1-28/+2
2015-08-12Fixed crashes with windowsCamil Staps1-594/+595
2015-08-10Fixed winDonePictureCamil Staps1-21/+1
2015-08-07Fixed some issues with stringsCamil Staps1-1/+4
2015-07-01Initial commitCamil Staps1-0/+1910