]> git.lyx.org Git - lyx.git/history - src
remove duplicated code, (fix cmake merge)
[lyx.git] / src /
2008-01-14 Peter Kümmelremove duplicated code, (fix cmake merge)
2008-01-14 Bernhard RoiderAdd lfuns doxy.
2008-01-14 Pavel SandaAdd lfuns doxy.
2008-01-14 Abdelrazak YounesBetter fix than revision 22553. Transfer the backup...
2008-01-14 Abdelrazak YounesTextMetrics::drawParagraph(): Fix drawing bug reported...
2008-01-14 Jean-Marc Lasgouttes * src/Spacing.cpp (writeBeginEnv, writeEndEnv): add...
2008-01-14 Abdelrazak Younes* Buffer::doExport(): return early.
2008-01-14 Jürgen Spitzmüller* src/LaTeXFeatures.cpp:
2008-01-14 Abdelrazak Younes* AutoSaveBuffer::generateChild(): return early.
2008-01-14 Abdelrazak Younes* AutoSaveBuffer::generateChild(): FileName::moveTo...
2008-01-13 Enrico ForestieriUse the currentItemChanged() signal instead of itemSele...
2008-01-13 Uwe StöhrInsetBox.cpp: fix the LaTeX-output, fixes bug 2492...
2008-01-13 Jürgen Spitzmüller* src/LaTeXFeatures.cpp:
2008-01-13 Abdelrazak Younesfix warning.
2008-01-13 Abdelrazak Younesfix warning.
2008-01-12 André PönitzFive more percent.
2008-01-12 André Pönitzcosmetics
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2008-01-12 André Pönitzcosmetics
2008-01-12 André Pönitzcosmetics
2008-01-12 André Pönitzcosmetics
2008-01-12 Richard HeckHelp from Andre.
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Pavel SandaAdd temp vars to countChar.
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Pavel SandaLet doxygen recognize us
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Pavel SandaMove all doxy stuff to LyXAction.cpp, so that touching...
2008-01-12 Jürgen Spitzmüller* GuiBibtex.cpp:
2008-01-12 Jürgen Spitzmüller* src/frontends/qt4/GuiBibtex.{cpp,h}:
2008-01-12 Bo PengFix r22486, which causes an infinite loop when a bibtex...
2008-01-12 Richard HeckThis commit changes the way individual LyXModule's...
2008-01-12 Richard HeckNew files, anticipating a later commit.
2008-01-12 Pavel SandaSynchronize lfun thematical ordering and func_type.
2008-01-11 Uwe Stöhrrename LFUNs math-nonumber and math-number to what...
2008-01-11 Jürgen Spitzmüller*** Support for generic sideways floats ***
2008-01-11 Pavel SandaStart of lfun reordering
2008-01-11 Pavel SandaPreparing for lfun doxy movement
2008-01-11 Pavel SandaRenaming leftovers
2008-01-11 Richard HeckFix comment.
2008-01-11 Bo PengMake bibtex works with embedded bib file
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2008-01-10 Abdelrazak YounesTransfer Tab and Shift-Tab keys special handling from...
2008-01-10 Abdelrazak Younes* CursorSlice::lastpos(): check for text emptiness...
2008-01-10 Abdelrazak Younes* GuiWorkArea::event():
2008-01-10 Richard HeckDummy format change for AMS modularization.
2008-01-10 Richard HeckWe do not need to update just because the class has...
2008-01-10 Richard Heckamsthm support.
2008-01-10 Richard HeckAdditional UI logic related to module requires and...
2008-01-09 Richard HeckFix copy-paste errors.
2008-01-09 Richard HeckThis commit adds some new functionality to the modules...
2008-01-09 Pavel SandaAdd ParIterator FIXME.
2008-01-09 Abdelrazak YounesRemove archaeological work around scrollbar insanity.
2008-01-09 Richard HeckMore whitespace.
2008-01-09 Richard HeckWhat happened to the whitespace?
2008-01-09 Bo PengEmbedding: fix a crash when extracting InsetInclude
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2008-01-08 Bo PengEmbedding: add embedding support for InsetExternal...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-08 Pavel SandaRemove todo
2008-01-08 Bo PengEmbedding: display a pin at the top left corner of...
2008-01-08 Abdelrazak YounesBufferView::showCursor(): better fix.
2008-01-08 Pavel Sandapolish
2008-01-08 Jürgen Spitzmüllerhmpf.
2008-01-08 Jürgen Spitzmüller* src/lfuns.h:
2008-01-08 Pavel SandaAdd characters counting.
2008-01-08 Abdelrazak YounesFix anchor bug.
2008-01-08 Stefan Schimanski* fix a crash during undo: cloned MathMacroTemplates...
2008-01-08 Jürgen Spitzmüller* src/TextClass.cpp:
2008-01-08 Jürgen Spitzmüller* src/TextClass.cpp:
2008-01-08 Bo PengEmbedding: simplify code in the handling of embedCB...
2008-01-07 Pavel SandaAdd lfuns doxy.
2008-01-07 Jürgen Spitzmüllersome more uses of Requires.
2008-01-07 Jean-Marc Lasgouttes * src/MenuBackend.cpp (expandFormats): do not add...
2008-01-07 Jürgen Spitzmüller*** Requires tag for classes, layouts and custom insets ***
2008-01-07 Stefan Schimanski* fix broken default value logic from last cleanup...
2008-01-07 Jean-Marc Lasgouttes * MenuBackend.cpp (binding): remove forgui argument
2008-01-07 Bo PengEmbedding: add embedCB checkboxes to IncludeUi and...
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-06 Pavel SandaAdd some lfuns doxy.
2008-01-06 Stefan Schimanski* lfuns doxification for math macros
2008-01-06 Richard HeckFurther LFUN documentation. Just simple cases, for...
2008-01-06 Richard HeckPass by const reference. Thanks Andre and Peter.
2008-01-06 Richard HeckUpdate documentation.
2008-01-06 Richard HeckRemove commented out code.
2008-01-06 Richard HeckCrash fix.
2008-01-06 Richard HeckThanks, Angus.
2008-01-06 Bo PengMinor format fix
2008-01-06 Bo PengEmbedding: save checksum of the bundled file, not conte...
2008-01-05 Pavel SandaAdd lfun doxy.
2008-01-05 Richard HeckRationalize the handling of makeTextClass().
2008-01-05 Richard HeckImplement checks for available modules both in BufferPa...
2008-01-05 Richard HeckMinor modification: do not worry about .sty extension.
2008-01-05 Richard HeckImplement isAvaiable in ModuleList.
2008-01-05 Bo PengEmbedding: adjust how InsetGraphics interacts with...
2008-01-05 Bo PengEmbedding: proper embedCB actions in the GuiGraphics...
2008-01-05 Bo PengEmbedding: temporarily disable embedding for include...
next