summaryrefslogtreecommitdiff
path: root/devices
AgeCommit message (Collapse)AuthorFilesLines
2006-11-04 * hieroglyph/vm.c (hg_vm_lookup): ues logger facility.Akira TAGOH1-23/+17
(hg_vm_lookup_with_string): likewise. (hg_vm_set_error): likewise. * hieroglyph/hgplugins.c (_hg_plugin_load): use logger facility. * hieroglyph/hgmem.c (_hg_mem_init_stack_start): use logger facility. (hg_mem_pool_new): likewise. (hg_mem_gc_mark_array_region): likewise. * hieroglyph/hgallocator-bfit.c (_hg_allocator_bfit_real_garbage_collection): use logger facility. (_hg_allocator_bfit_real_gc_mark): likewise. * src/hgs.c (main): set flags from HIEROGLYPH_DEBUG environment variable. * devices/cairo/hgdevice-cairo.c (_hg_cairo_device_print_path): use logger facility. (_hg_cairo_device_real_eofill): likewise. (_hg_cairo_device_real_fill): likewise. (_hg_cairo_device_real_stroke): likewise. (_hg_cairo_device_set_matrix): likewise.
2006-10-21* add the log domain.Akira TAGOH2-2/+6
2006-10-212006-10-22 Akira TAGOH <at@gclab.org>Akira TAGOH3-19/+22
* hieroglyph/Makefile.am (libhieroglyph_la_SOURCES): added hglog.c. * hieroglyph/hglog.[ch]: new files for logger.
2006-07-032006-07-04 Akira TAGOH <at@gclab.org>Akira TAGOH1-0/+2
* devices/cairo/cairo-xlib-main.c (device_close): fixed a memory leak.
2006-06-18* improved a footprint.Akira TAGOH1-1/+2
2006-06-122006-06-12 Akira TAGOH <at@gclab.org>Akira TAGOH1-3/+5
* hieroglyph/hgfile.c (hg_file_object_new): use strncpy instead of strcpy. * libretto/operator.c (_libretto_operator_op_private_hg_abort): dump a vm status as well. (libretto_operator_new): use strncpy instead of strpy. * devices/cairo/cairo-ps-main.c (device_open): use g_file_open_tmp instead.
2006-03-312006-03-31 Akira TAGOH <at@gclab.org>Akira TAGOH1-1/+1
* hieroglyph/hgvaluenode.h (HG_VALUE_GET_REAL_FROM_INTEGER): add a macro.
2006-03-20initial commit to the repos on fd.o.Akira TAGOH10-0/+1031