4
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 16 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2002-03-20 Masatake YAMATO <[email protected]>
masatake
as masata-y
More... about 22 years ago
(at_bitmap_get_planes): New function. (at_bitmap_copy): New function.
masatake
as masata-y
More... about 22 years ago
Update the information about autofig.
masatake
as masata-y
More... about 22 years ago
Added AM_MAINTAINER_MODE.
masatake
as masata-y
More... about 22 years ago
* output-pdf.c (output_pdf_tailor): Put a space at the end of OUT_LINE and OUT1.
masatake
as masata-y
More... about 22 years ago
(output_pdf_writer): removed a garbage that I had put. Suggested by Martin.
masatake
as masata-y
More... about 22 years ago
Fix a bug in xref table generator.
masatake
as masata-y
More... about 22 years ago
Updated.
masatake
as masata-y
More... about 22 years ago
2002-03-08 Masatake YAMATO <[email protected]>
masatake
as masata-y
More... about 22 years ago
* fit.c (filter): Put the definition of prev_new_point out of the loop. (distance): Don't use hypot. Message-ID: <[email protected]>.
masatake
as masata-y
More... about 22 years ago
2002-03-06 Martin Weber <[email protected]>
masatake
as masata-y
More... about 22 years ago
* fit.c (filter): fixed a bug in the filtering routine. avoid to use epsilon_equal.
masatake
as masata-y
More... about 22 years ago
2002-02-14 Masatake YAMATO <[email protected]>
masatake
as masata-y
More... about 22 years ago
2001-12-24 Martin Weber <[email protected]>
masatake
as masata-y
More... about 22 years ago
* Makefile.am (pkgconfig_DATA, pkgconfigdir): Added pkgconfig supprots. * configure.in: Likewise. * autotrace.pc.in: New file.
masatake
as masata-y
More... about 22 years ago
(dot_printer): Rewrite. (main): print an input file name and newline when report_progress is true. (main::progress_stat): Make int. (dot_printer_max_column, dot_printer_char): New defs.
masatake
as masata-y
More... about 22 years ago
* Makefile.am (man_MANS): Added autotrace.1.
masatake
as masata-y
More... about 22 years ago
(AC_CHECK_LIB(png)): Added -lm.
masatake
as masata-y
More... about 22 years ago
* autotrace.c (at_splines_new_full): Set progress 1.0 at the end of this function.
masatake
as masata-y
More... about 22 years ago
(XREALLOC): Remove the last backslash at XREALLOC. This is my typo.
masatake
as masata-y
More... about 22 years ago
Use assert instead of FATAL.
masatake
as masata-y
More... over 22 years ago
2002-01-23 Masatake YAMATO <[email protected]>
masatake
as masata-y
More... over 22 years ago
(USAGE1::dpi): Write about emf. Suggested by Stewart C. Russell <[email protected]>.
masatake
as masata-y
More... over 22 years ago
(at_bitmap_init): XMALLOC->XCALLOC again. I had a mistake at a change in 2002-01-05 Masatake YAMATO <[email protected]>. What I did is "XMALLOC->XCALLOC" in at_bitmap_new. What I should is "XMALLOC->XCALLOC" in at_bitmap_init. I do in this time What I should.
masatake
as masata-y
More... over 22 years ago
* output.[ch]: removed fatal. use exception.
masatake
as masata-y
More... over 22 years ago
* autotrace.c (at_bitmap_init): XMALLOC->XCALLOC. Found by Martin. Bug is doped by me.
masatake
as masata-y
More... over 22 years ago
* vector.c (acos_d): Use exception. Return 0.0.
masatake
as masata-y
More... over 22 years ago
2002-01-04 Masatake YAMATO <[email protected]>
masatake
as masata-y
More... over 22 years ago
Added code to dump loaded bitmap. "--debug-bitmap: dump loaded bitmap to <input_name>.bitmap.\n\"
masatake
as masata-y
More... over 22 years ago
(read_command_line): Added debug-arch.
masatake
as masata-y
More... over 22 years ago