]> git.lyx.org Git - lyx.git/history - src/lyxtext.h
Delay bibfileCache first update up until it is used.
[lyx.git] / src / lyxtext.h
2007-01-06 Georg BaumFix thinko: default paste method for plain text
2007-01-03 Abdelrazak YounesFactorise external pasting code.
2007-01-01 Abdelrazak YounesTransfer x2pos() and pos2x from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesTransfer getColumnNearX from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesTransfer these methods from LyXText to TextMetrics:
2006-12-30 Abdelrazak Younesdelete unused variables.
2006-12-30 Abdelrazak YounesSanitize the DEPM!
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-21 Georg Baumconvert author names and status messages to docstring
2006-11-29 Abdelrazak YounesFix keyboard navigation with graphics insets.
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-11-24 Michael Schmitt * src/lyxtext.h: the use of backspacePos0 is dangerous...
2006-11-20 Abdelrazak Younes* Status.15x: updates.
2006-11-17 Abdelrazak YounesOptimize drawing.
2006-11-17 Georg BaumFix bug 2393 (from Dov Feldstern)
2006-11-11 Georg BaumMake it possible to uses non-ascii labelstring, endlabe...
2006-11-11 Georg BaumUnicode: Avoid another from_utf8(to_utf8()) roundtrip
2006-11-08 Abdelrazak YounesMicro-optimisation, avoid rightMargin() call in two...
2006-11-04 Georg BaumTiny unicode optimization: avoid ucs4->utf8->ucs4 roundtrip
2006-10-30 Abdelrazak Younes* LyXText::singleWidth(): remove unneeded Buffer argument.
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-21 André Pönitzmove everything into namespace lyx
2006-09-08 Jean-Marc LasgouttesImprove Inset dissolve capability (bug 2201).
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-04-09 Lars Gullik Bjønnes* support/types.h: introduce the char_type type
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2006-03-16 Jean-Marc Lasgouttesbug 2298: cursorTop/Bottom/Home/End does not redraw...
2006-03-12 Martin Vermeerdoxygen documentation fix
2006-03-11 Martin VermeerFix bug 880, or the multi-paragraph change tracking...
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2006-01-01 Lars Gullik Bjønnesfix some syntax errors
2005-12-19 Martin VermeerForce update on paragraph merge
2005-12-06 Jean-Marc Lasgouttesfix bug 2146
2005-12-01 Jean-Marc Lasgouttesbug 2109: trigger dEPM when moving cursor with mouse
2005-11-28 Georg Baumrestore 1.3 behaviour when changing tabular columns...
2005-10-25 Jean-Marc Lasgouttesfix crash with DEPM when the cursor goes in a deeper...
2005-10-13 Jean-Marc Lasgouttesfix two crashes related to dEPM. Some crashes remain
2005-09-20 Jean-Marc Lasgouttesfix compiler warnings (bug 1927)
2005-07-18 André Pönitz~4% speedup by inlining a few one-line accessors
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2005-05-31 Martin VermeerAxe processEvents, fix cursor draw artifacts, put updat...
2005-05-30 Jean-Marc Lasgouttesfix bug 1892 (cursor moves when inserting index or...
2005-04-12 Martin VermeerFix the metric bug left after fixing the inset font bug
2005-02-25 Jean-Marc Lasgouttesfix counters updating mechanism
2005-02-22 Jean-Marc Lasgouttesfix several GOTO lfuns (bug 1787, bug 616, bug 781...
2005-02-08 Lars Gullik Bjønnesthe depm patch
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2004-12-17 Alfredo Braunsteinremove paragraph::autoBreakRows
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-08-15 André Pönitzprepare for fat changes...
2004-08-15 André Pönitzchange a few par_type args in LyXText::* to Paragrpah...
2004-08-13 Jean-Marc Lasgouttesconstify the various incarnations of editXY
2004-04-21 André Pönitzremove unneeded functions
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-30 Angus LeemingA slightly buggy lfun all-insets-toggle.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-03-18 André Pönitzremove a few rarely neede LyXTExt member functions
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
2004-03-01 André Pönitzthe DocIterator stuff
2004-03-01 Alfredo Braunsteinsome renaming
2004-03-01 Alfredo Braunsteinmove prepareToPrint out of the rowbreaking loop, do...
2004-03-01 Alfredo Braunsteinmove FontIterator to own files
2004-03-01 Alfredo BraunsteinFontIterator + rowbreaking fix
2004-02-27 André PönitzWednesday's 'de-mathed-ification' + Row::fill removal
2004-02-20 André Pönitz * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-13 André Pönitzmore IU as advertised
2004-02-13 André Pönitzmore IU stuff
2004-02-13 André PönitzIU stuff + shuffling things from BV::dispatch to LyXTex...
2004-02-12 André Pönitzadd LCursor & parameter to cursor moving functions
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-02-06 André Pönitzre-enable bits of selection
2004-02-03 André Pönitzremove math cursor plus
2004-02-02 André Pönitz * cursor.[Ch]: remove direct access to anchor
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-14 André Pönitzmore shuffling...
2004-01-14 André Pönitzmove selStart and selEnd from LyXText to BufferView
2004-01-14 André Pönitzmove the Selection structure from LyXText to BufferView
2004-01-14 Alfredo Braunsteinfix two lfuns
2004-01-13 André Pönitzglobalize the cursor
2004-01-13 André Pönitzreplace LyXCursor by CursorSlice
2004-01-13 André Pönitz hide cursor and selection anchor behind accessor function
2004-01-09 Alfredo Braunsteinadd and LyXText::undoSpan to compute the influence...
2003-12-18 Alfredo Braunsteinredocursor removal
2003-12-15 André Pönitzmerge CursorItem and MathPos
2003-12-10 André Pönitz * inset.h:
next