]> git.lyx.org Git - lyx.git/history - src/buffer.h
hopefully fix tex2lyx linking.
[lyx.git] / src / buffer.h
2006-11-11 Georg BaumMake it possible to uses non-ascii labelstring, endlabe...
2006-11-11 Abdelrazak Younes* Buffer
2006-11-03 Abdelrazak YounesFix singlePar update. This should result in a nice...
2006-10-26 Georg BaumRestore inputenc support
2006-10-22 André Pönitzsome compile fixes, more to be expected
2006-10-22 Abdelrazak YounesImmediate rendering of buffer change for one or multipl...
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
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-12 Georg BaumConvert labels to unicode
2006-10-12 Georg BaumRemove unused declarations of writeFileAscii
2006-10-09 Jürgen SpitzmüllerFix bug 2744:
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesMake the l10n machinery work with ucs4. Update (as...
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-08-23 Michael Schmittdrop linuxdoc support (part 5)
2006-08-14 Georg Baum * src/buffer.C
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
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-05-19 Georg BaumPrevent automatic opening of child docs because of...
2006-04-15 Jürgen SpitzmüllerMuch better performance when using natbib (bug 2460):
2006-04-09 Bo Pengview-source feature, from Bo Peng <ben.bob@gmail.com>
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2005-11-29 Jean-Marc Lasgouttesfix bug 2096: LyX file inserting is broken
2005-07-17 André Pönitzprobably fixed bug 1561
2005-07-17 Jürgen Vignabug 344: Fixed loosing cursor/selection on buffer-switch
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2004-12-17 Alfredo Braunsteinremove paragraph::autoBreakRows
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-09-26 Lars Gullik BjønnesUse the preferred calling for Boost.Signal
2004-08-14 José Matoxup to file format 236 and also fix Bug 421.
2004-04-13 André Pönitzmacro rework
2004-03-27 André Pönitzrest of patch
2004-03-25 Angus LeemingGeorg's take on Bug 605.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-01-26 André Pönitzmore IU
2004-01-21 Jean-Marc Lasgouttesmove Buffer::nice to LaTeXFeatures
2003-12-03 André Pönitzpatch sent to the list yesteday
2003-11-28 André Pönitzmove the LyXText member
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-03 André Pönitzremove Inset::id
2003-11-02 Alfredo Braunsteinadd PosIterator
2003-10-31 José Matoxunify API for insets export
2003-10-30 José Matoxfactorise linuxdoc and docbook output code
2003-10-22 Angus LeemingSet 'fully_loaded' when starting a new file too...
2003-10-22 Angus LeemingAdd a Buffer::fully_loaded member function, returning...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-02 Lars Gullik BjønnesFix some zlib issues, use a temp file for lyx2lyx conve...
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-01 José Matoxremove file_format from buffer.h
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-27 Lars Gullik Bjønneszlib stuff
2003-07-26 José MatoxRename arguments of makeLaTeXFile to a sane scheme.
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-11 Alfredo Braunsteinfixes buffer closing crashes
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-04 André Pönitzbit of undo
2003-06-02 John Levonfix bug 1149
2003-05-29 Lars Gullik Bjønnesremove NO_STD_LIST stuff, and some other small changes
2003-05-27 Lars Gullik Bjønnesparlist-23-a,diff
2003-05-22 Angus LeemingThe 'nice' changes.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-22 André Pönitz return a ParIterator from getParFromID
2003-05-05 André Pönitz* buffer.[Ch]: new function hasParWithId() to help...
2003-05-02 André Pönitzone more Paragraph * -> ParagraphList::iterator
2003-05-02 André Pönitzsmall Paragraph* -> ParagraphList::iterator
2003-04-28 André Pönitzmore of Lars' parlist changes
2003-04-25 Lars Gullik Bjønnesmake the message stuff work better
2003-04-24 Lars Gullik Bjønnesmore message work, should now be ready for real integration
2003-04-16 Lars Gullik Bjønnesparlist-13-c.diff
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-12 John LevonUse ParList iterator to insert lyxfile and read the...
2003-03-12 John Levonsplit out header parsing
2003-03-10 Lars Gullik Bjønnesremove commented code
2003-03-10 Lars Gullik BjønnesFix InsetText latex export.
2003-03-04 Lars Gullik Bjønnesadd a ParagraphList::insert, adjust other funcs accordingly
2003-03-03 Lars Gullik Bjønnesuse ParagraphList::iterator a bit more
2003-03-02 Lars Gullik Bjønnesws chanes only
2003-02-18 John LevonAndre needs a better, slower, compiler.
2003-02-18 André Pönitzfix bibkey writing, avoid a few copies, whitespace...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
next