]> git.lyx.org Git - lyx.git/history - src/bufferview_funcs.C
hopefully fix tex2lyx linking.
[lyx.git] / src / bufferview_funcs.C
2006-11-12 Abdelrazak Younes* bufferview_funcs.C: reconstruct par.rows() in case...
2006-11-12 Abdelrazak Younes- coordOffset(): add an assertion on par.rows() emptine...
2006-11-12 Abdelrazak YounesDon't ask me why but the cursor x position hack is...
2006-11-08 Abdelrazak Younes* getPos(): add const attribute to BufferView.
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-26 Peter Kümmelsrc/frontends/qt4/GuiWorkArea.C:
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-17 Abdelrazak YounesThis commit fixes a crash when accessing a math inset...
2006-10-15 Abdelrazak YounesMacOSX compile fix: The class Point conflicted with...
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-09-28 Enrico ForestieriSmall fixes for STLPort compliance
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
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-08-16 Jean-Marc Lasgouttes * src/BufferView_pimpl.C (getStatus, dispatch): do...
2006-07-08 Abdelrazak YounesFix potential crashes related to element presence in...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-01-28 Jürgen SpitzmüllerImplement a dociterator::forwardPos() variant that...
2005-11-10 Jürgen Spitzmüllerfix cursor coordinates in math insets [bug 2124]
2005-11-07 Jürgen Spitzmüllerfix bug 2094 (assertion in collapsables)
2005-07-16 Jürgen VignaHandle cursor position after last char in row before...
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-06-25 Jürgen Spitzmüllerreintroduce LFUN_BIBDB_ADD and LFUN BIBDB_DEL (bug...
2005-05-31 Jean-Marc Lasgouttesfix bug 1891: assertions with triggered by bad gotoInse...
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-02-22 Jean-Marc Lasgouttesfix several GOTO lfuns (bug 1787, bug 616, bug 781...
2005-02-15 Georg Baumfix bug 1798 (from Andr�)
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2005-01-05 Lars Gullik Bjønnesthe const patch
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-16 André Pönitzand some mathed de-uglyfication
2004-01-16 André Pönitzmathed uglyfication
2004-01-14 André Pönitzmore shuffling...
2004-01-14 André Pönitzmove the Selection structure from LyXText to BufferView
2004-01-13 André PönitzAnchor globalization
2004-01-13 André Pönitzreplace LyXCursor by CursorSlice
2004-01-13 André Pönitz hide cursor and selection anchor behind accessor function
2003-12-12 Alfredo Braunsteinselection patch
2003-12-10 André Pönitz * inset.h:
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-26 Alfredo BraunsteinupdateCounters fix + changeDepth simplification
2003-11-11 Alfredo Braunsteinremoving update calls
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-10 André PönitzThe deed is done.
2003-11-06 Alfredo Braunsteina PosIterator-based ParIterator ctor and 1 user
2003-11-05 Alfredo Braunsteinrequire BufferView argument in ParIterator::text
2003-11-03 André Pönitzremove Inset::id
2003-11-03 Alfredo Braunsteinadd lockPath and a few helpers
2003-10-24 André Pönitzrefrain from computing width in setHeightOfRow as this...
2003-10-23 Alfredo Braunsteintake the bidi stuff out of lyxtext.h to its own file
2003-10-22 André Pönitzrename row.end into row.endpos
2003-10-17 André PönitzRowList::iterator -> Row &, ParagraphList::iterator...
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-17 André Pönitzpreliminary 'global cursor' stuff
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
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-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-04 Lars Gullik Bjønneshave row information on state line + one more bformat...
2003-09-04 Lars Gullik Bjønnesoutput paragraph position in state text
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 Alfredo BraunsteinAdd In nsetOld * argument to updateInset to rebreak...
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-14 André Pönitznext try...
2003-08-14 André Pönitzgrr.. revert. wrong patch.
2003-08-14 André Pönitzremove Row::pit_ member
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-05 André Pönitzremove "deep update"
2003-08-04 André Pönitz replace "complicate" BufferView::update(...) calls...
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-15 Alfredo BraunsteinJuergen's clear-selection-before-insertion patch. See...
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-04 André Pönitztry to position cusor correctly after undo
2003-05-16 André PönitzKornel's patch for the gettext() re-entrancy problem
2003-05-13 André Pönitznon-templated tostr in separate files
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-03 John Levoncursor.diff, bug 1095
2003-04-13 Lars Gullik Bjønnesparlist-8-b
2003-04-09 Lars Gullik BjønnesMake lyxcursor store a ParagraphList::iterator, change...
next