]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2010-11-07 Pavel SandaMovement of .po files which were newer in branch,
2010-11-07 Pavel SandaReported by BH
2010-11-06 Pavel Sanda* UPGRADING
2010-11-06 Pavel SandaUpdate docs
2010-11-06 Pavel SandaFeel free to add items if you miss something
2010-11-06 Pavel SandaAiksaurus has been killed
2010-11-06 Pavel SandaFrom what I read Qt 4.2 is dead because of new threads...
2010-11-06 Richard HeckRemove one FIXME.
2010-11-06 Uwe Stöhrlyx_2_0.py:
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-11-06 Pavel SandaComment
2010-11-06 Stephan Wittimplementation for "Compare with older revision" for...
2010-11-06 Stephan Wittcheck for user cancel or errors on vcs revert before...
2010-11-06 Richard HeckSquash warning.
2010-11-06 Richard HeckMove the lyx2lyx guide to coding/.
2010-11-06 Richard HeckMore lyx2lyx documentation.
2010-11-06 Enrico ForestieriFix bug #7019 (Math labels should not be escaped on...
2010-11-06 Pavel SandaQuickfix closing #6396.
2010-11-06 Pavel SandaFix RCS part of #6396. Btw revert is slightly broken...
2010-11-06 Richard HeckThe beginnings of a "Programming lyx2lyx" manual, proba...
2010-11-06 Vincent van... Readd the conversion/reversion for format 405.
2010-11-06 Pavel SandaCompil fix
2010-11-06 Vincent van... src/support/debug.h/cpp:
2010-11-06 Stephan WittCVS implementation for buffer-info vcs-author, cvs...
2010-11-06 Pavel SandaCompil fix
2010-11-05 Vincent van... Clarify comment.
2010-11-05 Vincent van... Remove the FileName parameter of Buffer::loadLyXFile...
2010-11-05 Richard HeckA couple more comments.
2010-11-05 Richard HeckComment out some unused code to save a little load...
2010-11-05 Richard HeckWhitespace.
2010-11-05 Vincent van... Allow for nested setBusy calls.
2010-11-05 Richard HeckMake sure we delete this line.
2010-11-05 Richard HeckFind the end of this layout, not the first end_layout...
2010-11-05 Richard HeckMake sure we extend with a list.
2010-11-05 Richard HeckUse find_token_exact so that we do not also find hspace*.
2010-11-05 Richard HeckRemove use_makebox option from other boxes, too.
2010-11-05 Vincent van... Fix bug #6058: Change tracking and versioning.
2010-11-05 Richard HeckImprove how add_to_preamble and insert_to_preamble...
2010-11-05 Richard Heckinsert_to_preamble likes lists of lines.
2010-11-05 Richard HeckThese commands should just take some lines.
2010-11-05 Richard HeckSome documentation for lyx2lyx_tools.
2010-11-05 Richard HeckSo I now understand why find_token_exact is called...
2010-11-05 Richard HeckAt least rename this argument to something that makes...
2010-11-05 Richard HeckMore documentation.
2010-11-05 Vincent van... Add a static assert to prevent compilation on platforms...
2010-11-05 Richard HeckJust a bit of safety here.
2010-11-05 Richard HeckUse del_token where it makes sense to do so.
2010-11-05 Richard HeckThis is the del_token that would be helpful.
2010-11-05 Richard HeckMove del_token into the files where it is used. We...
2010-11-05 Richard HeckBegin a bunch of comments on the parser tools. You...
2010-11-05 Richard HeckAdd two new routines to parser_tools. Somewhere along...
2010-11-05 Richard HeckRemove FIXME.
2010-11-05 Richard HeckRename and restructure get_containing_inset.
2010-11-05 Richard HeckSimplify this complicated routine of mine now.
2010-11-05 Vincent van... Fix bug #7016: Cannot read theorems-ams-bytype.inc.
2010-11-05 Richard HeckUse get_quoted_value.
2010-11-05 Richard HeckNew routine: get_quoted_value.
2010-11-05 Richard HeckMove get_value_string to lyx_1_6, since it is only...
2010-11-05 Richard HeckUse str2bool.
2010-11-05 Richard HeckImprove the add_to_preamble routine. Now we really...
2010-11-05 Richard HeckMinor fixups for revert_splitindex.
2010-11-05 Richard HeckI forgot that the single line case is really OK.
2010-11-05 Richard HeckReminders.
2010-11-05 Richard HeckClean up revert_xetex. So that wasn't the last one.
2010-11-05 Richard HeckFix up convert_bibtex_clearpage. The last one!
2010-11-05 Richard HeckNew str2bool() utility. Python's own bool() returns...
2010-11-05 Richard HeckSimplify the get_value routines a bit.
2010-11-05 Uwe Stöhrupdate SCons
2010-11-05 Richard HeckComments.
2010-11-05 Richard HeckThis routine simply does not do what it claims to do...
2010-11-05 Richard HeckSimplify revert_diagram routine.
2010-11-05 Richard HeckFix up revert_rule routine.
2010-11-05 Richard HeckMake sure we don't go beyond the end of the lines.
2010-11-05 Richard HeckRe-write convert_rule. Existing version failed in sever...
2010-11-04 Richard HeckFix mchem routine: Typo.
2010-11-04 Richard HeckMinor structural improvement.
2010-11-04 Richard HeckTypos? Thinkos?
2010-11-04 Richard HeckFix up the revert_mathdots routine. I think this is...
2010-11-04 Richard HeckImprove hex2ratio.
2010-11-04 Richard HeckFix revert_align_decimal routine.
2010-11-04 Richard HeckSimplify convert_mathdots.
2010-11-04 Richard HeckForgot to svn add these.
2010-11-04 Richard HeckMake revert_flexnames more pythonic.
2010-11-04 Richard HeckMake this routine more pythonic.
2010-11-04 Richard HeckFactor out some common code.
2010-11-04 Richard HeckImprove the nameref reversion routine. We don't need...
2010-11-04 Richard HeckMinor improvements to prettyref routines.
2010-11-04 Richard HeckMinor cleanup for IEEETran reversion.
2010-11-04 Richard HeckFix up convert_makebox routine.
2010-11-04 Richard HeckFix up revert_makebox routine.
2010-11-04 Richard HeckHmm.
2010-11-04 Richard HeckWhoops.
2010-11-04 Richard HeckThese routines are no longer used.
2010-11-04 Richard HeckI forgot to take this out in r35495.
2010-11-04 Richard HeckLittle things in some of my routines.
2010-11-04 Richard HeckAnother mistake of mine, though it in fact had no effect.
2010-11-04 Richard HeckSimplify and pythonize.
2010-11-04 Richard HeckShaded boxes reversion.
2010-11-04 Richard HeckFix up fontcolor reversion, and also fix a problem...
2010-11-04 Richard HeckMinor cleanup.
next