222 Комити (67de04332f756f6041efcb4eeb88dc9cf3271ddd)

Аутор SHA1 Порука Датум
  Sam Hocevar 81760312af * Implemented cucul_get_color(). пре 18 година
  Sam Hocevar 14e83acc9d * Fixed chcul_getchar's error behaviour. пре 18 година
  Sam Hocevar a984440ecc * Handle transparency in the IRC export. пре 18 година
  Sam Hocevar be77a0e2ea * When resizing a canvas, use the current fg/bg colours to fill holes. пре 18 година
  Sam Hocevar 1ba0587622 * Implement cucul_set_canvas_boundaries() for cropping and expanding. пре 18 година
  Sam Hocevar 1372caac6c * Really export IRC as UTF-8, as advertised in the documentation. пре 18 година
  Sam Hocevar 79d8786aec * Ahahaha mais vieux porc ! Tiens, mange-toi ce fix. пре 18 година
  Sam Hocevar 2b00f62d2e * Hopefully fix 64-bit bug. пре 18 година
  Jean-Yves Lamoureux 8448ac75ab * Ugly workaround in OpenGL driver for IA64 platform, unicode still does not work, thought. пре 18 година
  Sam Hocevar f13f15d2f1 * Implemented cucul_getchar(). Useful because you don’t necessarily know пре 18 година
  Sam Hocevar 9044384d02 * Got rid of cucul_render_glyph(). Ahahahaha. пре 18 година
  Sam Hocevar 776a3c71d9 * Oops, fixed typo in cucul_get_font_blocks(). пре 18 година
  Sam Hocevar 87cd66a5fd * Implemented cucul_get_font_blocks() to export the list of available glyphs. пре 18 година
  Sam Hocevar 9fca19ecc3 * Added errno support to the kernel. пре 18 година
  Jean-Yves Lamoureux 1b821e2588 * Updated kernel 'driver', still not working, but most of the work is done пре 18 година
  Sam Hocevar c7fb265316 * Minor documentation fix (testing the buildbot, actually). пре 18 година
  Jean-Yves Lamoureux a87130bade * Updated documentation, removed warning in cucul_render_glyph(), minor optimisation in driver_gl пре 18 година
  Sam Hocevar 7165793ff9 * Fixed cucul_render_glyph(). There is no way this could have ever possibly пре 18 година
  Sam Hocevar f62cea48fd * Fixing precision. пре 18 година
  Jean-Yves Lamoureux 05aa158fed * Fixed triangle routine so that it fits perfectly from one side to the other one (I know, that's no clear) пре 18 година
  Jean-Yves Lamoureux 280132493f * OpenGL builtin font support пре 18 година
  Sam Hocevar 57acf9a2e6 * Initialize random seed to getpid()+time(NULL) so that the user does not пре 18 година
  Sam Hocevar d14a4dddfb * U+214B TURNED AMPERSAND пре 18 година
  Sam Hocevar 6d904c57f8 * Fixed cucul_create_canvas()'s documentation. пре 18 година
  Sam Hocevar 1f8549fc6a * Fixed typos in cucul/dither.c that prevented using ordered dither modes, пре 18 година
  Sam Hocevar a1deddf2a6 * Fixed an out of bounds bug in cucul_blit(). пре 18 година
  Sam Hocevar 58f3935f0f * Have cucul_utf8_to_utf32 write how many bytes it read. пре 18 година
  Sam Hocevar a2e45e47da * Fix warnings in a few exporters. Do not assume %d accepts uint32_t without пре 18 година
  Sam Hocevar aca46d3f39 * Added -I${top_srcdir} to the compilation flags to fix builds configured пре 18 година
  Sam Hocevar 87017d7914 * Documented the newly exported charset functions. пре 18 година
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. пре 18 година
  Sam Hocevar c5d74fb9f7 * Regenerated fonts and reactivated them under Win32. пре 18 година
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned пре 18 година
  Sam Hocevar 8ac089aa7a * Workaround for illegal ^[[0,0H ANSI escape code. пре 18 година
  Sam Hocevar aa6cb520ab * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly пре 18 година
  Sam Hocevar ca5c87ae1b * Add linebreaks to the ANSI exporter for better readability, and use пре 18 година
  Jean-Yves Lamoureux 5612b86ce6 * Fixed postscript exporter, image in not at the bottom of the page anymore пре 18 година
  Sam Hocevar 2c49303c3e * Optimise built-in fonts. We gain about 100kB in the final binary. пре 18 година
  Sam Hocevar ee55871e3f * If the ANSI file we import does not use the 80 columns, we don't expand пре 18 година
  Sam Hocevar 17e1e490d6 * Added a few more Unicode blocks to the default fonts. пре 18 година
  Sam Hocevar e8d6429506 * Added a few more Unicode characters to the glyph transformations. пре 18 година
  Sam Hocevar d6e4744861 * Changed the cucul_create_dither() prototype to make sure the mask пре 18 година
  Sam Hocevar dcbcc123c4 * Updated fonts with the new hardcoded CP437 glyphs. пре 18 година
  Sam Hocevar 7d75811a8b * Use _cucul_utf32_to_utf8() instead of the inline code in the UTF-8 and пре 18 година
  Sam Hocevar 4d029660e1 * Implemented the private _cucul_utf32_to_utf8() helper. пре 18 година
  Sam Hocevar 9091804367 * Exporter now generates valid ANSI, with CP437 characters. пре 18 година
  Sam Hocevar 9d482f7762 * Added "utf8" export that is like ANSI but exports UTF-8 encoded coloured пре 18 година
  Sam Hocevar 956ee0b309 * Use a slightly different RGB palette for ANSI colours, so that brown пре 18 година
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. пре 18 година
  Jean-Yves Lamoureux 758db0ca7b * coding style fixes again пре 18 година