Commit graph

3047 commits

Author SHA1 Message Date
Bill Kendrick
11bcb019b8 Referring to AUTHORS/CHANGES for author list
No longer saying "By Bill Kendrick", since so many more people
have added so much to the project over the years.
(I'm basically website maintainer & project manager these days :) )
2018-08-18 00:17:11 -07:00
Bill Kendrick
2837e491bb Scottish Gaelic translation update
Scottish Gaelic translation update from Fòram na Gàidhlig.
2018-08-18 00:15:13 -07:00
Bill Kendrick
dca0f8bb38 Doc'ing Hat starter fix
https://sourceforge.net/p/tuxpaint/bugs/202/
2018-08-09 21:51:30 -07:00
Bill Kendrick
6e55fd9cb8 Basque translation update
Updates to eu.po by Alexander Gabillondo.
2018-08-09 21:03:21 -07:00
Mark K. Kim
ccc5eb8835 Merge branch 'master' of ssh://git.code.sf.net:/p/tuxpaint/tuxpaint 2018-08-09 07:35:34 -04:00
Mark K. Kim
f0f88722b4 Fix macOS printing error message issue.
Previously Tux Paint was raising an error informing the user it could not
print even when it did print successfully.  This appears to be due to our
lpr printing routine's assumption that errno is reset on success whereas
the C library in macOS does not appear to do so.  To address this issue,
errno is reset before calling pclose() (on macOS and macOS only - just in
case this code has an unintended side-effect on other platforms).  This
code change assumes we're only interested in errno set by pclose(), and
that our lpr printing routine is not interested in errno raised prior to
pclose().
2018-08-09 07:27:00 -04:00
Bill Kendrick
3e944e56a1 Doc build date override addition to Makefile 2018-08-08 23:51:46 -07:00
Bernhard M. Wiedemann
b5292709cf Allow to override build date
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

This date call works with GNU and BSD variants of date.
2018-07-14 04:52:39 +02:00
Mark K. Kim
4231370205 Changes to make testing in macOS easier.
Previously, testing in macOS required running `make install`, switching
over to the Finder, then double clicking TuxPaint.app, which was a time
consuming process.  This change allows the tuxpaint binary to be run
directly from the command line (./tuxpaint) without `make install`, which
makes it easier to test any small code change.  Now `make install` is only
required to build the TuxPaint.app bundle for execution from the
Finder.

FYI, `make install` also builds TuxPaint.dmg for distribution.  A small
change is included in this commit to allow TuxPaint.dmg to be built without
building TuxPaint.app (if, for example, you delete TuxPaint.dmg by accident
and need to rebuild it.)  This is done via `make TuxPaint.dmg`.
2018-06-27 22:16:13 -04:00
Mark K. Kim
1db3d431f5 Add debugging output for playing sounds. 2018-06-26 22:59:24 -04:00
Mark K. Kim
19ae36662b Add more debugging messages.
Also update macOS build date in the Info.plist file.
2018-06-26 02:13:41 -04:00
Mark K. Kim
93c1ad5dc3 Fix crash when there are 0 font families.
Running Tux Paint under macOS in Korean mode (and some other languages) causes
it to crash, unless "load system fonts" option is also enabled. Some
investigation showed the issue occurs when num_font_families is 0 in fonts.c.
This change removes the assumption from the code that assumes num_font_families
has at least one record.
2018-06-26 01:28:43 -04:00
Mark K. Kim
21813ad860 macOS distribution package tweak.
Previously, the DMG's default window is slightly larger than the
background, exposing some whitespace. This fixes the window size to be
identical to the background image, so no whitespace is exposed.
2018-05-25 23:01:25 -04:00
Mark K. Kim
9a186cb2d8 Minor documentation corrections 2018-05-25 07:57:56 -04:00
Mark K. Kim
32a481d655 Documentation update. 2018-05-25 00:48:45 -04:00
Mark K. Kim
b80393c11b Proper DMG support on macOS.
Previously `make install` on macOS created TuxPaint.dmg, but it was a
simple disk image.

Now TuxPaint.dmg is formatted as one would expect from any other macOS app,
with a Tux folder icon, symlink to the /Applications folder, and a
background image with an arrow.
2018-05-25 00:24:46 -04:00
Mark K. Kim
2aa7f4d2ae macOS clean up and documentation update. Describe how to build macOS 10.13 High Sierra binary without the mouse cursor bug. Instruct git to ignore mac-specific build files, Makefile to clean up mac-specific build files. 2018-05-21 17:02:28 -04:00
Bill Kendrick
9144ebd705 More function documentation 2018-05-17 00:30:48 -07:00
Bill Kendrick
e56067d202 Beginning to doc every func in tuxpaint.c
Beginning to document functions in src/tuxpaint.c, Docbook style
(description, @param's, @return).  Also removed a few dead bits
of code.

Eventually, hoping to break this beastly file into pieces.
(Maybe for Tux Paint 0.9.24?)
2018-05-14 23:56:44 -07:00
Bill Kendrick
376e9f2571 Typo correction in EXTENDING docs (Eng.) 2018-05-14 23:35:43 -07:00
Mark K. Kim
f396438155 Merge branch 'master' of ssh://git.code.sf.net:/p/tuxpaint/tuxpaint 2018-04-01 15:43:55 -04:00
Mark K. Kim
d18eaf839b Update build process for macOS. 2018-04-01 15:35:07 -04:00
Pere Pujal i Carabantes
36da7970f7 Revert "Better scale quality for small screens."
This reverts commit f1bd7b464a.
Should have gone to the sdl2.0 branch, sorry :(
2018-03-10 12:09:34 +01:00
Pere Pujal i Carabantes
f1bd7b464a Better scale quality for small screens. 2018-03-09 08:23:21 +01:00
rbuj
275c52c538 Update Catalan translation 2018-02-25 13:00:51 +01:00
Bill Kendrick
4307dd5a9a More Basque updates 2018-02-24 11:41:10 -08:00
Bill Kendrick
c45be1bac3 Basque translation update 2018-02-24 11:33:39 -08:00
Mark Kim
d61e1b1fd8 Documentation update 2018-02-10 21:30:19 -05:00
Mark Kim
3afe4b8cbf macOS build - remove some errors when fixing shared library references running out of room in the header. 2018-02-10 21:12:55 -05:00
Mark K. Kim
f96720de80 Merge branch 'master' of ssh://git.code.sf.net:/p/tuxpaint/tuxpaint 2018-02-10 20:31:36 -05:00
Mark K. Kim
615ebe4029 Fix macOS install error with two plugins. 2018-02-10 20:26:51 -05:00
dolphin6k
7c6037cbbc Tweaked target "relase" for git tree 2018-01-04 16:28:52 +09:00
dolphin6k
c6806d9502 Update version number and languages for win32 installer 2018-01-04 12:31:02 +09:00
joe
57e58a38ce Gujarati 2018-01-01 12:35:57 +01:00
joe
d6c3edac19 Gujarati header 2018-01-01 12:35:10 +01:00
Kartik Mistry
f0a5164bd5 Updated Gujarati translation 2018-01-01 10:38:16 +05:30
Bill Kendrick
95a6cb5743 British English translation update 2017-12-30 20:51:59 -08:00
Bill Kendrick
464566d232 el.po tweaks by Chris Leonard 2017-12-30 11:45:29 -08:00
Bill Kendrick
28d075fd76 id.po tweaks by Chris Leonard 2017-12-30 11:43:25 -08:00
Bill Kendrick
6aad3a49f0 bn.po tweaks by Chris Leonard 2017-12-30 11:42:48 -08:00
Bill Kendrick
e8e92ef06a pl.po tweaks by Chris Leonard 2017-12-30 11:40:11 -08:00
Bill Kendrick
7f4a8c0c39 af.po tweaks by Chris Leonard 2017-12-30 11:37:48 -08:00
Bill Kendrick
324c2c5ce4 son.po tweaks by Chris Leonard 2017-12-30 11:35:57 -08:00
Bill Kendrick
899bae0ad7 Doc'ing "Fix text not displaying on sys w/ Fontconfig"
Doc'ing Mark K. Kim's other recent commit,
"Fix text not displaying on systems without Fontconfig installed."
2017-12-30 11:03:53 -08:00
Bill Kendrick
2e6e6461a1 Doc'ing older macOS support
Recently committed by Mark K. Kim
2017-12-30 11:03:02 -08:00
Bill Kendrick
b0c1546b1b A patch to enable compiling on latest mingw env.
Contributed by TOYAMA Shin-ichi
2017-12-30 10:53:08 -08:00
Kevin Scannell
fce3d93399 Irish translation back to 100% 2017-12-30 07:20:24 -06:00
Bill Kendrick
30fb2b5334 Documenting all recent PO updates & their authors 2017-12-29 23:56:58 -08:00
joe
dbc3204ae2 Aragones 296 translated 0 untranslated 2017-12-29 13:11:44 +01:00
joe
75b31d12c0 Chinese 268 translated 28 untranslated 2017-12-27 23:55:47 +01:00