diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-04-18 22:30:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-04-18 22:30:19 (GMT) |
commit | fb12cfc1727ba949b70a48ee042a2aec9ebbb407 (patch) | |
tree | e2c7300262312d77c9f57657e5238d269b7189c0 /ChangeLog | |
parent | ef29fbc801e23f547b9ee7666b713bcf32d7e787 (diff) |
Defined attributes for printing binary content using GLib.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@153 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +10-04-19 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Display the old built prologues. + + * src/analysis/exporter.c: + Define attributes for printing binary content using GLib. + + * src/analysis/line.c: + Provide a function to merge lines lists. + + * src/analysis/line_comment.c: + Export content to GLib buffer. + + * src/analysis/line.h: + * src/analysis/line-int.h: + Provide a function to merge lines lists. + + * src/analysis/line_prologue.c: + Export content to GLib buffer. + + * src/common/dllist.h: + Merge lists using dl_list_merge ; dl_list_pop needs to be fixed. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Add the ability to merge line columns. + + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Take care of attributes when drawing glyphs. + + * src/glibext/gcodebuffer.c: + Fix a bug: the range of lines to draw has to be smaller than the number + of internal lines. + 10-04-18 Cyrille Bagard <nocbos@gmail.com> * src/analysis/Makefile.am: |