Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/visualc
Commit message (Collapse)AuthorAgeFilesLines
* Moved sdl docs.wkendrick2007-08-113-553/+0
|
* Moved zlib docs.wkendrick2007-08-114-653/+2
| | | | | Moved win32 .cvsignore. Added note that visualc is no longer used.
* Moved sdl, sdl_image, sdl_mixer and sdl_ttf docs.wkendrick2007-08-119-1753/+0
|
* Moved libpng docs.wkendrick2007-08-113-369/+0
|
* Moved jpeg docs.wkendrick2007-08-111-385/+0
|
* Moved iconv docs.wkendrick2007-08-115-699/+0
|
* Moved gettext docs.wkendrick2007-08-116-847/+0
|
* Moved FTLK docs.wkendrick2007-08-115-3589/+0
|
* Removed old Microsoft Visual Studio C++ files (in 'visualc').wkendrick2007-08-119-1090/+0
| | | | | Created a new "win32" folder with (most of the) things from 'visualc' that are still being used ('resource.h', 'resources.rc' and 'tuxpaint.iss').
* Updated version number in some packagine files.wkendrick2007-08-101-4/+4
| | | | Adding new Magic tools.
* Changed 'FileDescription', and removed 'magic' copyright character.johnnypops2007-07-021-2/+2
|
* Removed 'rc1', since I believe next release will be final!wkendrick2007-07-011-2/+2
|
* Update installer script to work with the latest stable Inno Setup releasejohnnypops2007-06-301-10/+17
| | | | | | and translations. Added new DLLs and update some existing ones. Added the new 'im' directory.
* Update .exe version info.johnnypops2007-06-301-3/+3
|
* Updates for win32 SVG support. Update resource version information.johnnypops2007-03-221-5/+5
|
* Removed unused files.johnnypops2006-10-112-222/+0
|
* Updated version numbers.johnnypops2006-09-172-6/+9
| | | | | Changed installer Tux Paint website URL. Added Ogg/Vorbis DLLs to the installer package.
* CVS Id tags added to several files for easier version tracking.vindaci2005-11-271-1/+1
|
* Use new installer icon.johnnypops2005-11-231-1/+1
|
* Bundles licenses etc. for the binary libs.johnnypops2005-11-221-0/+1
|
* Added licences etc. for the binary libs. shipped with the win32 version.johnnypops2005-11-2234-0/+8823
|
* Installer ignores Makefiles and *~ backup files.johnnypops2005-11-081-1/+1
|
* Installer skips the installation type stage on 9x/ME and defaults tojohnnypops2005-11-081-5/+9
| | | | | | | installing the app in 'C:\Program Files\TuxPaint\', but installs the menu items and the desktop short-cut for the current user only. Rubbish, but I can't find a way of automatically regenerating the menus, which seems to be required to support shared menu/desktop short-cuts.
* Changed website menu option so that it goes to an installer-languagejohnnypops2005-11-061-14/+176
| | | | | | | | | sensitive address: http://www.newbreedsoftware.com/tuxpaint/?lang=LANG_ID. Changed licence and readme menus to point to installer-language sensitive text and HTML files. Changed installer to make use of these translated files itself. Added Lang2Gettext() which maps InnoSetup language to Gettext style. Added Is9xME() function (unused as-yet).
* Added 'Version' entry to the registry.johnnypops2005-09-161-3/+6
| | | | | Removed use of UsingWinNT() from ThisUserOnly() and All/Current custom page. Decided that it didn't help much on Win9x.
* Added additional 'libiconv-2.dll' to the installer.johnnypops2005-08-111-0/+1
|
* Added macros for the registry keys.johnnypops2005-07-281-4/+6
|
* Added InnoSetup PreProcessor (ISPP) requirement.johnnypops2005-07-271-48/+74
| | | | | | | Added bunch of macros to make configuration changes less error prone. Added ability to detect previous install directory entries in the registry. Searches for entry in HKLM and HKCU sections. Tidied-up some of the functions.
* Ignore intermediate file.johnnypops2005-07-271-0/+1
|
* Excludes CVS files from the installer.johnnypops2005-07-231-3/+3
|
* Added a registry entry 'Install_Dir' in either HKCU\Software\TuxPaint orjohnnypops2005-07-231-7/+21
| | | | | | HKLM... depending on whether the user is restricted (or doing a current user-only install) or is installing for all users. Refactored some of the Booleans.
* Changed to build the installer from files in the 'bdist' directory.johnnypops2005-07-221-16/+16
| | | | | | Windows 9x/ME installs shortcuts for the current user (desktop, start menu) but defaults to install in the 'Program Files' directory like everything else.
* Ignores new bdist directory.johnnypops2005-07-221-0/+1
|
* First pass at using InnoSetup 5 installer generator. Does all users, currentjohnnypops2005-07-201-0/+174
| | | | | | user installation types. Works for a restricted user. Bit weird on Windows 9x - will fix. Needs matching installers for stamps, prevention of execution of tuxpaint-config by restricted users, registry entry.
* Updated version info. Removed load of junk. Fixed up headers and paths.johnnypops2005-02-261-91/+7
|
* Fix for 'Tux Paint (Windowed)' menu item. Added the '--windowed' flag sojohnnypops2004-10-091-3/+3
| | | | that it overrides any fullscreen 'tuxpaint.cfg' settings.
* Added src/mouse to the project include path.johnnypops2004-09-291-2/+2
|
* Added new options page to the NSIS installer.johnnypops2004-09-283-16/+112
| | | | | | | | | | | | | | The supplied (default) 'tuxpaint.cfg' is now empty, but is safely appended to by the NSIS script. NSIS now has a Mode (Windowed|Full-Screen) and a Resolution (640x480|800x600) option which append the following lines to 'tuxpaint.cfg': fullscreen=$mode nofancycursors=$mode 800x600=$res [Where $mode and $res are "yes"|"no".] The added file 'options.ini' contains the GUI layout for the new page.
* Removed an unused library.johnnypops2004-09-281-5/+4
| | | | Added some comments.
* Removed unused dependency on getopt.johnnypops2004-09-231-3/+3
| | | | Switched the "Program Database" back on.
* Make sure 'lockfile.dat' isn't shipped.johnnypops2004-09-232-1/+2
|
* Ignore this clutter.johnnypops2004-09-231-0/+2
|
* Added some help with setting everything.johnnypops2004-09-231-0/+124
|
* Added MSVC6.0 project and NSIS installer builder.johnnypops2004-09-239-0/+800
'prebuild.py' generates the .mo files, converts the text documents to CRLF format (it only touches the files if they need converting) and builds 'filelist.inc' which is used by NSIS. This avoids including CVS folders.