- update from Susana Barbosa, some formal tweaks from me.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25833 a592a061-630c-0410-9148-cb99ea01b6c8
already the right one. No need to mention it in status.15x, as it is part
of the sigma problem and there's already a note about it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25798 a592a061-630c-0410-9148-cb99ea01b6c8
* InsetCollapsable.cpp (doDispatch): on mouse release, do nothing if
user is clicking button different from 1 or 3 on the inset button.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25701 a592a061-630c-0410-9148-cb99ea01b6c8
- better definition of cases environment, as suggested by Russ Woodroofe and Paul Rubin.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25700 a592a061-630c-0410-9148-cb99ea01b6c8
* lib/generate_contributions.py:
- add Michał Fita
- Enrico contributed slightly more than the Italian translation of the Windows installer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25688 a592a061-630c-0410-9148-cb99ea01b6c8
http://bugzilla.lyx.org/show_bug.cgi?id=4977http://bugzilla.lyx.org/show_bug.cgi?id=2018
* Text3.cpp (doInsertInset): do not copy selection to clipboard if we
do not intend to paste it later (bug 4977); do not remove space at
start of paragraph (bug 2018).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25628 a592a061-630c-0410-9148-cb99ea01b6c8
moving in mac-like mode (a space is not a char)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25515 a592a061-630c-0410-9148-cb99ea01b6c8
- correct the kerning between two subsequent '<' or '>' characters.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25437 a592a061-630c-0410-9148-cb99ea01b6c8
- do not assume that typewriter can encode any character (bug 4727).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25434 a592a061-630c-0410-9148-cb99ea01b6c8
a character that is not a letter. Note that a footnote inset, for
example is neither a letter nor a character.
(isSpace): new method too.
* LyXRC.cpp:
* development/MacOSX/lyxrc.dist.in: new variable mac_like_word_movement,
set to true on Mac OS X. There is no GUI for it now.
* src/Text.cpp (cursorForwardOneWord, cursorBackWardOneWord): implement
mac-like and windows like cursor movement. Fix bugs 2815 and 3580.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25417 a592a061-630c-0410-9148-cb99ea01b6c8
- check if texindy is available and if so, use it instead of makeindex
(bug 4732).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25401 a592a061-630c-0410-9148-cb99ea01b6c8
* src/Paragraph.cpp (latexSurrogatePair):
- do not use braces for combinated characters that are natively output (as unicode glyphs)
* src/Encoding.{cpp,h}:
- build an exception list of characters that must be output as LaTeX command in any case
(except in utf8-plain). I.e., the utf8 encodings now also honour the "force" flag.
* lib/unicodesymbols:
- add "force" flag to combine characters.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25395 a592a061-630c-0410-9148-cb99ea01b6c8