]> git.lyx.org Git - lyx.git/history - src/text.C
bug 806 change layout to default when deleting empty keepempty paragraphs
[lyx.git] / src / text.C
2005-07-15 Lars Gullik Bjønnesbug 806 change layout to default when deleting empty...
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 Lars Gullik Bjønnesbug 1825 make sure that we do not return a pos that...
2005-07-14 Lars Gullik Bjønnesreduce some debug output
2005-07-06 Jürgen Spitzmüllerget your ruler out, John! button insets are centered...
2005-06-16 Martin VermeerFix bug 1904
2005-06-09 Angus LeemingWhitespace, only whitespace. s/ +$//
2005-06-06 Jürgen Spitzmüllerminor bibitem tweaks
2005-05-31 Martin VermeerAxe processEvents, fix cursor draw artifacts, put updat...
2005-05-05 Martin VermeerUngoose (degoose?) bibliography
2005-05-01 Martin VermeerFix bug 1764 (parindent use)
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-19 Jean-Marc Lasgoutteshonor secnumdepth for section headers; avoid multiple...
2005-04-12 Martin VermeerFix the metric bug left after fixing the inset font bug
2005-03-07 Alfredo Braunsteinget rid of a crash
2005-02-25 Jean-Marc Lasgouttesfix counters updating mechanism
2005-02-08 Lars Gullik Bjønnesthe depm patch
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-19 Jean-Marc Lasgouttesrestore top/bottom margins (bug 1761)
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-06 Jürgen Spitzmüllerfloat2string #4 (Spacing)
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-11-18 Jean-Marc Lasgouttesget rid of Paragraph::isWord; ignore words with digits...
2004-11-11 Alfredo Braunsteinfix crash in backspace
2004-10-31 Jürgen Spitzmüllerinsetcharstyle drawing cosmetics
2004-10-23 André Pönitzworkaround crash in undo. This is not a proper fix...
2004-10-05 José Matoxreplace nextToken by more appropriate lex methods.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-16 José MatoxReove debug message.
2004-08-16 José MatoxAdd more debug statments, and use the same channel...
2004-08-15 Jean-Marc Lasgouttesfix font bug when reading files
2004-08-15 Jean-Marc Lasgouttessome profiler work, a few cleanups
2004-08-15 André Pönitzchange a few par_type args in LyXText::* to Paragrpah...
2004-08-14 Jean-Marc Lasgouttesone less use of ownerPar means faster code
2004-08-14 André Pönitzbetter mouse selection within tabulars
2004-08-14 André Pönitzmake all cached positions screen-absolute
2004-08-14 José Matoxup to file format 236 and also fix Bug 421.
2004-08-14 Lars Gullik Bjønnessome nicer margins and some small cleanup
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 Lars Gullik Bjønnesbug 1305
2004-08-05 Jean-Marc Lasgouttesfix insertion of insets in non english doc; use native...
2004-07-25 Lars Gullik Bjønnesobvious stuff
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-06-29 Jean-Marc Lasgouttesfix LyXText::getWord (bug 1609)
2004-05-17 Georg Baumremove now unnecessary const casts
2004-04-21 André Pönitzremove unneeded functions
2004-04-13 Angus LeemingFix the missing "Figure #:" label from the caption...
2004-04-13 André Pönitzmacro rework
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-04-07 Alfredo Braunsteinthe 'fitCursor fix'
2004-04-05 Angus LeemingWrap all #warning calls inside #ifdef WITH_WARNINGS...
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-27 Angus LeemingSquash a bunch of compiler warnings.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-24 Angus Leeming64 bit compile fixes.
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-08 André Pönitzredo undo
2004-03-01 Alfredo Braunsteinfix row breaking before display()ed insets
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 Alfredo Braunsteinws fixes
2004-02-27 Alfredo Braunsteinfix a rebreaking bug
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 Alfredo Braunsteinfix some coordinates (tabular and math missing)
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-31 Lars Gullik BjønnesThe func.diff patch. Functors work and some tiny cleanup.
2004-01-30 André Pönitzmore IU
2004-01-28 Lars Gullik Bjønnesstd:: changes, stupid stuff
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
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önitzAnchor globalization
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...
2004-01-07 Alfredo Braunsteinremove a warning
2004-01-07 André Pönitzprevent crash in cursorX when row cache is empty
2003-12-18 Alfredo Braunsteinredocursor removal
2003-12-15 André Pönitzmerge CursorItem and MathPos
next