61 Ревизии (4648ab11aa5ef9cf9c585b4bae3a906469042467)

Автор SHA1 Съобщение Дата
  Sam Hocevar 4648ab11aa Implement caca_vprintf() to allow third-party variadic functions to call us. преди 15 години
  Sam Hocevar 5269cad56c Allow to temporarily disable dirty rectangle handling. This allows for huge преди 15 години
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the преди 15 години
  Sam Hocevar ea99175a2f Change the dirty rectangle API once again so that calling applications get преди 15 години
  Sam Hocevar a6b98c2518 Change the dirty rectangle API so that it can handle several rectangles. The преди 15 години
  Sam Hocevar a94a7e912c Set up the architecture for dirty rectangles. преди 15 години
  Ben Wiley Sittler 0b3b3e6d30 switch to weak aliases so it at least compiles on Mac OS X; note that the aliases do not actually work, so there is no cucul binary compatiblity in fact преди 16 години
  Ben Wiley Sittler e24cd204b0 add missing CUCUL_* compatiblity constants преди 16 години
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility преди 16 години
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the преди 16 години
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is преди 16 години
  Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this преди 16 години
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in преди 16 години
  Sam Hocevar 725f29ee8e * Put back all the shit in struct caca_event to avoid breaking existing преди 17 години
  Sam Hocevar b7a785ff38 * Implemented caca_set_display_driver() to change driver at runtime. преди 17 години
  Sam Hocevar e15e962928 * Implement caca_create_display_with_driver() to specify an output driver преди 17 години
  Sam Hocevar 5b2b3e27db * Implemented caca_get_display_driver_list(), unused yet. преди 17 години
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings преди 17 години
  Sam Hocevar 024a3713ca * Minor documentation fix. преди 17 години
  Sam Hocevar 069f4775f0 * Tell doxygen to expand __class and __extern before parsing anything, so преди 17 години
  Sam Hocevar cdebb09b64 * Added MSVC project files for the C++ bindings and the C++ test. преди 17 години
  Sam Hocevar 5321386e24 * Damn, under Visual Studio it's _WIN32, not __WIN32__. преди 17 години
  Sam Hocevar 03ad8a42fd * Allow caca_create_display()'s argument to be NULL. It will automatically преди 17 години
  Sam Hocevar 9da4d7b000 * Made the caca_event_t structure opaque and created a whole bunch of преди 17 години
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. преди 17 години
  Sam Hocevar 52e9f2b13a * Add proper __declspec(dllexport) tags for Win32 compilation. преди 17 години
  Pascal Terjan a6ac1d6255 * Slightly improved documentation преди 17 години
  Sam Hocevar 9c155f042d * Renamed doxygen sections here and there to avoid embarassing side-effects преди 17 години
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. преди 18 години
  Sam Hocevar 33058757da * Add a no warranty clause to the code. преди 18 години
  Sam Hocevar e1a42d9b42 * Added caca_set_cursor(). Not yet functional. преди 18 години
  Sam Hocevar 35ad2eda5a * Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc. преди 18 години
  Sam Hocevar 17db9e489b * Documented caca_event_t members. преди 18 години
  Sam Hocevar 23afd54c7c * Fix enumeration layout in the manpage documentation. преди 18 години
  Sam Hocevar bc5415d6a4 * Fixed libcaca prototypes so that all functions use the errno mechanism преди 18 години
  Sam Hocevar 0c1746c626 * Renamed the event data member "ucs4" to "utf32" for consistency преди 18 години
  Sam Hocevar 5d12480dd6 * Renamed caca_set_delay() and caca_get_rendertime() into преди 18 години
  Sam Hocevar be99912681 * Minor cosmetic fix in a comment. преди 18 години
  Sam Hocevar d0dd70b64c * Documentation improvements. Wrote a small migration guide and added the преди 18 години
  Sam Hocevar 421d168382 * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main преди 18 години
  Sam Hocevar 1ec6544305 * More function mass-renaming: caca_attach -> caca_create_display, etc. преди 18 години
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. преди 18 години
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. преди 18 години
  Sam Hocevar 792c7481f5 * Implemented CACA_EVENT_QUIT. Unused yet. преди 18 години
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs преди 18 години
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. преди 18 години
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to преди 18 години
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING преди 18 години
  Sam Hocevar 87604b8e1d * Merged caca_wait_event() into caca_get_event() and added a timeout преди 18 години
  Sam Hocevar 08a16c80fe * Removed the network driver and replaced it with a cacaserver executable преди 18 години