]> git.lyx.org Git - lyx.git/history - src/text.C
honor nextnoindent
[lyx.git] / src / text.C
2005-11-17 Jean-Marc Lasgoutteshonor nextnoindent
2005-11-16 Martin VermeerFix bug 1966
2005-11-07 Martin VermeerFix bug 2115 (crash, selection begin and end different...
2005-10-25 Jean-Marc Lasgouttesbug 2061: Right Arrow has to be pressed twice to move...
2005-10-13 Jean-Marc Lasgouttesfix two crashes related to dEPM. Some crashes remain
2005-10-05 Angus LeemingSquash compiler warnings.
2005-10-03 Martin VermeerTwo fixes involving RtL text drawing
2005-09-27 Jürgen Spitzmüllerfix inset width calculation (bug 1957)
2005-09-26 Jean-Marc Lasgouttesincluse boost/current_function.hpp when needed
2005-09-10 Georg Baumfix segmentation fault
2005-09-10 Jürgen Spitzmüllerimplement and use virtual bool neverIndent() (thereby...
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-08-15 Martin VermeerFix bidi bugs 1965, 1970
2005-08-01 Jürgen Spitzmüllerfix bug 1254 (handling of blanks in change tracking...
2005-07-18 André Pönitzsome (yet unfinished) up/down work
2005-07-18 André Pönitzfix bug 1795
2005-07-18 André Pönitz~4% speedup by inlining a few one-line accessors
2005-07-18 Jürgen VignaHonor boundary when asking for cursorX in drawSelection...
2005-07-17 André Pönitzprobably fixed bug 1561
2005-07-17 Jürgen Vignabug 575: allow merging of paragraphs by Delete/Backspac...
2005-07-17 José Matoxcouple of small fixes (they are not even mine).
2005-07-17 Jürgen VignaAdd parameter boundary for getRow() function
2005-07-16 Jean-Marc LasgouttesJust remove bogus check
2005-07-16 Jean-Marc Lasgouttesoutput the actual Boundary
2005-07-16 André Pönitzremove unneeded function Paragraph::checkInsertChar...
2005-07-16 Jürgen VignaHandle cursor position after last char in row before...
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
next