]> git.lyx.org Git - lyx.git/history - src/insets
BufferParams.h: add comment
[lyx.git] / src / insets /
2007-05-03 Jürgen Spitzmüller* src/insets/InsetMarginal.h:
2007-05-03 Jürgen Spitzmüller* src/insets/InsetMarginal.h:
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-30 André Pönitzremove RowList_fwd.h. Not really needed
2007-04-30 Abdelrazak YounesFix bug 3186?
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André PönitzLyXText -> Text
2007-04-29 Michael Schmittreplace term "Glossary" by "Nomenclature"
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 Uwe StöhrFile format change: Fix bug 1746 partly
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzmerge LyXTabular.{cpp,h} and insets/InsetTabular.{cpp...
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 André Pönitzremove ParagraphList_fwd.h
2007-04-26 Bo PengRename three remaining .C files
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo Pengmerge src/frontends/controllers/biblio, character,...
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 1
2007-04-23 Michael Schmitt * src/insets/insetcommandparams.C: fix WS
2007-04-23 Richard HeckFix case of BibTeX keys and remove unused variable...
2007-04-22 Abdelrazak Younes* In the process of fixing the math background color...
2007-04-22 Abdelrazak YounesTrying to solve bug-2452, I optimized some of the most...
2007-04-21 Jürgen SpitzmüllerFix bug 2884 and 3437:
2007-04-18 Abdelrazak YounesFix bug 3454 and 3463: Don't allow ill-formed commands...
2007-04-17 Bo PengFix bug 2993: mark buffer dirty when the status of...
2007-04-17 Richard HeckCaptions do not accept alignment, spacing, etc.
2007-04-06 Georg Baumprevent the compiler from optimiying away support:...
2007-04-06 Georg BaumUse FileName instead of strings in support::Package.
2007-04-06 Georg Baumremove methods that are no longer needed since we have...
2007-04-04 Bernhard RoiderFix bug 1826 + A more precise parser for bibtex files...
2007-04-03 Georg BaumNormalize everything that comes from 'outside' (plain...
2007-04-01 Michael Schmittremove redundant lyxerr.debugging checks; macro LYXERR...
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-03-27 Georg BaumConvert makeRelPath to docstring (from Michael Gerz)
2007-03-26 Michael Schmitt * src/insets/insetcharstyle.C: fix bug #3252 (by M...
2007-03-26 Abdelrazak YounesFix bug 3293 by Bernhard Roider:
2007-03-26 Abdelrazak YounesFix bug 3258:
2007-03-25 Georg Baumadd some comments
2007-03-25 Georg BaumFix crash with included files
2007-03-25 Abdelrazak Younes* BufferParams:
2007-03-22 Martin VermeerGet ProvidesNatbib working correctly, esp. for egs...
2007-03-18 Georg BaumFix bug 3235
2007-03-15 Abdelrazak YounesAdd const access to caption type.
2007-03-14 Georg Baumfix typo
2007-03-02 Uwe Stöhr- fix bug 2458
2007-02-28 Georg BaumFix bug 3232
2007-02-24 Georg Baumfix compiler warnings about unused parameters
2007-02-24 Michael Schmitt * src/insets/insetbox.C: plaintext(): add missing \n
2007-02-24 Michael Schmitt * insets/*.C: constify docstring in plaintext()
2007-02-23 Georg Baum * src/insets/insetbox.C
2007-02-21 Georg Baumfix compiler warning
2007-02-20 Georg Baumfix compiler warning
2007-02-20 Georg BaumFix crash after inset-insert ert, from Bernhard Roider
2007-02-20 Michael Schmitt * src/insets/insetinclude.[Ch]: fix plaintext(); code...
2007-02-20 Michael Schmitt * src/insets/insetcommand.C: fix plaintext() output
2007-02-20 Michael Schmitt * inset*.C:
2007-02-18 Michael Schmitt * src/insets/insetert.C:
2007-02-18 Georg BaumFix bugs 3240 and 3241
2007-02-18 Michael Schmitt * src/insets/insetexternal.[Ch]: fix plaintext();...
2007-02-18 Michael Schmitt * src/insets/insettabular.[Ch]: fix plaintext(); code...
2007-02-17 Michael Schmitt * src/insets/insetbititem.C:
2007-02-17 Michael Schmitt * src/insets/insetfloatlist.C: fix plaintex()
2007-02-17 Michael Schmitt * src/insets/insettoc.[Ch]:
2007-02-17 Michael Schmitt * insetgraphics.[Ch]:
2007-02-17 Michael Schmitt * src/insets/insetnewline.C:
2007-02-16 Bo PengForget to set selection in r17213
2007-02-16 Michael Schmitt * src/insets/insetbase.[Ch]: make plaintext() abstract...
2007-02-16 Michael Schmitt * src/insets/insetcaption.*: fix plaintext(); add...
2007-02-16 Michael Schmitt * src/insets/insetbranch.[Ch]:
2007-02-16 Michael Schmitt * src/insets/insetcollapsable.[Ch]: constify floatName()
2007-02-16 Michael Schmitt * src/insets/insetfloat.[Ch]:
2007-02-16 Bo PengFix of bug 3238. Disable persistent selection for selec...
2007-02-15 Michael Schmitt * src/insets/insetspace.[Ch]:
2007-02-15 Michael Schmitt * insetref.C:
2007-02-15 Michael Schmitt * src/insets/insetnewline.C: plaintext(): fix line...
2007-02-15 Michael Schmitt * src/insets/insetbox.[Ch]:
2007-02-15 Michael Schmitt * insetert.[Ch]:
2007-02-15 Michael Schmitt * src/insettext.C: fix line lengths and par breaks...
2007-02-15 Georg BaumFix bug 3240
2007-02-15 Michael Schmitt * src/output_plaintext.C: check line length before...
2007-02-13 Enrico ForestieriFix bug 3220
2007-02-13 Abdelrazak YounesTentatively fix bug 3225, the inset width and the outer...
2007-02-12 Uwe Stöhrsmall fix to changeset 17143
2007-02-12 Georg Baumzero-byte files don't make sense...
2007-02-12 Uwe Stöhrrename label for prettyref inset to fix bug 1134
2007-02-11 José MatoxConvert lyxaccents to unicode (most of the work comes...
2007-02-11 Uwe Stöhradjust caption metrics to fix bug 3217
2007-02-10 Georg Baumwhitespace only
next