|
|
@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 …
|
|
|
@527
|
15 years |
Sam Hocevar |
* All output plugins should now work again.
* Renamed caca_refresh() …
|
|
|
@526
|
15 years |
Sam Hocevar |
* Removed cacademo from examples, manpages and distributions. It's useless.
|
|
|
@525
|
15 years |
Sam Hocevar |
* src/cucul.c: s/width/height/.
|
|
|
@524
|
15 years |
Sam Hocevar |
A new low-level text management library (canvas for ultrafast …
|
|
|
@523
|
15 years |
Sam Hocevar |
* New updated bootstrap script.
|
|
|
@522
|
15 years |
Sam Hocevar |
* Changed the licensing to WTFPL, as per all copyright holders' permission.
|
|
|
@521
|
15 years |
Jean-Yves Lamoureux |
* Added two examples for python bindings (a subset of cacademo, and …
|
|
|
@520
|
15 years |
Jean-Yves Lamoureux |
* Fixed bug in events with GL driver
|
|
|
@519
|
15 years |
Jean-Yves Lamoureux |
* Improved GL rendering (characters are not blurry anymore)
|
|
|
@518
|
15 years |
Jean-Yves Lamoureux |
* Added -preliminary- Python bindings
|
|
|
@517
|
15 years |
Jean-Yves Lamoureux |
* Updated for my ego trip
|
|
|
@516
|
15 years |
Jean-Yves Lamoureux |
* Removed debug test, kekeke
|
|
|
@515
|
15 years |
Jean-Yves Lamoureux |
* Added caca_set_width, set_height_, set_size
|
|
|
@514
|
15 years |
Jean-Yves Lamoureux |
* Fixed remaining warnings with gcc 3.x and 4.x
|
|
|
@513
|
15 years |
Jean-Yves Lamoureux |
* Fixed warnings under GCC 4.x
|
|
|
@512
|
15 years |
Jean-Yves Lamoureux |
* Fixed a bunch of warnings
|
|
|
@511
|
15 years |
Sam Hocevar |
* more coding style fixes.
|
|
|
@510
|
15 years |
Sam Hocevar |
* src/caca.c: on Unix, do not use the GL driver if DISPLAY is not set.
|
|
|
@509
|
15 years |
Sam Hocevar |
* src/graphics.c: call glutInit() before calling other glut functions.
|
|
|