]> git.lyx.org Git - lyx.git/history - src/buffer.C
Restore the version number position on the splash screen
[lyx.git] / src / buffer.C
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 Jean-Marc LasgouttesNew framework for declaring generic features in textcla...
2007-04-03 Abdelrazak YounesFollowing r17706:
2007-04-03 Abdelrazak YounesSmall cleanup. updateDocLang() was basically a void...
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-03-26 Abdelrazak YounesFix bug 3293 by Bernhard Roider:
2007-03-25 Georg BaumFix crash with included files
2007-03-25 Abdelrazak Younes* Buffer::fillWithBibkeys()
2007-03-18 Georg BaumFix bug 3235
2007-03-12 Jürgen Spitzmüller* src/buffer.C (readHeader):
2007-02-24 José MatoxCorrect the name of Portuguese and Brazilian variants...
2007-02-16 Georg Baumadd pure ASCII encoding for LaTeX export
2007-02-14 Georg Baumfile format change due to new change tracking behaviour
2007-02-13 Georg BaumAllow utf8x \inputencoding
2007-02-11 José MatoxConvert lyxaccents to unicode (most of the work comes...
2007-02-01 Georg BaumFrom John C. McCabe-Dansted:
2007-01-31 Georg BaumMissing bits of Uwe's file format change from yesterday.
2007-01-31 Jean-Marc Lasgouttes * buffer.C (readFile): reword error message when lyx2l...
2007-01-30 Abdelrazak YounesThe caption inset patch by Georg, Martin and myself.
2007-01-30 Jean-Marc Lasgouttesfix typo reported by John McCabe-Dansted
2007-01-29 Georg BaumFix LyX paste from system clipboard when the file forma...
2007-01-15 Michael Schmitt* change LFUN file-insert-ascii to file-insert-plaintext
2007-01-15 Abdelrazak YounesTranslate labels based on the paragraph language instea...
2007-01-14 Georg Baumfix member initialization order (gcc warning)
2007-01-14 Michael Schmitt * src/buffer.C: save(): use correct filesystem encodin...
2007-01-14 Abdelrazak Younes* messages.h:
2007-01-13 Georg BaumFix bug 2138: copy and paste should preserve formatting...
2007-01-10 Georg Baumremove obsolete comment
2007-01-08 Abdelrazak YounesForgot this in revision 16606.
2007-01-08 Abdelrazak YounesDelay bibfileCache first update up until it is used.
2007-01-08 Abdelrazak Younesperformance fix, label updating have nothing to do...
2006-12-28 Georg BaumAdd some more LaTeX encodings, fix thailatex and displa...
2006-12-27 Georg BaumFix strange bibtex problem by converting some more...
2006-12-17 Georg BaumConvert filenames to local encoding for running lyx2lyx
2006-12-17 Georg BaumConvert most of the bibtex machinery to docstring.
2006-12-10 Georg BaumFix ispell encoding for lyxrc.isp_use_input_encoding...
2006-12-07 Abdelrazak Younesunneeded header
2006-12-05 Georg Baummore unicode filenames (+ fix one possible initializati...
2006-12-04 Georg Baummore unicode filenames
2006-12-02 Michael Schmitt * src/buffer.C: remove redundant space from user message
2006-12-01 Georg Baummore unicode filenames
2006-11-30 Georg Baummore unicode filenames
2006-11-30 Georg BaumFix spurious error message about nonexisting directory.
2006-11-29 Georg Baumremove unused stuff
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-25 Georg Baummissing bits of the new insets for \clearpage and ...
2006-11-22 Georg Baumavoid one string copy by s/from_utf8(lex.getString...
2006-11-19 Michael Schmitt * insets/insetbase.h:
2006-11-13 Georg BaumAdd support for the esint package
2006-11-13 Georg BaumUse wctype character classification functions if possible
2006-11-11 Georg BaumUnicode: remove more utf8 roundtrips and faulty convers...
2006-11-11 Georg BaumMake it possible to uses non-ascii labelstring, endlabe...
2006-11-11 Abdelrazak Younes* Buffer
2006-11-04 Georg BaumNew nomenclature inset from Ugras
2006-11-03 Georg BaumFix thinko in Buffer::makeLaTeXFile
2006-10-26 Georg BaumRestore inputenc support
2006-10-22 André Pönitzsome compile fixes, more to be expected
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 José MatoxMore unicode fixes for docbook.
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Michael Schmittchange tracking:
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-16 Jürgen SpitzmüllerRemember the char style label state and make it globall...
2006-10-12 Martin VermeerSupport for optional arguments for environments. No...
2006-10-12 Georg BaumConvert labels to unicode
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-09 Jürgen SpitzmüllerFix bug 2744:
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-06 Michael SchmittChange tracking:
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-17 André Pönitzcleanup after svn hang-up, #undef CursorShape. Should...
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX
2006-09-12 Enrico ForestieriAvoid a name clash with boost 1.34
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-09 Lars Gullik BjønnesMake the l10n machinery work with ucs4. Update (as...
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-29 Jürgen Spitzmüller* src/buffer.C (save):
2006-08-24 Abdelrazak YounesThis commit fixes the crash caused by loading an empty...
2006-08-23 Michael Schmittdrop linuxdoc support (part 5)
2006-08-23 Michael Schmittdrop linuxdoc support (part 3)
2006-08-15 Georg BaumUpdate file format for unicode
2006-08-14 Georg Baum * src/buffer.C
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
2006-08-12 Jean-Marc Lasgouttes * buffer.C (updateDocLang): update labels when changin...
2006-08-04 Bo PengAdd more controls to the view-source dialog.
2006-07-15 Abdelrazak YounesThis commit transfer the ErrorList handling from LyXVie...
2006-07-03 Georg Baummerge booktabs branch
2006-06-30 Georg BaumCall python with the -tt switch to make mixed tab/space...
2006-06-28 Jean-Marc Lasgouttesremove annoying debug messages
2006-06-19 Jürgen SpitzmüllerThe Grand Font Selection Redesign:
2006-06-03 Martin Vermeer Add support for framed.sty
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-27 Bo PengRemove USE_COMPRESSION and force the use of zlib, by...
next