]> git.lyx.org Git - lyx.git/history - src/buffer_funcs.C
Continue to improve GtkLengthEntry
[lyx.git] / src / buffer_funcs.C
2006-01-23 Martin VermeerHelge's infamous brackets bug
2005-11-29 Georg Baumprevent endless loop (bug 2121)
2005-09-09 Jean-Marc Lasgouttesfix linking of tex2lyx by moving code out of Counters...
2005-09-08 Martin VermeerFix and simplify Hebrew (generally: locale non-standard...
2005-08-03 Jean-Marc Lasgouttesdisplay of counters in various situations (in particula...
2005-06-09 Angus LeemingWhitespace, only whitespace. s/ +$//
2005-06-03 Jean-Marc Lasgouttesimprove selection of range when using the errorlist...
2005-05-20 Jean-Marc Lasgouttesfix bug 1807: New on-screen translations do not work
2005-05-12 Jean-Marc Lasgouttesvarious toc-related fixes
2005-05-05 Martin VermeerUngoose (degoose?) bibliography
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-19 Jean-Marc Lasgoutteshonor secnumdepth for section headers; avoid multiple...
2005-02-25 Jean-Marc Lasgouttesfix counters updating mechanism
2005-01-31 Lars Gullik Bjønnesditch FileInfo -> use boost.filesystem
2005-01-05 Lars Gullik Bjønnesthe const patch
2004-12-27 Jean-Marc Lasgouttesimplement Word counting (bug 728)
2004-11-06 Lars Gullik Bjønnes* lyxfunctional.h: delete back_inserter_fun functions...
2004-03-26 Alfredo Braunsteinadd a 'cancel' button to the two alert dialogs triggere...
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
2003-10-22 Angus LeemingSet 'fully_loaded' when starting a new file too...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
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-05 Angus LeemingStrip 320 #includes from the files in src.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-29 Alfredo BraunsteinFix to Bug 1287 and Bug 1297
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-24 Alfredo BraunsteinMore errorlist adjustements.
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...