]> git.lyx.org Git - lyx.git/history - src/buffer_funcs.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / buffer_funcs.C
2007-01-15 Abdelrazak YounesTranslate labels based on the paragraph language instea...
2007-01-11 Abdelrazak Younesoptimization.
2007-01-11 Abdelrazak Younesoptimization.
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-02 Georg Baummore unicode filenames
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-13 Georg BaumExtend the navigate menu to child docs
2006-11-12 Georg BaumUnicode: Do the conversion of error messages to docstri...
2006-11-11 Georg BaumMake it possible to uses non-ascii labelstring, endlabe...
2006-11-11 Abdelrazak Younes* Buffer
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Lars Gullik BjønnesMore unicode, this time some focus on layouts and textc...
2006-10-20 Lars Gullik BjønnesMove counters toward unicode.
2006-10-20 Lars Gullik BjønnesChange (and fix) the bullets in itemize to be more...
2006-10-19 Michael SchmittChange tracking:
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
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-08-23 Michael Schmittdrop linuxdoc support (part 3)
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
2006-07-17 Georg BaumFix bug 2404
2006-07-15 Abdelrazak YounesThis commit transfer the ErrorList handling from LyXVie...
2006-04-22 Abdelrazak Younes* TocBackend.[Ch]: new files defining class TocBackend...
2006-04-16 Abdelrazak Younes* src/buffer_funcs.[Ch]
2006-04-11 Georg Baum * src/buffer_funcs.C (setCounter): Ignore the layout...
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-04-07 Abdelrazak Younes* buffer_funcs.[Ch]: new needsUpdateCounters function
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
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...