]> git.lyx.org Git - lyx.git/history - src/bufferview_funcs.C
GTK graphics dialog: Default to scaling 100% when no scaling or size is given
[lyx.git] / src / bufferview_funcs.C
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...
2003-04-07 John LevoncurrentState() should show mathed status not lyxtext...
2003-04-03 John LevongetStatus() for environment depth lfuns
2003-04-03 John Levonmerge decDepth(), killing some non-parlist code
2003-04-01 Lars Gullik Bjønnesrowlist10
2003-04-01 Angus LeemingGet rid of the static_casts; thanks Lars.
2003-04-01 Angus LeemingRewrite string2font to no longer use bool Bool (or...
2003-03-30 Lars Gullik Bjønnesrowlist5
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-29 John Levonmore Alert fixes
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-12 Angus LeemingYesterday's character dialog patch
2003-03-04 Lars Gullik Bjønnesws changes only
2003-02-20 André Pönitzsplit inset -> inset + updatableinset
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2003-01-23 John LevonMichael's text fixes
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
next