]> git.lyx.org Git - lyx.git/history - src
* sk.po
[lyx.git] / src /
2012-04-08 Vincent van RavesteijnFix bug #8114: LyX does not retrieve negative bbox...
2012-04-08 Vincent van RavesteijnFix a copy-paste error introduced in b754fb02
2012-04-08 Georg BaumFix undo of entering \hline
2012-04-08 Richard HeckThe logic of the endParagraph() routine is wrong. We...
2012-04-08 Richard HeckWe need to check, in closeFontTags(), for the case...
2012-04-08 Richard HeckThe isTagOpen() routine can be const.
2012-04-08 Richard HeckDebugging code for the tag stack, disabled by default.
2012-04-03 Richard HeckFix error output for XHTML a bit.
2012-04-03 Richard HeckMake index comparisons for XHTML output case insensitive.
2012-04-03 Richard HeckMerge branch 'master' of git.lyx.org:lyx
2012-04-03 Richard HeckClear local layout before reading BufferParams. Otherwi...
2012-04-01 Richard HeckFix bug #8107. Just an oversight: We need to invalidate...
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumFix tex2lyx table output.
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-03-25 Georg BaumRevert unwanted change.
2012-03-25 Georg BaumFix bug #6936.
2012-03-24 Vincent van RavesteijnFix monolithic build (bug #8079)
2012-03-23 Vincent van RavesteijnFix more possible crashes due to asInsetRef()
2012-03-23 Richard HeckFix bug #8095.
2012-03-22 Lars Gullik BjønnesSetup .gitignore for generated files
2012-03-21 Uwe Stöhragain some things which cherry pick did not catch,...
2012-03-21 Uwe Stöhrfull support for table rotations; fileformat change
2012-03-21 Uwe Stöhrstep 1
2012-03-20 Uwe StöhrGuiTabular.cpp: fix bug #8092
2012-03-20 Uwe Stöhr- lyx2lyx/lyx_2_1.py: remove wrong info (was a copy...
2012-03-19 Richard HeckFix bug #7975 following suggestions made by JMarc there.
2012-03-19 Uwe StöhrInsetTabular.cpp: code optimization; there is no need...
2012-03-17 Vincent van RavesteijnFix bug #8083: Fix the selection of cells below multirows
2012-03-17 Vincent van RavesteijnClear the error list from previous errors
2012-03-16 Vincent van RavesteijnReplace #warning by something that is understood by...
2012-03-16 Vincent van RavesteijnRevert commenting the file format warnings
2012-03-16 Uwe Stöhrsupport for table cell rotations; fileformat change
2012-03-15 Juergen SpitzmuellerFix bug #8069: View/Update other formats button disable...
2012-03-15 Uwe StöhrGuiTabular.cpp: fix bug #8084
2012-03-15 Uwe Stöhrtex2lyx/text.cpp: code improvement as proposed by Georg
2012-03-13 Richard HeckAddress bug 7975 by changing how toggling works, as...
2012-03-13 Richard HeckStyle.
2012-03-11 Stephan Witt#7855 subversion 1.7.x support: use svn info to check...
2012-03-10 Vincent van RavesteijnFix typo
2012-03-10 Vincent van RavesteijnFix typo and whitespace
2012-03-10 Richard HeckAccidentally removed this code at last commit.
2012-03-10 Jürgen SpitzmüllerAdd "notermination" flag to unicodesymbols. This tells...
2012-03-10 Georg BaumUpdate tex2lyx to file format 427. InsetIPA is not...
2012-03-09 Richard HeckShow backends rather than formats in the View>Source...
2012-03-09 Richard HeckChange the backends() routine so it only gives us backe...
2012-03-09 Jürgen SpitzmüllerClarify widget description (I had to consult the source...
2012-03-09 Jürgen SpitzmüllerConsider specifics for TIPAs T3 font encoding and allow...
2012-03-09 Jürgen Spitzmüller* implement possibility to use IPA shortcut notation...
2012-03-08 Julien RiouxDon't show citation engines in the list of modules...
2012-03-08 Julien RiouxDisplay the module category in the list of modules.
2012-03-08 Julien RiouxWhitespace only.
2012-03-06 Tommaso CucinottaMore useful message (tells the user that ESC cancels...
2012-03-06 Tommaso CucinottaNow ESC cancels long Advanced Find and Replace operations.
2012-03-06 Jürgen SpitzmüllerInsetIPA: fixes with non-tex-fonts.
2012-03-06 Kornel BenkoHandling of libmagic for some mime-types leads to incor...
2012-03-06 Jürgen SpitzmüllerAllow superscript (but not subscript) in IPA inset.
2012-03-06 Jürgen SpitzmüllerImplement a native IPA inset (bug #2591) with instant...
2012-03-05 Uwe Stöhrtex2lyx: support for inline listings (fixes last part...
2012-03-05 Uwe Stöhrtex2lyx/text.cpp: don't parse catBegin in verbatim...
2012-03-05 Uwe Stöhrtex2lyx/text.cpp: clarify a comment and add a question
2012-03-05 Uwe Stöhr- text.cpp: full tex2lyx support for lstlisting (suppor...
2012-03-04 Uwe Stöhrtex2lyx/text.cpp: whitespace fixes
2012-03-04 Uwe Stöhrtest/test-insets.tex: add examples for listings
2012-03-04 Uwe Stöhr- text.cpp: - fix tex2lyx parsing of verbatim environments
2012-03-03 Vincent van RavesteijnFix handling of the add branch textfield in GuiBranches
2012-03-03 Vincent van RavesteijnGuiCitation: Do not allow to add entries by pressing...
2012-03-02 Jürgen SpitzmüllerImplement access to hunspell's stemming function and...
2012-03-02 Jürgen SpitzmüllerWork around qt bug that prevents the glyph LATIN CAPITA...
2012-03-02 Enrico ForestieriSince version 1.9 SumatraPDF supports forward search...
2012-03-01 Georg BaumFix parsing of \sindex{stuff} and \sindex[]{stuff}
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2012-02-29 Uwe Stöhrtex2lyx/text.cpp: a fix and a clarification
2012-02-28 Georg BaumImport \sindex correctly
2012-02-28 Kornel BenkoAvoid crash in call to magic_file() if the checked...
2012-02-27 Uwe Stöhr- text.cpp: escape backslashes in verbatim, fix a thinko
2012-02-26 Pavel SandaSimplify & fix InsetGraphics tooltip, DocFileName inher...
2012-02-25 Pavel SandaAdd tooltip for graphics insets
2012-02-22 Pavel SandaGreetings to Lars from Scott Kostyshak, cf r40585.
2012-02-22 Kornel BenkoAdded libmagic to cmake build. Should to be also adapte...
2012-02-21 Georg BaumMake guessFormatFromContents() a bit more private,...
2012-02-21 Georg BaumUse libmagic for file format detection if available.
2012-02-21 Pavel SandaFix #7787
2012-02-20 Uwe Stöhrsupport for verbatim: step 2: tex2lyx support
2012-02-20 Uwe Stöhrsupport for verbatim: step 1: the layout and the lyx2ly...
2012-02-19 Enrico ForestieriOn *nix, a proper forward definition of docstring is...
2012-02-18 Enrico ForestieriFix bug #8032 (timeout when using the Sweave module)
2012-02-18 Enrico ForestieriCall lyxpak.py using the original (not mangled) documen...
2012-02-16 Jean-Marc LasgouttesSet use_non_tex_fonts buffer parameter and default...
2012-02-15 Georg BaumForgot that in r40694: There is no {} needed after...
2012-02-15 Georg BaumMove readBB_from_PSFile() out of support (no code change),
2012-02-15 Jean-Marc LasgouttesSort out usage of INset::has Settings and Inset::clickable
2012-02-07 Jean-Marc LasgouttesFix bug #6367: Screen jumps around when using undo...
2012-02-06 Richard HeckConvert InsetMathCancel.* to UTF-8.
2012-02-06 Richard HeckHTML output for InsetMathCancel.
2012-02-06 Uwe StöhrInsetMathCancel: add MathML output
2012-02-02 Jean-Marc Lasgouttes* InsetMathScript::doDispatch : properly record undo...
2012-02-02 Lars Gullik BjønnesFixup multi-line comment to use block-comment
2012-01-31 Georg BaumFix bug #7998 and related issues:
2012-01-31 Jürgen SpitzmüllerFix bug #8013: updateDefaultFormat() checks the osFonts...
next