|
|
@3230
|
14 years |
bsittler |
copy colors.php to www in preparation for htmlizing
|
|
|
@3229
|
14 years |
bsittler |
PHP conversion of colors.c
|
|
|
@3228
|
14 years |
bsittler |
copy colors.c to colors.php in preparation for phpizing
|
|
|
@3227
|
14 years |
bsittler |
some unicode characters could overflow the buffer; handle more control …
|
|
|
@3226
|
14 years |
nico |
* Remove tabs from content of $moo
|
|
|
@3225
|
14 years |
nico |
* Improve Dithering and Canvas php classes
|
|
|
@3224
|
14 years |
bsittler |
optimization: when the canvas is only a single line, we can always …
|
|
|
@3223
|
14 years |
bsittler |
work around table layout bugs by ensuring that if there are multiple …
|
|
|
@3222
|
14 years |
bsittler |
forgot backslashes
|
|
|
@3221
|
14 years |
bsittler |
htmlification of truecolor.php; evidently there are some bugs yet in …
|
|
|
@3220
|
14 years |
bsittler |
copy truecolor.php to www in preparation for htmlizing
|
|
|
@3219
|
14 years |
bsittler |
convert to PHP and make executable
|
|
|
@3218
|
14 years |
bsittler |
copy truecolor.c to truecolor.php in preparation for phpizing
|
|
|
@3217
|
14 years |
nico |
* Improve class "Dither"
|
|
|
@3216
|
14 years |
nico |
* Add class "Dither" to php object layer
|
|
|
@3215
|
14 years |
bsittler |
add missing whitespace before /> so that the XHTML works in more …
|
|
|
@3214
|
14 years |
bsittler |
add a <table summary="..." /> attribute so screenreader software does …
|
|
|
@3213
|
14 years |
bsittler |
echo rendered string in form value
|
|
|
@3212
|
14 years |
nico |
* Remove white and yellow colors for letters
|
|
|
@3211
|
14 years |
nico |
* Add an input box in sample web page figlet.php
|
|
|
@3210
|
14 years |
bsittler |
remove the stylesheet, as it does not seem to help at the moment. also …
|
|
|
@3209
|
14 years |
bsittler |
use a single table cell for adjacent attribute runs provided the …
|
|
|
@3208
|
14 years |
bsittler |
more conforming to 79-character limit and using tabs
|
|
|
@3207
|
14 years |
bsittler |
generate self-referencing script URI correctly, taking into account …
|
|
|
@3206
|
14 years |
bsittler |
added a link so you can view the image only (also good for …
|
|
|
@3205
|
14 years |
nico |
* Change structure of sample file render.php
|
|
|
@3204
|
14 years |
bsittler |
send correct content-type; add a missing doctype (although technically …
|
|
|
@3203
|
14 years |
bsittler |
apparently php inw ww dir should not be executable?
|
|
|
@3202
|
14 years |
bsittler |
better UI, maybe?
|
|
|
@3201
|
14 years |
bsittler |
seems to work
|
|
|
@3200
|
14 years |
bsittler |
copy render.php to www in preparation for htmlizing
|
|
|
@3199
|
14 years |
bsittler |
HTML conversion of text.php
|
|
|
@3198
|
14 years |
bsittler |
add missing newline at end of file
|
|
|
@3197
|
14 years |
bsittler |
apparently php inw ww dir should not be executable?
|
|
|
@3196
|
14 years |
bsittler |
copy text.php to www in preparation for htmlizing
|
|
|
@3195
|
14 years |
nico |
* Improve php object layer "caca.php"
|
|
|
@3194
|
14 years |
nico |
* Change permission of web sample files
|
|
|
@3193
|
14 years |
nico |
* Improve php class layer for caca-php
|
|
|
@3192
|
14 years |
nico |
* Add skeleton of php class layer for caca-php
|
|
|
@3191
|
14 years |
nico |
* Add web sample program: dithering.php
|
|
|
@3190
|
14 years |
bsittler |
oops! make the .php executable
|
|
|
@3189
|
14 years |
nico |
* Add web sample "figlet.php"
|
|
|
@3188
|
14 years |
nico |
* Use proper Zend macro RETURN_STRINGL in caca_file_read, …
|
|
|
@3187
|
14 years |
nico |
* Initializate variable "len" in caca_export_string
|
|
|
@3186
|
14 years |
bsittler |
switch to XHTML 1.0 Transitional markup (it validates perfectly, and …
|
|
|
@3185
|
14 years |
bsittler |
now HTML markup is generated, rather than a giant PRE block
|
|
|
@3184
|
14 years |
bsittler |
output valid XHTML (it's valid HTML3 too); note that this drops the …
|
|
|
@3183
|
14 years |
bsittler |
move CSS for www example to a separate file; table is no longer inside …
|
|
|
@3182
|
14 years |
bsittler |
fix table border, colors, and quoting of <, ", ', and > in html3 output
|
|
|
@3181
|
14 years |
bsittler |
font for windows, too
|
|
|
@3180
|
14 years |
bsittler |
display correctly in firefox and safari
|
|
|
@3179
|
14 years |
bsittler |
correctly account for tabs in html3 export
|
|
|
@3178
|
14 years |
bsittler |
a first partially-broken conversion of examples/cacainfo.php
|
|
|
@3177
|
14 years |
nico |
* Change test for php-cli mode in sample programs
|
|
|
@3176
|
14 years |
bsittler |
define variables before use; jsut comment out the "sprites" item since …
|
|
|
@3175
|
14 years |
nico |
* Check that samples programs are executed with php-cli
|
|
|
@3174
|
14 years |
bsittler |
change to allow use with cocoa driver; also, a keypress now stops …
|
|
|
@3173
|
14 years |
nico |
* Remove 'c' (color) and 'r' (render) options of the main menu in demo.php
|
|
|
@3172
|
14 years |
nico |
* Add license headers in sample programs
|
|
|
@3171
|
14 years |
nico |
* Clean template for phpize "config.m4"
|
|
|
@3169
|
14 years |
nico |
* Change message for phpinfo()
|
|
|
@3168
|
14 years |
bsittler |
now truecolor works
|
|
|
@3167
|
14 years |
bsittler |
now arrow keys, function keys, etc. work
|
|
|
@3166
|
14 years |
nico |
* Add information about gd resources support in caca-php for phpinfo()
|
|
|
@3163
|
14 years |
bsittler |
allow CC, CXX and MACOSX_SDK_FRAMEWORKS to be overridden using …
|
|
|
@3160
|
14 years |
Sam Hocevar |
caca-sharp: improve install and uninstall rules, add a strong name key …
|
|
|
@3159
|
14 years |
Pascal Terjan |
* Undo last commit
|
|
|
@3158
|
14 years |
Pascal Terjan |
* Add -module flag, hopefuly this will fix on OSX
|
|
|
@3157
|
14 years |
Pascal Terjan |
* List drivers as a Hash
|
|
|
@3156
|
14 years |
nico |
* Check parameters number for functions that doesn't expect any parameter
|
|
|
@3155
|
14 years |
bsittler |
add support for Mac OS X 10.4 (i386) and Mac OS X 10.5 (x86_64)
|
|
|
@3154
|
14 years |
nico |
* Modify error message in sample program dithering.php
|
|
|
@3153
|
14 years |
nico |
* Available the compilation of caca-php without gd development files
|
|
|
@3152
|
14 years |
bsittler |
allow SDK to be overridden by environment variables (Mac OS X)
|
|
|
@3151
|
14 years |
nico |
* Add destructor for "caca_file" resources
|
|
|
@3150
|
14 years |
nico |
* Improve php binding of caca_render_canvas
* Destroy php resource in …
|
|
|
@3149
|
14 years |
nico |
* Add new php specific function caca_load_builtin_font(string name)
* …
|
|
|
@3148
|
14 years |
nico |
* Remove "_gd" suffix from dithering functions
* caca_dithering_bitmap …
|
|
|
@3143
|
14 years |
nico |
* Add check after emalloc in caca_draw_thin_polyline
|
|
|
@3142
|
14 years |
nico |
* Remove php function caca_create_event
* caca_get_event return false …
|
|
|
@3141
|
14 years |
nico |
* Close php block in sample program "demo.php"
|
|
|
@3140
|
14 years |
nico |
* Rewrite main loop of sample program demo.php
|
|
|
@3139
|
14 years |
Sam Hocevar |
Clean up configure.ac.
|
|
|
@3138
|
14 years |
nico |
* Add indexed colors image support for dither with gd resources
|
|
|
@3137
|
14 years |
nico |
* Add php binding for 3 caca charset conversion functions
* Change php …
|
|
|
@3135
|
14 years |
nico |
* Close php blocks in samples programs (add "?>")
|
|
|
@3134
|
14 years |
nico |
* Add php binding for function "caca_set_dither_palette"
|
|
|
@3133
|
14 years |
nico |
* Add unicode support in sample program figfont.php
|
|
|
@3132
|
14 years |
nico |
* Change type of the last argument of drawing function (from string to …
|
|
|
@3131
|
14 years |
nico |
* Add php binding for caca_draw_polyline and caca_draw_thin_polyline
* …
|
|
|
@3130
|
14 years |
nico |
* Check that a caca_figfont was loaded before using it in …
|
|
|
@3129
|
14 years |
nico |
* Add php binding for caca_load_font, caca_get_font_blocks, …
|
|
|
@3128
|
14 years |
nico |
* Add checks after emalloc()
* Add php binding for caca_file_gets
|
|
|
@3127
|
14 years |
nico |
* Add php binding for functions: caca_file_write, caca_file_read
|
|
|
@3126
|
14 years |
nico |
* Add php bindings for 9 functions
* Modify php bloc headers in …
|
|
|
@3125
|
14 years |
Sam Hocevar |
libcaca: add fallback rotated glyphs to cope with third-party software.
|
|
|
@3124
|
14 years |
nico |
* Fix a bug in sample program "dithering.php"
|
|
|
@3123
|
14 years |
nico |
* Add a "caca_create_dither_gd" function that create the proper dither …
|
|
|
@3122
|
14 years |
nico |
* Add working sample program dithering.php (open logo-caca.png with Gd …
|
|
|
@3121
|
14 years |
nico |
* Fix a bug in caca_export_string
|
|
|