diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-05-01 01:35:26 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-05-01 01:35:26 (GMT) |
commit | ef68a3dd8ff259200ca7f088eecc9ce35e7ffe8f (patch) | |
tree | f89cccbe3d0ac421b41cc49a28bee32e8903e45a /ChangeLog | |
parent | 89ceb1e27afed0bac789e33c2f10eade01747d88 (diff) |
Handled all width measures per view in a dedicated manager.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +16-05-01 Cyrille Bagard <nocbos@gmail.com> + + * src/glibext/Makefile.am: + Add the 'gbufferview.[ch]' and 'gwidthtracker.[ch]' files to libglibext_la_SOURCES + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Move and clean code. + + * src/glibext/gbufferview.c: + * src/glibext/gbufferview.h: + New entries: extract all buffer view related functions into a separate file. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Move and clean code. + + * src/glibext/gwidthtracker.c: + * src/glibext/gwidthtracker.h: + New entries: handle all width measures per view in a dedicated manager. + + * src/gtkext/gtkbufferview-int.h: + * src/gtkext/gtkbufferview.c: + Remove the useless reference to the current buffer. + + * src/gtkext/gtkbufferview.h: + Update the included header name. + 16-04-29 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkbufferview.c: |