|
|
@3334
|
12 years |
nico |
* Remove 'copy' attribute of RETURN_STRINGL in php binding of …
|
|
|
@3318
|
12 years |
bsittler |
add a reset button, move usage to "stdout", and stop hyperlinking the …
|
|
|
@3317
|
12 years |
bsittler |
allow a filename exactly matching the uploaded filename; give a better …
|
|
|
@3316
|
12 years |
bsittler |
more copyright info
|
|
|
@3315
|
12 years |
bsittler |
add more copyright info
|
|
|
@3314
|
12 years |
bsittler |
https should work too
|
|
|
@3313
|
12 years |
bsittler |
obscure email addresses somewhat
|
|
|
@3312
|
12 years |
bsittler |
better argument handling, and allow logo-caca.png as a special file …
|
|
|
@3311
|
12 years |
bsittler |
fix case in example
|
|
|
@3310
|
12 years |
bsittler |
now works as HTML
|
|
|
@3309
|
12 years |
bsittler |
handle argument-parsing exceptions
|
|
|
@3308
|
12 years |
bsittler |
more accurate error message
|
|
|
@3307
|
12 years |
bsittler |
clarify that this is a PHP port, not the original C program; return -1 …
|
|
|
@3306
|
12 years |
bsittler |
copy img2txt.php to www in preparation for htmlizing
|
|
|
@3305
|
12 years |
bsittler |
remove workarounds since alpha works now (merged from ..)
|
|
|
@3304
|
12 years |
bsittler |
hacked around the lack of a reasonable php getopt_long by writing a …
|
|
|
@3303
|
12 years |
bsittler |
fix yet another bug i wrote :( -- be endian-neutral.
|
|
|
@3302
|
12 years |
bsittler |
no more horrible hacks needed, since fixing the alpha mismatch in the …
|
|
|
@3301
|
12 years |
bsittler |
do not bother with an extraneous fill, and don't create out.png
|
|
|
@3300
|
12 years |
bsittler |
fix endianness problem
|
|
|
@3299
|
12 years |
bsittler |
oops! fix problem i introduced in the previous commit
|
|
|
@3298
|
12 years |
bsittler |
fix impedence mismatch between libgd alpha (0 = opaque, 127 = …
|
|
|
@3297
|
12 years |
bsittler |
copy img2txt.c to img2txt.php in preparation for phpizing
|
|
|
@3296
|
12 years |
bsittler |
convert to use PHP object layer similar to the C++ one used in its C++ …
|
|
|
@3295
|
12 years |
bsittler |
default to $timeout = 0 in Display::getEvent()
|
|
|
@3294
|
12 years |
bsittler |
fix some bugs and inconsistencies in the PHP object layer
|
|
|
@3293
|
12 years |
bsittler |
add a Libcaca class to the PHP class interface, parallel to the …
|
|
|
@3292
|
12 years |
bsittler |
add AnsiColor?, EventType? and EventKey? constants parallel to the .NET ones
|
|
|
@3291
|
12 years |
bsittler |
added missing constant CACA_KEY_UNKNOWN
|
|
|
@3290
|
12 years |
bsittler |
preliminary port of jylam and sam's test.cs to PHP using an early …
|
|
|
@3289
|
12 years |
bsittler |
copy test.cs to test.php in preparation for phpizing
|
|
|
@3288
|
12 years |
bsittler |
merge alpha fix from …
|
|
|
@3287
|
12 years |
bsittler |
use alpha in PNG export, since it is now required to get a correct PNG …
|
|
|
@3286
|
12 years |
bsittler |
fix type in Canvas::drawLine; add a minimal class Event providing a …
|
|
|
@3285
|
12 years |
bsittler |
use alpha channel in gd truecolor images -- note that the scale for …
|
|
|
@3282
|
12 years |
bsittler |
no border in old browsers, either.
|
|
|
@3281
|
12 years |
bsittler |
htmlification
|
|
|
@3280
|
12 years |
bsittler |
copy unicode.php to www in preparation for htmlizing
|
|
|
@3279
|
12 years |
bsittler |
cli-only
|
|
|
@3278
|
12 years |
bsittler |
phpized
|
|
|
@3277
|
12 years |
bsittler |
copy unicode.c to unicode.php in preparation for phpizing
|
|
|
@3276
|
12 years |
bsittler |
htmlize
|
|
|
@3275
|
12 years |
bsittler |
copy transform.php to www in preparation for htmlizing
|
|
|
@3274
|
12 years |
bsittler |
PHPified
|
|
|
@3273
|
12 years |
bsittler |
copy transform.c to transform.php in preparation for phpizing
|
|
|
@3272
|
12 years |
bsittler |
show client-side filename
|
|
|
@3271
|
12 years |
bsittler |
clearer wording.
|
|
|
@3270
|
12 years |
bsittler |
link to an example file to download and then import (generated by …
|
|
|
@3269
|
12 years |
bsittler |
works well enough to import the files exported by export.php
|
|
|
@3268
|
12 years |
bsittler |
force cli on remaining examples so that apache doesn't pop up a window …
|
|
|
@3267
|
12 years |
bsittler |
CLI-only
|
|
|
@3266
|
12 years |
bsittler |
copy import.php to www in preparation for htmlizing
|
|
|
@3265
|
12 years |
bsittler |
list available import formats in usage message
|
|
|
@3264
|
12 years |
bsittler |
PHPification of import.c
|
|
|
@3263
|
12 years |
bsittler |
copy import.c to import.php in preparation for phpizing
|
|
|
@3262
|
12 years |
bsittler |
only fill the preview iframe when javascript is enabled
|
|
|
@3261
|
12 years |
bsittler |
merge latest CLI example bugfixes into the HTML versions
|
|
|
@3260
|
12 years |
bsittler |
fix typo in PHP binding of caca_set_Attr that caused segfault on …
|
|
|
@3259
|
12 years |
bsittler |
now generates HTML
|
|
|
@3258
|
12 years |
bsittler |
copy fullwidth.php to www in preparation for htmlizing
|
|
|
@3257
|
12 years |
bsittler |
added copyright info for PHP conversion (blah blah blah...)
|
|
|
@3256
|
12 years |
bsittler |
now works as PHP
|
|
|
@3255
|
12 years |
bsittler |
copy fullwidth.c to fullwidth.php in preparation for phpizing
|
|
|
@3254
|
12 years |
bsittler |
only assume svg preview ability in opera, WebKit? and Gecko
|
|
|
@3253
|
12 years |
nico |
* Improve object layer for caca-php
|
|
|
@3252
|
12 years |
bsittler |
do not add history entries for iframe transitions
|
|
|
@3251
|
12 years |
bsittler |
add missing id
|
|
|
@3250
|
12 years |
bsittler |
use some javascript to show inline previews using <iframe/> for some …
|
|
|
@3249
|
12 years |
bsittler |
.caca files get an extension, too
|
|
|
@3248
|
12 years |
bsittler |
suggest extensions for some of the inline formats too, since browsers …
|
|
|
@3247
|
12 years |
bsittler |
text formats embedding escape sequences get sent as attachments too
|
|
|
@3246
|
12 years |
bsittler |
working HTML version of export.php accepting an optional file upload …
|
|
|
@3245
|
12 years |
bsittler |
another typo
|
|
|
@3244
|
12 years |
bsittler |
spaces -> tabs
|
|
|
@3243
|
12 years |
bsittler |
add missing content-type in the HTML case
|
|
|
@3242
|
12 years |
bsittler |
typo
|
|
|
@3241
|
12 years |
bsittler |
make examples/demo.php executable
|
|
|
@3240
|
12 years |
bsittler |
copy export.php to www in preparation for htmlizing
|
|
|
@3239
|
12 years |
bsittler |
export.php is now actually php, and appears to work identically to its …
|
|
|
@3238
|
12 years |
bsittler |
copy export.c to export.php in preparation for phpizing
|
|
|
@3234
|
12 years |
nico |
* Remove \t from content of $moo
* Change canvas size
* Fix coordinate …
|
|
|
@3233
|
12 years |
nico |
* Change canvas size
|
|
|
@3232
|
12 years |
bsittler |
htmlification of colors.php
|
|
|
@3231
|
12 years |
nico |
* Fix coordinate of label "Moo!"
|
|
|
@3230
|
12 years |
bsittler |
copy colors.php to www in preparation for htmlizing
|
|
|
@3229
|
12 years |
bsittler |
PHP conversion of colors.c
|
|
|
@3228
|
12 years |
bsittler |
copy colors.c to colors.php in preparation for phpizing
|
|
|
@3226
|
12 years |
nico |
* Remove tabs from content of $moo
|
|
|
@3225
|
12 years |
nico |
* Improve Dithering and Canvas php classes
|
|
|
@3222
|
12 years |
bsittler |
forgot backslashes
|
|
|
@3221
|
12 years |
bsittler |
htmlification of truecolor.php; evidently there are some bugs yet in …
|
|
|
@3220
|
12 years |
bsittler |
copy truecolor.php to www in preparation for htmlizing
|
|
|
@3219
|
12 years |
bsittler |
convert to PHP and make executable
|
|
|
@3218
|
12 years |
bsittler |
copy truecolor.c to truecolor.php in preparation for phpizing
|
|
|
@3217
|
12 years |
nico |
* Improve class "Dither"
|
|
|
@3216
|
12 years |
nico |
* Add class "Dither" to php object layer
|
|
|
@3215
|
12 years |
bsittler |
add missing whitespace before /> so that the XHTML works in more …
|
|
|
@3213
|
12 years |
bsittler |
echo rendered string in form value
|
|
|
@3212
|
12 years |
nico |
* Remove white and yellow colors for letters
|
|
|
@3211
|
12 years |
nico |
* Add an input box in sample web page figlet.php
|
|
|