25 Revīzijas (d5fcabb703654783c385666a249d1f149ba06242)

Autors SHA1 Ziņojums Datums
  Sam Hocevar 5696329b86 * Merged caca_show_cursor() and caca_hide_cursor() into caca_set_mouse() so pirms 19 gadiem
  Jean-Yves Lamoureux 6239887913 * Added caca_show/hide_cursor, and corresponding GL binding pirms 19 gadiem
  Sam Hocevar 70cb2ab916 * Allow the driver initialisation to fail, for instance when $DISPLAY = "". pirms 19 gadiem
  Sam Hocevar f149dc3ac4 * Massive rework of the event handling code, as per the TODO list. pirms 19 gadiem
  Sam Hocevar 77f995023d * Slightly changed header comments. pirms 19 gadiem
  Sam Hocevar 2c80bf875b * Renamed cucul_get_export() to cucul_create_export(). pirms 19 gadiem
  Sam Hocevar bb1cedf858 * Renamed cucul_buffer to cucul_export. Vanilla rum rules. pirms 19 gadiem
  Jean-Yves Lamoureux eff2f954de * Added telnet commands and options strings for debug pirms 19 gadiem
  Sam Hocevar 195da3f08f * Support CACA_GEOMETRY in the network driver. Still defaults to 80x24. pirms 19 gadiem
  Sam Hocevar 9e698966f2 * Replaced all cucul_get_* exporters with a generic cucul_export() function. pirms 19 gadiem
  Sam Hocevar adc85b5711 * Do not switch to alternate screen when clearing, because sometimes we pirms 19 gadiem
  Sam Hocevar a188ec5c32 * Pressing Ctrl-C on the client side now drops the connection. pirms 19 gadiem
  Sam Hocevar 31229fae80 * Changed port environment variable to "CACA_PORT". No need to mention it's pirms 19 gadiem
  Sam Hocevar 2442e911a4 * Improvements to the network output: pirms 19 gadiem
  Sam Hocevar edbd6a2e55 * Set the client sockets as non-blocking, and implemented non-blocking pirms 19 gadiem
  Jean-Yves Lamoureux d47bd8b490 * Added CACA_NETWORK_PORT env and related documentation pirms 19 gadiem
  Jean-Yves Lamoureux 1c6bfd09a1 * Fixed configure script to check for UTF8 enabled slang, removed network driver debug output, added size > 255 in telnet negociation, fixed scrolling bug in network driver pirms 19 gadiem
  Sam Hocevar 6f7f557f83 * Handle incoming connections in network_get_event() as well as pirms 19 gadiem
  Sam Hocevar d1e1dbd630 * Use the internal version of cucul_set_size in output drivers so that pirms 19 gadiem
  Jean-Yves Lamoureux 80d7cee0ba * Multiplexed sockets, it is now possible to have multiple clients at the same time watching for the same libcaca application. And no fork or threads involved. THAT'S high technology. pirms 19 gadiem
  Jean-Yves Lamoureux a676487863 * Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well. pirms 19 gadiem
  Jean-Yves Lamoureux e710d1078d * Fixed memory leak in network driver pirms 19 gadiem
  Jean-Yves Lamoureux f957e380d4 * Fixed blinking screen pirms 19 gadiem
  Jean-Yves Lamoureux b9ab5e0e5a * Exporters now return size of generated data pirms 19 gadiem
  Jean-Yves Lamoureux fd331c1504 * Added very preliminary network driver pirms 19 gadiem