]> git.lyx.org Git - lyx.git/history - src/buffer.C
Alfredo's second patch
[lyx.git] / src / buffer.C
2003-04-28 Lars Gullik Bjønnesfix a small message bug
2003-04-28 André Pönitzmore of Lars' parlist changes
2003-04-27 Lars Gullik Bjønnesmore messages work
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-04-16 Lars Gullik Bjønnesprepare for further work and a parlist thingie
2003-04-15 Lars Gullik Bjønnesparlist-11-a.diff
2003-04-02 Lars Gullik Bjønnesparlist-2-a.diff
2003-03-30 Lars Gullik Bjønnesrowlist5
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-29 John Levonfix broken strerrors
2003-03-29 John LevonMore Alert/ error message fixes
2003-03-29 John LevonStrip old tabular code. More Alert fixes
2003-03-29 John LevonMore alert fixes
2003-03-29 John Levonmore Alert:: work
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-14 Dekel TsurFix loading of files created by the development version
2003-03-12 John LevonThe inset newline patch I sent plus the requisite fixes...
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-12 John LevonCreate ParagraphParameters::read(). JMarc, please note...
2003-03-12 John LevonUse ParList iterator to insert lyxfile and read the...
2003-03-12 John Levonsmall tweak
2003-03-12 John Levonfix insertStringAsLines for change tracking
2003-03-12 John Levonsplit out header parsing
2003-03-11 André Pönitzactivate the new InsetHFill,
2003-03-10 Lars Gullik Bjønnesremove commented code
2003-03-10 Lars Gullik BjønnesFix InsetText latex export.
2003-03-06 André PönitzJohn's AMS patch
2003-03-06 Lars Gullik Bjønnesmore ParagraphList work
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-03 Lars Gullik Bjønnesmove some functions around
2003-03-02 Lars Gullik Bjønnesremove some compability code
2003-03-02 Lars Gullik Bjønnesws chanes only
2003-02-28 André PönitzAlfredo's patch
2003-02-21 Angus Leeming* Split insetbib.[Ch] into insetbibitem.[Ch] and insetb...
2003-02-18 André Pönitzfix bibkey writing, avoid a few copies, whitespace...
2003-02-18 André Pönitzre-enable insertion of bibrefs (and remove 19 lines...)
2003-02-17 André Pönitzremove the hardcoded bibkey from the paragraph
2003-02-16 Jean-Marc Lasgouttesfix compilation bug
2003-02-16 Jean-Marc Lasgouttesoops!
2003-02-16 Jean-Marc Lasgouttesmove some code from buffer.C to bufferparams.c
2003-02-14 Jean-Marc Lasgouttesfix display of right quote inset; fix off-by-one error...
2003-02-14 John LevonMy old allow/prohibitInput() -> busy(bool) patch cleanup
2003-02-14 John LevonReplace ugly getParFromID() code with ParIterator...
2003-02-14 John Levonremove some very old dead code
2003-02-13 Jean-Marc Lasgoutteselsart support
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...
2003-01-23 John LevonMichael's text fixes
2003-01-22 Jean-Marc Lasgouttesvarious bits from Michael
2003-01-16 Lars Gullik Bjønnesfix crashing bug
2003-01-13 Angus Leeming(Alfredo Braunstein): fix typo.
2003-01-06 Angus LeemingMinor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-08 John LevonLar's ParConstIterator
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-10-21 John Levonremove unused and a little documentation (all r=larsbj)
2002-10-16 John LevonRemove \\protected_separator.
2002-09-25 Dekel TsurFix reading of old format templates
2002-09-10 Dekel TsurAdd insetwrap.
2002-09-09 John Levonremove noload/don't typeset
2002-09-06 Lars Gullik Bjønnesmove counters to the layout files
2002-09-03 Dekel TsurLook for lyx2lyx in LYXDIR/lyx2lyx/
2002-08-29 Dekel Tsurws
2002-08-28 André Pönitzthe workarea changes plus small math stuff
2002-08-27 John LevonRob's followup (nr. 1 ;)
2002-08-24 John LevonRob's patch and some minor cleanup
2002-08-24 Dekel TsurAlways run lyx2lyx if file_format < LYX_FORMAT (and...
2002-08-23 Jean-Marc Lasgouttesthe optional argument patch from martin
2002-08-21 Lars Gullik Bjønnesremove NO_COMPABILITY stuff
2002-08-20 Lars Gullik Bjønnesremove NO_PEXTRA_STUFF
2002-08-20 Lars Gullik Bjønnesmove breakParagraph and breakParagraphConservative...
2002-08-20 André Pönitzmore stuff from Lars' diff-6 (write one par at a time)
2002-08-20 André Pönitz- parts of Lars' diff-6.diff
2002-08-14 Lars Gullik Bjønnesmore from the diff-5.diff merged
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
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-10 Lars Gullik Bjønnesa new paragraph function
2002-08-09 John Levonvarious cleanups
2002-08-07 John Levonsome small cleanups
2002-08-06 John LevonRemove LYX_LAYOUT_DEFAULT - it is very very old, even...
2002-08-04 John Levonspellchecker cleanup - fscked knows why pspell is broke...
2002-08-02 John Levonlyx2lyx is the name, that is what it is
2002-08-01 John Levonfix for open of non-existent file, writeFile() change
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-28 Lars Gullik Bjønnesremove some unneeded version of functions from lstrings,
2002-07-25 John LevonJ�rgen's float patch + "span columns"
2002-07-22 Dekel TsurUse lyxconvert script for reading old files
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-07-21 Jean-Marc Lasgouttestoc support reorganization; changes to xform_helpers...
2002-07-20 Jean-Marc Lasgouttessmall unimportant cleanups
next