diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-01-06 02:35:37 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-01-06 02:35:37 (GMT) |
commit | dcd03173f71b09f38238f50dfcf4c1db0c014c4c (patch) | |
tree | 0069e4d74bdacfd130fcf46282a32914c645a7cb /ChangeLog | |
parent | 405698182c46a82d92ccd50baa43fea5e40b1f6a (diff) |
Transferred the scale computing to the rendered view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@319 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +13-01-06 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkgraphview.c: + Update code. + + * src/gtkext/gtklinkrenderer.c: + Try to get single-pixel-wide line for links. + + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + Update wrapper code. + + * src/gui/panels/glance.c: + Transfer the scale computing to the rendered view. + 13-01-05 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/graph/dot.c: |