diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-04-11 16:39:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-04-11 16:39:38 (GMT) |
commit | 30258fa96ad48eed68924f259ec5464fc4fd8094 (patch) | |
tree | 6187f2ddbee31de8bcd1b4b6e930a38f858f922c /ChangeLog | |
parent | 929150f18d23d82e8390bd98e31b1edb34bc09f1 (diff) |
Provided a faster than GTK display buffer.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@150 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +10-04-11 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/exporter.c: + * src/analysis/exporter.h: + * src/analysis/exporter-int.h: + * src/analysis/line_code.c: + * src/arch/immediate.c: + * src/arch/instruction.c: + * src/arch/x86/operand.c: + * src/arch/x86/registers.c: + Export content into the new display buffer format (line of code only). + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + New entries: provide a faster than GTK display buffer. + + * src/glibext/Makefile.am: + Add the gbufferline.[ch], gbuffersegment.[ch] and gcodebuffer.[ch] + files to libglibext_la_SOURCES. + + * src/gtkext/gtkblockview.c: + Display the view using the new internal display buffer. + + * src/gtkext/gtkextstatusbar.c: + Improve the processing time: skip all cases which don't change + the progress status enough (< 1%). + + * src/plugins/pglist.c: + Disable all plugins (again). + 10-04-05 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |