Commit graph

2540 commits

Author SHA1 Message Date
Pere Pujal i Carabantes
f4977c31dc Updating Catalan translation. 2022-05-31 00:06:01 +02:00
Bill Kendrick
8eeb860183 Show SDL version in --verbose-version output 2022-05-22 23:53:23 -07:00
Bill Kendrick
be1031efb2 Mend mis-find-replace of an OSK debug #define 2022-05-20 00:27:51 -07:00
Bill Kendrick
db7a5e171b Attempt to mend glitchiness of OSK on SDL2.0 branch
Composing is still messed up, however...
2022-05-20 00:23:01 -07:00
Bill Kendrick
e1fc4d60e7 Wrapping a printf in im.c in a debug #ifdef 2022-05-19 23:29:19 -07:00
Bill Kendrick
dcc699eea1 Merge SDL-agnostic way to declare callback func. for SDL_SetEventFilter() 2022-05-19 01:36:47 -07:00
Bill Kendrick
91a37acf1a Backport (and fix) SDL-agnostic SDL_TimerID check to SDL2.0 branch 2022-05-19 01:18:54 -07:00
Bill Kendrick
dfba73d327 Address some compile-time warnings in SDL 2.0
Also disable VERBOSE DEBUG output.

Note - Still a pair of nasty warnings about the following

 * ‘rsvg_handle_close’ is deprecated: Use
   'rsvg_handle_read_stream_sync' instead

 * passing argument 3 of ‘autoscale_copy_smear_free’ from incompatible
   pointer type (SDL_BlitSurface)

They should be addressed.
2022-05-19 00:49:48 -07:00
Bill Kendrick
ed7184bd64 Avoid leftover shadow on Open->Erase prompt
Fixes https://sourceforge.net/p/tuxpaint/bugs/248/

