Sam Hocevar
|
c31150d3e0
|
* Don’t manage autotools/ with SVN.
|
17 år sedan |
Sam Hocevar
|
dff5905a85
|
* When present, include <termios.h> and <unistd.h> to allow the ncurses
driver to build on Solaris. Fix courtesy of Rado S.
|
17 år sedan |
Sam Hocevar
|
fa473bc7c6
|
* Further refined the tetex/texlive detection method.
* Support for autotools-1.10.
|
17 år sedan |
Sam Hocevar
|
513d856426
|
* Support Debian's texlive installation. Will sneak this fix in beta12.
|
17 år sedan |
Sam Hocevar
|
2b6b68d7c5
|
* Set version to 0.99.beta11.
* Updated NEWS and ChangeLog.
|
17 år sedan |
Sam Hocevar
|
c158dfea32
|
* Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>.
|
18 år sedan |
Sam Hocevar
|
a7ac5f9e1e
|
* Get rid of test/term.c, it's now in its own repository.
* Added back -Wshadow, it's more useful than annoying.
|
18 år sedan |
Sam Hocevar
|
81d9b86799
|
* Added a test app that swallows two console applications. Switch with C-a.
|
18 år sedan |
Sam Hocevar
|
c213ac0ecd
|
* Merged old code by Ol that can be used as a start for the Cocoa driver.
|
18 år sedan |
Sam Hocevar
|
971de92587
|
* Set version to 0.99.beta11.
* Updated NEWS and ChangeLog.
|
18 år sedan |
Sam Hocevar
|
6cc230e20d
|
* No longer bail out with an error if Imlib2 or Doxygen were not found.
|
18 år sedan |
Sam Hocevar
|
afed497172
|
* Added all the glue needed for a Cocoa output driver.
|
18 år sedan |
Sam Hocevar
|
3547ef6d6b
|
* Set version to 0.99.beta10.
* Updated NEWS and ChangeLog.
|
18 år sedan |
Sam Hocevar
|
18f1f68be7
|
* Add a debug() function and a --enable-debug configure flag.
|
18 år sedan |
Sam Hocevar
|
d37e3a3158
|
* Set version to 0.99.beta9.
* Updated NEWS and ChangeLog.
|
18 år sedan |
Sam Hocevar
|
d1f55fbe8f
|
* Fix broken Imlib2 support in cacaview.
|
18 år sedan |
Sam Hocevar
|
4c30943259
|
* Set version to 0.99.beta8.
* Updated NEWS and ChangeLog.
|
18 år sedan |
Sam Hocevar
|
d1bccd4fba
|
* Added a --enable-plugins configure flag that builds the GL and X11 drivers
as plugins. This way, libcaca does not directly depend on those libraries.
|
18 år sedan |
Sam Hocevar
|
60e361f74c
|
* Add checks for getopt / getopt_long.
|
18 år sedan |
Sam Hocevar
|
67fa6ead18
|
* Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
|
18 år sedan |
Sam Hocevar
|
7998155d09
|
* Set version to 0.99.beta7.
* Updated NEWS and ChangeLog.
|
18 år sedan |
Sam Hocevar
|
88c5109770
|
* Set version to 0.99.beta6.
|
18 år sedan |
Sam Hocevar
|
46e5b2f90f
|
* Update versioning.
|
18 år sedan |
Sam Hocevar
|
a34df4fa85
|
* Remove toilet from the libcaca source, it'll be moved to its own repo.
|
18 år sedan |
Sam Hocevar
|
17f3a0d234
|
* Check for <getopt.h> and getopt_long.
|
18 år sedan |
Sam Hocevar
|
a56455a44d
|
* Remove useless -I../kernel/ from CFLAGS.
|
18 år sedan |
Jean-Yves Lamoureux
|
1b821e2588
|
* Updated kernel 'driver', still not working, but most of the work is done
|
18 år sedan |
Sam Hocevar
|
7949f346bc
|
* Updated ChangeLog and NEWS.
* 0.99.beta4 release.
|
18 år sedan |
Sam Hocevar
|
db7670eb2a
|
* Updated ChangeLog and NEWS.
* 0.99.beta3 release.
|
18 år sedan |
Sam Hocevar
|
900b340c31
|
* Removed debian packaging stuff from the trunk. It'll now be at
svn://svn.debian.org/svn/sam-hocevar/pkg-misc
|
18 år sedan |
Sam Hocevar
|
61aaaa7470
|
* Fix a build failure when X11R7 is available but OpenGL isn't.
|
18 år sedan |
Sam Hocevar
|
002fa479fa
|
* Updated ChangeLog and NEWS.
* 0.99.beta2 release.
|
18 år sedan |
Sam Hocevar
|
ec3b082509
|
* Fixed UTF-8 support in ncurses.
* Set ncurses's priority higher than slang.
|
18 år sedan |
Sam Hocevar
|
3ebca8a6f3
|
* Removed --enable-network flag, but reused the test as a condition for
building cacaserver.
|
18 år sedan |
Sam Hocevar
|
64b6bfb328
|
* Removed useless -lXt from X11 libraries check.
|
18 år sedan |
Jean-Yves Lamoureux
|
bce66aa628
|
* Updated C++ bindings and renamed directory to more comprehensive cxx
|
18 år sedan |
Sam Hocevar
|
981c405554
|
* Check for <errno.h>.
* Started changing function prototypes so that they return an integer
instead of void, just in case they might fail.
|
18 år sedan |
Sam Hocevar
|
69dd5d5017
|
* Removed my previously introduced --enable-pangoft2 and replaced it with
a nicer cross compilation check.
|
18 år sedan |
Sam Hocevar
|
9ff93666c6
|
* Brought the Win32 build back on its wheels.
|
18 år sedan |
Sam Hocevar
|
4a1507c398
|
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
|
18 år sedan |
Sam Hocevar
|
d04b853800
|
* Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
* Implement htons/htonl in common.h just in case.
|
18 år sedan |
Sam Hocevar
|
5cb4d4dedf
|
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
|
18 år sedan |
Sam Hocevar
|
65f76ab682
|
* Oops, fixed an old typo that brevented building without PangoFt2.
|
18 år sedan |
Sam Hocevar
|
af762d7d6d
|
* Do not bail out if PangoFt2 was not found.
|
18 år sedan |
Sam Hocevar
|
d0b0d90e2a
|
* Got rid of CUCUL_LIBS. It's unused.
|
18 år sedan |
Sam Hocevar
|
747dfe797f
|
* Fixed --enable-cpp to actually do something. Also, disabled it by
default for the release, because it's not up to date and needs a lot
of polishing.
|
18 år sedan |
Sam Hocevar
|
1ca8f93522
|
* Set version number to 0.99.beta1.
|
18 år sedan |
Sam Hocevar
|
bde0e5ca7e
|
* Changed cucul_clear_canvas() again. It now uses the current foreground
and background colours to clear the screen.
|
18 år sedan |
Sam Hocevar
|
7bd6e8a406
|
* Set library names to lib*.so.0.10.0.
|
18 år sedan |
Sam Hocevar
|
72ec70454e
|
* Workaround for broken AC_PATH_X autoconf macros.
|
18 år sedan |