Proper header includes not dependent on case-insensitive filesystems to work (NTFS/FAT32).
Change file path delimiter to / from . / also works on all WIN NT platforms AFAIK going back to Windows 2000 if I understand correctly.
I kept getting a segfault if I opened multiple windows in the program and then closed it using the X button or exit option. Didn't happen if I just opened it and immediate closed it. I don't know alot about FLTK but I looked at some of the code ran before exit and removed the deleteui and deleteicon functions and it all works perfectly now. Not sure if this fixes https://github.com/Lameguy64/TIMedit/issues/2 but it probably does.
Replaced non-portable winres icon method with boring old const unsigned char array which is more portable and nicer IMO.
I did NOT see this pull request until I went to make my own: https://github.com/Lameguy64/TIMedit/pull/3
From looking at the commit messages, mine is a tad different at least. As you can tell, people want this on Linux :)
A short description of what is changed:
I did NOT see this pull request until I went to make my own: https://github.com/Lameguy64/TIMedit/pull/3 From looking at the commit messages, mine is a tad different at least. As you can tell, people want this on Linux :)