aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-24Resizing bitmapsCamil Staps1-31/+11
2015-08-24Ugly hack to get winCreateBitmap to workCamil Staps5-50/+59
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-21Implemented GETCLIPBOARDCOUNT; fix C warningCamil Staps2-1/+13
2015-08-21Renaming SetWindowSize to SetWidgetSize as it is generic for all GtkWidgetsCamil Staps7-21/+21
2015-08-21Fixing unchecked castsCamil Staps2-15/+11
2015-08-21Fixing unsafe cast to GtkCheckMenuItemCamil Staps1-1/+2
2015-08-21Keyboard shortcuts workingCamil Staps2-49/+24
2015-08-21Fixing hmm and similar functionsCamil Staps1-28/+2
2015-08-21Cleaning upCamil Staps7-20/+5
2015-08-21Removing redundant importCamil Staps1-1/+0
2015-08-21Clean String generation security and fixCamil Staps1-5/+7
2015-08-21Code styleCamil Staps2-40/+18
2015-08-21Fixed making clean strings (winGetCString and winGetCStringAndFree; ↵Camil Staps2-4/+4
clean_string struct) on 64-bit machines
2015-08-19To mimic the Windows library, WinGetTime now returns the local time rather ↵Camil Staps1-1/+1
than the UTC time
2015-08-19Fixed issue with Tut 8.5 (menus) where Drawable pointer wasn't passed around ↵Camil Staps4-24/+24
fully
2015-08-19Fixes issue with Tut 8.5 (segfault on creating new MDI window)Camil Staps1-2/+6
2015-08-19Update Readme.mdCamil Staps1-0/+5
2015-08-19Cleaner makefileCamil Staps1-18/+20
2015-08-14This is a hack, but for the moment forcing setting pen position fixes text ↵Camil Staps2-24/+15
positioning issues. Also removing commented code
2015-08-13Checking equality of requested pen (back) colour and current colour causes ↵Camil Staps2-8/+9
heap to fill; why, no idea.
2015-08-12More common GTK font namesCamil Staps1-7/+7
2015-08-12Get rid of all the tabs. So annoying.Camil Staps23-5166/+5166
2015-08-12Fixed crashes with windowsCamil Staps4-605/+609
2015-08-12Removed some casting warningsCamil Staps3-5/+5
2015-08-10Merge branch 'master' of github:camilstaps/ObjectIOCamil Staps1-1/+5
2015-08-10Fixed winDonePictureCamil Staps5-35/+14
2015-08-08Update Readme.mdCamil Staps1-1/+3
2015-08-07Update Readme.mdCamil Staps1-0/+2
2015-08-07Fix email markdownCamil Staps1-2/+1
2015-08-07Readme, LICENSECamil Staps2-0/+709
2015-08-07Fixed some issues with stringsCamil Staps4-17/+21
2015-07-08Debugging; word sizes (Int -> pointer); fix CleanStringsCamil Staps10-62/+80
2015-07-06gitignore swp filesCamil Staps1-0/+1
2015-07-06filterOSEvent like in WindowsCamil Staps1-16/+17
2015-07-06Casting warningsCamil Staps8-71/+73
2015-07-06Library malloc fixCamil Staps1-1/+1
2015-07-06Makefile, gitignoreCamil Staps2-0/+22
2015-07-01getOSDInfoOffset as windowsCamil Staps2-1/+26
2015-07-01Initial commitCamil Staps113-0/+22742
2015-07-01gitignoreCamil Staps1-0/+1