]> git.lyx.org Git - lyx.git/history - src/buffer.h
Add GTK bibitem dialog
[lyx.git] / src / buffer.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
2003-02-09 John Levonreplace hand-coded list walk with a std::map for dep...
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2002-11-08 John LevonLar's ParConstIterator
2002-10-21 John Levonremove unused and a little documentation (all r=larsbj)
2002-09-25 Dekel TsurFix reading of old format templates
2002-09-09 John Levonremove noload/don't typeset
2002-09-06 Lars Gullik Bjønnesmove counters to the layout files
2002-08-21 Lars Gullik Bjønnesremove NO_COMPABILITY stuff
2002-08-20 Lars Gullik Bjønnescompile fix
2002-08-20 André Pönitz- parts of Lars' diff-6.diff
2002-08-12 Angus LeemingMartin's Per-buffer counters patch.
2002-08-12 Angus Leeming* Constify Buffer::getLabelList.
2002-08-12 Lars Gullik BjønnesThe ParagraphList stuff
2002-08-11 Lars Gullik BjønnesThe InsetList
2002-08-04 John Levonspellchecker cleanup - fscked knows why pspell is broke...
2002-08-01 John Levonfix for open of non-existent file, writeFile() change
2002-07-21 Jean-Marc Lasgouttestoc support reorganization; changes to xform_helpers...
2002-07-05 Angus LeemingmakeLaTeXFile has two variants that can be passed eithe...
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-10 Lars Gullik Bjønnessmall stuff
2002-05-30 John Levoncommand line import fixups
2002-05-26 John LevonUndo /does/ seem to still work properly :)
2002-05-22 Lars Gullik Bjønnesbegin cleanup slowly
2002-05-14 Lars Gullik Bjønnesbug338patch.gz
2002-05-10 Jürgen VignaERT compatibility read should be better now.
next