diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +12-12-12 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Remove addresses in graphical views by default. + + * src/gtkext/gtkgraphview.c: + Update code, remove the (now) useless 'requisition' field and fix bugs: + sizes are updated when selected other routines and the values provided + to the glance panel produce no truncated display anymore. + + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + * src/gtkext/gtkviewpanel-int.h: + Provide a way to update views when rendering options are updated. + + * src/gui/panels/glance.c: + Do not use scroll bar values when computing required dimensions anymore, + as they are already added in the got requisition values. + + * src/project.c: + Use the right rendering options when loading graphical views. + 12-12-11 Cyrille Bagard <nocbos@gmail.com> * src/decomp/output.c: |