Mark Kim
b410a9dbfb
update .gitignore
...
Add some intermediary files created during macOS build to .gitignore.
2022-06-05 15:49:41 -04:00
Mark Kim
c5c0805d84
macos build: remove the --openfolder option
...
`bless` no longer supports the `--openfolder` option. It appears to be
a change in the March 2022 Xcode update.
2022-06-04 13:07:08 -04:00
Pere Pujal i Carabantes
1d0ea00d95
Updating Catalan.
2022-06-04 10:03:42 +02:00
Bill Kendrick
2687c55e08
Update dates in macos/Info.plist & win32/resources.rc
2022-06-04 00:26:48 -07:00
Bill Kendrick
a4c894ac08
Release builds tarballs that denote branch
...
(SDL1.2 vs SDL2.0)
2022-06-04 00:22:32 -07:00
Bill Kendrick
6a7aa6d840
Refresh docs; get updated date stamps
2022-06-04 00:14:33 -07:00
Bill Kendrick
a3f915be1c
Happy 20th Anniversary!
2022-06-04 00:06:00 -07:00
Bill Kendrick
7e11d08396
Sync docs
2022-06-03 00:16:27 -07:00
dolphin6k
f21018282c
Updated Japanese translation (tile zoom)
2022-06-03 14:09:23 +09:00
Bill Kendrick
ff470263a0
Different description for Tile Zoom than plain Zoom
...
Oops, had committed to sdl2.0 only :eyeroll:
2022-06-02 21:17:23 -07:00
Pere Pujal i Carabantes
78586144ab
Updating Catalan translation.
2022-05-31 00:04:28 +02:00
dolphin6k
8babe0e4ee
Updated Japanese translation
2022-05-28 18:06:07 +09:00
Bill Kendrick
23cc59539c
Show SDL version in --verbose-version output
2022-05-22 23:52:32 -07:00
Bill Kendrick
f361794eb9
Sync README & INSTALL
2022-05-22 23:48:39 -07:00
dolphin6k
602f5e8347
Remove existing package before building.
2022-05-22 09:00:33 +09:00
Mark Kim
c350e025fb
Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
2022-05-21 10:45:31 -04:00
Mark Kim
d167907e19
osk fix for single quote and backtick
...
Change the behavior of the onscreen keyboard's quote and backtick such
that clicking them once displays the clicked key.
Previously they defaulted to composing an accented character, as
discussed here:
https://sourceforge.net/p/tuxpaint/mailman/message/37656169/
2022-05-21 10:42:37 -04:00
dolphin6k
454479f234
Woops, mistook the SDL version.
2022-05-21 23:10:16 +09:00
dolphin6k
ab4cd9d735
Renamed installer to distinguish SDL versions
2022-05-21 23:08:17 +09:00
Bill Kendrick
2b5b6132ab
Backport OSK keyboard debug change to master
...
Allow for an "OSK_DEBUG" to be set, to show only debug
from `onscreen_keyboard.c`, and nowhere else.
2022-05-20 00:25:32 -07:00
Bill Kendrick
ff05e91f39
SDL-agnostic way to declare callback func. for SDL_SetEventFilter()
...
SDL 1.2 wants a "const SDL_Event *",
SDL 2.0 wants a "union SDL_Event *".
2022-05-19 01:34:19 -07:00
Bill Kendrick
2e0119daa9
Bump dates on fretwork.c & rails.c
2022-05-19 01:31:03 -07:00
Bill Kendrick
868edf4ccd
SDL-agnostic way to get SDL_Rect member types
...
SDL 1.2 they are Sint16, SDL 2.0 they are int.
2022-05-19 01:26:59 -07:00
Bill Kendrick
166b6aa233
Mend bug in SDL agnostic SDL_TimerID check
...
Had 0 vs NULL swapped between SDL 1 & 2
2022-05-19 01:21:32 -07:00
Bill Kendrick
4a1d0cc846
SDL-agnostic way of handling SDL_TimerID diff
...
SDL 1.2 it's a pointer (so "NULL" is invalid),
SDL 2 it's an int (so "0" is invalid).
2022-05-19 01:13:24 -07:00
Bill Kendrick
c8db730c4f
Backport a few warning squelches from sdl-2.0 branch
...
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/dfba73d327df49cbea16207ab25c11991be2c0c7/
2022-05-19 01:05:19 -07:00
Bill Kendrick
a6f5449ce4
Backport sdl-2.0 prompt shadow fix to master
2022-05-18 23:42:13 -07:00
Bill Kendrick
d3d2ecde1a
Portuguese translation update
...
h/t Hugo
2022-05-18 00:00:56 -07:00
Bill Kendrick
83b56e64e6
Refresh docs after Win build process update
...
(https://sourceforge.net/p/tuxpaint/tuxpaint-docs/ci/af2070ce899cd5339027107dba125bf753c4ac59/ )
2022-05-16 22:33:16 -07:00
Bill Kendrick
3a0741db8b
Syncing docs to grab --reversesort option's docs
2022-05-16 00:09:19 -07:00
Bill Kendrick
932c86b8dc
"reversort"; make sure Slideshow starts at the _top_
...
...since that will be where the newest images are.
2022-05-16 00:05:57 -07:00
Bill Kendrick
b2225a62f5
WIP Reverse sorting in Open & Slideshows dialog
...
...via --reversesort option. WIP; need docs updated.
(Also need Tux Paint Config. changes, but that's another repo)
2022-05-15 23:56:53 -07:00
Bill Kendrick
27ec817973
The "Slideshow" begins by showing most recent images
...
...rather than the oldest. (i.e., defaults to being scrolled
to the very bottom now, rather than the very top)
2022-05-15 23:39:28 -07:00
Bill Kendrick
a8af21e073
Refresh FAQ; drop Windows95/etc., add Windows 11
2022-05-15 16:57:31 -07:00
Bill Kendrick
a6e987cef0
Regen docs after keyboard string modularization
...
...in tuxpaint-docs
2022-05-15 16:53:13 -07:00
Bill Kendrick
af51767f84
Doc'ing Magic Tool doc updates in CHANGES.txt
2022-05-07 20:27:52 -07:00
Bill Kendrick
658577e77d
Regen. docs after Magic tool locale sorting, etc.
2022-05-07 20:25:30 -07:00
Bill Kendrick
ea7f88ab92
POT/PO update
2022-05-07 18:15:12 -07:00
Bill Kendrick
fc9bb92064
Icon for "Rush" magic tool
2022-05-07 18:14:53 -07:00
Bill Kendrick
834b4589f0
Updating Magic docs after "Shift" change
2022-05-07 18:00:11 -07:00
Bill Kendrick
dec31c32a9
Magic tools HTML docs encoding: UTF-8, not us-ascii!
2022-05-07 17:43:02 -07:00
Bill Kendrick
90edb6915b
Refresh all Magic docs after improvements
...
* Use human-readable names for all "See Also" items.
* Add punctuation ("A & B.", "A, B, & C.") in "See Also" lists.
2022-05-07 17:36:45 -07:00
Bill Kendrick
d5dc33fb6a
Update Magic docs after adding Rush (& fixing Tile Zoom)
2022-05-07 17:16:27 -07:00
Bill Kendrick
60e90d47d9
WIP: New Magic tool: "Rush"
...
Like "Zoom", but with a blur effect.
(Needs icon, sound effect, documentation.)
2022-05-06 01:58:53 -07:00
Bill Kendrick
94a2b9caf5
Mend render bug introduced to Perspective tool
2022-05-04 00:28:47 -07:00
Bill Kendrick
e9001c9fac
Move where paperinit() is called
...
h/t to upstream developer of libpaper!
(https://sourceforge.net/p/tuxpaint/bugs/250/ )
2022-04-29 18:16:27 -07:00
Bill Kendrick
7505ffe340
Regen docs after ja_JP update 2022-04-28
2022-04-28 21:46:51 -07:00
Bill Kendrick
544b1c3e65
Re-sync docs 2022-04-24
2022-04-24 12:23:03 -07:00
Bill Kendrick
cc6cf1ebcc
Remedy bug in Apply Label feature w/ Enter key
...
Should correct bug https://sourceforge.net/p/tuxpaint/bugs/249/
h/t Shin-ichi
2022-04-22 18:16:55 -07:00
dolphin6k
b6aab66898
Updated Japanese translations.
2022-04-22 15:57:57 +09:00