diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-26 21:19:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-26 21:19:34 (GMT) |
commit | 3155a05a21a52a173b8a711c402426392eb53c2a (patch) | |
tree | c5b7ea9b1d5438b5b10055fbafbc5b61141ed2b0 /ChangeLog | |
parent | 43e278987f0453e34483368f6d512d942ef6dd34 (diff) |
Cleaned and improved the drawing of the block view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@102 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +09-07-26 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/line.c: + * src/analysis/line.h: + Change the type of the last parameter of g_rendering_line_find_by_y(): + from gdouble to int. + + * src/gtkext/gtkblockview.c: + Clean and improve the drawing of the block view. + + * src/plugins/pglist.c: + Disable plugins. + 09-07-20 Cyrille Bagard <nocbos@gmail.com> * src/editor.c: |