48 Commity (bd55d3b440202b5e636fcb206700cd573359cce5)

Autor SHA1 Wiadomość Data
  Sam Hocevar d5c7775113 Minor IPv6 tweaks and credit to original author 4 lat temu
  Sam Hocevar a18e28d43e Update copyright information and changelog 4 lat temu
  Sam Hocevar 5957d69900 Upgrade autoconf scripts 4 lat temu
  Denis d39b77ead1 Reverse local changes 10 lat temu
  Denis 0b9f50ec47 - return -1 on error 10 lat temu
  Denis 917d506b64 Add support for IPv6 to cacaserver 10 lat temu
  Sam Hocevar 44317430a1 misc: some source code cleanup. 12 lat temu
  Pascal Terjan c80bd429bd Don't leak fd when malloc fails (coverity) 12 lat temu
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. 13 lat temu
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. 16 lat temu
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. 16 lat temu
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the 17 lat temu
  Sam Hocevar 7b25d39e63 Apparently \033 is more common than \x1b for ESC. Use the former in our 17 lat temu
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the 17 lat temu
  Sam Hocevar 8f832a3b47 * Switch a few unsigned int variables to size_t where appropriate. 18 lat temu
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in 18 lat temu
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 18 lat temu
  Sam Hocevar 63914b4198 * Always include <netinet/in.h> when present, to make header simpler. 18 lat temu
  Sam Hocevar 3ab957dcc2 * cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier. 18 lat temu
  Sam Hocevar 6d843e75b2 * Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler 19 lat temu
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. 19 lat temu
  Sam Hocevar 33058757da * Add a no warranty clause to the code. 19 lat temu
  Sam Hocevar 6dc69f3ace * Don't try to guess the file format in cacaserver, instead feed the data 19 lat temu
  Sam Hocevar 9621f21c5a * Convert all programs and tests to the new import/export API. 19 lat temu
  Sam Hocevar a5164e8543 * Do not link cacaserver with libcaca, it only uses libcucul. 19 lat temu
  Sam Hocevar 98ee92b2d0 * Updated the caca export format so that it supports multiple frames. 19 lat temu
  Sam Hocevar edce06f608 * Use UTF-8 instead of ANSI in cacaserver 20 lat temu
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively 20 lat temu
  Sam Hocevar 9ff93666c6 * Brought the Win32 build back on its wheels. 20 lat temu
  Sam Hocevar 4a1507c398 * Renamed htons/htonl to hton16/hton32 to avoid useless conflicts. 20 lat temu
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h 20 lat temu
  Sam Hocevar 2401f2c732 * Moved cucul_load_canvas() into cucul/import.c and renamed it into 20 lat temu
  Sam Hocevar ea3bde92a4 * Added a new "caca" exporter. 20 lat temu
  Sam Hocevar 18f6532dbc * Renamed main canvas-related functions so that they have "canvas" in 20 lat temu
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 20 lat temu
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 20 lat temu
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to 20 lat temu
  Sam Hocevar 41d475589c * Renamed cucul_export into cucul_buffer. We'll use it for other things. 20 lat temu
  Sam Hocevar af4b95f8e6 * Store colour information on 32 bits, for future 12-bit colour support. 20 lat temu
  Sam Hocevar 6f6b3b3ac2 * Sanity check in cacaserver.c. 20 lat temu
  Sam Hocevar a125090228 * Fixed a crash when realloc() returns a new address. 20 lat temu
  Jean-Yves Lamoureux a87a65bc82 * Oops, removed unused variable 20 lat temu
  Jean-Yves Lamoureux 0890243547 * Added Winsock (c)(tm)(r) compatibility 20 lat temu
  Sam Hocevar 0e15619e46 * cacaserver works again (but needs a complete rewrite because it's really 20 lat temu
  Sam Hocevar bca049e6d7 * Changed the 2nd argument of cucul_create_export to a string. This way we 20 lat temu
  Sam Hocevar 08a16c80fe * Removed the network driver and replaced it with a cacaserver executable 20 lat temu
  Sam Hocevar 5696329b86 * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so 20 lat temu
  Jean-Yves Lamoureux 6239887913 * Added caca_show/hide_cursor, and corresponding GL binding 20 lat temu
  Sam Hocevar 70cb2ab916 * Allow the driver initialisation to fail, for instance when $DISPLAY = "". 20 lat temu
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. 20 lat temu