diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-06-04 22:44:21 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-06-04 22:44:21 (GMT) |
commit | 11395d684736467fb010b93b0eaeefcc06bf0f5e (patch) | |
tree | d9f9e06d27f5b8721f308b6b4636cd043e4f7d20 /ChangeLog | |
parent | 83ba2204e700501023cb78dfd84978c611fe61b0 (diff) |
Fixed bugs when dealing with views and updated the code for GTK3.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@378 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +14-06-05 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel-int.h: + Avoid to rely on the now deprecated set-scroll-adjustments signal. + Remove all the relative dead code. + + * src/gui/menus/view.c: + Fix a bug when changing views: one level was missing in widgets stack. + + * src/gui/status.c: + Clean the code. + 14-06-04 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkbufferview.c |