Added win32 folder.
Added script for the NSIS installer and a Python support script.
Ignores intermediate file 'Preprocessed.iss'.
Added 'MainRegVersion' define.
Win32 installer and menu items make use of translated licence and readme
Win32 installer: s#implified Restricted().
New installer icon.
Updated version info.
No longer used.
When a restricted user installs Tux Paint followed by the stamps, put the
Update version date in installer script.
Updated the installer script.
Set release date.
Fixed 'groupname' installer bug. Fix shortcut icon for 'Tux Paint Stamps on the web' (XP only).
Changed to NSIS2.
Fix for bug in SDL_ttf-2.0.6. A call to TTF_Open() with the filename of
Fix for win32 current_language(). Environment variable in 'langstr' parsing
Fix the other occurrence of the path to the starters files - sigh.
Make win32 version use 'icon32x32.png' as SDL window icon.
Added MSVC6.0 project and NSIS installer builder.
Documentation for the custom local fonts.
Fix line-ending problem.
Added the (small) custom locale fonts so that they become a standard part
Ignore this clutter.
Added some help with setting everything.
Added custom win32 installer icon and source image.
Oops! Fix corrupted file.
Make sure 'lockfile.dat' isn't shipped.
Removed unused dependency on getopt.
Removed an unused library.
Fix for missing icon on XP.
Updated. New Windows installer options.
Fix for the Starter images having a black background in 800x600 mode.
Added new options page to the NSIS installer.
Added src/mouse to the project include path.
Fix for 'Tux Paint (Windowed)' menu item. Added the '--windowed' flag so
Added support for building on a Windows system using MinGW/MSYS.
Added code to build the windows resources (icon and version info).
Updated version info. Removed load of junk. Fixed up headers and paths.
Win32/MinGW fix for missing strcasestr().
Fix segfault in show_usage().
Added GetDefaultSaveDir(suffix) which fetches the default "Application
Force a clean rebuild when using 'make bdist-win32'.
Changed to build the installer from files in the 'bdist' directory.
Ignores new bdist directory.
First pass at using InnoSetup 5 installer generator. Does all users, current
Changed the 'win32' and 'install-win32' make options back the way they were.
Now links with 'shlwapi.dll' so that it works on Windows 98.
Excludes CVS files from the installer.
Added additional 'libiconv-2.dll' to the installer.
Added InnoSetup PreProcessor (ISPP) requirement.
Fix for French, German etc. Forces the strings returned by gettext() to be UTF-8.
Restores system locale detection for Windows. --lang=thai now works, still problem with e.g. French and German.
libintl-3.dll now links to libiconv-2.dll so include in distribution.
Added a registry entry 'Install_Dir' in either HKCU\Software\TuxPaint or
Added macros for the registry keys.
Ignore intermediate file.
Added additional Windows-only search paths for stamps, fonts and brushes.
Added 'Version' entry to the registry.
Changed website menu option so that it goes to an installer-language
Installer skips the installation type stage on 9x/ME and defaults to
Installer ignores Makefiles and *~ backup files.
Changed <img src="images/*"> to <img src="../../html/images/*"> using a
Added support for system and user configuration files on Windows. The
Commented out broken button links and missing images.
Added licences etc. for the binary libs. shipped with the win32 version.
Bundles licenses etc. for the binary libs.
Larger audio buffer size on Windows to stop clicks/pops/crackling.
Use new installer icon.
Updated tuxpaint-installer icon/images
Fix missing string copy in uppercase_w().
Removing non-portable filename.
Renamed 'contr?les_tampon_ds_s?lecteur.jpg' to 'controles_tampon_ds_selecteur.jpg'.
Fix for string length when mallocing space for copy.
Added GetSystemFontDir() and amended WIN32 code so that the system fonts
Fix for isspace() on (some?) win98 installations. Stops crash when clicking on Stamps button.
Fix to remove the blinking text cursor. I may have missed some places.
Fix for win32 and beos builds.
Various fixes for win32, mostly as a result of the splits.
Fix to make font sizing work.
Copies over the new Ogg/Vorbis DLLs.
Updated version numbers.
Disable threaded font loading on Windows because it's unreliable. Would be nice to fix this properly one day...
Removed unused files.
Fix for 'Stamp text bug'.
Updates for win32 SVG support. Update resource version information.
WIN32 only:
Update installer script to work with the latest stable Inno Setup release
Changed 'FileDescription', and removed 'magic' copyright character.
Update .exe version info.
Undefine LARGE_CURSOR_FULLSCREEN_BUG, which makes custom cursors work
Fix the WIN32 builds to use oldsvg and custom include path for cairo.
Tux Paint was spewing out warnings if the 'saved' directory was missing
Fix for printing bug 1748705.
Fixes the scaling problem when printing. The image is scaled to fit whilst
Fix for f->d_type always being DT_UNKNOWN, using stat().
Added SO_TYPE for the plugin installer.
Tweaks to get it to build on win32.
Make plugin building on Windows work. DLLs need their dependencies resolved at
Fix glitch when doing a silent install.