(Seemed to do with alpha of the new `backup` surface?
I admit I don't 100% understand what was going on.)
2022-05-18 23:37:23 -07:00
Pere Pujal i Carabantes
99eb47a72e Merge branch 'master' into sdl2.0 2022-05-17 00:30:17 +02: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
Pere Pujal i Carabantes
956292e122 Merge branch 'master' into sdl2.0 2022-05-14 19:41:24 +02:00
Bill Kendrick
ea7f88ab92 POT/PO update 2022-05-07 18:15:12 -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
Pere Pujal i Carabantes
bf73b3679b Merge work in autoscroll from 'master' into sdl2.0 2022-04-26 00:25:29 +02: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
Bill Kendrick
8fac8476f4 Open dialog scroll buttons auto-repeat now
Had an unwanted SDL_RemoveTimer call in a dumb place. :/
2022-04-18 23:31:08 -07:00
Bill Kendrick
0aab76291b Remove some debugging printfs
...HOWEVER, the auto-repeat of scroll buttons in the Open dialog
do not seem to work, despite the code being identical to what
I just added to New and Slideshow...!?
2022-04-18 22:09:28 -07:00
Bill Kendrick
da201ecfe8 Formatting clean-up 2022-04-18 22:07:34 -07:00
Bill Kendrick
206ca7cee2 Slideshow dialog scroll buttons auto-repeat 2022-04-18 22:03:54 -07:00
Bill Kendrick
10e121bd0f New dialog scroll buttons auto-repeat 2022-04-18 21:55:17 -07:00
dolphin6k
98fb5c2aee Corrected "#ifdef WIN32" for tmpstr/wtmpstr 2022-04-13 21:26:28 +09:00
dolphin6k
6a5eddac15 Fixed crash when loading label with whitespace only. 2022-04-12 22:06:49 +09:00
Bill Kendrick
ec4f0a07b1 WIP Open dialog auto-repeat scrolling
Not actually working; not sure why timer isn't firing!?
2022-04-08 01:53:40 -07:00
Bill Kendrick
9b4257b61c WIP Starting work on autorepeat scroll in New/Open dialogs
For https://sourceforge.net/p/tuxpaint/feature-requests/173/
2022-04-07 02:28:14 -07:00
Bill Kendrick
fb596fb887 Avoid crash on unexpected "saved dimensions" loading Labels 2022-04-06 01:32:21 -07:00
Bill Kendrick
7db784ce88 Tools' scroll buttons auto-repeat
The "Tools" section's up & down scroll buttons auto-repeat if
you click/tap and hold them.

For https://sourceforge.net/p/tuxpaint/feature-requests/173/
(Still to-do: The buttons in the Open & New dialogs.)
2022-04-02 21:15:35 -07:00
Bill Kendrick
565da81071 Remove a leftover debug printf 2022-04-02 20:53:18 -07:00
Bill Kendrick
347a9b5cc8 Sanity checks in load_info_about_label_surface()
Avoid crashes when coming across unexpected Label data stored within
a saved PNG image.
(h/t Donny Sianipar for the report & sample image)
2022-04-02 17:29:22 -07:00
Bill Kendrick
b897e47cc2 parse.gperf: make memcpy() call happy
Hopefully this doesn't break anything; I'm struggling to
understand how this stuff works.
2022-03-22 21:24:49 -07:00
Pere Pujal i Carabantes
ad6bf2ec83 Merge branch 'master' into sdl2.0 2022-03-17 20:22:04 +01:00
Bill Kendrick
b95bb10768 Refresh PO after tweaking color picker descr. 2022-03-17 01:29:23 -07:00
Bill Kendrick
c4ac0c9487 Tweak description of HSV rainbow color picker 2022-03-17 01:28:17 -07:00
Bill Kendrick
7856e7af6c Avoid color picker crosshairs blitting outside zones 2022-03-17 01:09:50 -07:00
Bill Kendrick
b568bf86d2 Color picker: Eat motion events to avoid over-rendering
...when spamming the event queue with motion events over the
value slider, while Tux Paint is busy re-rendering the
rainbow palette at the new Value level.

Also, convert a printf() in the new color picker crosshair sizing
function to DEBUG_PRINTF().
2022-03-17 00:54:49 -07:00
Bill Kendrick
1b9933b7c2 More appropriately-sized crosshairs on color picker
The corsshairs on the rainbow palette color picker are larger
(by default), and scale up or down based on the UI size
(--buttonsize setting).
2022-03-17 00:36:40 -07:00
Pere Pujal i Carabantes
41015efc73 Merge branch 'master' into sdl2.0 2022-03-16 23:42:49 +01:00
Bill Kendrick
8aeb022849 tuxpaint.c: replace some tabs with spaces 2022-03-16 00:38:37 -07:00
Bill Kendrick
491862d2da Color picker: Value slider: Interact on hover motion 2022-03-16 00:33:25 -07:00
dolphin6k
43b84c774a Changed e-mail address of shin-ichi. 2022-03-11 19:57:56 +09:00
Pere Pujal i Carabantes
a8ef746181 Use wcstombs() instead of doing the conversion in tuxpaint.c. Thanks to Shin-ichi TOYAMA. 2022-03-09 23:33:50 +01:00
Pere Pujal i Carabantes
0cea4aadb5 Updating Catalan 2022-03-09 23:26:52 +01:00
Pere Pujal i Carabantes
fd8c7bfc2a Updating Catalan translation. 2022-03-09 00:55:06 +01:00
Pere Pujal i Carabantes
c8963a3f1f Merge branch 'master' into sdl2.0 2022-03-04 23:23:54 +01:00
Bill Kendrick
adec3666f0 Color picker -> Back; don't 'forget' old crosshair positions 2022-03-02 01:38:04 -08:00
Bill Kendrick
0c858122b5 Color picker now offers full HSV selection
Added a slider to choose value, which re-renders the rainbow-colored
box on the left (which now only displays hue/saturation).
2022-03-02 01:30:36 -08:00
Bill Kendrick
6e98230a33 Ensure color mixer works in New dialog
and sync README docs to capture that it, and rainbow palette,
may be used.
2022-02-23 23:22:59 -08:00