diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-01 22:20:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-01 22:20:38 (GMT) |
commit | b6893c7b85c34f7a3c65ac76bfd9d95b1c4ebf55 (patch) | |
tree | 5ce9e501c095e5906f6b1a349c82217d41b605f1 /ChangeLog | |
parent | 176ad970db109523a3ac6d501b23608540d4a930 (diff) |
Made the lines to have different rendering widths depending on the views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@88 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +09-07-01 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/line.c: + * src/analysis/line_code.c: + * src/analysis/line_comment.c: + * src/analysis/line.h: + * src/analysis/line-int.h: + * src/analysis/line_prologue.c: + Make the lines to have different rendering widths depending on the views. + + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkblockview.h: + * src/gtkext/gtkgraphview.c: + * src/project.c: + Update calls. + 09-06-30 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/processor.c: |