2023-02-10 14:03 | Point the OpenBSD package link to openports.pl. | Frederic Cambus | 1 | +1 | -1 |
2023-01-30 07:53 | Always print processing time on stderr. | Frederic Cambus | 1 | +1 | -1 |
2022-08-26 12:41 | Bump copyright year to 2022 in seccomp.h. | Frederic Cambus | 1 | +1 | -1 |
2022-04-16 20:29 | List projects using Ansilove in the README. | Frederic Cambus | 1 | +10 | -5 |
2022-04-13 22:13 | Add a link to the Gentoo package in the README. | Frederic Cambus | 1 | +15 | -13 |
2022-02-10 20:18 | Release ansilove 4.1.6. | Frederic Cambus | 11 | +12 | -12 |
2022-02-10 20:17 | Update ChangeLog. | Frederic Cambus | 1 | +12 | -0 |
2022-01-11 16:33 | Stop linking against libm, it's not necessary anymore. | Frederic Cambus | 1 | +1 | -1 |
2022-01-11 16:33 | Bump copyright year to 2022. | Frederic Cambus | 10 | +11 | -11 |
2021-11-08 22:22 | Add a link to the Monochrome Display Adapter notes from John Elliott. | Frederic Cambus | 1 | +9 | -5 |
2021-10-18 19:53 | Use CMAKE_C_STANDARD instead of hardcoding compiler flags. | Frederic Cambus | 1 | +6 | -2 |
2021-10-18 19:24 | Remove Travis CI configuration, travis-ci.org has been shutdown. | Frederic Cambus | 1 | +0 | -46 |
2021-10-16 10:38 | Add a test case for SAUCE output. | Frederic Cambus | 2 | +1 | -0 |
2021-10-15 20:52 | Add a test case for retina output. | Frederic Cambus | 1 | +1 | -0 |
2021-09-20 13:23 | Perform the same change in source and header files. | Frederic Cambus | 10 | +10 | -10 |
2021-09-20 13:16 | Change uppercase L to lowercase l in "license". | Frederic Cambus | 1 | +1 | -1 |
2021-09-20 10:08 | Add SPDX short license identifier in source files. | Frederic Cambus | 10 | +21 | -1 |
2021-04-04 09:59 | Formatting fixes in CMakeLists.txt. | Frederic Cambus | 1 | +5 | -6 |
2021-04-04 09:48 | Bump CMake minimum required version to 2.8.12. | Frederic Cambus | 1 | +1 | -1 |
2021-02-28 14:14 | Fix a bunch of typos in the README. | Frederic Cambus | 1 | +2 | -2 |
2021-02-15 12:37 | Mention experimental seccomp support availability in README. | Frederic Cambus | 1 | +4 | -0 |
2021-02-15 12:23 | Preemptively remove Travis-CI bages, as service will be shutdown. | Frederic Cambus | 1 | +29 | -33 |
2021-02-14 21:45 | Release ansilove 4.1.5. | Frederic Cambus | 12 | +13 | -13 |
2021-02-14 21:40 | Update ChangeLog. | Frederic Cambus | 1 | +8 | -0 |
2021-02-14 20:35 | Check strdup() return value when allocating output file name. | Frederic Cambus | 1 | +3 | -0 |
2021-02-14 20:32 | Rename getoptFlag variable to opt. | Frederic Cambus | 1 | +3 | -3 |
2021-02-14 20:30 | Stop forcing FORTIFY_SOURCE=2, it should be package builders decision. | Frederic Cambus | 1 | +0 | -1 |
2021-02-08 12:46 | Fix minor formatting issue, tabs vs spaces. | Frederic Cambus | 1 | +2 | -2 |
2021-02-08 12:45 | Remove dead increments for argc and argv. | Frederic Cambus | 1 | +0 | -3 |
2021-01-08 08:51 | Replace all "Mac OS X" occurrences with "macOS" in README. | Frederic Cambus | 1 | +1 | -1 |
2021-01-01 14:12 | Wrap some lines longer than 80 columns. | Frederic Cambus | 1 | +9 | -1 |
2021-01-01 14:12 | Remove useless braces. | Frederic Cambus | 1 | +51 | -52 |
2021-01-01 14:06 | Bump copyright year to 2021. | Frederic Cambus | 10 | +11 | -11 |
2020-11-16 21:32 | Do not override CMAKE_C_FLAGS_RELEASE when enabling FORTIFY_SOURCE. | Frederic Cambus | 1 | +1 | -1 |
2020-11-16 12:49 | Add the ppc64le architecture to the build matrix (Travis CI). | Frederic Cambus | 1 | +3 | -0 |
2020-10-23 13:49 | Only enable FORTIFY_SOURCE level 2 for release builds. | Frederic Cambus | 1 | +2 | -1 |
2020-10-23 13:47 | Do not hardcode CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt. | Frederic Cambus | 1 | +0 | -1 |
2020-10-22 19:31 | Release ansilove 4.1.4. | Frederic Cambus | 12 | +13 | -13 |
2020-10-22 18:48 | Update ChangeLog. | Frederic Cambus | 1 | +13 | -0 |
2020-10-22 18:18 | Check strdup() return value and error out on failed allocation. | Frederic Cambus | 1 | +2 | -0 |
2020-10-19 12:38 | Only call memset() if the malloc call succeeds. | Frederic Cambus | 1 | +1 | -1 |
2020-10-19 09:56 | Use READ_RECORD in readRecord() to add fread() error handling. | Frederic Cambus | 1 | +15 | -15 |
2020-10-19 09:53 | Introduce the READ_RECORD function-like macro, for fread error handling. | Frederic Cambus | 1 | +5 | -0 |
2020-10-19 09:49 | Check fread() return values in readComments() and add error handling. | Frederic Cambus | 1 | +9 | -2 |
2020-10-19 09:29 | Move read_status variable declaration to the top of the function. | Frederic Cambus | 1 | +3 | -1 |
2020-10-11 07:37 | Enable FORTIFY_SOURCE level 2. | Frederic Cambus | 1 | +1 | -1 |
2020-10-11 07:35 | Set CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt. | Frederic Cambus | 1 | +1 | -0 |
2020-09-18 07:05 | Release ansilove 4.1.3. | Frederic Cambus | 12 | +13 | -13 |
2020-09-17 19:50 | Update ChangeLog. | Frederic Cambus | 1 | +12 | -0 |
2020-09-17 19:39 | Avoid duplicating custom font selection logic. | Frederic Cambus | 1 | +9 | -12 |
2020-08-28 16:16 | Document the new -S flag, allowing to use SAUCE info for render options. | Frederic Cambus | 1 | +4 | -2 |
2020-08-27 18:43 | Add -S flag to use SAUCE info for rendering hints | Brian Cassidy | 2 | +121 | -6 |
2020-08-27 18:42 | adjust sauce flag output to be binary | Brian Cassidy | 1 | +1 | -1 |
2020-09-17 09:39 | Add missing test for __NR_mmap, the mmap syscall doesn't exist on arm. | Frederic Cambus | 1 | +2 | -0 |
2020-09-17 09:38 | Update error message to use seccomp architecture names. | Frederic Cambus | 1 | +1 | -1 |
2020-09-17 09:38 | Add support for seccomp on arm. | Frederic Cambus | 1 | +2 | -0 |
2020-09-17 09:31 | Switch to dnf for Fedora's dependencies installation instructions. | Frederic Cambus | 1 | +1 | -1 |
2020-07-04 19:38 | Release ansilove 4.1.2. | Frederic Cambus | 12 | +13 | -13 |
2020-07-04 19:20 | Update ChangeLog. | Frederic Cambus | 1 | +12 | -0 |
2020-06-25 13:18 | Use __NR_ instead of SYS_ prefix in #if defined checks. | Frederic Cambus | 1 | +4 | -4 |
2020-06-24 18:28 | Remove extraneous underscore in #if defined check. | Frederic Cambus | 1 | +1 | -1 |
2020-06-24 18:17 | Add seccomp support on i386, tested on glibc and musl. | Frederic Cambus | 1 | +14 | -2 |
2020-06-23 19:55 | Validate architectures for seccomp. | Frederic Cambus | 1 | +14 | -0 |
2020-06-12 07:40 | Remove some unneeded seccomp related includes. | Frederic Cambus | 1 | +0 | -3 |
2020-06-11 19:33 | Switch link to pkgsrc.se to HTTPS. | Frederic Cambus | 1 | +1 | -1 |
2020-06-09 20:21 | No need to set HAVE_SECCOMP to 1, defining it is enough. | Frederic Cambus | 1 | +1 | -1 |
2020-06-09 14:11 | Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files. | Frederic Cambus | 3 | +1 | -4 |
2020-05-25 16:51 | Release ansilove 4.1.1. | Frederic Cambus | 12 | +13 | -13 |
2020-05-25 16:36 | Update ChangeLog. | Frederic Cambus | 1 | +10 | -0 |
2020-05-25 15:33 | Add <stdint.h> include instead of <sys/types.h>. | Frederic Cambus | 1 | +1 | -1 |
2020-05-25 14:52 | Add forward declarations for ansilove_ctx and ansilove_options structs. | Frederic Cambus | 1 | +3 | -0 |
2020-05-25 14:50 | Add missing <sys/time.h> include. | Frederic Cambus | 1 | +1 | -0 |
2020-05-24 08:38 | Display processing time on exit. | Frederic Cambus | 1 | +14 | -0 |
2020-05-24 08:32 | Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available. | Frederic Cambus | 1 | +5 | -0 |
2020-05-24 08:32 | Define timespecsub macro in compat.h if it doesn't exists. | Frederic Cambus | 1 | +12 | -0 |
2020-03-17 21:23 | Update libansilove installation notes to mention binary packages. | Frederic Cambus | 1 | +4 | -1 |
2020-03-17 20:53 | Simply link to available operating system packages, and add openSUSE package. | Frederic Cambus | 1 | +27 | -32 |
2020-03-17 20:34 | Add dependencies installation instructions for Fedora. | Frederic Cambus | 1 | +1 | -0 |
2020-03-17 20:33 | Add missing 'build-essential' to Debian / Ubuntu dependencies installation instructions. | Frederic Cambus | 1 | +1 | -1 |
2020-02-17 11:57 | Release ansilove 4.1.0. | Frederic Cambus | 12 | +13 | -13 |
2020-02-17 10:37 | Update ChangeLog. | Frederic Cambus | 1 | +8 | -0 |
2020-02-17 10:30 | Now that the PCB loader also support custom columns, merge the two switch() statements. | Frederic Cambus | 1 | +0 | -6 |
2020-02-17 10:28 | Lowercase optarg value before assigning it to type. | Frederic Cambus | 1 | +1 | -1 |
2020-02-17 10:21 | Lint the manual page. | Frederic Cambus | 1 | +3 | -2 |
2020-02-17 10:20 | Document the new -t flag (type), allowing to specify input file type. | Frederic Cambus | 3 | +26 | -3 |
2020-02-17 09:51 | Mention that columns can also be specified for PCB files now, do small tweaks. | Frederic Cambus | 1 | +3 | -3 |
2020-02-17 08:28 | Import description from the manual page. | Frederic Cambus | 1 | +10 | -3 |
2020-02-17 08:25 | Various README tweaks and improvements (links, wording, typos). | Frederic Cambus | 1 | +18 | -14 |
2020-02-13 20:55 | Remove a few obvious comments and useless parentheses. | Frederic Cambus | 1 | +12 | -15 |
2020-02-16 22:04 | Exit with error if the specified file type doesn't match any loader. | Frederic Cambus | 1 | +5 | -1 |
2020-02-14 17:34 | Change the FONTS macro to an enumeration constant. | Frederic Cambus | 2 | +1 | -2 |
2020-02-14 17:30 | Remove TODO. | Frederic Cambus | 1 | +0 | -3 |
2020-02-14 17:28 | Stop hardcoding types array size, define and use an enumeration constant. | Frederic Cambus | 2 | +6 | -2 |
2020-02-14 17:19 | Actually perform the information display refactoring. | Frederic Cambus | 1 | +14 | -13 |
2020-02-14 17:18 | Assign filetype for each format, to allow refactoring information display. | Frederic Cambus | 1 | +4 | -0 |
2020-02-14 17:17 | Also use the loaders function prototype arrays when falling back to file extension. | Frederic Cambus | 1 | +10 | -19 |
2020-02-14 17:15 | Use strcmp() instead of strncmp() to match user specified type. | Frederic Cambus | 1 | +1 | -1 |
2020-02-14 17:13 | Define macros for each file type, and an array of filetypes. | Frederic Cambus | 2 | +20 | -0 |
2020-02-14 16:27 | Add a new '-t' which will allow overriding file type detection. | Frederic Cambus | 1 | +38 | -22 |
2020-02-14 16:24 | Define an array of function pointers to each loader. | Frederic Cambus | 4 | +54 | -1 |
2020-01-18 22:57 | Release ansilove 4.0.7. | Frederic Cambus | 11 | +12 | -12 |
2020-01-18 22:56 | Update ChangeLog. | Frederic Cambus | 1 | +11 | -0 |
2020-01-17 21:47 | Sync the description of Retina output capabilities with reality. | Frederic Cambus | 1 | +1 | -1 |
2020-01-17 21:29 | Add test cases for most supported formats, missing an IDF file for now. | Frederic Cambus | 7 | +67 | -0 |
2020-01-17 21:29 | Bump copyright year to 2020. | Frederic Cambus | 10 | +12 | -12 |
2020-01-17 16:55 | Set icecolors to true if defined in SAUCE record ANSiFlags. | Frederic Cambus | 1 | +4 | -0 |
2019-12-30 09:41 | Do not use typedef from the sauce struct. | Frederic Cambus | 3 | +12 | -12 |
2019-12-28 11:07 | Replace EXIT_SUCCESS by zero in all SAUCE functions. | Frederic Cambus | 1 | +4 | -4 |
2019-12-26 14:17 | Use OpenBSD style(9) for function prototypes and declarations. | Frederic Cambus | 2 | +6 | -5 |
2019-12-10 10:55 | Release ansilove 4.0.6. | Frederic Cambus | 11 | +12 | -12 |
2019-12-10 10:55 | Update ChangeLog. | Frederic Cambus | 1 | +9 | -0 |
2019-12-10 10:32 | Free SAUCE comments once and for all when exiting the program. | Frederic Cambus | 2 | +1 | -4 |
2019-12-10 10:00 | Call memset() to set all record struct fields to zero. | Frederic Cambus | 1 | +1 | -0 |
2019-12-10 09:47 | Remove useless else clause in readRecord(). | Frederic Cambus | 1 | +0 | -2 |
2019-12-10 09:16 | Use strdup() when assigning fileName and fext fallback values. | Frederic Cambus | 1 | +5 | -2 |
2019-12-09 21:54 | Free SAUCE record once and for all when exiting the program. | Frederic Cambus | 2 | +2 | -4 |
2019-12-09 21:44 | Do not call sauceReadFileName() a second time, read from existing SAUCE record. | Frederic Cambus | 1 | +2 | -4 |
2019-11-19 10:40 | Release ansilove 4.0.5. | Frederic Cambus | 11 | +12 | -12 |
2019-11-19 10:38 | Update ChangeLog. | Frederic Cambus | 1 | +9 | -0 |
2019-11-19 09:55 | Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin'. | Frederic Cambus | 1 | +1 | -1 |
2019-11-19 09:52 | Disable seccomp by default, it needs more testing on non !amd64 platforms. | Frederic Cambus | 1 | +1 | -1 |
2019-11-19 09:46 | Add ENABLE_SECCOMP build option, to allow building seccomp support conditionally. | Frederic Cambus | 1 | +15 | -9 |
2019-10-28 16:22 | Release ansilove 4.0.4. | Frederic Cambus | 11 | +12 | -12 |
2019-10-28 16:22 | Update ChangeLog. | Frederic Cambus | 1 | +8 | -0 |
2019-10-28 16:08 | Add error checking for both prctl() calls. | Frederic Cambus | 1 | +9 | -2 |
2019-10-26 20:06 | Move conditional includes for 'pledge' and 'strtonum' in compat.h. | Frederic Cambus | 2 | +13 | -8 |
2019-10-26 19:58 | Move pledge and seccomp initialization before ansilove_init(). | Frederic Cambus | 1 | +3 | -3 |
2019-10-26 19:51 | Add arm64 arch and a build matrix (Travis CI). | Frederic Cambus | 1 | +11 | -0 |
2019-10-26 19:49 | Allow the openat, read, and write syscalls, they are used on glibc systems. | Frederic Cambus | 1 | +3 | -2 |
2019-10-26 19:43 | Add initial seccomp support to Ansilove. | Frederic Cambus | 2 | +71 | -0 |
2019-10-26 19:24 | Switch 'branch_pattern' to 'coverity_scan' to avoid triggering analysis for each commit (Travis CI). | Frederic Cambus | 1 | +1 | -1 |
2019-10-26 19:22 | Add dummy test target in CMakeLists.txt. | Frederic Cambus | 1 | +3 | -0 |
2019-10-26 19:22 | Check if system has seccomp in CMakeLists.txt. | Frederic Cambus | 1 | +10 | -0 |
2019-08-16 10:51 | Release ansilove 4.0.3. | Frederic Cambus | 10 | +11 | -11 |
2019-08-16 10:25 | Update ChangeLog. | Frederic Cambus | 1 | +9 | -0 |
2019-08-16 10:24 | Mention that ansilove now has Debian and Ubuntu packages. | Frederic Cambus | 1 | +4 | -0 |
2019-08-16 10:23 | Remove whitelines in messages output. | Frederic Cambus | 1 | +3 | -3 |
2019-08-16 10:00 | Document the new -q flag (quiet), suppressing output messages. | Frederic Cambus | 3 | +9 | -5 |
2019-08-16 07:43 | Add a -q flag to allow silencing output messages. | Frederic Cambus | 1 | +33 | -24 |
2019-08-16 07:39 | Introduce a version() function to display version information, obviously. | Frederic Cambus | 1 | +8 | -3 |
2019-08-14 09:52 | Print information messages on stdout. | Frederic Cambus | 1 | +25 | -25 |
2019-08-14 09:49 | Remove useless parentheses. | Frederic Cambus | 1 | +1 | -2 |
2019-08-14 09:47 | Use errx() for displaying error messages. | Frederic Cambus | 1 | +17 | -34 |
2019-08-13 08:14 | Release ansilove 4.0.2. | Frederic Cambus | 9 | +10 | -10 |
2019-08-13 08:13 | Update ChangeLog. | Frederic Cambus | 1 | +9 | -0 |
2019-08-13 08:06 | Wrap some lines longer than 80 columns. | Frederic Cambus | 1 | +5 | -3 |
2019-08-08 06:09 | Merge pull request #26 from bart-d/patch-1 | Frederic Cambus | 1 | +24 | -0 |
2019-08-08 06:07 | Merge pull request #27 from nail7/master | Frederic Cambus | 1 | +24 | -0 |
2019-08-07 22:00 | Added LICENSE file for my example artwork | nail7 | 1 | +24 | -0 |
2019-07-31 11:57 | Create LICENSE | bart-d | 1 | +24 | -0 |
2019-07-31 10:15 | Update THANKS file following examples removal. | Frederic Cambus | 1 | +2 | -29 |
2019-07-31 10:12 | Add LICENSE file for my own example artworks. | Frederic Cambus | 1 | +24 | -0 |
2019-07-31 10:11 | Move the remaining examples in per author directories. | Frederic Cambus | 5 | +0 | -0 |
2019-07-31 10:09 | Remove most examples from the repository, they continue to live on the website. | Frederic Cambus | 31 | +0 | -849 |
2019-06-26 13:56 | Add a link to the SAUCE specification. | Frederic Cambus | 1 | +7 | -6 |
2019-06-26 13:49 | Wrap lines longer than 80 columns. | Frederic Cambus | 1 | +71 | -32 |
2019-06-26 12:10 | Move all URLs at the end of the README. | Frederic Cambus | 1 | +8 | -3 |
2019-06-25 13:16 | Release ansilove 4.0.1. | Frederic Cambus | 9 | +10 | -10 |
2019-06-25 13:14 | Update ChangeLog. | Frederic Cambus | 1 | +9 | -0 |
2019-06-25 12:33 | Fix the check for readComments() return value. | Frederic Cambus | 1 | +1 | -1 |
2019-06-10 13:59 | Remove useless parentheses, perform style nitpicks. | Frederic Cambus | 1 | +5 | -6 |
2019-06-10 10:52 | Remove a few useless comparisons. | Frederic Cambus | 1 | +5 | -5 |
2019-06-07 12:16 | Remove forgotten TODO marker, munmap is called in ansilove_clean(). | Frederic Cambus | 1 | +0 | -2 |
2019-06-07 12:10 | Drop the leading dot when saving input file extension, makes things cleaner. | Frederic Cambus | 1 | +8 | -8 |
2019-05-26 07:11 | Fix some typos. | Frederic Cambus | 2 | +2 | -2 |
2019-03-26 09:13 | Add a comment showing how to generate the token for Coverity, and update version (Travis CI). | Frederic Cambus | 1 | +3 | -2 |
2019-03-25 08:12 | Add Coverity Scan back to the pipeline, it's back up (Travis CI). | Frederic Cambus | 1 | +16 | -0 |
2019-02-12 14:11 | Simplify display of default font when no font option is not specified. | Frederic Cambus | 1 | +1 | -6 |
2019-01-22 10:07 | Fix a few typos in README and ansilove.1. | Frederic Cambus | 2 | +4 | -4 |
2019-01-16 18:34 | Release ansilove 4.0.0. | Frederic Cambus | 3 | +3 | -3 |
2019-01-16 18:33 | Update ChangeLog. | Frederic Cambus | 1 | +5 | -1 |
2019-01-16 14:49 | Define _XOPEN_SOURCE in sauce.c, and not in sauce.h. | Frederic Cambus | 2 | +2 | -1 |
2019-01-16 14:41 | Remove Coverity Scan from the pipeline, it's down (Travis CI). | Frederic Cambus | 1 | +0 | -16 |
2019-01-16 14:34 | Keep font descriptions spelling consistent. | Frederic Cambus | 1 | +10 | -10 |
2019-01-16 14:31 | Sync font names with the ones used in ansilove.1. | Frederic Cambus | 1 | +16 | -16 |
2019-01-16 14:27 | Sync SYNOPSIS and DESCRIPTION sections in the README. | Frederic Cambus | 1 | +40 | -19 |
2019-01-16 14:24 | The '-e' switch is gone, reflect that in the list of options. | Frederic Cambus | 1 | +1 | -1 |
2019-01-16 14:23 | Add final dots for options descriptions. | Frederic Cambus | 1 | +13 | -13 |
2019-01-16 12:37 | PC fonts for code pages other than cp437 are now named using the cpNNN scheme. | Frederic Cambus | 1 | +22 | -22 |
2019-01-16 09:21 | Prototypes should not have variable names associated with the types. | Frederic Cambus | 1 | +1 | -1 |
2019-01-15 14:11 | Update ChangeLog, 4.0.0 will be released this month. | Frederic Cambus | 1 | +9 | -1 |
2019-01-15 12:51 | Rename 'main.c' to 'ansilove.c'. | Frederic Cambus | 3 | +315 | -315 |
2019-01-15 12:48 | Add an EXAMPLES section in ansilove.1. | Frederic Cambus | 1 | +29 | -0 |
2019-01-15 12:18 | Make synopsis() only display SYNOPSIS, as it should be. | Frederic Cambus | 1 | +3 | -20 |
2019-01-15 12:18 | Bump copyright year to 2019. | Frederic Cambus | 8 | +10 | -10 |
2019-01-12 14:17 | Remove Coverity badge, it's down again. | Frederic Cambus | 1 | +1 | -3 |
2019-01-12 09:12 | Add missing <stdint.h> include. | Frederic Cambus | 1 | +1 | -0 |
2019-01-12 09:11 | Small README improvement for the compiling section. | Frederic Cambus | 2 | +5 | -3 |
2018-12-18 13:14 | Add error handling for the loaders calls | Frederic Cambus | 1 | +4 | -1 |
2018-12-18 13:04 | Use function pointers to call the appropriate loader, this will make error handling easier | Frederic Cambus | 1 | +11 | -7 |
2018-12-12 23:41 | Add error handling for ansilove_init() and ansilove_{load|save}file() | Frederic Cambus | 1 | +12 | -3 |
2018-12-12 21:14 | Sync with reality, the -e switch is gone | Frederic Cambus | 1 | +0 | -1 |
2018-12-12 21:14 | Document the DOS aspect ratio option everywhere | Frederic Cambus | 3 | +6 | -3 |
2018-12-12 18:40 | Remove -e switch, examples will be listed in the man page instead | Frederic Cambus | 2 | +1 | -24 |
2018-12-12 18:22 | Update THANKS and TODO files | Frederic Cambus | 2 | +2 | -0 |
2018-12-12 14:10 | Adding a new example ANSi (Thanks Nail) | Frederic Cambus | 1 | +0 | -0 |
2018-11-25 18:27 | Remove showHelp(), show synopsis instead when invoked with -h | Frederic Cambus | 1 | +1 | -28 |
2018-11-25 17:12 | Remove versionInfo(), simply print the header with version information when invoked with -v | Frederic Cambus | 1 | +0 | -12 |
2018-11-25 16:30 | Move the include guards to the top of the file | Frederic Cambus | 1 | +3 | -3 |
2018-11-25 16:25 | Add missing #include guards for fonts.h | Frederic Cambus | 1 | +5 | -0 |
2018-11-25 16:25 | Harmonize and uppercase #include guards | Frederic Cambus | 3 | +9 | -9 |
2018-11-23 16:32 | Stop abusing C++ style comments | Frederic Cambus | 5 | +31 | -31 |
2018-11-23 16:28 | Stop abusing C++ style comments in files header | Frederic Cambus | 7 | +77 | -70 |
2018-11-23 16:15 | Run include-what-you-use to add missing headers and remove unnecessary ones | Frederic Cambus | 6 | +6 | -8 |
2018-11-23 16:06 | Use OpenBSD style(9) for function prototypes and declarations | Frederic Cambus | 6 | +30 | -16 |
2018-11-23 15:58 | Remove commented out unused code | Frederic Cambus | 1 | +1 | -8 |
2018-11-23 14:54 | Add Travis CI and Coverity badge to the README again | Frederic Cambus | 1 | +7 | -0 |
2018-11-23 14:50 | Update ChangeLog and TODO | Frederic Cambus | 2 | +17 | -2 |
2018-10-26 16:39 | Call ansilove_clean() before exiting | Frederic Cambus | 1 | +2 | -0 |
2018-10-24 20:53 | Second pass at trying to build and install libansilove (Travis CI) | Frederic Cambus | 1 | +3 | -1 |
2018-10-24 20:49 | Fix git repository URL (Travis CI) | Frederic Cambus | 1 | +1 | -1 |
2018-10-24 20:46 | First pass at trying to build and install libansilove (Travis CI) | Frederic Cambus | 1 | +2 | -0 |
2018-10-24 20:45 | Enable TravisCI integration again | Frederic Cambus | 1 | +27 | -0 |
2018-10-24 20:11 | Account for the retinaScaleFactor to scale_factor renaming | Frederic Cambus | 1 | +4 | -4 |
2018-10-19 12:08 | Fix a typo in file header | Frederic Cambus | 1 | +1 | -1 |
2018-10-19 11:46 | Update documention and TODO | Frederic Cambus | 2 | +4 | -5 |
2018-10-19 11:39 | If readComments() fail, set record->comments to 0 | Frederic Cambus | 1 | +3 | -1 |
2018-10-19 11:38 | Change return type of readComments() to allow returning error codes | Frederic Cambus | 2 | +7 | -7 |
2018-10-19 11:38 | Display scale factor when -r or -R options are used | Frederic Cambus | 1 | +4 | -0 |
2018-10-19 11:36 | Ansilove now generates only one output file when -r or -R options are used | Frederic Cambus | 2 | +5 | -16 |
2018-10-18 15:06 | Disable using width from the SAUCE record, it causes more issues than it solves | Frederic Cambus | 1 | +2 | -0 |
2018-10-18 12:20 | Remove Travis CI integration for now, until the libansilove dependency is handled | Frederic Cambus | 2 | +1 | -31 |
2018-10-18 12:18 | Add new fonts include file, to map font names to macros | Frederic Cambus | 1 | +94 | -0 |
2018-10-18 12:07 | Refactor font selection processing | Frederic Cambus | 1 | +13 | -4 |
2018-10-18 09:11 | Refactor rendering mode processing | Frederic Cambus | 1 | +7 | -6 |
2018-10-18 08:08 | Mention that columns can also be specified for TND files now | Frederic Cambus | 1 | +2 | -2 |
2018-10-18 08:07 | Restrict maximum allowed number of columns to 4096 | Frederic Cambus | 1 | +2 | -2 |
2018-10-18 07:53 | Check asprintf() return value and error if allocation fails | Frederic Cambus | 1 | +8 | -2 |
2018-10-04 07:52 | Comparison of array 'record->tinfos' not equal to a null pointer is always true | Frederic Cambus | 1 | +1 | -3 |
2018-10-04 07:50 | There is no need to put fileName and retina in options anymore | Frederic Cambus | 1 | +7 | -6 |
2018-10-04 07:49 | Remove unnecessary include | Frederic Cambus | 1 | +0 | -1 |
2018-10-01 08:25 | Merge pull request #21 from bart-d/master | Frederic Cambus | 3 | +6 | -3 |
2018-09-30 08:44 | SAUCE 00.5 change filler to tinfos | bart-d | 3 | +6 | -3 |
2018-09-29 09:55 | Remove all Atom stuff, Stefan is not using it anymore ;) | Frederic Cambus | 3 | +0 | -47 |
2018-09-28 21:11 | Use width from the SAUCE record if present and if -c wasn't specified | Frederic Cambus | 1 | +5 | -0 |
2018-09-28 20:56 | Display number of columns for Tundra files as well | Frederic Cambus | 1 | +1 | -1 |
2018-09-27 08:16 | Update README: remove section about the macOS framework | Frederic Cambus | 1 | +0 | -4 |
2018-09-26 16:44 | Add a new switch (-d) to toggle DOS aspect ratio | Frederic Cambus | 1 | +5 | -1 |
2018-09-26 09:22 | Mention that the -c switch can now also be used for ANSI files | Frederic Cambus | 1 | +1 | -1 |
2018-09-26 09:17 | Display number of columns for ANSI files as well | Frederic Cambus | 1 | +1 | -1 |
2018-09-11 21:22 | Call ansilove_savefile() to create the output file | Frederic Cambus | 1 | +4 | -7 |
2018-07-29 21:59 | There is no need for the outputName variable anymore | Frederic Cambus | 1 | +2 | -6 |
2018-07-16 18:18 | Mention libansilove in build dependencies | Frederic Cambus | 1 | +10 | -8 |
2018-07-16 18:15 | Cleanup headers | Frederic Cambus | 1 | +0 | -4 |
2018-07-16 18:14 | Use ansilove_loadfile() to load input file | Frederic Cambus | 1 | +1 | -25 |
2018-07-16 18:14 | Use ansilove_init() to initialize context | Frederic Cambus | 1 | +1 | -8 |
2018-07-16 09:29 | Make functions static | Frederic Cambus | 1 | +8 | -8 |
2018-07-07 12:19 | Account for renamed output struct | Frederic Cambus | 1 | +34 | -34 |
2018-07-04 08:54 | Account for renamed input struct | Frederic Cambus | 1 | +13 | -13 |
2018-07-04 06:59 | Use the new DIZ files handling mechanism | Frederic Cambus | 1 | +4 | -1 |
2018-07-02 09:58 | Account for changes in input and output structs | Frederic Cambus | 1 | +7 | -7 |
2018-07-02 09:55 | Use new prefixed loaders names | Frederic Cambus | 1 | +7 | -7 |
2018-06-29 19:36 | Make input and ouput structures static, fixes default font selection check | Frederic Cambus | 1 | +2 | -2 |
2018-06-29 18:45 | Use mmap(2) to map the input file into memory | Frederic Cambus | 2 | +16 | -24 |
2018-06-29 18:01 | Sort headers | Frederic Cambus | 3 | +9 | -9 |
2018-06-29 18:00 | Formatting fixes | Frederic Cambus | 4 | +456 | -459 |
2018-06-29 17:02 | Use input and output structures to pass parameters to the loaders | Frederic Cambus | 1 | +45 | -49 |
2018-06-29 17:00 | Update TODO | Frederic Cambus | 1 | +2 | -14 |
2018-06-29 16:58 | Require libansilove header, and drop headers for the loaders | Frederic Cambus | 1 | +1 | -8 |
2018-06-29 16:57 | Update CMakeLists.txt: we do not need GD anymore, only libansilove | Frederic Cambus | 1 | +7 | -9 |
2018-06-29 16:54 | Remove everything which now belongs to libansilove | Frederic Cambus | 23 | +0 | -8082 |
2018-06-19 16:50 | Bump version to 3.0.9 | Frederic Cambus | 3 | +3 | -3 |
2018-06-19 16:46 | Update ChangeLog | Frederic Cambus | 1 | +9 | -0 |
2018-06-19 10:38 | Remove explicit calls to free before exiting | Frederic Cambus | 1 | +0 | -3 |
2018-06-19 10:06 | Add code to skip PabloDraw 24-bit ANSI sequences | Frederic Cambus | 1 | +7 | -0 |
2018-06-19 10:05 | Increment maximum ansi sequences length | Frederic Cambus | 1 | +1 | -1 |
2018-06-19 10:05 | Harmonize copyright symbols | Frederic Cambus | 29 | +30 | -30 |
2018-06-19 10:01 | Bump copyright year | Frederic Cambus | 30 | +32 | -32 |
2018-06-19 09:32 | Do not use -Werror by default | Frederic Cambus | 1 | +1 | -1 |
2018-02-07 18:48 | Add a new example ANSi | Frederic Cambus | 1 | +16 | -0 |
2018-01-22 11:12 | Add a new example ANSi (Thanks Sylvao) | Frederic Cambus | 2 | +33 | -0 |
2017-12-28 13:06 | Update THANKS file | Frederic Cambus | 1 | +2 | -0 |
2017-12-20 12:22 | Bump version to 3.0.8 | Frederic Cambus | 3 | +3 | -3 |
2017-12-20 12:21 | Updated ChangeLog | Frederic Cambus | 1 | +9 | -0 |
2017-12-20 12:14 | Minor documentation fix | Frederic Cambus | 1 | +1 | -1 |
2017-12-20 12:14 | Adding a new example ANSi (Thanks Burps) | Frederic Cambus | 1 | +0 | -0 |
2017-12-20 11:56 | Merge branch 'retina' | Frederic Cambus | 19 | +61 | -44 |
2017-12-19 14:47 | Specify allowed ranges in error messages | Frederic Cambus | 1 | +3 | -3 |
2017-12-19 14:47 | Retina scale factor can be between 2 and 8 | Frederic Cambus | 1 | +1 | -1 |
2017-12-19 14:47 | Document the new '-R' flag | Frederic Cambus | 3 | +8 | -2 |
2017-12-19 13:59 | Do not break compatibility, '-r' produces @2x output and '-R' allows specifying a custom scale factor | Frederic Cambus | 1 | +4 | -1 |
2017-12-18 22:13 | Reflect OpenBSD's pledge() changes | Frederic Cambus | 2 | +3 | -3 |
2017-12-18 21:12 | Allow specifying custom retina scale factor | Frederic Cambus | 17 | +48 | -40 |
2017-12-16 14:09 | Use asprintf() to create output filenames | Frederic Cambus | 1 | +3 | -7 |
2017-12-16 14:08 | Implicitely free memory on exit | Frederic Cambus | 1 | +3 | -0 |
2017-12-16 14:08 | Initialize outputFile to NULL | Frederic Cambus | 1 | +1 | -1 |
2017-10-04 13:15 | Adding two new examples | Frederic Cambus | 2 | +37 | -0 |
2017-07-28 15:45 | Adding a new example ANSi (Thanks Burps) | Frederic Cambus | 1 | +0 | -0 |
2017-07-02 16:05 | Bumping version to 3.0.7 | Frederic Cambus | 3 | +3 | -3 |
2017-07-02 16:04 | Updated ChangeLog | Frederic Cambus | 1 | +11 | -0 |
2017-07-02 15:40 | Add missing include | Frederic Cambus | 1 | +2 | -0 |
2017-07-02 15:16 | Fix grammar | Frederic Cambus | 28 | +28 | -28 |
2017-07-02 15:12 | Switch the PCBoard loader to use the ANSI color palette with a color mapping array | Frederic Cambus | 2 | +18 | -20 |
2017-06-29 08:08 | Use defined palettes instead of hardcoding each color value in the loaders | Frederic Cambus | 3 | +20 | -65 |
2017-06-28 18:04 | Define palettes in config.h | Frederic Cambus | 1 | +21 | -0 |
2017-06-28 17:13 | Initialize values correctly when declaring them | Frederic Cambus | 1 | +1 | -4 |
2017-06-28 16:36 | Skip erase in line (EL) sequences (issue reported by Bart Dumon, thanks!) | Frederic Cambus | 1 | +7 | -0 |
2017-05-21 12:04 | Match the list of supported file formats from README | Frederic Cambus | 1 | +1 | -1 |
2017-05-21 11:58 | Update TODO | Frederic Cambus | 1 | +13 | -0 |
2017-05-14 19:04 | Formatting fixes | Frederic Cambus | 1 | +7 | -7 |
2017-05-14 19:01 | Better description of supported file formats | Frederic Cambus | 1 | +9 | -12 |
2017-05-13 20:59 | Fix wrong substitution order | Frederic Cambus | 2 | +6 | -6 |
2017-05-13 16:53 | Rename variables | Frederic Cambus | 10 | +136 | -136 |
2017-05-13 16:49 | Ensure binary files have an even size | Frederic Cambus | 1 | +6 | -0 |
2017-04-28 17:29 | reduce specific line to 80 columns | ByteProject | 1 | +1 | -1 |
2017-04-25 07:49 | Print messages to to stderr instead of stdout (Fixes #13) | Frederic Cambus | 1 | +31 | -31 |
2017-04-25 07:49 | Fix FreeBSD dependencies installation instructions | Frederic Cambus | 1 | +1 | -1 |
2017-04-24 19:52 | Merge pull request #14 from AMDmi3/patch-1 | Frederic Cambus | 1 | +1 | -1 |
2017-04-24 19:35 | Fix installation command for FreeBSD | Dmitry Marakasov | 1 | +1 | -1 |
2017-04-23 20:39 | Update ChangeLog and tag 3.0.6 | Frederic Cambus | 1 | +3 | -1 |
2017-04-22 21:53 | correct example for custom output -o flag | ByteProject | 1 | +1 | -1 |
2017-04-22 16:21 | reflect v3.0.6 changes | ByteProject | 1 | +6 | -0 |
2017-04-22 16:17 | prevent .png appendix with -o flag | ByteProject | 1 | +8 | -7 |
2017-04-22 16:16 | extensive README update | ByteProject | 1 | +9 | -7 |
2017-04-22 15:32 | bump version to 3.0.6 | ByteProject | 4 | +6 | -6 |
2017-04-22 11:22 | add proj cleanup script for Atom build support | ByteProject | 1 | +19 | -0 |
2017-04-22 10:39 | Add support to build project from Atom editor | Stefan Vogt | 1 | +26 | -0 |
2017-04-18 20:17 | Rename alDrawChar function to drawchar | Frederic Cambus | 9 | +11 | -11 |
2017-04-18 09:54 | Harmonize canvas names in all loaders | Frederic Cambus | 7 | +131 | -131 |
2017-04-18 09:49 | Group calls to free together | Frederic Cambus | 1 | +3 | -5 |
2017-04-18 09:41 | Create an output function to unify the way output files are created (Fixes #12) | Frederic Cambus | 20 | +97 | -140 |
2017-04-16 21:14 | Run chmod -x on some files | Frederic Cambus | 13 | +0 | -0 |
2017-04-16 21:05 | Bumping version to 3.0.5 | Frederic Cambus | 3 | +3 | -3 |
2017-04-16 21:05 | Updated ChangeLog | Frederic Cambus | 1 | +16 | -0 |
2017-04-16 20:44 | Rename font_size_x and font_size_y variables to width and height | Frederic Cambus | 8 | +71 | -71 |
2017-04-16 20:02 | Fix OpenBSD's style(9) offender in compat functions | Frederic Cambus | 2 | +2 | -3 |
2017-04-16 20:01 | Update TODO | Frederic Cambus | 1 | +1 | -0 |
2017-04-16 19:55 | Remove WRAP_COLUMN_80 option | Frederic Cambus | 2 | +1 | -5 |
2017-04-16 19:52 | Create a retina function instead of duplicating code in all loaders | Frederic Cambus | 11 | +66 | -118 |
2017-04-16 19:24 | Use return instead of exit in main() | Frederic Cambus | 1 | +3 | -3 |
2017-04-15 21:41 | Use fstat to get the file size | Frederic Cambus | 1 | +5 | -1 |
2017-04-15 20:45 | Remove SUBSTITUTE_BREAK option | Frederic Cambus | 2 | +1 | -2 |
2017-04-15 20:43 | Use perror when printing errors | Frederic Cambus | 7 | +28 | -14 |
2017-04-15 19:49 | Rename some variables | Frederic Cambus | 11 | +58 | -58 |
2017-04-15 16:01 | Use the ternary operator when shitfing cursor position | Frederic Cambus | 1 | +4 | -20 |
2017-04-15 15:47 | Free seqGrab where necessary | Frederic Cambus | 1 | +7 | -0 |
2017-04-14 22:22 | Remove the custom substr function, and call strndup directly | Frederic Cambus | 5 | +12 | -50 |
2017-04-14 21:44 | Remove unnecessary header | Frederic Cambus | 1 | +0 | -1 |
2017-04-14 21:44 | Be consistent in the way we spell ANSI | Frederic Cambus | 1 | +2 | -2 |
2017-04-14 21:43 | Add a trailing NUL character to inputFileBuffer | Frederic Cambus | 1 | +2 | -0 |
2017-03-01 20:31 | Merge pull request #10 from JoshStrobl/patch-1 | Frederic Cambus | 1 | +5 | -0 |
2017-03-01 17:49 | Added Solus as an installation option for ansilove | Joshua Strobl | 1 | +5 | -0 |
2017-02-09 13:36 | Bump copyright year | Frederic Cambus | 30 | +31 | -31 |
2017-02-09 12:49 | Formatting fixes | Frederic Cambus | 1 | +6 | -2 |
2017-02-07 09:04 | Remove extraneous whitespace | Frederic Cambus | 1 | +1 | -1 |
2017-02-07 08:10 | Whitespace fixes | Frederic Cambus | 10 | +20 | -22 |
2017-02-07 08:08 | Fix URLs and use https wherever possible | Frederic Cambus | 2 | +5 | -5 |
2017-02-07 08:07 | Formatting fixes | Frederic Cambus | 2 | +5 | -5 |
2016-12-17 23:08 | Leave room for a trailing NUL character | Frederic Cambus | 1 | +1 | -1 |
2016-12-17 17:20 | Set *font_data_xbin to NULL | Frederic Cambus | 1 | +1 | -1 |
2016-12-07 22:51 | Free font data where appropriate | Frederic Cambus | 3 | +6 | -0 |
2016-12-07 22:30 | Free memory allocated in the PCBoard loader | Frederic Cambus | 1 | +2 | -0 |
2016-12-07 14:54 | Update Coverity configuration | Frederic Cambus | 1 | +2 | -1 |
2016-12-07 14:47 | Tweak and reformat README file | Frederic Cambus | 1 | +20 | -12 |
2016-12-07 14:31 | Hook Coverity Scan to the build | Frederic Cambus | 1 | +18 | -0 |
2016-11-26 13:43 | Add Travis CI badge to README | Frederic Cambus | 1 | +4 | -1 |
2016-11-26 13:30 | Try to install 'libgd2-noxpm-dev' instead of 'libgd-dev' (Travis CI) | Frederic Cambus | 1 | +1 | -1 |
2016-11-26 13:25 | Initial Travis CI configuration file | Frederic Cambus | 1 | +8 | -0 |
2016-11-19 18:39 | Add installation instructions for NetBSD | Frederic Cambus | 1 | +1 | -0 |
2016-11-17 08:39 | Merge pull request #9 from AMDmi3/patch-1 | Frederic Cambus | 1 | +3 | -3 |
2016-11-16 17:54 | Add dependency and ansilove installation instructions for FreeBSD | Dmitry Marakasov | 1 | +3 | -3 |
2016-07-28 16:03 | Bumping version to 3.0.4 | Frederic Cambus | 3 | +3 | -3 |
2016-07-28 16:03 | Updated ChangeLog | Frederic Cambus | 1 | +10 | -0 |
2016-07-28 15:54 | Removing extraneous characters | Frederic Cambus | 2 | +45 | -45 |
2016-07-28 08:57 | Merge branch 'file-loading' | Frederic Cambus | 20 | +196 | -449 |
2016-07-28 07:49 | Updating TODO | Frederic Cambus | 1 | +2 | -0 |
2016-07-23 11:29 | Variable names harmonisation | Frederic Cambus | 17 | +144 | -144 |
2016-07-23 11:21 | Refactoring bits and columns argument value handling | Frederic Cambus | 1 | +27 | -37 |
2016-07-22 10:47 | Remove filesize.c from SRC in CMakeLists.txt | Frederic Cambus | 1 | +1 | -1 |
2016-07-22 10:46 | Remove now unused file size function | Frederic Cambus | 3 | +0 | -64 |
2016-07-22 10:46 | Use stat to get input file size instead of custom file size function | Frederic Cambus | 1 | +4 | -1 |
2016-07-22 10:44 | Converting the IceDraw and Tundra loaders to get input file buffer as function parameter | Frederic Cambus | 5 | +6 | -75 |
2016-07-22 10:39 | Adjust the file size if file contains a SAUCE record | Frederic Cambus | 1 | +6 | -0 |
2016-07-22 10:33 | Converting the Artworx, Binary, PCBoard and XBin loaders to get input file buffer as function parameter | Frederic Cambus | 9 | +12 | -128 |
2016-07-22 10:20 | Get rid of intermediate variables | Frederic Cambus | 1 | +2 | -5 |
2016-07-22 10:18 | Modifying ANSI loader function prototype to pass input file buffer instead of the input file name | Frederic Cambus | 3 | +3 | -3 |
2016-07-22 10:14 | Move input file loader from the ANSI loader to main | Frederic Cambus | 2 | +29 | -29 |
2016-07-22 09:51 | Fixing repository name and license in printed messages | Frederic Cambus | 1 | +5 | -5 |
2016-07-19 10:34 | Reflecting license change in the manpage as well | Frederic Cambus | 1 | +10 | -14 |
2016-07-18 15:24 | Relicensed under the BSD 2-Clause license | Frederic Cambus | 32 | +50 | -38 |
2016-07-13 22:28 | Bumping version to 3.0.3 | Frederic Cambus | 3 | +3 | -3 |
2016-07-13 22:28 | Updated ChangeLog | Frederic Cambus | 1 | +11 | -0 |
2016-07-13 22:18 | Define _NETBSD_SOURCE macro to make 'strndup' declaration visible on NetBSD | Frederic Cambus | 1 | +1 | -0 |
2016-07-13 22:16 | Removing more whitespace | Frederic Cambus | 4 | +10 | -9 |
2016-07-13 13:31 | Moving includes to substr.c | Frederic Cambus | 2 | +2 | -6 |
2016-07-13 13:28 | Define _XOPEN_SOURCE macro (for 'strdup' and 'strndup' functions) | Frederic Cambus | 1 | +1 | -0 |
2016-07-11 11:14 | Use strdup when lowercasing file extension, to avoid modifying input filename | Frederic Cambus | 1 | +1 | -1 |
2016-07-11 11:10 | Changing construct to use while instead | Frederic Cambus | 1 | +5 | -3 |
2016-07-11 10:39 | Adding cast to fix compilation on NetBSD with GCC 4.8.4 [-Werror=char-subscripts] | Frederic Cambus | 1 | +1 | -1 |
2016-07-11 10:05 | Removed a lot of whitespace | Frederic Cambus | 13 | +298 | -302 |
2016-01-24 14:54 | Switch back to compiling with -std=c99 instead of -std=gnu99 | Frederic Cambus | 2 | +1 | -4 |
2016-01-24 14:53 | Define _XOPEN_SOURCE macro (for 'strdup' and 'strndup' functions) | Frederic Cambus | 2 | +2 | -0 |
2016-01-24 14:52 | Adding some missing includes | Frederic Cambus | 2 | +2 | -0 |
2016-01-21 17:00 | Bumping version to 3.0.2 | Frederic Cambus | 3 | +3 | -3 |
2016-01-21 16:59 | Updated ChangeLog | Frederic Cambus | 1 | +28 | -2 |
2016-01-21 16:54 | Adding detailed font options in the manual page | Frederic Cambus | 1 | +61 | -3 |
2016-01-21 14:04 | Documentation update (adding OpenBSD installation instructions) | Frederic Cambus | 1 | +8 | -0 |
2016-01-21 13:07 | Pruning unnecessary background_canvas variable used for transparency mode, use colour index instead | Frederic Cambus | 1 | +1 | -6 |
2016-01-21 11:37 | Fixing regression in the Workbench mode rendering | Frederic Cambus | 1 | +9 | -8 |
2016-01-21 10:52 | Updating TODO | Frederic Cambus | 1 | +1 | -1 |
2016-01-21 10:49 | Removing 'workbench-transparent' rendering mode, it never made sense | Frederic Cambus | 1 | +0 | -4 |
2016-01-21 10:49 | Fixing regression in the CED mode rendering | Frederic Cambus | 1 | +12 | -7 |
2016-01-20 21:13 | Pruning more remnants from the PHP version | Frederic Cambus | 1 | +1 | -2 |
2016-01-20 21:09 | Removing all calls to 'atoi' and using OpenBSD's 'strtonum' instead | Frederic Cambus | 2 | +14 | -8 |
2016-01-20 19:50 | Using enumeration constants instead of macros to define configuration options | Frederic Cambus | 2 | +6 | -4 |
2016-01-20 19:45 | Prune unnecessary include | Frederic Cambus | 1 | +0 | -1 |
2016-01-20 19:44 | Renaming 'alconfig' to simply 'config' | Frederic Cambus | 4 | +23 | -23 |
2016-01-20 19:39 | Renaming 'albinfonts' to simply 'fonts' | Frederic Cambus | 6 | +6302 | -6302 |
2016-01-20 19:33 | Moving all loaders to a separate directory | Frederic Cambus | 30 | +1955 | -1943 |
2016-01-20 16:04 | AnsiLove is now pledged on OpenBSD | Frederic Cambus | 1 | +4 | -0 |
2016-01-20 15:56 | Updating TODO | Frederic Cambus | 1 | +3 | -0 |
2016-01-20 15:56 | Conditional include for 'pledge' + adding some required headers | Frederic Cambus | 1 | +6 | -0 |
2016-01-20 15:55 | Modifying CMakeList to link pledge conditionally | Frederic Cambus | 1 | +6 | -1 |
2016-01-20 15:47 | Adding a null pledge implementation | Frederic Cambus | 2 | +7 | -0 |
2016-01-20 15:39 | Display name of input and output files before lowercasing file extension, for correct display | Frederic Cambus | 1 | +8 | -5 |
2016-01-17 23:15 | Some CMakeLists.txt tweaks to separate loaders from the other source files | Frederic Cambus | 1 | +4 | -2 |
2016-01-17 15:44 | Simplifying loader names for all supported formats | Frederic Cambus | 15 | +21 | -21 |
2016-01-16 17:15 | Moving ANSI and PCBoard character structures to their respective loader headers | Frederic Cambus | 5 | +23 | -20 |
2016-01-16 17:11 | Removed prototype for 'str_replace' which has been pruned | Frederic Cambus | 1 | +0 | -3 |
2016-01-16 17:10 | Moving the ANSi format loader to its own files | Frederic Cambus | 6 | +598 | -571 |
2016-01-16 17:06 | Moving the PCBoard format loader to its own files | Frederic Cambus | 6 | +266 | -238 |
2016-01-16 17:03 | Moving the Tundra format loader to its own files | Frederic Cambus | 6 | +261 | -233 |
2016-01-16 17:01 | Moving the XBin format loader to its own files | Frederic Cambus | 6 | +261 | -232 |
2016-01-16 16:56 | Moving the IceDraw format loader to its own files | Frederic Cambus | 6 | +220 | -191 |
2016-01-16 16:56 | Moving the Artworx format loader to its own files | Frederic Cambus | 6 | +156 | -128 |
2016-01-16 16:54 | Moving the Binary format loader to its own files | Frederic Cambus | 6 | +164 | -134 |
2016-01-16 16:51 | Moving 'alSelectFont' function and font structure to 'albinfonts' files | Frederic Cambus | 4 | +154 | -151 |
2016-01-16 16:23 | Move SAUCE functions into their own file | Frederic Cambus | 6 | +182 | -149 |
2016-01-16 15:22 | Pruning now unused variables and image buffers | Frederic Cambus | 1 | +1 | -14 |
2016-01-16 15:21 | Pruning more legacy color allocation | Frederic Cambus | 1 | +0 | -13 |
2016-01-16 15:21 | Allocating standard, CED and WorkBench color palettes in the ANSI image buffer | Frederic Cambus | 1 | +38 | -50 |
2016-01-16 15:16 | Removing unnecessary rewind instructions | Frederic Cambus | 1 | +0 | -13 |
2016-01-16 14:10 | Since we are now plotting characters directly, we do not need to create font and background bitmaps anymore | Frederic Cambus | 1 | +1 | -19 |
2016-01-16 14:08 | Remove support for drawing bold, italics and underline characters for Amiga fonts | Frederic Cambus | 1 | +3 | -130 |
2016-01-15 22:34 | Add additional include directories for compat functions to avoid using relative path in includes | Frederic Cambus | 2 | +4 | -1 |
2016-01-12 06:55 | Removing hardcoded paths for GD library detection | Frederic Cambus | 1 | +8 | -4 |
2016-01-12 06:50 | Adding install target for man page | Frederic Cambus | 1 | +2 | -0 |
2016-01-12 06:46 | Small fix in the man page | Frederic Cambus | 1 | +1 | -2 |
2016-01-11 13:11 | Changing SourceForge URL to point to ansilove.org + lowercasing repository name | Frederic Cambus | 1 | +2 | -2 |
2016-01-11 09:51 | Adding a new example XBin (Thanks Enzo) | Frederic Cambus | 2 | +1 | -0 |
2016-01-04 21:40 | Bye bye SourceForge | Frederic Cambus | 1 | +1 | -1 |
2016-01-04 21:25 | Renaming the 'ansis' directory to 'examples' | Frederic Cambus | 28 | +0 | -0 |
2016-01-03 17:09 | Bumping version to 3.0.1 | Frederic Cambus | 5 | +35 | -36 |
2016-01-03 17:05 | Updated ChangeLog | Frederic Cambus | 1 | +16 | -2 |
2016-01-03 16:47 | Adding initial manual page in mdoc format | Frederic Cambus | 1 | +94 | -0 |
2016-01-03 15:06 | Updated copyright information in headers + LICENSE | Frederic Cambus | 15 | +16 | -16 |
2016-01-02 17:29 | Using strncmp instead of strcmp + strndup combo, as strndup is not part of C99 | Frederic Cambus | 1 | +1 | -1 |
2015-12-31 16:50 | Updating TODO | Frederic Cambus | 1 | +2 | -0 |
2015-12-31 16:47 | Re-enable the '-Werror' flag and changing standard to gnu99 | Frederic Cambus | 2 | +1 | -2 |
2015-12-31 16:13 | Remove support for configurable RGB values for CED and WorkBench modes | Frederic Cambus | 2 | +25 | -88 |
2015-12-31 16:11 | Remove support for configurable diz extensions | Frederic Cambus | 2 | +4 | -14 |
2015-12-31 15:41 | Removing the '-Werror' flag for now | Frederic Cambus | 2 | +2 | -1 |
2015-12-31 15:34 | Pruning now unused 'str_replace' function | Frederic Cambus | 1 | +0 | -36 |
2015-12-31 15:34 | Removing optional filters for PCBoard sequences | Frederic Cambus | 2 | +1 | -16 |
2015-12-31 15:25 | Removing unused colors array in the ADF loader | Frederic Cambus | 1 | +1 | -2 |
2015-12-31 15:09 | Remove some unused variables and assignments | Frederic Cambus | 1 | +5 | -12 |
2015-12-31 15:08 | Grouping checks for font + bits summary | Frederic Cambus | 1 | +0 | -3 |
2015-12-31 15:05 | Adding missing include | Frederic Cambus | 1 | +1 | -0 |
2015-12-29 22:27 | Initializing some uninitialized variables | Frederic Cambus | 1 | +3 | -3 |
2015-12-13 17:38 | Bumping version to 3.0.0 | Frederic Cambus | 3 | +3 | -3 |
2015-12-13 17:37 | Adding Git repository URL in the README | Frederic Cambus | 1 | +4 | -0 |
2015-12-13 17:26 | Adding TODO | Frederic Cambus | 1 | +3 | -0 |
2015-12-13 17:25 | More documentation tweaks | Frederic Cambus | 1 | +3 | -3 |
2015-12-13 17:09 | Pruning some stuff in documentation and formatting fixes | Frederic Cambus | 1 | +11 | -11 |
2015-12-13 17:07 | Tweaking optional flags examples | Frederic Cambus | 1 | +2 | -1 |
2015-12-10 18:50 | Adding and populating ChangeLog | Frederic Cambus | 1 | +31 | -0 |
2015-12-10 18:28 | Group checks for CR + LF in the PCBoard loader | Frederic Cambus | 1 | +4 | -8 |
2015-12-10 18:10 | Enabling the '-Werror' flag again now that we achieved a clean compile | Frederic Cambus | 1 | +1 | -1 |
2015-12-10 18:09 | Removing unused parameter 'font_size_x' in alDrawChar | Frederic Cambus | 2 | +10 | -10 |
2015-12-10 18:00 | Forgot to commit variable declaration for int_columns | Frederic Cambus | 1 | +1 | -1 |
2015-12-10 17:59 | Some code reformatting in main.c | Frederic Cambus | 1 | +15 | -29 |
2015-12-10 17:54 | Using 'strtonum' to parse and validate columns parameter value | Frederic Cambus | 1 | +11 | -6 |
2015-12-10 13:10 | Group checks for CR + LF in the ANSi loader | Frederic Cambus | 1 | +5 | -9 |
2015-12-10 13:09 | Remove .diz pre-filtering as it was a remnant of the PHP version and was causing issues | Frederic Cambus | 1 | +1 | -9 |
2015-12-10 11:23 | Pruning some stuff from documentation | Frederic Cambus | 1 | +0 | -2 |
2015-12-09 23:01 | More documentation tweaks + THANKS file update | Frederic Cambus | 2 | +7 | -3 |
2015-12-09 22:47 | Using 'strtonum' to parse and validate bits parameter value | Frederic Cambus | 1 | +14 | -10 |
2015-12-09 22:35 | Documentation update (build dependencies) | Frederic Cambus | 1 | +13 | -3 |
2015-12-09 21:24 | Returning an empty string instead of "none" if input file has no extension | Frederic Cambus | 1 | +1 | -1 |
2015-12-09 16:57 | Always append ".png" extension to specified output file name | Frederic Cambus | 1 | +20 | -19 |
2015-12-09 14:10 | Honoring custom output file names for additional retina images | Frederic Cambus | 1 | +10 | -2 |
2015-12-08 15:27 | Use integer value to display number of columns + newline after iCE Colors mode | Frederic Cambus | 1 | +2 | -2 |
2015-12-08 15:26 | Print SAUCE info function cleanups | Frederic Cambus | 1 | +13 | -14 |
2015-12-08 15:19 | Use optind to check if an input file is specified, removing legacy method | Frederic Cambus | 1 | +6 | -6 |
2015-12-08 15:08 | Convert numeric columns command line flags to integer before calling the binary loader | Frederic Cambus | 3 | +6 | -6 |
2015-12-08 14:46 | Fixing type conversion issues | Frederic Cambus | 3 | +49 | -49 |
2015-12-08 14:35 | Conditional include for 'strtonum' | Frederic Cambus | 1 | +5 | -0 |
2015-12-08 14:34 | Fixing file names extension in headers | Frederic Cambus | 4 | +4 | -4 |
2015-10-11 15:41 | Made CMakeList more modular, and linking strtonum conditionally | Frederic Cambus | 1 | +15 | -3 |
2015-10-11 15:38 | Adding a compat directory and importing 'strtonum' function from OpenBSD | Frederic Cambus | 2 | +67 | -0 |
2015-09-08 21:51 | Typo + whitespace errors | Frederic Cambus | 1 | +3 | -3 |
2015-09-08 21:38 | Documentation update (iCE colours) | Frederic Cambus | 1 | +3 | -5 |
2015-09-08 21:38 | Allow enabling iCE colors using the '-i' option, and use a boolean for storing the value | Frederic Cambus | 3 | +14 | -17 |
2015-09-06 18:24 | Removing GD Graphics Library copyright notice as we do not bundle it in our repository anymore | Frederic Cambus | 1 | +1 | -3 |
2015-09-06 18:02 | Merge pull request #6 from timb/master | Frederic Cambus | 2 | +69 | -64 |
2015-09-05 16:32 | update readme/help to match behaviour | timb | 2 | +69 | -64 |
2015-09-03 21:45 | Do not use '-i' option anymore to specify input file name, use optind instead | Frederic Cambus | 1 | +4 | -2 |
2015-07-28 21:42 | Introduced 'alSelectFont' function returning a font structure with populated informations (Close #4) | Frederic Cambus | 2 | +177 | -562 |
2015-07-28 21:08 | Cleanups, second round | Frederic Cambus | 1 | +36 | -36 |
2015-07-28 20:26 | Cleanups, first round | Frederic Cambus | 1 | +16 | -16 |
2015-07-28 18:16 | Merge branch 'getopt' | Frederic Cambus | 4 | +216 | -353 |
2015-07-28 18:11 | Re-enable option to display sauce without converting input file | Frederic Cambus | 1 | +92 | -89 |
2015-07-28 16:44 | Fixing regression | Frederic Cambus | 1 | +1 | -1 |
2015-07-26 20:47 | Changing result variable type to uint32_t to avoid doing comparison of integers of different signs | Frederic Cambus | 1 | +7 | -7 |
2015-07-26 20:38 | Enabling the '-Wextra' flag, in order to catch more stuff | Frederic Cambus | 1 | +1 | -1 |
2015-07-26 20:29 | Correctly display bits in rendering summary | Frederic Cambus | 1 | +1 | -1 |
2015-07-26 20:29 | Modifying functions prototypes to accept bits option as an integer value | Frederic Cambus | 3 | +12 | -12 |
2015-07-26 20:28 | Remove all string to integer conversions for bits in the loaders as they are now handled in one place | Frederic Cambus | 1 | +0 | -28 |
2015-07-26 20:27 | Using mode instead of bits to check for rendering modes to enable | Frederic Cambus | 1 | +4 | -4 |
2015-07-26 20:25 | Convert numeric command line flags to integer values (only bits for now) | Frederic Cambus | 1 | +8 | -0 |
2015-07-26 20:25 | Adding a mode option to specify CED, Workbench and transparent rendering modes | Frederic Cambus | 1 | +10 | -1 |
2015-07-26 17:59 | Modifying function prototypes + removing bits parameters for ADF, IDF, and XBIN loaders | Frederic Cambus | 3 | +15 | -15 |
2015-07-26 17:51 | Remove unused variable 'outputIdentical' | Frederic Cambus | 1 | +0 | -1 |
2015-07-26 17:42 | Default to 160 if columns option is not specified | Frederic Cambus | 1 | +5 | -0 |
2015-07-26 17:25 | Removing commented line | Frederic Cambus | 1 | +0 | -1 |
2015-07-26 17:22 | Populate retinaout if retina mode is enabled | Frederic Cambus | 1 | +6 | -0 |
2015-07-26 16:35 | Re-enable sauce information display | Frederic Cambus | 1 | +51 | -0 |
2015-07-26 16:35 | Re-enable information display | Frederic Cambus | 1 | +21 | -0 |
2015-07-26 15:48 | Removing hardcoded values from the ANSi loader function call | Frederic Cambus | 1 | +1 | -1 |
2015-07-26 15:48 | Specifying default values for bits and font when not specified + enabling iCE colours by default | Frederic Cambus | 1 | +14 | -1 |
2015-07-26 15:46 | Initializing all parameters to NULL | Frederic Cambus | 1 | +5 | -5 |
2015-07-26 15:26 | Create output file name from input when output option is not specified | Frederic Cambus | 1 | +8 | -1 |
2015-07-26 15:26 | Modifying ANSi loader function prototype | Frederic Cambus | 2 | +2 | -2 |
2015-07-26 15:13 | Initial getopt support for parsing command line options | Frederic Cambus | 1 | +80 | -310 |
2015-07-03 10:49 | adding math.h import to header file | ByteProject | 1 | +1 | -0 |
2015-07-03 10:45 | removing math.h import from C source file | ByteProject | 1 | +0 | -1 |
2015-06-28 18:09 | Bumping version to 2.2.1 | Frederic Cambus | 3 | +17 | -17 |
2015-06-15 21:49 | Adding AUTHORS file | Frederic Cambus | 1 | +14 | -0 |
2015-06-15 20:42 | Adding Ansilove ASCII logo in the README | Frederic Cambus | 1 | +16 | -0 |
2015-06-13 19:50 | Fixing the PCB loader to use logical AND as it should | Frederic Cambus | 1 | +5 | -5 |
2015-06-13 19:03 | Fixing file extension detection (Close #2) | Frederic Cambus | 1 | +5 | -18 |
2015-06-13 16:09 | Adding FILE_ID.DIZ, can't describe how good it feels :-) | Frederic Cambus | 1 | +33 | -0 |
2015-06-13 16:05 | Adding 'THANKS' file | Frederic Cambus | 1 | +54 | -0 |
2015-06-13 16:05 | Adding Ansilove artwork, both ASCII and ANSI as example files | Frederic Cambus | 28 | +783 | -0 |
2015-06-12 20:56 | Removing legacy 'info.plist' file | Frederic Cambus | 1 | +0 | -26 |
2015-06-11 18:36 | Add '/usr/local/include' as include directory to allow building on OpenBSD | Frederic Cambus | 1 | +1 | -0 |
2015-06-11 18:22 | Fixing linking error when using GCC | Frederic Cambus | 1 | +1 | -1 |
2015-06-11 17:41 | Adding missing includes | Frederic Cambus | 2 | +3 | -1 |
2015-06-11 17:34 | Remove MIN macro and use math.h's 'fmin' instead | Frederic Cambus | 2 | +2 | -5 |
2015-06-11 17:34 | Adding compiler flags (-Wall, -pedantic) and enforcing C99 mode | Frederic Cambus | 1 | +2 | -0 |
2015-06-11 17:13 | Updating documentation (build requirements + instructions) | Frederic Cambus | 1 | +8 | -3 |
2015-06-11 17:13 | Removing legacy Ubuntu compilation script | Frederic Cambus | 1 | +0 | -27 |
2015-06-11 16:48 | Only linking against GD for now | Frederic Cambus | 2 | +2 | -6 |
2015-06-10 16:54 | Actually removing Xcode project for real this time :-) | Frederic Cambus | 1 | +0 | -365 |
2015-06-10 16:52 | Removing 'lib' directory + Xcode Project as we now use CMake to build the project | Frederic Cambus | 18 | +0 | -7743 |
2015-06-10 16:47 | Moving source files to the 'src' directory | Frederic Cambus | 16 | +3 | -3 |
2015-06-10 16:42 | Removing legacy .pch file | Frederic Cambus | 1 | +0 | -15 |
2015-06-08 22:07 | Switching to CMake to build the project | Frederic Cambus | 2 | +18 | -0 |
2015-06-08 22:04 | Removing 'Foundation.h' imports | Frederic Cambus | 13 | +0 | -63 |
2015-02-02 20:02 | bugfix for issue causing PCB files to render without incomplete canvas | ByteProject | 1 | +3 | -2 |
2015-02-02 17:30 | bugfix that caused Ansilove to crash when rendering Amiga files (sometimes) | ByteProject | 1 | +2 | -2 |
2015-02-02 17:30 | bumped to new version | ByteProject | 1 | +1 | -1 |
2015-02-02 17:30 | cosmetically changes, project referring to AnsiLove org now | ByteProject | 1 | +7 | -7 |
2015-02-02 17:29 | update to the libraries underneath | ByteProject | 1 | +7 | -17 |
2015-02-02 17:29 | massive sub-lib update with custom compiled libgd (OS X) | ByteProject | 14 | +1830 | -2806 |
2015-01-12 23:47 | updating version number in readme | ByteProject | 1 | +1 | -1 |
2015-01-12 23:42 | updating header files | ByteProject | 15 | +30 | -45 |
2015-01-12 23:42 | copy build phase to put dylibs to executable after compilation | ByteProject | 1 | +6 | -0 |
2015-01-12 23:26 | relicensing under the BSD 3-Clause License | ByteProject | 1 | +6 | -27 |
2015-01-12 23:21 | bumped version number to 2.1.3 | ByteProject | 2 | +3 | -3 |
2015-01-12 23:20 | new version number | ByteProject | 1 | +6 | -6 |
2015-01-12 23:20 | removed obsolete include, should have caused errors on Linux | ByteProject | 1 | +0 | -1 |
2015-01-12 23:19 | no more code signing. as usual Xcode project settings auto-updated | ByteProject | 1 | +17 | -13 |
2014-03-06 19:21 | updating version to 2.1.2 | ByteProject | 1 | +11 | -12 |
2014-03-06 18:50 | updating version to 2.1.2 | ByteProject | 3 | +3 | -3 |
2014-03-05 16:11 | fix missing library search paths Somehow AppCode is clever enough to find the libraries you linked, even if the library search paths are empty. Xcode is not so smart. I'm working with AppCode, so I did not notice. With this fix, compilation should work with Xcode again. Tested this time. Much love <3 | ByteProject | 1 | +22 | -20 |
2014-03-04 21:58 | bugfixes! invalid tundra files no longer result in crashes, tundra implementation now parses correct canvas size, bold amiga fonts only in ced and workbench mode | ByteProject | 1 | +103 | -91 |
2014-03-04 21:49 | implementing fileHasSauce bool value to alTundraLoader | ByteProject | 1 | +3 | -2 |
2014-03-04 21:48 | bumping version to 2.1.1 | ByteProject | 2 | +4 | -4 |
2014-03-04 21:46 | excluding AppCode project files in addition to Xcode project files | ByteProject | 1 | +4 | -1 |
2014-03-04 21:44 | adding fileHasSauce bool value to tundra method call | ByteProject | 1 | +3 | -3 |
2014-03-04 21:42 | linking resulting binary against newly bundled dylibs | ByteProject | 1 | +24 | -18 |
2014-03-04 21:41 | adding libpng 1.5.18 binary for OS X | ByteProject | 4 | +3519 | -0 |
2014-03-04 21:39 | upgrading bundled jpeglib binary for OS X to 8.4 | ByteProject | 3 | +5 | -7 |
2014-03-04 21:35 | upgrading bundled libgd binary for OS X to 2.1 | ByteProject | 15 | +2684 | -869 |
2014-03-04 21:30 | changing year in header to 2014 | ByteProject | 11 | +12 | -13 |
2014-03-04 20:24 | it's considered as stable - software is never completed :) bumping version number | ByteProject | 1 | +2 | -2 |
2013-07-12 20:30 | Clang the compiler / Blaine the Mono says: init your variables properly | ByteProject | 1 | +3 | -3 |
2013-07-12 20:28 | now embedding a PLIST in build process when building with Xcode on OS X (and as a foundation tool) | ByteProject | 1 | +26 | -0 |
2013-07-12 20:27 | blah blah new version blah | ByteProject | 1 | +4 | -4 |
2013-07-12 19:22 | version incremented to 2.1.0 | ByteProject | 1 | +2 | -2 |
2013-07-12 19:21 | updated year to 2013 | ByteProject | 1 | +2 | -2 |
2013-07-12 19:21 | another year passed... | ByteProject | 12 | +12 | -12 |
2013-07-12 19:18 | fixing broken paths on Xcode 5 DP | ByteProject | 1 | +53 | -13 |
2013-01-03 04:22 | replace old build script. redo README info for build script. | Brian Cassidy | 3 | +17 | -34 |
2013-01-03 04:19 | Merge pull request #1 from h3rb/patch-1 | Brian Cassidy | 2 | +30 | -0 |
2013-01-02 19:15 | Update README.md | h3rb | 1 | +3 | -0 |
2013-01-02 19:12 | Update shbuild/build_ubuntu_fo_real.sh | h3rb | 1 | +1 | -1 |
2013-01-02 19:10 | Update shbuild/build_ubuntu_fo_real.sh | h3rb | 1 | +1 | -0 |
2013-01-02 19:09 | Update shbuild/build_ubuntu_fo_real.sh | h3rb | 1 | +1 | -1 |
2013-01-02 19:09 | Update shbuild/build_ubuntu_fo_real.sh | h3rb | 1 | +4 | -2 |
2013-01-02 19:02 | Update shbuild/build_ubuntu_fo_real.sh | h3rb | 1 | +1 | -1 |
2013-01-02 18:55 | Create build_ubuntu_fo_real.sh | h3rb | 1 | +24 | -0 |
2012-10-08 09:58 | new release 2.0.2, fixing compatibility issues with PD generated ANSi | ByteProject | 1 | +1 | -1 |
2012-10-08 09:58 | documentation update, referencing new version number | ByteProject | 1 | +1 | -1 |
2012-10-08 09:35 | Skipping 'Set mode' and 'Reset mode' sequences | Frederic Cambus | 1 | +7 | -0 |
2012-10-05 11:50 | project settings update | ByteProject | 1 | +1 | -1 |
2012-09-19 19:18 | full font support for Tundra files | ByteProject | 1 | +123 | -2 |
2012-09-19 19:11 | updated version number to 2.0.1 | ByteProject | 2 | +2 | -2 |
2012-09-19 15:03 | Fixed Terminus binary font to correctly display NUL character | Frederic Cambus | 1 | +1 | -1 |
2012-09-08 22:46 | added Retina documentation | ByteProject | 1 | +16 | -9 |
2012-09-08 22:45 | Retina image output implementation | ByteProject | 3 | +222 | -38 |
2012-09-08 22:45 | new AnsiLove/C version is 2.0.0 | ByteProject | 1 | +1 | -1 |
2012-07-14 16:56 | full font support for .bin and .pcb files | ByteProject | 4 | +230 | -35 |
2012-07-14 07:18 | updated two font command line flags | ByteProject | 1 | +2 | -2 |
2012-07-14 05:30 | corrected a wrong font flag in documentation | ByteProject | 1 | +1 | -1 |
2012-03-31 07:44 | updated version number in documentation | ByteProject | 1 | +1 | -1 |
2012-03-31 06:51 | incremented version number to reflect latest bug fixes | ByteProject | 1 | +1 | -1 |
2012-03-31 06:45 | ANSi escape sequence NUL bug fix | ByteProject | 1 | +1 | -1 |
2012-03-29 19:04 | do not special case chr(26), as it likely does not mean EOF. | Brian Cassidy | 1 | +2 | -2 |
2012-03-29 18:41 | fix incorrect assumption that xbin fonts are 16 lines high | Brian Cassidy | 1 | +1 | -1 |
2012-03-26 16:38 | bumped to version 1.0.245 | ByteProject | 2 | +2 | -2 |
2012-03-24 12:09 | version number bumped to 1.0.243 | ByteProject | 3 | +2 | -3 |
2012-03-24 11:03 | obey to the master of segfaults! | ByteProject | 1 | +15 | -9 |
2012-03-21 23:13 | good software needs a good readme... | ByteProject | 1 | +5 | -5 |
2012-03-21 22:38 | some minor refinements | ByteProject | 1 | +13 | -13 |
2012-03-21 21:56 | the king is dead, long live the king! | ByteProject | 1 | +1 | -1 |
2012-03-17 14:37 | man, how I hate typos! | ByteProject | 1 | +1 | -1 |
2012-03-17 14:32 | updated README, release information, documentation | ByteProject | 1 | +133 | -6 |
2012-03-14 21:28 | version is now 1.0.237 | ByteProject | 1 | +1 | -1 |
2012-03-14 21:26 | wiped Fonts directory variable... we use bin fonts, get out! | ByteProject | 1 | +0 | -2 |
2012-03-14 21:25 | removed what was too much | ByteProject | 1 | +0 | -2 |
2012-03-14 21:25 | voila, help and examples added | ByteProject | 1 | +17 | -16 |
2012-03-14 21:24 | something about the libraries, no idea. forget it. | ByteProject | 1 | +4 | -4 |
2012-03-13 19:33 | Merge branch 'master' of github.com:ByteProject/AnsiLove-C | ByteProject | 1 | +40 | -45 |
2012-03-13 19:33 | removed (now) unused variable | ByteProject | 1 | +0 | -1 |
2012-03-13 18:42 | Fixing color issue with XBin loader \o/ | Frederic Cambus | 1 | +2 | -2 |
2012-03-13 18:38 | Fixing color issue with IDF loader | Frederic Cambus | 1 | +1 | -1 |
2012-03-13 18:29 | Modifications to re-enable CED and Workbench color modes | Frederic Cambus | 1 | +37 | -43 |
2012-03-13 16:49 | another readability improvement | ByteProject | 1 | +3 | -3 |
2012-03-13 16:46 | just for the readability :) | ByteProject | 1 | +3 | -1 |
2012-03-13 16:05 | Removing bitmap fonts (not needed anymore :D) | Frederic Cambus | 29 | +0 | -0 |
2012-03-13 16:02 | Modified ANSi loader to use bit fonts | Frederic Cambus | 1 | +80 | -77 |
2012-03-13 14:40 | Modified IDF loader to use bit fonts (still has color problem, will fix later) …fix later | Frederic Cambus | 1 | +21 | -81 |
2012-03-13 14:30 | Modified ADF loader to use bit fonts | Frederic Cambus | 1 | +22 | -82 |
2012-03-13 14:02 | Modified XBin loader to use bit fonts (still has color problem, will fix later) | Frederic Cambus | 1 | +47 | -113 |
2012-03-11 02:19 | adopted IEEE Std. 1003.1 compliant utility conventions | ByteProject | 1 | +290 | -179 |
2012-03-10 19:25 | IEEE Std. 1003.1 compliant synopsis | ByteProject | 1 | +16 | -7 |
2012-03-10 17:02 | lowercase true value | Brian Cassidy | 1 | +1 | -1 |
2012-03-10 11:03 | minor change in header for legal reasons | ByteProject | 1 | +1 | -2 |
2012-03-10 11:00 | first steps of adopting the IEEE Std 1003.1 (utility conventions) | ByteProject | 1 | +30 | -15 |
2012-03-10 10:57 | minor change in header for legal reasons | ByteProject | 13 | +13 | -26 |
2012-03-10 10:56 | minor LICENSE change for legal reasons | ByteProject | 1 | +2 | -3 |
2012-03-10 09:15 | bumped to v1.0.212 | ByteProject | 1 | +1 | -1 |
2012-03-10 08:45 | some code readability improvements | ByteProject | 1 | +15 | -11 |
2012-03-08 22:01 | Modified PCBoard loader to use bit fonts | Frederic Cambus | 1 | +40 | -82 |
2012-03-08 21:37 | Modified Binary loader to use bitfonts | Frederic Cambus | 1 | +38 | -78 |
2012-03-08 20:06 | Implementing the "bits" option in the character drawing function | Frederic Cambus | 2 | +16 | -12 |
2012-03-08 19:30 | Abstracting character drawing => function alDrawChar | Frederic Cambus | 2 | +27 | -14 |
2012-03-08 18:55 | removed unused variable | ByteProject | 1 | +1 | -1 |
2012-03-07 20:59 | Cursor position fix + changing some variables name | Frederic Cambus | 1 | +22 | -18 |
2012-03-07 20:58 | Free memory after output is rendered | Frederic Cambus | 1 | +2 | -0 |
2012-03-07 20:57 | Resetting ansi buffer when 2J sequence is encountered | Frederic Cambus | 1 | +4 | -8 |
2012-03-07 20:02 | bugfix for processing workbench colors | ByteProject | 1 | +1 | -1 |
2012-03-06 22:52 | 100% Working ANSi parser \o/ | Frederic Cambus | 2 | +48 | -65 |
2012-03-06 21:45 | Fix to make ASCII files render correctly | Frederic Cambus | 1 | +1 | -1 |
2012-03-06 19:57 | don't mind | ByteProject | 1 | +1 | -1 |
2012-03-06 19:47 | voila, a buggy and non-working ANSi renderer :/ | ByteProject | 1 | +153 | -180 |
2012-03-03 11:21 | get ANSi chars 'n attributes from ansiChar structure | ByteProject | 1 | +96 | -95 |
2012-03-03 10:39 | 99.9999% completed Ced / Workbench color processing | ByteProject | 1 | +91 | -40 |
2012-02-28 00:54 | a loophole in limbo | ByteProject | 1 | +364 | -344 |
2012-02-28 00:54 | struct ansiChar and MIN macro | ByteProject | 1 | +16 | -0 |
2012-02-27 19:52 | Merge branch 'master' of github.com:ByteProject/AnsiLove-C | ByteProject | 1 | +1 | -1 |
2012-02-27 19:51 | ANSI sequence parser definitions + cursor position implementation | ByteProject | 1 | +42 | -8 |
2012-02-27 13:18 | seek back 129 due to EOF char | Brian Cassidy | 1 | +1 | -1 |
2012-02-25 12:32 | Merge branch 'master' of github.com:ByteProject/AnsiLove-C | ByteProject | 1 | +2 | -2 |
2012-02-25 12:31 | ANSi implementation update | ByteProject | 1 | +145 | -159 |
2012-02-25 12:31 | importing string.h now as well | ByteProject | 1 | +2 | -1 |
2012-02-24 13:48 | 26 in hex is 0x1a. duh. | Brian Cassidy | 1 | +2 | -2 |
2012-02-24 09:02 | version 1.0.184 marks PCB rendering milestone | ByteProject | 1 | +1 | -1 |
2012-02-24 09:01 | minor copyright information change | ByteProject | 1 | +2 | -2 |
2012-02-24 08:49 | updated copyright information in header | ByteProject | 15 | +63 | -33 |
2012-02-23 16:41 | Dumped Terminus Font | Frederic Cambus | 2 | +260 | -0 |
2012-02-23 16:03 | Dumped Amiga fonts | Frederic Cambus | 2 | +2081 | -0 |
2012-02-23 15:50 | Merge branch 'master' of github.com:ByteProject/AnsiLove-C | ByteProject | 2 | +3380 | -0 |
2012-02-23 15:48 | dynamic memory thingy for PCB buffer structure array | ByteProject | 1 | +21 | -15 |
2012-02-23 15:47 | Dumped fonts for charsets : Baltic, Cyrillic, French Canadian, Greek, Hebrew, Icelandic, Latin-1, Latin-2, Nordic, Portuguese, Russian, Turkish | Frederic Cambus | 2 | +3380 | -0 |
2012-02-23 15:47 | refactored character structure ansiChar to pcbChar | ByteProject | 1 | +2 | -2 |
2012-02-23 14:21 | Fixes to the PCBoard loader, added variable to increment the PCBoard buffer to prevent gaps between characters | Frederic Cambus | 1 | +10 | -8 |
2012-02-23 13:55 | 98 percent working PCB implementation | ByteProject | 3 | +446 | -501 |
2012-02-23 03:26 | PCBoard: creating / processing strip codes array | ByteProject | 2 | +174 | -114 |
2012-02-22 23:38 | PCBoard stub | ByteProject | 3 | +10 | -12 |
2012-02-22 22:34 | useless code beautification...! | ByteProject | 1 | +41 | -25 |
2012-02-22 22:22 | bumped to version 1.0.173, because we can! | ByteProject | 1 | +1 | -1 |
2012-02-22 22:12 | dynamically (re)allocated memory buffer for IDF renderer | ByteProject | 1 | +27 | -9 |
2012-02-21 22:51 | new milestone, new version number - bumped to 1.0.171 | ByteProject | 1 | +1 | -1 |
2012-02-21 15:47 | remove commented code | Brian Cassidy | 1 | +0 | -257 |
2012-02-21 15:46 | compressed xbin | Brian Cassidy | 1 | +64 | -3 |
2012-02-21 02:20 | getting some proper output now | Brian Cassidy | 1 | +5 | -5 |
2012-02-20 20:55 | half-working xbin. will fix later. | Brian Cassidy | 1 | +152 | -0 |
2012-02-20 20:53 | I came to the point... | ByteProject | 1 | +1 | -1 |
2012-02-20 20:51 | well... no comment | ByteProject | 1 | +1 | -1 |
2012-02-20 20:24 | wiped old stuff | ByteProject | 1 | +6 | -412 |
2012-02-20 19:52 | Merge branch 'master' of github.com:ByteProject/AnsiLove-C | ByteProject | 1 | +1 | -1 |
2012-02-20 19:52 | commented unused parts of the IDF header... | ByteProject | 1 | +3 | -3 |
2012-02-20 19:12 | so close | Brian Cassidy | 1 | +1 | -1 |
2012-02-20 19:01 | wiped! face it! | ByteProject | 1 | +0 | -404 |
2012-02-20 19:00 | patch to make binary fonts and linking work | ByteProject | 6 | +445 | -8 |
2012-02-20 17:59 | enabling font_data again like in fred's original implementation | ByteProject | 1 | +2 | -2 |
2012-02-20 17:50 | the repair sessions - season 1 | ByteProject | 1 | +3 | -9 |
2012-02-20 17:33 | moved fonts.h to alfonts.h | ByteProject | 5 | +415 | -394 |
2012-02-20 16:16 | compilation works | Brian Cassidy | 2 | +2 | -2 |
2012-02-20 16:07 | get things compiling on ubuntu again | Brian Cassidy | 2 | +3 | -0 |
2012-02-17 16:05 | setup sections for font/pal/data reading | Brian Cassidy | 1 | +21 | -77 |
2012-02-20 13:40 | TUNDRA header reading + file type checks | Frederic Cambus | 1 | +14 | -2 |
2012-02-20 13:14 | TUNDRA format support | Frederic Cambus | 1 | +199 | -0 |
2012-02-20 12:50 | Importing binary fonts for 80x25 and 80x50 IBM PC Font + Initial TUNDRA support code | Frederic Cambus | 3 | +399 | -8 |
2012-02-19 19:20 | IDF loader working (with fixed size idf_buffer) | Frederic Cambus | 1 | +19 | -23 |
2012-02-19 16:44 | turned off Code Signing which was turned on for testing purposes | ByteProject | 1 | +4 | -8 |
2012-02-19 16:23 | fix for (still not working) implementation | ByteProject | 1 | +2 | -2 |
2012-02-19 15:49 | IDF implementation | ByteProject | 1 | +164 | -68 |
2012-02-19 11:07 | bool type 'fileHasSAUCE' implementation | ByteProject | 3 | +23 | -16 |
2012-02-19 09:32 | changed build / revision number | ByteProject | 1 | +1 | -1 |
2012-02-17 23:47 | please, no more readme changes! | ByteProject | 1 | +1 | -1 |
2012-02-17 22:08 | the international ANSi conspiracy again... meh! | ByteProject | 1 | +1 | -1 |
2012-02-17 22:02 | okay, enough - never gonna update that readme again! | ByteProject | 1 | +2 | -2 |
2012-02-17 21:59 | another change in that friggin' readme and I'm gonna eat my shorts! | ByteProject | 1 | +1 | -1 |
2012-02-17 21:54 | can't stop changing stuff in that readme - lesigh | ByteProject | 1 | +1 | -1 |
2012-02-17 21:48 | some readability improvements | ByteProject | 1 | +5 | -5 |
2012-02-17 21:24 | made "the international ANSi conspiracy" clickable | ByteProject | 1 | +1 | -1 |
2012-02-17 21:20 | introducing "the international ANSi conspiracy" | ByteProject | 1 | +5 | -3 |
2012-02-17 21:20 | more words... m'kay | ByteProject | 1 | +8 | -4 |
2012-02-17 21:19 | cosmetic change in the header | ByteProject | 1 | +1 | -1 |
2012-02-17 21:18 | wiping @bricas bad english :-P | ByteProject | 1 | +4 | -6 |
2012-02-17 15:16 | xbin header | Brian Cassidy | 1 | +6 | -1 |
2012-02-17 03:04 | some IDF code | Brian Cassidy | 1 | +24 | -27 |
2012-02-16 22:59 | first code for rendering IDF | ByteProject | 1 | +221 | -233 |
2012-02-16 22:58 | alIceDrawLoader prototype | ByteProject | 1 | +1 | -0 |
2012-02-16 22:58 | invoking IDF loader | ByteProject | 1 | +2 | -6 |
2012-02-16 20:12 | include 0x1a char in comparison | Brian Cassidy | 1 | +1 | -1 |
2012-02-16 20:09 | minor bit of work to xbin code | Brian Cassidy | 1 | +37 | -1 |
2012-02-16 19:46 | Code Signing the App with my Dev certificate now for OSX | ByteProject | 1 | +11 | -1 |
2012-02-16 18:12 | fix build script comment | Brian Cassidy | 1 | +1 | -1 |
2012-02-16 17:56 | remove pow, use bitshift | Brian Cassidy | 3 | +2 | -3 |
2012-02-16 17:40 | fixing integer output | ByteProject | 1 | +2 | -2 |
2012-02-16 00:19 | Milestone 2 - ADF rendering implemented | ByteProject | 1 | +85 | -120 |
2012-02-16 00:18 | now linking to libmath when building | ByteProject | 1 | +3 | -3 |
2012-02-16 00:00 | include math.h for pow function in ADF renderer | ByteProject | 1 | +1 | -0 |
2012-02-15 23:19 | removed old prototypes | ByteProject | 1 | +0 | -2 |
2012-02-15 23:16 | lots of changes | ByteProject | 2 | +115 | -115 |
2012-02-15 23:14 | refactored to use 32 bit integers | ByteProject | 2 | +3 | -3 |
2012-02-15 23:13 | dropped int64_t in favor of size_t | ByteProject | 2 | +3 | -3 |
2012-02-15 23:13 | refactored 64-bit integers to size_t and int32_t | ByteProject | 1 | +3 | -3 |
2012-02-15 20:17 | xbin stub | Brian Cassidy | 3 | +8 | -15 |
2012-02-15 19:35 | alArtworxLoader prototype | ByteProject | 1 | +1 | -0 |
2012-02-15 19:35 | removed thumbnails reference, now invoking Artworx loader | ByteProject | 1 | +3 | -7 |
2012-02-15 19:34 | the shorter the better, also added alArtworxLoader method | ByteProject | 1 | +5 | -8 |
2012-02-13 22:06 | spring cleaning | ByteProject | 1 | +8 | -85 |
2012-02-13 22:02 | one cosmetic change and removed thumbnails code | ByteProject | 1 | +1 | -6 |
2012-02-13 22:01 | wiped some burden | ByteProject | 1 | +0 | -10 |
2012-02-13 19:08 | surprising nasty compiler warnings when building on Linux | ByteProject | 1 | +3 | -3 |
2012-02-12 18:30 | Fixes to make the Binary rendering work | Frederic Cambus | 1 | +5 | -2 |
2012-02-12 03:49 | beautification | ByteProject | 1 | +1 | -3 |
2012-02-12 03:03 | now like it is in Fred's implementation | ByteProject | 1 | +1 | -1 |
2012-02-12 03:02 | loads of code to render binary ANSI | ByteProject | 1 | +127 | -106 |
2012-02-12 03:02 | alternate declaration | ByteProject | 1 | +1 | -3 |
2012-02-08 19:23 | image pointer declaration (libgd) | ByteProject | 1 | +4 | -0 |
2012-01-23 00:24 | add filesize code to build script | Brian Cassidy | 1 | +1 | -1 |
2012-01-21 19:03 | code to load input_file into a dynamically allocated mem buffer | ByteProject | 1 | +22 | -9 |
2012-01-21 17:02 | proper C99 port of the filesize() function known from PHP | ByteProject | 2 | +71 | -0 |
2012-01-21 17:00 | import and include filesize.h | ByteProject | 1 | +2 | -0 |
2012-01-21 17:00 | disabled some stuff and added method to test filesize() | ByteProject | 1 | +114 | -116 |
2012-01-21 16:59 | added filesize implementation to project | ByteProject | 1 | +6 | -0 |
2012-01-21 16:58 | removed some really unnecessary rubbish | ByteProject | 7 | +0 | -225 |
2012-01-21 11:40 | wiped some garbage, method to open input file | ByteProject | 1 | +3 | -49 |
2012-01-21 10:46 | now executing the newly added binary loader method in ansilove.c | ByteProject | 3 | +216 | -188 |
2012-01-09 13:20 | stdbool again | Brian Cassidy | 1 | +1 | -0 |
2012-01-08 00:50 | lots of changes, mostly related to porting alAnsiLoder to C | ByteProject | 1 | +330 | -345 |
2012-01-08 00:49 | import / include of explode.h | ByteProject | 1 | +3 | -1 |
2012-01-08 00:49 | removed loadAnsi() - we pass directly to ansilove.c now | ByteProject | 1 | +4 | -7 |
2012-01-08 00:47 | added explode.h / explode.c to Ubuntu Linux build script | ByteProject | 1 | +1 | -1 |
2012-01-08 00:47 | something for the eye | ByteProject | 2 | +2 | -0 |
2012-01-08 00:46 | improved implementation of PHP's explode() function | ByteProject | 2 | +79 | -0 |
2012-01-08 00:46 | added explode.h / explode.c to project | ByteProject | 1 | +6 | -0 |
2012-01-02 21:43 | UNIX shell script for compiling AnsiLove/C under Ubuntu Linux | ByteProject | 1 | +18 | -0 |
2012-01-01 15:46 | stdbool it is! | Brian Cassidy | 1 | +5 | -4 |
2011-12-31 20:41 | boolean? hah! | Brian Cassidy | 1 | +4 | -4 |
2011-12-31 16:08 | added SAUCE record flag -r | ByteProject | 1 | +137 | -120 |
2011-12-31 09:49 | no need to make file names lowercase | ByteProject | 1 | +4 | -5 |
2011-12-31 08:44 | many improvements | ByteProject | 1 | +50 | -20 |
2011-12-31 08:43 | first prototype and SAUCE implementation | ByteProject | 2 | +151 | -100 |
2011-12-31 08:41 | changed define FONT_DIR to FONTS_DIR | ByteProject | 1 | +1 | -1 |
2011-12-28 12:07 | typo correction | Stefan Vogt | 1 | +1 | -1 |
2011-12-28 06:42 | sanitize_input() is online / URL related, we leave that out | ByteProject | 1 | +0 | -11 |
2011-12-28 06:41 | we don't need check_libraries, the binary will do that for us | ByteProject | 1 | +0 | -12 |
2011-12-28 06:40 | removed loading the config file, we got a config header | ByteProject | 1 | +0 | -9 |
2011-12-28 06:39 | wiped PHP related functions for error handling and message logging | ByteProject | 1 | +0 | -26 |
2011-12-27 19:44 | tiny modification | ByteProject | 1 | +1 | -1 |
2011-12-27 19:15 | pointed out that libgd is needed to compile / execute the binary | ByteProject | 1 | +2 | -2 |
2011-12-27 18:01 | some detailed informations about primary goals | Stefan Vogt | 1 | +1 | -1 |
2011-12-27 10:02 | added define for the fonts directory | ByteProject | 1 | +3 | -1 |
2011-12-27 09:57 | we just disable everything.... tadaaa... ported! | ByteProject | 1 | +2757 | -2759 |
2011-12-27 09:41 | properly importing the header | ByteProject | 1 | +5 | -5 |
2011-12-27 09:41 | importing all the other stuff we've implemented so far | ByteProject | 1 | +6 | -0 |
2011-12-27 08:41 | wiping all ancient remains ;) | ByteProject | 1 | +1 | -3 |
2011-12-27 08:40 | ansilove.c now added to project again | ByteProject | 1 | +4 | -0 |
2011-12-27 08:37 | ansilove.h for prototypes, properly importing <gd.h> | ByteProject | 2 | +32 | -2 |
2011-12-27 08:37 | now importing ansilove.h | ByteProject | 1 | +2 | -0 |
2011-12-26 23:08 | the king is dead, long live the king! | ByteProject | 1 | +1 | -1 |
2011-12-26 21:30 | fixed an annoying bug... | ByteProject | 1 | +1 | -1 |
2011-12-26 21:13 | build settings update: linked to libgd / libjpeg dylibs | ByteProject | 1 | +32 | -8 |
2011-12-26 21:12 | libjpeg dynamic library, compiled on Mac OS X Lion, 64-bit | ByteProject | 1 | +0 | -0 |
2011-12-26 21:11 | libgd dynamic library, compiled on Mac OS X Lion, 64-bit | ByteProject | 1 | +0 | -0 |
2011-12-26 21:11 | headers / includes for libjpeg | ByteProject | 4 | +1889 | -0 |
2011-12-26 21:10 | headers / includes for libgd | ByteProject | 10 | +1498 | -0 |
2011-12-26 21:09 | moved to a new place | ByteProject | 16 | +0 | -3387 |
2011-12-26 20:59 | now correctly referring to AnsiLove/C | ByteProject | 1 | +1 | -1 |
2011-12-26 20:57 | moved some bits around again | ByteProject | 1 | +0 | -4 |
2011-12-26 20:56 | added project specific header | ByteProject | 1 | +9 | -1 |
2011-12-26 20:56 | some blahblah | ByteProject | 2 | +2 | -1 |
2011-12-26 20:55 | exact implementation of the PHP function strtolower() | ByteProject | 2 | +2 | -3 |
2011-12-26 20:55 | exact implementation of the PHP function substr() | ByteProject | 2 | +2 | -2 |
2011-12-26 20:54 | we don't need a man file at this point | ByteProject | 1 | +0 | -80 |
2011-12-26 20:39 | fonts from AnsiLove/PHP 1.09 release | ByteProject | 29 | +0 | -0 |
2011-12-26 20:30 | compiled on Mac OS X Lion, 64-bit | ByteProject | 1 | +0 | -0 |
2011-12-26 20:30 | compiled on Mac OS X Lion, 64-bit | ByteProject | 1 | +0 | -0 |
2011-12-26 20:29 | include / headers for libjpeg | ByteProject | 4 | +1889 | -0 |
2011-12-26 20:29 | include / headers for libgd | ByteProject | 10 | +1498 | -0 |
2011-12-26 11:40 | something wen terribly wrong, fuck you libgd | ByteProject | 47 | +0 | -0 |
2011-12-26 01:49 | wiped some debugging remains | ByteProject | 1 | +0 | -1 |
2011-12-25 23:13 | lots of code additions and changes, nearly ported | ByteProject | 1 | +194 | -100 |
2011-12-25 23:12 | now properly behaving like PHP's substr() function | ByteProject | 2 | +2 | -2 |
2011-12-25 10:30 | now behaving exactly as PHP's strtolower() | ByteProject | 2 | +5 | -3 |
2011-12-25 10:29 | new project settings, with Mac compilation improvements | ByteProject | 1 | +7 | -34 |
2011-12-24 11:51 | proper merging / string formatting with sprintf() | ByteProject | 1 | +6 | -7 |
2011-12-24 11:24 | some refactoring and readability improvements | ByteProject | 1 | +20 | -30 |
2011-12-24 10:52 | Merge branch 'master' of github.com:ByteProject/AnsiLove-C | ByteProject | 1 | +1 | -1 |
2011-12-24 10:51 | show_usage() refactored to showUsage() | ByteProject | 1 | +3 | -3 |
2011-12-24 03:04 | typo | Brian Cassidy | 1 | +1 | -1 |
2011-12-24 02:49 | code now properly in main function | ByteProject | 1 | +113 | -115 |
2011-12-24 02:20 | now proper C headers with guards | ByteProject | 2 | +52 | -0 |
2011-12-24 02:20 | importing their header now | ByteProject | 2 | +5 | -13 |
2011-12-24 02:19 | still much to do but a good start | ByteProject | 1 | +87 | -122 |
2011-12-24 02:18 | header guard and version number defines | ByteProject | 1 | +7 | -0 |
2011-12-24 02:10 | added new files to project | ByteProject | 1 | +5 | -1 |
2011-12-23 22:15 | realignment in header declaration | ByteProject | 1 | +12 | -4 |
2011-12-23 22:14 | wiped unnecessary files | ByteProject | 1 | +0 | -4 |
2011-12-23 22:14 | proper implementation of the function known from PHP | ByteProject | 2 | +12 | -4 |
2011-12-23 22:14 | fuck this header crap, we're not doing Cocoa! | ByteProject | 2 | +0 | -43 |
2011-12-22 19:29 | full featured readme with specs and stuff, m'kay | Stefan Vogt | 1 | +11 | -7 |
2011-12-22 00:48 | surpress GCC warning on non-Mac platforms | ByteProject | 1 | +4 | -0 |
2011-12-22 00:44 | surpressing GCC warnings on non Mac-platforms | ByteProject | 1 | +4 | -0 |
2011-12-22 00:44 | huh!? | ByteProject | 1 | +5 | -0 |
2011-12-22 00:20 | if-defines for ANSI C and Foundation linking | ByteProject | 1 | +6 | -0 |
2011-12-21 23:49 | @bricas wiped some vermin | ByteProject | 1 | +0 | -4 |
2011-12-21 23:46 | remove old .m file | Brian Cassidy | 1 | +0 | -22 |
2011-12-21 23:38 | refactored strtolower(), now all classes with .C extension | ByteProject | 13 | +65 | -65 |
2011-12-21 23:20 | the king is dead, long live the king! | ByteProject | 14 | +14 | -14 |
2011-12-21 23:16 | now properly declared as substr() | ByteProject | 2 | +2 | -2 |
2011-12-21 09:58 | implementation of PHP's substr() in ANSI C | ByteProject | 2 | +36 | -0 |
2011-12-21 09:57 | implementation of PHP's strtolower() in ANSI C | ByteProject | 2 | +37 | -0 |
2011-12-21 09:57 | rearranging and importing new stuff | ByteProject | 1 | +3 | -1 |
2011-12-21 09:56 | added alconfig as C implementation of ansilove.cfg.php | ByteProject | 1 | +41 | -0 |
2011-12-21 09:56 | wiped... | ByteProject | 1 | +0 | -41 |
2011-12-21 09:55 | moved some bits around | ByteProject | 1 | +45 | -23 |
2011-12-20 23:40 | initial commit | ByteProject | 46 | +3713 | -0 |