69 коммитов (4ea7d027a749e40290c3cf6981139dcb278d142f)

Автор SHA1 Сообщение Дата
  Jean-Yves Lamoureux 2adebb531b * Make caca_fill_triangle_textured use less arguments, examples/trifiller modified accordingly 15 лет назад
  Jean-Yves Lamoureux 67679dc55d * Added texture mapped triangle routine, float based, arbitrary texture size, to be optimized 15 лет назад
  Sam Hocevar bef81f8ea7 Mark dithered bitmap array as const. 15 лет назад
  Sam Hocevar fde9caa727 Include <stdio.h> in caca_conio.h to avoid errors when this header is 15 лет назад
  Sam Hocevar 48ecccd284 Make the libcaca color values an enum again. 15 лет назад
  Sam Hocevar e3faf62787 Since caca.h now exports variables, we need __declspec(dllimport), otherwise 15 лет назад
  Sam Hocevar f145782381 Move conio functions to the main caca.h header, with their caca_conio_ 15 лет назад
  Sam Hocevar 1f5518f842 Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and 15 лет назад
  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 лет назад