Commit graph

2975 commits

Author SHA1 Message Date
joe
328158b33a Spanish 296 translated strings 2017-12-18 19:37:04 +01:00
joe
9b0c9616d7 Scottish Gaelic 296 translated strings 2017-12-18 19:25:33 +01:00
joe
3d099fa261 Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2017-12-17 20:25:26 +01:00
joe
bc583d706f French update 296 translated strings 2017-12-17 20:24:30 +01:00
Bill Kendrick
43061665f5 Document recent changes
Documenting a few recent changes & contributors.

Also, move AUTHORS out of docs/en/ and back into docs/ top-level dir
(since it's unlikely to get translated & maintained!)
2017-12-14 21:36:03 -08:00
William Kendrick
6f52aacd20 Merge /u/rbuj/tuxpaint/ branch osx-dmg-20171205 into master
https://sourceforge.net/p/tuxpaint/tuxpaint/merge-requests/2/
2017-12-15 05:31:41 +00:00
joe
bce0b6fa06 Galician update 296 translated strings 2017-12-07 22:47:40 +01:00
joe
3e49c99217 Portuguese (Brazilian) update 296 translated strings 2017-12-07 22:08:25 +01:00
joe
c07650cda7 Danish update 296 translated strings 2017-12-05 23:05:44 +01:00
rbuj
3a7a278923 osx: make install -> create dmg (bzip2) 2017-12-05 12:56:23 +01:00
Bill Kendrick
7ddb735b34 Remade full-window screenshots using 0.9.23
Rereated full-window screenshots (showing canvas vs tools vs
colors vs selector vs open dialog) using 0.9.23; the earlier images
were from forever ago.
2017-12-03 12:22:34 -08:00
Bill Kendrick
cb10eb0c52 Fulah update 2017-12-03 12:04:31 -08:00
Bill Kendrick
7bd09854ae Treaing COPYING & its HTML like other trans dirs
If a file in COPYING/ is HTML, it should go in html/ subdir,
and we can now produce a TXT variant based upon it.
2017-12-03 11:54:11 -08:00
Bill Kendrick
8dc6b3cbc6 Had moved zh_cn/_tw generated COPYING.txt, not .html
Running `make` would have regenerated .txt COPYING files;
hadn't moved their source .html files.  Rectified.
2017-12-03 11:48:51 -08:00
Bill Kendrick
2f56dd020c Moved English docs to their own subdir 2017-12-03 11:47:30 -08:00
Bill Kendrick
603ef10fb3 Moving all COPYING (GPL) translations into own dir
Many documentation subdirs contained only a translated version
of the GNU GPL (COPYING.txt), and no translated version of any
Tux Paint documentation.

Moved them all into a COPYING/ subdir, so that now the only
translated documentation subdirs that exist are those that
containa at least _some_ translated Tux Paint documentation.
2017-12-03 11:33:08 -08:00
Bill Kendrick
b6e6affd9c Removing OpenCandy variation of COPYING. 2017-12-03 11:24:24 -08:00
Bill Kendrick
b398239a73 Removing stub doc files
There are a ton of wishful-thinking traslation subdirs under docs/
which contain nothing but files which say "Please see..." and
directs to the English version.

Removing them, because they're just cluttering thigns,
and it makes it hard to tell whether any translations actually _do_
exist (which may require attention; e.g. revising for a new
release).
2017-12-03 11:22:04 -08:00
Bill Kendrick
a472453749 Noting when docs are out of date (HTML edition) 2017-12-03 11:18:51 -08:00
Bill Kendrick
14e03b47a2 Better HTML doc title image; also out-of-date notes
Using the SVG-based "Tux Paint" title text at the top of HTML docs
(replacing ancient, totally-mouse-drawn one from 2002).

Also, while I was in there, added big "out of date" notices,
with links to English documentation, in outdated translated ones.
2017-12-03 11:07:53 -08:00
Bill Kendrick
f9b677e40d Use links w/ UTF-8 output for HTML->TXT
Stop using old `lynx`; use `links`, and use UTF-8 codepage for
output (for Russian, Chinese, etc. to still work right).

Regenerate all TXT versions of docs available in HTML.
2017-12-03 10:59:26 -08:00
Bill Kendrick
40d5949150 Documenting color picker & color palette features 2017-12-03 10:56:29 -08:00
Bill Kendrick
94bb3c0bd9 Documenting contributor of new Catalan update 2017-12-03 10:26:12 -08:00
rbuj
c8a65bc158 Updated Catalan translation 2017-12-03 09:19:42 +01:00
Bill Kendrick
974f203c8a Indonesian translation update 2017-12-02 12:46:16 -08:00
Bill Kendrick
459ccd18ca Clean up changelog a little
Note that Mark's changes were specific to macOS :)
2017-12-02 12:15:55 -08:00
Mark K. Kim
558b74b7fc In the macOS build, load stamps from within the app path where the 2009.06.28
stamps collection installer installs the stamps.
2017-11-27 01:16:57 -05:00
Mark K. Kim
472bf79bb9 Trying again... 2017-11-27 01:02:41 -05:00
Mark K. Kim
ea7f013d0d Rework Mac port to be more Linux-like without needing to launch XCode. See
macos/README.txt for information.
2017-11-27 00:56:41 -05:00
Bill Kendrick
34729d4844 A more useful root dir README 2017-11-12 11:00:07 -08:00
Bill Kendrick
af477d714e Ukrainian translation update 2017-10-27 21:09:14 -07:00
Bill Kendrick
1576935455 More compiler warnings
* Adding a missing local function definition.
 * Ensured a var only used during certain #ifdef was only declared under
   that situation.
2017-10-15 15:05:20 -07:00
Bill Kendrick
41e9fbd0c4 More compiler warning cleanup
Mostly removing some unused variables, but also "using" some
of the new temp vars (e.g., "tmp = fgets(...); (void)tmp;")
2017-10-15 15:00:48 -07:00
Bill Kendrick
717b13a866 Correct im.c compiler warnings
* Don't ignore a fscanf()'s output.
 * Rewrite some increment/roll-overs to avoid, e.g.
   src/im.c:1193:18: warning: operation on ‘cm.section’ may be undefined [-Wsequence-point]
        cm.section = (++cm.section % SEC_TOTAL);  /* Change section */
2017-10-15 14:48:31 -07:00
Bill Kendrick
5907713cdd Remove unused reset_brush_counter_and_frame()
reset_brush_counter() gets called, but reset_brush_counter_and_frame()
never does; removing it.
2017-10-15 14:45:22 -07:00
Bill Kendrick
da81a5f32a Compiler warning cleanup in fonts.c
* Use and show error on nice() return value, when appropriate.
 * Remove (comment out, for now) a function that could never be called.
2017-10-15 14:43:20 -07:00
Bill Kendrick
b693003b14 Remove some unused funcs & declarations
Removing more unused functions, and moving a declaration in fonts.h
to fonts.c, since it's not used externally (reliable_read()).
2017-10-15 14:38:52 -07:00
Bill Kendrick
502edda2b1 Remove unused in_circle() func
in_circle() isn't used; in_circle_rad() is.
2017-10-15 14:33:11 -07:00
Bill Kendrick
dc167b4c52 Remove unused funcs remove_slash, replace_tilde
Remove unused funcs remove_slash() (an identical one exists
in win32_print.c) and replace_tilde().
2017-10-15 14:29:12 -07:00
Bill Kendrick
1ae588baf8 More compiler warning cleanup (WIP)
Picking at more compiler warnings.
2017-10-15 13:09:05 -07:00
Bill Kendrick
284a64a08f tuxpaint.c code & warning clean-up (WIP)
- Replace any C++ style comments (// ...) with C style (/* ... */).
 - Improve calls to fgets() to avoid "ignoring return value
   of ‘fscanf’, declared with attribute warn_unused_result
   [-Wunused-result]" errors (WIP).
 - Removed some unused, commented-out code.
2017-10-15 12:57:43 -07:00
Bill Kendrick
a8a0276f89 Noted indent-ification in CHANGES.txt 2017-10-15 12:18:36 -07:00
Bill Kendrick
f03785e532 indent tuxpaint.c -- the whopper!
The big one we've all been waiting for -- ran indent on tuxpaint.c
(which itself is ~25K lines long, and really needs to be split up).

Hopefully the code will look less atrocious now :-)
2017-10-15 12:16:05 -07:00
Bill Kendrick
5e0d51c771 Sanitized some grid_dims assignments
A number of assignments of grid_dims structs were of the form of
(ignoring some carriage returns, which undoubtedly added to the
confusion):

  gd_controls = (grid_dims) { 3, 2 };

which confused `indent`, causing it to think certain if/else blocks
were being ended early.

Turning these into assignments, like so, to avoid this:

  gd_controls.rows = 3;
  gd_controls.cols = 2;
2017-10-15 12:06:27 -07:00
Bill Kendrick
3e96684bde Pointer assignment syntax tweak
Correcting for a warning given by indent:

  Warning:old style assignment ambiguity in "=*".  Assuming "= *"
2017-10-15 11:55:50 -07:00
Bill Kendrick
1bb6bbeef4 indent magic tool example code (tp_magic_example.c)
Sure, why not?  Running `indent` on "tp_magic_example.c" in the
Magic Tool development docs :-)
2017-10-15 11:52:51 -07:00
Bill Kendrick
4ab8280bbe indent xor.c 2017-10-15 11:51:27 -07:00
Bill Kendrick
5a88d476c8 indent waves.c 2017-10-15 11:51:22 -07:00
Bill Kendrick
cc7dd8e3c9 indent tv.c 2017-10-15 11:51:18 -07:00
Bill Kendrick
011f7f27c1 indent tornado.c 2017-10-15 11:51:13 -07:00