lyx_mirror/lib
Enrico Forestieri f496ec373b Solve the "soft-hyphen" (0x00ad) symbol problem.
After the str-metrics merge, the kludge for displaying symbols whose
code point corresponds to a soft-hyphen was not working anymore.
The solution is replicating the offending glyphs with index 0x00ad
at a different index. They were replicated at 0x00ac, whose glyph
was missing in all affected fonts.

However, this would not work by alone because, if a system font with
same family name exists, it would be picked up instead of the right one
(at least on non-Windows platforms). For this reason, the style of the
fonts has been changed from "Regular" to "Lyx", so that we can discriminate
the right font. However, this requires using at least Qt 4.8. If an
older Qt is used *and* a system font with same family name is already
available, the affected glyphs will all turn out on screen as the
"logical not" symbol.

I have also set the executable flag on the font files, because on Windows
they are loaded only in this case.

This solves #9229.
2015-01-21 14:12:42 +01:00
..
bind C-a is now bound to inset-select-all 2014-11-20 03:07:32 -05:00
commands
doc Replace hardcoded hack with InsetLayout tag 2015-01-11 20:01:19 +01:00
examples PDF-comment.lyx: remove unneeded preamble code 2014-11-06 00:23:09 +01:00
fonts Solve the "soft-hyphen" (0x00ad) symbol problem. 2015-01-21 14:12:42 +01:00
images clean up SVGs with inkscape's --vacuum-defs and --export-plain-svg 2014-10-22 15:37:27 +02:00
kbd Fix #7348. Patch by Liviu. 2011-04-02 11:00:19 +00:00
layouts Convert layout files to current format 2015-01-11 20:25:58 +01:00
lyx2lyx Add Question and Question* theorem types (bug #9015) 2015-01-09 11:24:45 +01:00
scripts Replace hardcoded hack with InsetLayout tag 2015-01-11 20:01:19 +01:00
templates aastex.lyx: repair a broken figure float 2015-01-11 03:40:31 +01:00
tex Help Joost to fix bug #7317 2011-02-21 19:56:43 +00:00
ui Insert menu accelerator 'x' now goes to box menu 2014-08-22 18:46:08 -04:00
.gitignore Add a few more things to ignore, mostly generated files. 2012-03-23 14:09:19 -04:00
appdata.xml Fix license string according to http://spdx.org/licenses/. 2014-06-17 09:50:28 -07:00
autocorrect Remove bogus line from lib/autocorrect. Fixes bug #6261. 2010-12-07 20:10:41 +00:00
build-listerrors
chkconfig.ltx chkconfig.ltx: remove an entry that was added only for the Win-installer 2015-01-08 01:41:34 +01:00
configure.py Fix bug #9235: LyX 2.2's tex2lyx fails in general on Windows 2014-11-27 22:35:20 +01:00
CREDITS Add Stéphane Mourey as contributor 2014-10-23 15:59:30 +02:00
encodings Use the LyX name of encodings instead of the LaTeX names. 2013-02-18 23:52:42 +01:00
external_templates Re-enable translation of pdfpages help text (works around #9045) 2014-03-27 14:25:30 +01:00
generate_contributions.py Add Stéphane Mourey as contributor 2014-10-23 15:59:30 +02:00
languages Support for Swiss German (old spelling) 2014-07-05 13:38:55 +02:00
latexfonts support for the Iwona fonts 2013-03-19 00:57:37 +01:00
layouttranslations * pt.po & layouttranslation from Jose. 2014-04-11 20:20:43 -07:00
layouttranslations.review * layouttranslations.review zh_CN checked. 2014-04-19 10:29:53 -07:00
lyx.desktop.in Improve support for distributing desktop files and icons 2011-12-20 13:11:03 +00:00
Makefile.am graphicboxes.module: new module 2014-11-05 00:42:35 +01:00
symbols Solve the "soft-hyphen" (0x00ad) symbol problem. 2015-01-21 14:12:42 +01:00
syntax.default Parse subcaption.sty commands correctly (bug #8690) 2015-01-03 20:23:02 +01:00
unicodesymbols Add two missing unicodesymbols 2014-03-08 10:59:43 +01:00