]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2014-05-29 Enrico ForestieriCleanup seminar.layout after the upgrade to format 50.
2014-05-29 Georg BaumAdd missing bits of layout file format update
2014-05-29 Georg BaumUpdate layouts with separators to format 50
2014-05-29 Georg BaumInclude lyx2lyx test in tarball
2014-05-29 Georg BaumMake layout test compile
2014-05-29 Georg BaumExecute lyx2lyx unit test when running tests
2014-05-29 Georg BaumFix the fix
2014-05-29 Juergen SpitzmuellerAdd layout tag that determines if/when a paragraph...
2014-05-29 Juergen SpitzmuellerAdd some SVG versions of self-made icons found here...
2014-05-29 Georg BaumDo not corrupt documents without newline at EOF
2014-05-29 Enrico ForestieriAvoid processing multiple times the same paragraph...
2014-05-29 Enrico ForestieriFix an off-by-one error in the reversion of beamer...
2014-05-29 Enrico ForestieriFix reversion of box insets.
2014-05-28 Enrico ForestieriAvoid an assertion.
2014-05-28 Jean-Marc LasgouttesMake TextMetrics::editXY more robust
2014-05-27 Enrico ForestieriFix indentation of paragraphs after an environment.
2014-05-27 Georg BaumNative support for \notag
2014-05-27 Georg BaumNative support for \smash[t] and \smash[b]
2014-05-27 Georg BaumAdd missing member initializations
2014-05-26 Enrico ForestieriAllow inserting a blank line also after a nested enviro...
2014-05-25 Juergen SpitzmuellerClean up empty ERTs that are produced in comples beamer...
2014-05-25 Juergen SpitzmuellerSupport spreaded argument delimiters in beamer block...
2014-05-25 Juergen SpitzmuellerIn collorary conversion, support argument delimiters...
2014-05-25 Juergen SpitzmuellerFixes in the beamer block routine
2014-05-25 Kornel BenkoMake: improve detection of X11 with Qt 5
2014-05-24 Scott KostyshakAdd Sumatra as a PDF reader
2014-05-23 Richard HeckAdd a FIXME.
2014-05-23 Richard HeckFix bug #9131 for development branch. There are two...
2014-05-23 Richard HeckAdd some const-ref-ness, and remove some default argume...
2014-05-23 Richard HeckFix up logic of BibTeXInfo::getInfo. We don't need...
2014-05-23 Kornel BenkoCmake export tests: Parse also for nameless layouts...
2014-05-22 Enrico ForestieriFix another glitch with on-screen indentation.
2014-05-22 Georg BaumFix another crash similar to #9030
2014-05-22 Enrico ForestieriSimplify the test for inserting a parbreak separator.
2014-05-22 Enrico ForestieriCorrect the check for a command.
2014-05-22 Enrico ForestieriFix potential crash.
2014-05-21 Enrico ForestieriFix wrong indentation on screen.
2014-05-21 Enrico ForestieriAdd a required paragraph break.
2014-05-21 Pavel Sanda* Additional.lyx - note for windows git users.
2014-05-21 Pavel SandaAdd layout translation bit from Guy.
2014-05-21 Juergen SpitzmuellerOutput arguments required by arguments with default...
2014-05-21 Juergen SpitzmuellerFix nesting in some beamer reversion methods.
2014-05-21 Juergen SpitzmuellerFix reversion of beamer overprint when a nested paragra...
2014-05-20 Enrico ForestieriSmall reorganization.
2014-05-20 Enrico ForestieriGeneralize control on double blank lines.
2014-05-20 Scott KostyshakFix a GCC warning: comparing signed vs. unsigned
2014-05-20 Jean-Marc LasgouttesCode cleanup: get rid of RenderPreview::status()
2014-05-20 Juergen SpitzmuellerFix crash due to invalid pos
2014-05-19 Enrico ForestieriFix compilation after afc34c7a
2014-05-19 Georg BaumInitialize all members
2014-05-19 Georg BaumFix bug 9030 except for windows
2014-05-19 Georg BaumRemove unneeded slash
2014-05-19 Georg BaumMove code where it belongs
2014-05-19 Georg BaumUgly fix for bug #9102
2014-05-19 Enrico ForestieriFix reversion of beamer documents.
2014-05-19 Richard HeckFix copy/paste error, and whitespace.
2014-05-18 Enrico ForestieriPrettify the output of InsetSeparator.
2014-05-18 Enrico ForestieriExtend the otexstream class to also report about paragr...
2014-05-18 Enrico ForestieriDon't allow inserting two consecutive separators.
2014-05-18 Juergen SpitzmuellerFix crash when right-clicking into an inset with more...
2014-05-18 Enrico ForestieriDisregard font properties changes when inserting a...
2014-05-18 Enrico ForestieriTake into account that a blank line is always output...
2014-05-18 Richard HeckWhitespace.
2014-05-18 Richard HeckAdd limits to searches in convert_TeX_brace_to_Argument.
2014-05-18 Scott KostyshakCorrect my previous comment (thanks Kornel)
2014-05-18 Stephan Witt#8849 catch exception in enchant speller backend and...
2014-05-18 Scott KostyshakAdd comment
2014-05-17 Scott KostyshakGraphics only handle inset-modify graphics (#8262)
2014-05-17 Scott KostyshakFix alignment rendering of multirow in LyX (#8976)
2014-05-16 Enrico ForestieriAdapt output to the on-screen representation.
2014-05-16 Enrico ForestieriFix an on-screen representation glitch.
2014-05-16 Jean-Marc LasgouttesRemove unused parameter.
2014-05-16 Jean-Marc LasgouttesDo not forget last word of paragraph in completion
2014-05-16 Enrico ForestieriMake use of otexstream also in external::writeExternal
2014-05-16 Kornel BenkoCmake build: Show the found flag for use of c++11 features
2014-05-14 Enrico ForestieriOutput a parbreak after a command.
2014-05-14 Scott KostyshakCentralize substitution of python commands
2014-05-14 Scott KostyshakCentralize replacement of "$$s"
2014-05-14 Jean-Marc LasgouttesRename misleading parameter.
2014-05-14 Kornel Benko* sk.po
2014-05-13 Kornel BenkoCmake build: Unify defines for spellchecker in config.h
2014-05-13 Kornel BenkoCmake build: Search for spell checking libraries uncond...
2014-05-13 Kornel BenkoCmake build: Use find_package_handle_standard_args...
2014-05-12 Enrico ForestieriUpdate documented command for running tex2lyx tests.
2014-05-12 Georg BaumFix lyx2lyx warning for tex2lyx files
2014-05-12 Georg BaumUpdate version
2014-05-12 Georg BaumUpdate tex2lyx test references
2014-05-12 Richard HeckInstall lyx2lyx/lyx_2_2.py.
2014-05-11 Scott Kostyshakctests: reinvert a test
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-05-09 Kornel BenkoCmake build: Install lyx*.desktop and lyx*.svg files...
2014-05-08 Richard HeckFix bug #9112: There is a test here that seems intended...
2014-05-08 Juergen SpitzmuellerBeamer block conversion: consider ERT arguments with...
2014-05-08 Juergen SpitzmuellerMonolingualization
2014-05-07 Enrico ForestieriFix problem with drawing of math backround with selections.
2014-05-07 Juergen SpitzmuellerListings: Validate skip amounts correctly.
2014-05-07 Jean-Marc LasgouttesRely on Qt to handle small caps text
2014-05-07 Juergen SpitzmuellerSimplification
2014-05-06 Juergen SpitzmuellerStore InsetListingsParams in a vector of pairs, not...
2014-05-06 Juergen SpitzmuellerFix typos in InsetListingsParams validator
next