]> git.lyx.org Git - features.git/commit
Change (and fix) the bullets in itemize to be more unicode friendly.
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 20 Oct 2006 19:26:23 +0000 (19:26 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 20 Oct 2006 19:26:23 +0000 (19:26 +0000)
commitb27bb5cb53edeee088cf408eb37dd7d72586b90d
treef07ae6f4a099b9f07944bd683cbd851c5aadb955
parentb23807ec0b2af25b82203138f84276fb65d7941e
Change (and fix) the bullets in itemize to be more unicode friendly.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15416 a592a061-630c-0410-9148-cb99ea01b6c8
24 files changed:
src/Bullet.C
src/Bullet.h
src/ParagraphParameters.C
src/ParagraphParameters.h
src/TocBackend.C
src/buffer_funcs.C
src/bufferparams.C
src/frontends/gtk/GParagraph.C
src/frontends/qt3/BulletsModule.C
src/frontends/qt3/QParagraph.C
src/frontends/qt3/qt_helpers.C
src/frontends/qt3/qt_helpers.h
src/frontends/qt4/BulletsModule.C
src/frontends/qt4/QParagraph.C
src/frontends/qt4/qt_helpers.C
src/frontends/qt4/qt_helpers.h
src/output_latex.C
src/output_plaintext.C
src/paragraph.C
src/paragraph.h
src/rowpainter.C
src/text.C
src/text2.C
src/text3.C