]> git.lyx.org Git - features.git/commit
Fix bug 5629: http://bugzilla.lyx.org/show_bug.cgi?id=5629.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 20:47:32 +0000 (20:47 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Feb 2009 20:47:32 +0000 (20:47 +0000)
commit26c5e8a83bd337e3a66e46b6ffcee85a12f09a55
treecc4859fc3d04502c0cfb4b40cce2fcbed3849509
parent438aaf2ec989d9cdcefe6e59bdc324c8398782bb
Fix bug 5629: http://bugzilla.lyx.org/show_bug.cgi?id=5629.
Hard to distinguish between added and deleted text.

* Changes.cpp/h: add a merge_color for deletions and change the return type to Color.

* ColorCode.h/Color.cpp: add a new customizable color that indicates the merge color for deletion.

See:
http://thread.gmane.org/gmane.editors.lyx.devel/114189

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28423 a592a061-630c-0410-9148-cb99ea01b6c8
src/Changes.cpp
src/Changes.h
src/Color.cpp
src/ColorCode.h
src/rowpainter.cpp