]> git.lyx.org Git - lyx.git/history - src
Forgot this file.
[lyx.git] / src /
2010-08-06 Richard HeckForgot this file.
2010-08-05 Richard HeckA UI for document-local layout information. LyX has...
2010-08-05 Jean-Marc LasgouttesInitialize some LyX colors from Qt. Currently what...
2010-08-05 Richard HeckMake sure the layout has actually been closed. Otherwis...
2010-08-05 Richard HeckRemove unused variables, add questions. Anyone know?
2010-08-05 Richard HeckRenaming.
2010-08-05 Richard HeckImprove the error message a bit. LyX CAN produce output...
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
2010-08-05 Jean-Marc Lasgouttessilence some warnings by removing unused parameters
2010-08-05 Richard HeckRemove \Nameref entry. Forgotten before....
2010-08-03 Jean-Marc Lasgouttestiny simplification
2010-08-02 Jean-Marc LasgouttesFix bug #6736: 2.0.0 alpha 3, spell check on the fly bug
2010-08-02 Jürgen Spitzmüller* GuiLog.cpp: refine warning detection:
2010-08-02 Richard HeckStyle and a sanity check.
2010-07-30 Richard HeckAdd a comment.
2010-07-29 Richard HeckUpdate comments a bit.
2010-07-29 Richard HeckImplement independent output scaling for math images...
2010-07-29 Richard HeckMathML and HTML definitely can't handle MathUnknown!!
2010-07-29 Richard HeckMathML and HTML can't handle XYArrow.
2010-07-29 Richard HeckHTML for xarrows.
2010-07-29 Richard HeckMathML and HTML definitely can't handle XYMatrix.
2010-07-29 Richard HeckFramework for math export exceptions. We can throw...
2010-07-29 Richard HeckAllow images to be export even when LyXRC says no previews.
2010-07-29 Richard HeckComment.
2010-07-29 Richard HeckI guess I like this better.
2010-07-28 Richard HeckMove the error message out of LayoutFileList::load...
2010-07-25 Uwe StöhrLength.cpp: fix sort order - in all other files we...
2010-07-23 Enrico ForestieriRefine fix for bug #1337.
2010-07-22 Enrico ForestieriFix bug #1337: LyX confused on $ symbol in math equations
2010-07-22 Stephan Wittcorrect typo in RC_SCROLL_WHEEL_ZOOM text
2010-07-22 Richard HeckTry again with LaTeX output for XHTML math.
2010-07-22 Richard HeckPartially revert r34995, which broke math output. Not...
2010-07-21 Richard HeckNext step in fixing problems noted by Vincent: Remove...
2010-07-21 Richard HeckFirst step towards fixing some issues noted by Vincent...
2010-07-21 Richard HeckComment.
2010-07-21 Richard HeckPrepare for the use of exceptions to catch occasions...
2010-07-21 Richard HeckTweak the math-as-LaTeX output, including the correct...
2010-07-21 Richard HeckRe-organize code from a last commit a bit.
2010-07-21 Richard HeckSupport for exporting math as images with XHTML. The...
2010-07-20 Richard HeckWhitespace only (two tabs at end of each line?).
2010-07-18 Peter Kümmelmerged build: macro name has changed
2010-07-18 Stephan Wittcorrect OR when checking modifiers
2010-07-18 Richard HeckRevert r34969.
2010-07-18 Richard HeckUpdate comment a bit further.
2010-07-18 Richard HeckFix problem reported by Vincent, that absence of python...
2010-07-18 Richard HeckRenaming and typo.
2010-07-18 Uwe StöhrGuiWorkArea.cpp: make it compilable
2010-07-18 Stephan Wittuse "alt" instead of "option" for modifier keyword
2010-07-17 Stephan Wittmake mouse scroll wheel zoom configurable
2010-07-17 Peter Kümmelcmake: fix merged build
2010-07-17 Vincent van RavesteijnCompile fix for r34950.
2010-07-17 Vincent van Ravesteijn* ModuleList.cpp:
2010-07-17 Vincent van Ravesteijn* LayoutFile.cpp:
2010-07-17 Enrico ForestieriBy default, overwrite the main file on export, but...
2010-07-17 Uwe StöhrGuiFontLoader.cpp: forgot this in r34941
2010-07-17 Peter KümmelUNDO: enc
2010-07-17 Uwe Stöhrsupport for formal math script
2010-07-17 Richard HeckAllow for "Provides babel 1".
2010-07-17 Pavel SandaFix tarball creation
2010-07-17 Peter Kümmeladd first version of .lyx file encryption. It's disable...
2010-07-17 Pavel Sandacomment
2010-07-16 Richard HeckRemove Nameref support. Too many issues involving trans...
2010-07-16 Enrico ForestieriRemove left over.
2010-07-16 Enrico ForestieriFix output to terminal when LyX is launched from a...
2010-07-16 Peter Kümmelno output to stdout when redirecting, cleanup
2010-07-16 Peter Kümmelfix stupid renaming error
2010-07-16 Peter Kümmellyx sytle
2010-07-16 Peter KümmelCamelCase
2010-07-16 Peter Kümmelonly guard terminal output.
2010-07-13 Richard HeckRevert last commit. I was confusing two things.
2010-07-13 Richard HeckEnhance LyX by fixing #6760. New preference to set...
2010-07-13 Richard HeckThese didn't get committed with r34884 because I forgot...
2010-07-13 Richard HeckNameref support.
2010-07-13 Uwe Stöhrsupport for the ISO C-series paper formats; fileformat...
2010-07-12 Vincent van RavesteijnFix unnecessary dependencies on GuiDocument.h.
2010-07-12 Richard HeckClarify error message slightly.
2010-07-12 Richard HeckMake this translatable.
2010-07-11 Stephan Wittcorrect result array use in makeSuggestionAppleSpeller
2010-07-11 Stephan Wittavoid LYX_PLATFORM_DARWIN10 macro
2010-07-11 Richard HeckSmall improvement to RefPrefix.
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-09 Jürgen Spitzmüller* LaTeX.cpp: understand Biblatex's polite rerun request.
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-07-08 Richard HeckWarning.
2010-07-08 Stephan Wittcorrect ifdef+defined construct
2010-07-08 Stephan Wittprovide native spell checker for Mac OS X
2010-07-08 Stephan Wittadd APPLESPELL orthogonal to ASPELL
2010-07-08 Jean-Marc Lasgouttesfix compilation of applespell with autotools
2010-07-08 Uwe StöhrInsetBox.cpp: only shaded boxes can have a non-plain...
2010-07-08 Uwe StöhrInsetBox.cpp: only shaded boxes can have multiple parag...
2010-07-07 Stephan Wittprovide native spell checker for Mac OS X
2010-07-07 Uwe StöhrColorUi.ui: remove unnecessary window title
2010-07-06 Vincent van RavesteijnGuiBox.cpp: Remove some unnecessary negated logic.
2010-07-05 Enrico ForestieriAdd last missing inner-hull grid type environments.
2010-07-05 Jean-Marc LasgouttesFix bug 6533: Spell-as-you-type stops checking words...
2010-07-05 Enrico ForestieriCorrect refinement fix for #6595. The problem was not...
2010-07-05 Enrico ForestieriRevert r34761 because that was not the right fix that...
2010-07-05 Enrico ForestieriRefine fix for #6595. Don't add \\ to the last empty...
2010-07-05 Stephan Wittmore correct check of thesaurus file format
2010-07-04 Enrico ForestieriRefine fix for #6595. It turns out that the last empty...
next