secretlondon
665cbfb2cf
Malayalam language support (I hope)
2010-03-24 20:50:07 +00:00
William Kendrick
8169aec68c
Less respect for the 'abusive' Magic tools (ones who draw widgets on the
...
canvas), since the switchout/switchin hack around the rec_undo_buffer()
call that happens when clicking the canvas with a Magic tool was breaking
tools (see Pere's email re: Zoom, Perspective, Rails not working).
2010-03-22 20:36:51 +00:00
Xandru Armesto
44283da9ea
Updated asturian language
2010-03-22 19:51:09 +00:00
Pere Pujal i Carabantes
b89bbc3ffd
Updating catalan
2010-03-17 23:14:04 +00:00
Pere Pujal i Carabantes
27780f64e8
Tweaking labels, fixing mangled undo and a crash.
2010-03-17 22:11:48 +00:00
Pere Pujal i Carabantes
e8c378f1ae
Embedding data in the png file.
2010-03-17 01:13:08 +00:00
William Kendrick
f638afa63c
Gamma corrected scaling.
2010-02-25 22:02:07 +00:00
William Kendrick
b0d141fed3
Fixed dumb typo bug in recently-modified canvas/screen update code.
2010-02-25 21:46:14 +00:00
William Kendrick
7b31b7549d
Patch collection from Volker Grabsch to help Tux Paint cross-compile for Windows:
...
* Solve the 'FIXME: "finddir" ...' (The trick is to use "=" instead of ":=". That way, $(beos_PREFIX) will only be evaluated when it is actually used.)
* include "shlwapi.h" instead of "Shlwapi.h" (Otherwise, compiling for Windows will fail on a case sensitive file system. (e.g. a Unix file system when cross compiling))
* use FILENAME_MAX instead of NAME_MAX (FILENAME_MAX is more portable than NAME_MAX. Also, recent MinGW versions don't support NAME_MAX anymore.)
* Exposing font_thread_aborted via extern [tweak to Volker's patch which removed a logic test, which is probably not what we want]
* include parse.h (and thus compiler.h) after <stdio.h> (This ensures that the perror() macro of compiler.h won't confuse the perror() function declaration of <stdio.h>.)
* fix another compiling error about undefined variables (The tuxpaint.c uses printcommand/altprintcommand/papersize even when they aren't defined, i.e. when libpaper is not used. This patch solves the issue by using "#ifdef PAPER_H")
* call show_available_papersizes() only when libpaper is used
* permit cross compiling by using Make variables instead of hard-coded tools
Documented scottmc's Haiku improvements.
2010-02-25 07:06:13 +00:00
William Kendrick
5be63987d1
Gujarati.
2010-02-18 18:13:15 +00:00
Kartik Mistry
84ef59389e
Updated Gujarati translation for tuxpaint..
2010-02-18 12:40:19 +00:00
William Kendrick
eb05da2282
Helps if I commit the PO file. :^P
2010-02-16 22:07:11 +00:00
William Kendrick
8b6d8df007
Luxembourgish translation.
2010-02-16 21:56:13 +00:00
William Kendrick
ba366043e0
Preventing flicker when typing with Text & Label tools.
2010-02-10 22:46:37 +00:00
William Kendrick
978effa1f4
Danish update.
2010-02-08 16:55:59 +00:00
William Kendrick
cdc7b62d11
Fixed syntax error; can compile without Pango again.
2010-02-02 23:46:03 +00:00
William Kendrick
68ead6a3d0
indent -bli0 -nip -npsl -npcs -l120 -lc120 -nprs
2010-02-02 23:42:06 +00:00
William Kendrick
6e6ee1f8a3
Trying to get it to build without Pango.
2010-02-02 23:40:53 +00:00
Pere Pujal i Carabantes
2697ff0015
Syntax error.
2010-02-02 23:05:29 +00:00
Pere Pujal i Carabantes
460945eef1
Not saving label stuff if there are not valid labels. Not hardly checked. Time to think on embed all the data in one file...
2010-02-02 22:44:21 +00:00
Pere Pujal i Carabantes
1cfe1769e8
Was not freeing the surfaces inside the label nodes.
2010-02-02 22:26:08 +00:00
Pere Pujal i Carabantes
d713c61407
Unused things.
2010-02-02 21:32:11 +00:00
Pere Pujal i Carabantes
5e18e2380e
This check is no more needed here.
2010-02-02 21:02:44 +00:00
Pere Pujal i Carabantes
e545f8bc87
The crash happened because have_to_rec_label_node was not set to NULL when start new drawing, now is yet corrected.
2010-02-02 18:20:27 +00:00
Kevin Scannell
958e54de8f
Updated Irish translation.
2010-01-27 19:36:46 +00:00
Pere Pujal i Carabantes
ade8febfb2
Only highlight labels when there are labels.
2010-01-27 14:15:38 +00:00
Pere Pujal i Carabantes
edfd833424
Minor label bugfixes and improvements, begin to clean up label code.
2010-01-26 22:26:04 +00:00
William Kendrick
ed98ae4e2f
Minor ast.po tweak.
2010-01-22 00:01:43 +00:00
secretlondon
2cc5c48d08
updated en_GB pos
2010-01-08 20:26:17 +00:00
William Kendrick
db42b73caf
Label tool improvements: [Tab] cycles between available labels when
...
'select a label' option is enabled. Labels given a highlight background
to make them obvious (with currently-[Tab]-selected one in orange).
2010-01-08 00:12:07 +00:00
William Kendrick
e6f4bb8f5d
Slovak update.
2009-12-27 18:08:15 +00:00
William Kendrick
fa6d0f71b2
Finnish.
2009-12-08 20:12:11 +00:00
Scott McCreary
3f7b0bd972
Added support for building tuxpaint on Haiku
2009-12-08 08:38:30 +00:00
Pere Pujal i Carabantes
da628a6e45
Fixing a crash when trying to save labels when the fonts are not yet initialized.
2009-12-06 22:37:23 +00:00
Pere Pujal i Carabantes
e481f1c1c6
Saving RGB values to the .dat file, not save all the surface pixels but just the alpha channel, removing the label .png and .dat files when removing the main file in the open dialog
2009-12-06 22:07:19 +00:00
Scott McCreary
62aaea4c91
fixed some minor gcc-2.95.3 build issues
2009-12-03 07:05:23 +00:00
William Kendrick
2521d515cb
Songhay updates.
2009-12-02 23:27:30 +00:00
Albert Cahalan
54c2cc521f
squish two fresh new bugs
2009-11-27 22:07:36 +00:00
Albert Cahalan
c484fd4ff8
more understanding of the horror, and adding a possible Debian UTF-8 locale
2009-11-27 09:48:58 +00:00
Albert Cahalan
35a4cbf110
rip out the environment variable abuse
2009-11-23 08:03:39 +00:00
Albert Cahalan
e3a971194c
options working fairly well
2009-11-23 07:45:24 +00:00
Albert Cahalan
f3441070e8
things belonging in .bss that may end up in .data instead
2009-11-23 03:00:05 +00:00
Albert Cahalan
ab23234624
run this to find coding mistakes
2009-11-23 02:37:53 +00:00
Albert Cahalan
3d15a468cd
lots of functions made static (some had to be moved)
2009-11-22 23:17:35 +00:00
Pere Pujal i Carabantes
463564076f
Using the hand pointer when hovering a label in select mode
2009-11-22 21:20:00 +00:00
Albert Cahalan
7352e86848
smash_i18n only used in NO_SDLPANGO builds
2009-11-22 10:13:00 +00:00
Albert Cahalan
db4ad99ad8
lang/locale work much better now
2009-11-22 09:46:41 +00:00
Albert Cahalan
778f51cc58
code was moved to a function; should remove original
2009-11-22 08:14:03 +00:00
Albert Cahalan
07abe83e9e
optimize: not even gcc-4.4 would lift strlen out of the loop
2009-11-22 08:07:41 +00:00
William Kendrick
d9a5e39118
Updated PO/POT.
2009-11-22 07:16:11 +00:00