Pere Pujal i Carabantes
3fcba585d2
Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
2020-12-30 20:05:17 +01:00
Mark Kim
4019f8b963
Create Resources directory dynamically at compile time
...
The 'Resources' directory is used in macOS development to test the binary
without building TuxPaint.app bundle, which is helpful for rapid application
development since creating the app bundle takes a long time.
It's been reported that the symlink in the Resources directory was causing the
'release' target to copy the files in the 'data' directory twice into the
source release tarball.
This change removes the static Resources directory but creates it dynamically
when the 'tuxpaint' target is built and removes it via 'clean' target so the
'release' target does not copy the files in the 'data' directory into the
source release tarball twice.
2020-12-27 23:12:46 -05:00
Bill Kendrick
e3356eb4d8
Mended broken links in README.html
...
Mended some broken relative links in README.html that
pointed to other parts of the docs.
Also, rename "Mac OS X" to "macOS" in more places.
2020-12-27 18:11:27 -08:00
Bill Kendrick
e78f177a39
RELEASE.txt - also copy docs to site
...
Website's "/docs" section mirrors docs found in Tux Paint itself.
Want to keep those up-to-date.
2020-12-27 17:54:57 -08:00
Bill Kendrick
bcc233b542
Bump ver to 0.9.26; Expanded release steps
...
Expanded the steps for making and posting releases
(docs/RELEASE.txt).
Bumped version to 0.9.26.
2020-12-27 17:45:13 -08:00
Bill Kendrick
1c07b66c9f
Bump release date; tidy HTML files
2020-12-27 00:37:23 -08:00
Bill Kendrick
f81ad1936c
Pointing default_colors.txt link to existing file
...
h/t Pere (who mended the copy in tuxpaint-website)
2020-12-25 22:00:22 -08:00
Pere Pujal i Carabantes
b0caacde09
Better handle of text in buttons.
2020-12-16 19:10:08 +01:00
Pere Pujal i Carabantes
bf586cae99
Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
2020-12-13 23:02:31 +01:00
Bill Kendrick
1801c8dd1f
Doc'ing Norwegian Bokmål & Nynorsk updates
...
h/t Karl Ove Hufthammer
2020-12-12 19:19:50 -08:00
Karl Ove Hufthammer
51aa484a58
Updated Norwegian Bokmål and Norwegian Nynorsk translations
2020-12-12 15:27:34 +01:00
Pere Pujal i Carabantes
f29bf895fa
Forgot to scale too the erasers, doing now.
2020-12-12 00:42:13 +01:00
Pere Pujal i Carabantes
934f3aed26
Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
2020-12-11 23:53:37 +01:00
Pere Pujal i Carabantes
49d7628370
Icelandic update by Sveinn.
2020-12-11 19:07:23 +01:00
Mark Kim
60e064b34f
Change osx_ prefix to macos_ in Makefile
...
Apple has changed the name of their OS from OS X to macOS a loooong time ago.
It's about time to update it in the Makefile.
2020-12-10 17:40:34 -05:00
Mark Kim
c7ed85cd88
Change "echo -n" to "printf" in Makefile
...
The `echo` command built into the default macOS shell doesn't understand -n.
This commit changes it to use "printf" instead which should be fairly portable
across other OS's. Feel free to change it back if it breaks anything.
2020-12-10 16:47:05 -05:00
Bill Kendrick
387f1ed06d
Doc'ing French update
2020-12-08 09:45:06 -08:00
jimmy
9b974311cf
jacques.chion@orange.fr
...
modifié : fr.po
2020-12-08 10:52:22 +01:00
Bill Kendrick
71152d1369
Bump latest mod. date in docs and tuxpaint.c
2020-11-21 14:27:26 -08:00
Bill Kendrick
032c89a65e
Fix: struct dirent has no "d_type" on MinGW/MSYS2
...
I found current git tree does not compile on Windows because
struct dirent has no member "d_type" on MinGW/MSYS2.
(TOYAMA Shin-ich via Tuxpaint-devel list)
2020-11-21 14:26:08 -08:00
dolphin6k
de907326cf
Reverted to Inno Setup Version 5 (for Windows 2000 & XP)
2020-11-15 22:36:05 +09:00
dolphin6k
612c7cae46
install-dlls.sh does not collect all required dlls on JP's build env.
2020-11-15 22:11:18 +09:00
dolphin6k
968de6f0ea
Enabled compiling on John Popplewell's build environment (for Windows 2000 & XP)
2020-11-15 13:47:29 +09:00
Bill Kendrick
a36dcee321
Mend personal Template loading bug in New dialog
...
Mended bug where a personal Template could not be loaded
due to how we tracked which entry in the "New" dialog
was the first template image.
Also, don't track directories when searching for Starters and
Templates (e.g., ".", "..", and ".thumbs"), since it's just
a waste of time/space.
2020-11-13 20:36:35 -08:00
Bill Kendrick
5a1a80ff69
Correct locked shapes' rotation after corner drag
...
When using the new (on 0.9.25) corner-drag option for creating
a new shape, "shape-locked" (1:1 aspect ratio) shapes -- square
and octagon -- would only rotate in a few positions, based on the
angle of ther vertices.
Corrected this, with no apparent adverse effect on other shapes,
in either drag mode (classic "from-center", and new "from-corner").
Also, removed extranous whitespace before EOLs in src/tuxpaint.c.
2020-11-10 09:54:50 -08:00
Pere Pujal i Carabantes
aae22f0593
Correcting Devaganari to Devanagari
2020-11-06 21:47:42 +01:00
Bill Kendrick
df7d402cc2
Converted FAQ from bullet lists to definition lists.
...
(Forgot to include CHANGES.txt itself)
2020-10-30 13:46:40 -07:00
Bill Kendrick
de96578f22
Converted FAQ from bullet lists to definition lists.
2020-10-30 13:46:25 -07:00
Bill Kendrick
71116ecf1f
Mention 'nostereo' option in the FAQ
2020-10-30 13:16:49 -07:00
Pere Pujal i Carabantes
ba26daa6c6
Adding Sardinian translation.
2020-10-29 20:35:44 +01:00
Bill Kendrick
810d8e0c22
Slight clean-up to CHANGES
2020-10-25 15:51:36 -07:00
prasantahembram
5bd27953e5
Signed-off-by: prasantahembram <prasantahembram720@gmail.com>
2020-10-25 16:18:30 +05:30
prasantahembram
55eb44df76
Fixed some spelling mistake in Santali Language Ol Chiki.
...
Signed-off-by: prasantahembram <prasantahembram720@gmail.com>
2020-10-25 15:51:20 +05:30
prasantahembram
4c80d9d0cc
Signed-off-by: prasantahembram <prasantahembram720@gmail.com>
2020-10-25 15:45:23 +05:30
dolphin6k
af4e6a8968
Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
2020-10-25 10:30:43 +09:00
dolphin6k
0e5adbcfaa
Placed document about how to build tuxpaint on windows.
2020-10-25 10:28:31 +09:00
Bill Kendrick
0af138568e
Doc'ing some recent changes by Shin-Ichi & Pere
2020-10-23 23:21:26 -07:00
dolphin6k
b403a53f3e
Added notation about licenses for Truetype fonts to chinese COPYING text.
2020-10-24 11:03:18 +09:00
dolphin6k
d42620502c
Enabled showing localized License Files
2020-10-23 23:23:00 +09:00
dolphin6k
8f25020a91
Added some languages and corrected wrong filenames for localized COPYING text.
2020-10-22 22:05:24 +09:00
Pere Pujal i Carabantes
db09aacf4b
Elefant, fish-icon and frame_hearts SVGs touched the edges and got ugly strips at some Tux Paint's window sizes. Remade them in inkscape and put a margin of 3 units on each side.
2020-10-22 03:14:26 +02:00
dolphin6k
4b909ffee9
Updated for new setup translations and missing definition for localized COPYING
2020-10-21 23:28:49 +09:00
dolphin6k
ade754a24a
COPYING-ja.txt was broken
2020-10-21 23:28:26 +09:00
dolphin6k
522e9ee5bb
Edited for up-to-date translation fies and directory structure
2020-10-20 23:25:52 +09:00
dolphin6k
b7c312ed5e
Re-enable scripted dll install (Sorry, pushed wrong file before)
2020-10-18 21:50:20 +09:00
dolphin6k
e260456270
Re-enabled scripted dll install
2020-10-18 21:22:52 +09:00
dolphin6k
68bd1f6861
Reverting hard conded dll install because ldd does not solve dependencies on 32bit environment.
2020-10-18 16:59:38 +09:00
Bill Kendrick
b936bbc4ba
make install robust to missing thumbnails
...
Sometimes thumbnails of starters or templates fail to generate
(ImageMagick bug; see
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/9781a4723cbe5bd4d6bd7b5048d830821dda23ef/ )
Avoid failing "make install" step when they are missing.
2020-10-15 22:41:17 -07:00
Bill Kendrick
f024a95a96
Avoid bogusly trying to mkdir sysdir in savedir
...
While we weren't attempting to save thumbnail PNG files of the
starter and templates that are scanned in the system-wide Tux Paint
directory, we WERE trying to incorrectly `mkdir` such directories
within the user's personal directory.
(e.g., "/home/kendrick/.tuxpaint//usr/local/share/tuxpaint/templates")
Mended.
2020-10-15 22:33:03 -07:00
dolphin6k
2bde61ae46
No need to distinguish libgcc_s dll for 64/32bit.
2020-10-15 22:31:46 +09:00