]> git.lyx.org Git - lyx.git/history - lib/lyx2lyx
Merge remote-tracking branch 'origin/master' into features/latexargs
[lyx.git] / lib / lyx2lyx /
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 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 RavesteijnFix 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 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 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 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.
2010-11-04 Richard HeckMy thinko, this time.
2010-11-04 Richard HeckMove generally useful routines out of lyx_2_0.py and...
2010-11-04 Richard HeckUpdate header.
2010-11-04 Richard HeckMove generally useful parser routines to parser_tools.
2010-11-04 Richard HeckClean up remove_option routine.
2010-11-04 Richard HeckClean up greyed out notes reversion.
2010-11-04 Richard HeckOK, so that version of revert_inset_preview wasn't...
2010-11-04 Richard HeckMinor fixups to xymatrix reversion routine.
2010-11-04 Richard HeckClean up revert_inset_preview, and disable some of...
2010-11-04 Richard HeckFix earlier mistake.
2010-11-04 Richard HeckFix multirow reversion.
2010-11-04 Richard HeckAdd warning.
2010-11-04 Richard HeckFix revert_mhchem routine.
2010-11-04 Richard HeckSimplify revert_suppress_date.
2010-11-04 Richard HeckClean up author id reversion routine.
2010-11-04 Richard HeckClean up author id conversion.
2010-11-04 Richard HeckFix up revert_hspace_glue_lengths.
2010-11-04 Richard HeckRemove comment.
2010-11-04 Richard HeckLet latex_length return a tuple. Saves splitting, etc.
2010-11-04 Richard HeckFix up hspace reversion routine.
2010-11-04 Richard HeckSimplify vspace reversion.
2010-11-04 Richard HeckForgot these.
2010-11-04 Richard HeckReduce indentation. Also, it is probably not a good...
2010-11-04 Richard HeckSlightly simplify revert_percent_skip_lengths.
2010-11-04 Richard HeckSimplify revert_paragraph_indentation.
2010-11-04 Richard HeckFix up revert_longtable_align routine. Also, fix a...
2010-11-04 Richard HeckSlight simplification.
2010-11-04 Richard HeckAdd warning, save cycles.
2010-11-04 Richard HeckSave a few cycles.
2010-11-04 Richard HeckDon't return yet! We need to check the other one.
2010-11-04 Richard HeckComments.
next