|
|
@628
|
15 years |
Sam Hocevar |
* Distribute the license with Win32 packages and convert text files to …
|
|
|
@627
|
15 years |
Sam Hocevar |
* Added support for Unicode characters that fall into CP437 0x01 - …
|
|
|
@626
|
15 years |
Sam Hocevar |
* Added a few more Unicode characters to the export and unicode tests.
|
|
|
@625
|
15 years |
Sam Hocevar |
* Partial Unicode support for the DOS/conio.h driver. Glyphs that have …
|
|
|
@624
|
15 years |
Sam Hocevar |
* Unicode support in the HTML exporter.
|
|
|
@623
|
15 years |
Sam Hocevar |
* Cosmetic.
|
|
|
@622
|
15 years |
Sam Hocevar |
* Small test program for exporters. Usage: "export html", "export irc" etc.
|
|
|
@621
|
15 years |
Jean-Yves Lamoureux |
* Added the SVG exporter sources. SAM IS KOREA KEKEKEK …
|
|
|
@620
|
15 years |
Jean-Yves Lamoureux |
* Added preliminary (but working) SVG exporter
|
|
|
@619
|
15 years |
Jean-Yves Lamoureux |
* Added telnet commands and options strings for debug
|
|
|
@618
|
15 years |
Jean-Yves Lamoureux |
* Fixed refresh when updating parameter in display_menu()
|
|
|
@617
|
15 years |
Jean-Yves Lamoureux |
* Removed false comment
|
|
|
@616
|
15 years |
Jean-Yves Lamoureux |
* Optimised cacaballs a bit
|
|
|
@615
|
15 years |
Jean-Yves Lamoureux |
* Better cacaballs parameters
|
|
|
@614
|
15 years |
Sam Hocevar |
* Increased cacamoir circle thikness by 50%, because it currently …
|
|
|
@613
|
15 years |
Sam Hocevar |
* Minor coding style fixes.
|
|
|
@612
|
15 years |
Sam Hocevar |
* UTF-8 support in the Win32 driver.
|
|
|
@611
|
15 years |
Sam Hocevar |
* Support CACA_GEOMETRY in the network driver. Still defaults to …
|
|
|
@610
|
15 years |
Sam Hocevar |
* Do not fail if SLsmg_utf8_enable was not found, just disable UTF-8 …
|
|
|
@609
|
15 years |
Sam Hocevar |
* Replaced all cucul_get_* exporters with a generic cucul_export() …
|
|
|
@608
|
15 years |
Jean-Yves Lamoureux |
* Fixed UPPER() for strcasecmp
|
|
|
@607
|
15 years |
Sam Hocevar |
* Rewrote strncasecmp. Totally untested, of course.
|
|
|
@606
|
15 years |
Sam Hocevar |
* STATIC char const. AHAHAHAHA.
|
|
|
@605
|
15 years |
Sam Hocevar |
* Do not switch to alternate screen when clearing, because sometimes …
|
|
|
@604
|
15 years |
Jean-Yves Lamoureux |
* Cosmetic changes. AHAHAH I COMMITED IT MYSELF.
|
|
|
@603
|
15 years |
Jean-Yves Lamoureux |
* Postscript exporter now kinda works. Paper size to be fixed
|
|
|
@602
|
15 years |
Jean-Yves Lamoureux |
* Added preliminary Postscript (tm) (r) (c) exporter.
|
|
|
@601
|
15 years |
Sam Hocevar |
* Pressing Ctrl-C on the client side now drops the connection.
|
|
|
@600
|
15 years |
Sam Hocevar |
* Updated the TODO list, mostly with Unicode-related tasks.
|
|
|
@599
|
15 years |
Sam Hocevar |
* Changed port environment variable to "CACA_PORT". No need to mention …
|
|
|
@598
|
15 years |
Sam Hocevar |
* Ooops, fixed an old typo.
|
|
|
@597
|
15 years |
Sam Hocevar |
* Fixed a warning in cacaball.c.
|
|
|
@596
|
15 years |
Sam Hocevar |
* Improvements to the network output:
+ Changed port to 51914 …
|
|
|
@595
|
15 years |
Sam Hocevar |
* Set svn:keyword Id property on a few files.
Note to developers: …
|
|
|
@594
|
15 years |
Sam Hocevar |
* Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
|
|
|
@593
|
15 years |
Sam Hocevar |
* Fixed an uninitialised variable in the event queue handling.
|
|
|
@592
|
15 years |
Sam Hocevar |
* Allow the color test to be built as a kernel.
|
|
|
@591
|
15 years |
Sam Hocevar |
* Sorted list of extra contributors by topic and added the FSF.
|
|
|
@590
|
15 years |
Sam Hocevar |
* Set the client sockets as non-blocking, and implemented non-blocking …
|
|
|
@589
|
15 years |
Jean-Yves Lamoureux |
* wrote strcasecmp for fun
|
|
|
@588
|
15 years |
Jean-Yves Lamoureux |
* Renamed exporter_* to export_*, from God recommendation.
|
|
|
@587
|
15 years |
Jean-Yves Lamoureux |
* Exploded cucul/export.c
|
|
|
@586
|
15 years |
Jean-Yves Lamoureux |
* Added CACA_NETWORK_PORT env and related documentation
|
|
|
@585
|
15 years |
Jean-Yves Lamoureux |
* Fixed configure script to check for UTF8 enabled slang, removed …
|
|
|
@584
|
15 years |
Sam Hocevar |
* Handle incoming connections in network_get_event() as well as
…
|
|
|
@583
|
15 years |
Sam Hocevar |
* Preliminary support for UTF-8 in cucul_putstr(). Also added a
…
|
|
|
@582
|
15 years |
Sam Hocevar |
* Use the internal version of cucul_set_size in output drivers so that …
|
|
|
@581
|
15 years |
Sam Hocevar |
* Made cacamoir, cacaball and cacaplas buildable into a kernel.
|
|
|
@580
|
15 years |
Sam Hocevar |
* Assume the VGA screen is 320x200 and really resize the cucul canvas …
|
|
|
@579
|
15 years |
Sam Hocevar |
* Added Unicode support to the SLang driver.
|
|
|
@578
|
15 years |
Sam Hocevar |
* Implemented a few math functions in our kernel: cos(), sin(), sqrt().
|
|
|
@577
|
15 years |
Sam Hocevar |
* More Unicode tests: gradient glyphs, double width characters.
|
|
|
@576
|
15 years |
Jean-Yves Lamoureux |
* Oops, modified build-kernel while testing and commited it ;)
|
|
|
@575
|
15 years |
Jean-Yves Lamoureux |
* Multiplexed sockets, it is now possible to have multiple clients at …
|
|
|
@574
|
15 years |
Sam Hocevar |
* Fixed VGA colours. The values only range from 0 to 63.
|
|
|
@573
|
15 years |
Sam Hocevar |
* Added assembly code for inb() and outb().
* Print a small message …
|
|
|
@572
|
15 years |
Jean-Yves Lamoureux |
* Added tests for malloc()'s
|
|
|
@571
|
15 years |
Jean-Yves Lamoureux |
* Updated README for network driver, fixed remaining exporters
|
|
|
@570
|
15 years |
Sam Hocevar |
* Added a conditional to only build the kernel if --enable-vga was set.
|
|
|
@569
|
15 years |
Sam Hocevar |
* Set executable flag to the build-kernel script.
|
|
|
@568
|
15 years |
Sam Hocevar |
* Added glue code to compile libcaca without a libc and build …
|
|
|
@567
|
15 years |
Sam Hocevar |
* Cosmetic change.
|
|
|
@566
|
15 years |
Sam Hocevar |
* Slightly updated README.
|
|
|
@565
|
15 years |
Sam Hocevar |
* Pure VGA output driver.
|
|
|
@564
|
15 years |
Sam Hocevar |
* Removed unused includes.
|
|
|
@563
|
15 years |
Sam Hocevar |
* Added a few details for authors.
|
|
|
@562
|
15 years |
Sam Hocevar |
* Added a tiny Unicode test program. Of course it does not work yet, …
|
|
|
@561
|
15 years |
Jean-Yves Lamoureux |
* Updated documentation a bit
|
|
|
@560
|
15 years |
Jean-Yves Lamoureux |
* Changed way temporary buffer of ansi export was handled. Need to do …
|
|
|
@559
|
15 years |
Jean-Yves Lamoureux |
* Fixed memory leak in network driver
|
|
|
@558
|
15 years |
Sam Hocevar |
* Made the OpenGL colors slightly less saturated.
|
|
|
@557
|
15 years |
Sam Hocevar |
* Make output drivers more error resilient when handling UTF-32 …
|
|
|
@556
|
15 years |
Jean-Yves Lamoureux |
* Fixed blinking screen
|
|
|
@555
|
15 years |
Jean-Yves Lamoureux |
* Exporters now return size of generated data
|
|
|
@554
|
15 years |
Jean-Yves Lamoureux |
* Added very preliminary network driver
|
|
|
@553
|
15 years |
Sam Hocevar |
* Fixed async issues between the driver and libcaca when resizing …
|
|
|
@552
|
15 years |
Sam Hocevar |
* cucul_set_size() does nothing if a graphical backend is attached. …
|
|
|
@551
|
15 years |
Sam Hocevar |
* Cosmetic changes here and there.
|
|
|
@550
|
15 years |
Sam Hocevar |
* Finished moving everything driver-specific to the apropriate …
|
|
|
@549
|
15 years |
Sam Hocevar |
* Cleaned up useless header includes.
|
|
|
@548
|
15 years |
Sam Hocevar |
* Split event.c into the appropriate driver_*.c files.
|
|
|
@547
|
15 years |
Sam Hocevar |
* Let us do "caca-config --libs cucul" to get only the libcucul …
|
|
|
@546
|
15 years |
Sam Hocevar |
* Ignore driver_*.c files when building documentation.
|
|
|
@545
|
15 years |
Sam Hocevar |
* configure.ac: look for a4wide.sty in more than one location.
|
|
|
@543
|
15 years |
Sam Hocevar |
* Fixed DOS driver.
* Added a build-dos script to cross-compile the …
|
|
|
@542
|
15 years |
Sam Hocevar |
* configure.ac: removed the "null" frontend. just don't attach any …
|
|
|
@541
|
15 years |
Sam Hocevar |
* Got rid of static variables in the event code.
|
|
|
@540
|
15 years |
Sam Hocevar |
* Polished the driver split a bit (still no events, except resize …
|
|
|
@539
|
15 years |
Sam Hocevar |
* Split caca/graphics.c into driver-specific files. Resize is …
|
|
|
@538
|
15 years |
Sam Hocevar |
* Ooops, I fucked up the build.
|
|
|
@537
|
15 years |
Sam Hocevar |
* Moved stuff again.
|
|
|
@536
|
15 years |
Sam Hocevar |
* Moved stuff around to differenciate between libcucul and libcaca.
|
|
|
@535
|
15 years |
Sam Hocevar |
* Use 32 bit integers for the character array. No visible difference …
|
|
|
@534
|
15 years |
Sam Hocevar |
* Removed caca_set_{size,width,height} because cucul_set_size ought to …
|
|
|
@533
|
15 years |
Jean-Yves Lamoureux |
* I just suck. I'll goatse myself right after beeing back at home.
|
|
|
@532
|
15 years |
Sam Hocevar |
* src/graphics.c: minor optimisations.
|
|
|
@531
|
15 years |
Sam Hocevar |
* Nan mais je voudrais pas avoir l'air d'insister mon gars, mais primo …
|
|
|
@530
|
15 years |
Jean-Yves Lamoureux |
* Mais je fais comme je veux bordel de cul !
|
|
|
@529
|
15 years |
Sam Hocevar |
* Haha mais vieux porc a pattes !
|
|
|
@528
|
15 years |
Jean-Yves Lamoureux |
* Reverted to integer colors in GL driver, fixed a bunch of warnings …
|
|
|