440f7df
Merge 3c4d987660 into 69a4213235 by
2025-11-07 01:18:39 +0000
846fb36
Merge 6456ce9b09 into 69a4213235 by
2025-11-07 01:18:39 +0000
5f8f5db
Merge d33a9ca2b7 into 69a4213235 by
2025-11-07 01:18:38 +0000
de12fd9
Merge 9683d1f7ef into 69a4213235 by
2025-11-07 01:18:38 +0000
9bec1ed
Merge 07cb730bf3 into 69a4213235 by
2025-11-04 23:14:15 +0800
6e3b24e
Merge d78bdde484 into 69a4213235 by
2025-10-28 23:43:23 -0700
601ae13
Merge 929b12321d into 69a4213235 by
2025-10-28 23:43:23 -0700
69a4213
(main)
Fix a crash on 0 sized font in img2txt by
2025-10-28 21:35:45 +0000
bd55d3b
Fix an error message in img2txt by
2025-10-28 21:30:30 +0000
3b3a901
Fix handling of zero sized image in img2txt by
2025-10-28 21:23:48 +0000
1a818d4
Fix Ruby binding for new GCC by
2025-10-27 22:04:51 +0000
00d5a26
Redefine _caca_alloc2d in src/common-image.c by
2025-10-27 21:53:54 +0000
cda27f1
Fix build failure and enable Python bindings by
2025-08-06 15:29:01 +0000
4168128
Merge 8051560e87 into f42aa68fc7 by
2025-02-27 11:18:01 +0100
8051560
Remove references about using FTGL by
2025-02-27 11:15:26 +0100
6456ce9
Mark fallthroughs as explicit in charset.c by
2024-07-30 12:01:19 -0700
929b123
stubs: include winsock2.h to get htons/htonl declaration by
2024-06-18 07:04:41 +0200
07cb730
Disable LTO when checking for fsin/fcos/fldln2/... by
2023-06-21 00:06:04 +0800
d78bdde
canvas: use GetCurrentProcessId() on Windows by
2023-06-08 09:15:53 +0200
43a0870
win32: use CreateFile2 when compiling for Win8+ by
2023-06-08 09:13:36 +0200
3b4670c
win32: use ANSI calls explicitly by
2023-06-08 09:09:18 +0200
ceed132
win32: don't redefine GetCurrentConsoleFont with mingw-w64 by
2023-06-08 09:08:12 +0200
93b558f
win32: don't for _WIN32_WINNT to Win2K by
2023-06-08 09:07:01 +0200
9683d1f
caca_internals: export _caca_alloc2d by
2022-09-18 18:01:31 +0200
f57b0d6
caca: avoid nested externs by
2022-09-18 17:52:40 +0200
afacac2
common-image: avoid implicit function declaration by
2022-09-18 17:31:19 +0200
3c4d987
codec/text: use 99 for default irc fg color by
2022-04-27 21:59:55 -0700
d33a9ca
Prevent a divide-by-zero by checking for a zero width or height. by
2022-03-18 11:52:22 +0100
2b78cb9
Merge 5818ae0f52 into f42aa68fc7 by
2021-12-25 19:10:26 +0200
f42aa68
Fix GL and X11 drivers in visibility mode by
2021-12-07 10:03:49 +0100
bd2cff9
Rename some internal functions with _caca prefix to avoid confusion when we export them by
2021-12-07 09:50:02 +0100
9a0ebef
Remove bashism in configure.ac by
2021-12-07 09:45:50 +0100
c1135bc
Merge 25372e7f04 into 373c88b989 by
2021-10-21 22:55:15 +0200
373c88b
(tag: v0.99.beta20)
Merge branch 'main' of github.com:cacalabs/libcaca by
2021-10-19 15:58:30 +0200
d5c7775
Minor IPv6 tweaks and credit to original author by
2021-10-19 15:58:00 +0200
ba3c9cc
Merge pull request #29 from alxf/fix-py-img2txt by
2021-10-19 15:56:49 +0200
a7355c4
Merge branch 'main' of github.com:cacalabs/libcaca by
2021-10-19 15:53:47 +0200
bb069e8
Merge pull request #10 from ledeuns/master by
2021-10-19 15:53:39 +0200
e972db0
Merge pull request #27 from sbraz/cppunit by
2021-10-19 15:51:46 +0200
a18e28d
Update copyright information and changelog by
2021-10-19 15:50:32 +0200
a8b9877
Add ‘foreign’ flag to automake in order to please autoreconf (Closes #20) by
2021-10-19 15:42:08 +0200
96ff990
Better sanity checks when creating 2D buffers (Closes #43) by
2021-10-19 15:25:54 +0200
b7d7a7a
Remove hack from 2004 that caused latex documentation generation issues by
2021-10-19 15:24:27 +0200
d94dec4
Upgrade Doxygen configuration file by
2021-10-19 14:43:52 +0200
a15ba99
Add a comment in the SVG exporter to explain buffer size by
2021-10-19 12:39:17 +0200
f0f144b
Update NEWS document by
2021-10-19 12:20:55 +0200
5957d69
Upgrade autoconf scripts by
2021-10-19 12:11:48 +0200
4fa7ca6
Merge pull request #31 from markisch/svg-attributes by
2021-10-19 12:38:57 +0200
d9541e0
Merge pull request #30 from markisch/fix-slang-utf8 by
2021-10-19 12:29:15 +0200
b4b4a47
Fix off-by-one memory read in binary canvas import (fixes #56, #58) by
2021-10-19 11:41:18 +0200
ac56185
Fix off-by-one memory read in ANSI import (fixes #55, #58) by
2021-10-19 11:37:13 +0200
ab04483
Fix buffer overflows in TGA and troff exports (addresses #53, #54) by
2021-10-19 11:31:11 +0200
c807fbb
Clean up Visual Studio build files by
2021-10-19 10:24:27 +0200
148437f
Handle sprintf() appending a NUL byte [issues 53 and 54] by
2021-04-22 12:02:19 +0200
e4968ba
Fix a problem in the caca_resize() overflow detection and add several unit tests. by
2021-02-26 12:40:06 +0100
46b4ea7
canvas: fix an integer overflow in caca_resize(). by
2021-02-26 10:55:38 +0100
813baea
img2txt: reject pictures with 0 bits per plane. by
2019-01-01 15:04:05 +0100
6425104
img2txt: clean up some code in the BMP image loader. by
2019-01-01 15:00:27 +0100
0b580d6
img2txt: fix uninitialised data in BMP loader. by
2019-01-01 14:48:38 +0100
b38bcd6
Remove useless generated ChangeLog. by
2018-12-30 13:37:36 +0100
5cfb692
Add .dirstamp to .gitignore. by
2018-12-30 13:27:36 +0100
1022d97
dither: fix integer multiplication overflow that caused crashes. by
2018-12-30 13:18:27 +0100
3e52dab
img2txt: fix an integer overflow in the BMP loader. by
2018-12-29 22:35:07 +0100
84bd155
dither: fix integer overflows that were causing a division by zero. by
2018-12-29 22:13:56 +0100
f1267fb
Fix copyright headers so that the testsuite passes again. by
2018-05-22 16:06:24 +0200
c094411
Merge pull request #34 from yugr/issue33 by
2018-05-22 06:58:51 -0700
726ede6
Hide private symbols (issue #33). by
2018-05-20 00:23:59 +0100
5f0ec21
Remove legacy code from 10 years ago. by
2018-05-03 10:33:30 +0200
eebfb1e
Bold/italic attribute support for export to svg by
2017-12-06 07:10:55 +0100
68b9dca
slang driver: enable utf8 auto-detection by
2017-12-03 07:49:27 +0100
cc8481c
Fix deprecated call to pil method by
2017-10-02 01:16:54 +0200
feab0ef
Fix usage example typo by
2017-10-02 01:15:19 +0200
da28e96
Merge branch 'jackarrozzo-master' by
2017-10-02 01:10:50 +0200
83bf3b1
Disable cppunit tests by default, honor --enable-cppunit by
2017-06-10 00:26:12 +0200
05bfb8a
img2text.c: fix width arg case in example by
2017-04-15 20:26:38 -0400
156781d
ruby: require 'caca' instead of 'caca.so' by
2016-10-07 23:50:12 +0200
319ab6a
Only fail the check-copyright test if more than 10 files are affected. by
2016-10-07 23:34:35 +0200
093a9d4
Try to run Coverity from Travis CI. by
2016-10-07 23:13:43 +0200
f7c0721
Merge pull request #18 from alxf/ncurses-keypress by
2016-08-29 13:18:58 +0200
02445fc
Add some missing breaks (thanks coverity) by
2016-08-03 00:15:06 +0100
25372e7
Fix author and email for sdl driver by
2015-06-17 19:40:55 +0200
3d70128
Fix enable-plugins compil option for sdl driver by
2015-06-17 19:39:52 +0200
f3c5741
remove SDL_SetColorKey by
2015-06-17 08:38:18 +0200
16ca664
import sdl driver by
2015-06-17 08:11:20 +0200
20f3a39
Fix header copyright. by
2016-06-12 14:24:43 +0200
c1ee309
Fix a bug into the autorepeat trigger. by
2016-06-12 14:17:10 +0200
0e23624
Merge pull request #16 from alxf/issue-#15 by
2016-06-02 07:13:19 +0200
3ee1c29
Autoupdate by
2016-06-01 22:04:18 +0200
f5a052e
Fix free for caca types. by
2016-05-22 14:40:21 +0200
dcc7dca
Fix returned pointer with caca types. by
2016-05-22 11:43:10 +0200
5818ae0
adding all getter to Event like in c by
2016-03-26 21:24:53 +0100
ae47c93
Merge pull request #13 from HuxyUK/master by
2016-02-10 14:49:39 +0100
e7a28dd
Fixed VS2015 error; snprintf std is now included by
2016-02-10 12:44:03 +0000
558812d
Update copyright information. by
2016-02-01 02:22:03 +0100
d33e961
Only declare weak symbols if the runtime doesn’t have them. Fixes #8. by
2016-02-01 02:13:10 +0100
cdfba01
Revert setlocale() effect as soon as possible. Closes #12. by
2016-02-01 01:38:47 +0100
f7afe3f
Remove mention of Travis-CI not allowing libimlib2-dev and ruby-minitest. by
2016-01-26 18:59:23 +0100
2b68df9
Trick Travis-CI into installing libslang2-dev. by
2016-01-24 16:36:42 +0100
8757e80
Try to make Travis-CI tests pass on OS X. by
2016-01-24 16:08:50 +0100
9af0319
Autodetect ruby-minitest. Travis-CI doesn’t have it yet. by
2016-01-24 15:42:52 +0100