]> git.lyx.org Git - lyx.git/history - src
Remove extra whitespace.
[lyx.git] / src /
2011-12-14 Julien RiouxRemove extra whitespace.
2011-12-13 Georg Baummake it thread safe
2011-12-13 Georg Baumdo not hardcode packages loaded by external insets
2011-12-13 Richard HeckFix issue noted by Julien: With new files especially...
2011-12-13 Julien RiouxInitialize biblioChanged_ when we update the document...
2011-12-12 Julien RiouxMove some code to applyView().
2011-12-12 Julien RiouxRemove the .aux and .bbl files and update the citation...
2011-12-12 Julien RiouxUser frontend for the new document-wide bibliography...
2011-12-12 Julien RiouxAdd a document-wide default bibliography style \biblio_...
2011-12-11 Uwe Stöhrtex2lyx/text.cpp: remove development residue
2011-12-11 Uwe Stöhrtex2lyx/text.cpp: add a missing ',' and use LyX's metho...
2011-12-09 Richard HeckThe View->Source pane resets the format every time...
2011-12-09 Richard HeckFix bug #7256. Reduce space around inset buttons by...
2011-12-08 Uwe Stöhrsupport for Australian and Newzealand as document langu...
2011-12-08 Richard HeckComment.
2011-12-08 Georg BaumBeautify output of \usepckage statements (each statemen...
2011-12-07 Uwe Stöhrtex2lyx/text.cpp: a method to fix #7897
2011-12-07 Richard HeckUpdate tex2lyx to format 418. Nothing really to do...
2011-12-07 Richard HeckRevert unintentional commit.
2011-12-07 Richard HeckUpdate all layouts to format 36.
2011-12-07 Richard HeckFix bug #5805 and similar requests. Adds a document...
2011-12-07 Uwe Stöhrtex2lyx Preamble.cpp, text.cpp: fix #7845 also for...
2011-12-07 Richard HeckFix bug #6293 as suggested there: We change the title...
2011-12-07 Richard HeckFix bug #7921. We should not allow the user to save...
2011-12-07 Pavel Sanda- Add scalable icon into tarball
2011-12-07 Peter Kümmelclang: std::string is used here, fwd is not enough
2011-12-06 Richard HeckNew layout tags specifically for CSS information.
2011-12-06 Richard HeckUI for writing CSS to file.
2011-12-06 Richard HeckActivate ability to write CSS to a separate file. There...
2011-12-06 Richard HeckCollect CSS information in a string before writing...
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2011-12-06 Richard HeckMath output flavor was not set when viewing source...
2011-12-06 Peter Kümmeltimeout_min is platform independent
2011-12-06 Richard HeckImprove output of XHTML comments.
2011-12-05 Pavel SandaDon't hardcode /tmp in lyxclient, bug #7917.
2011-12-05 Vincent van RavesteijnCleanup r40377
2011-12-05 Julien RiouxThis is not limited to BibTeX. Missing citation keys...
2011-12-05 Vincent van RavesteijnFix bug #7916: Undo warning message when inserting...
2011-12-05 Vincent van RavesteijnFix bug #7755: Unknown tabular feature "from-dialog"
2011-12-05 Vincent van RavesteijnCMake/Win32: Add an icon to the tex2lyx executable.
2011-12-05 Jean-Marc LasgouttesFix bug #7909: mark-on selection is lost during screen...
2011-12-05 Uwe Stöhrtex2lyx: support for pdfpages
2011-12-04 Georg Baumfix parsing of \def macros (was broken with the spreads...
2011-12-04 Georg Baumfix preamble output in case child docs are present
2011-12-04 Georg BaumImprove longtable import (part of bug #7412).
2011-12-04 Richard HeckNeed to save a pointer to this list, too.
2011-12-04 Richard HeckThere's no need to separate this logic out if it's...
2011-12-04 Richard HeckWe need to create the clone list here, even though...
2011-12-03 Richard HeckFix #7923: Don't clone all the children on autosave.
2011-12-03 Richard HeckComments.
2011-12-03 Julien RiouxRemove the .aux and .bbl files when we switch the citat...
2011-12-03 Richard HeckAttempt to fix #7673 in a more "interesting" way than...
2011-12-03 Julien RiouxAlso display the info about BibTeX databases in the...
2011-12-03 Julien RiouxMinor improvements to the citation GUI: some dimensions...
2011-12-03 Julien RiouxGive a visual feedback that the BibTeX key could not...
2011-12-03 Julien RiouxShow insets as text in the formatted bibliography entry.
2011-12-03 Julien RiouxUpdate a bibitem label also when it is emptied.
2011-12-03 Julien RiouxRemove extra whitespace.
2011-12-02 Richard HeckThe Cursor argument here was not being used, so there...
2011-12-02 Richard HeckAdd constness in several places.
2011-12-02 Richard HeckRemove unused optional argument.
2011-12-02 Richard HeckCosmetics or style or something.
2011-12-02 Richard HeckDeal with the part of #7872 involving changing branch...
2011-12-02 Richard HeckDeal with the part of #7872 involving changes of branch...
2011-11-29 Stephan Wittcorrect capitalization of AppKit framework - for case...
2011-11-29 Georg BaumMove some more packages from unconditionally swallowing...
2011-11-27 Georg BaumDo not output parameters twice if the file was not...
2011-11-27 Georg BaumFix parsing of stuff with ] in \item arguments (part...
2011-11-27 Georg BaumParse the picture variant of \framebox correctly (part...
2011-11-25 Uwe Stöhrtex2lyx: support for Spreadsheet and chess external...
2011-11-23 Richard HeckWhitespace.
2011-11-23 Richard HeckFix bug #7709. Seems we need to reset the source model...
2011-11-23 Richard HeckSimplify code a bit.
2011-11-23 Richard HeckFix bug #7906. Check the widgets after creating the...
2011-11-22 Richard HeckDidn't mean to include this.
2011-11-22 Richard HeckFix bug #7905. We don't want to move out of the inset...
2011-11-20 Georg BaumBeautify documents created by writer2latex (see bug...
2011-11-20 Georg BaumFix bug in paragraph detection (can be seen in test...
2011-11-20 Peter Kümmelprepare switch to switch-case in when parsing tex files
2011-11-20 Richard HeckAdd assertion to check for memory leaks and remove...
2011-11-20 Richard HeckNew attempt to fix Pavel's crash, this modifies r40205...
2011-11-20 Georg Baummake a bit room for more ifs
2011-11-18 Richard HeckThis commented-out line has been there since r13692...
2011-11-18 Richard HeckFix bug #7873. Patch is sufficiently explanatory.
2011-11-18 Richard HeckFix bug #7872: Mark Buffer dirty after changing branch...
2011-11-17 Richard HeckMake sure we aren't trying to reuse the global variable...
2011-11-17 Richard HeckFix crash reported by Pavel. Multiply included children...
2011-11-17 Richard HeckRevert previous patch to get a decent log message.
2011-11-17 Richard HeckMerge branch 'PavelCrash2'
2011-11-17 Richard HeckSimplify code slightly.
2011-11-17 Richard HeckMinor cleanup.
2011-11-16 Richard HeckClarify by renaming some arguments.
2011-11-15 Richard HeckCosmetics.
2011-11-14 Georg BaumFix bug #7895: Do not output lines with only a single...
2011-11-14 Uwe Stöhrtex2lyx/test/test-insets.tex: add a booktabs test table
2011-11-13 Georg BaumFix bug #4553: booktabs for tex2lyx
2011-11-13 Georg BaumFix bug #3036: font changes inside \markright do not...
2011-11-13 Georg BaumDo not swallow geometry settings if they are given...
2011-11-13 Georg BaumFix bug #7668 (cosmetic whitespace issues)
2011-11-13 Georg BaumFix bug #7663: Misparsing of description \item with...
next