]> git.lyx.org Git - lyx.git/history - src/text2.C
more dialog merging
[lyx.git] / src / text2.C
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 1
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-03-28 Abdelrazak Younes* LyXText::getPitNearY(): Make it const.
2007-01-26 Abdelrazak YounesMSVC warning (signed/unsigned).
2007-01-25 Michael Schmitt * src/text2.C: deleteEmptyParagraphMechanism(): fix...
2007-01-25 Michael Schmitt* src/lyxtext.h:
2007-01-25 Michael Schmitt* src/lyxtext.h: add enum ChangeOp (ACCEPT/REJECT)...
2007-01-21 Abdelrazak YounesFix crash when breaking paragraph and Change tracking...
2007-01-15 Abdelrazak YounesTranslate labels based on the paragraph language instea...
2007-01-14 Michael Schmitt* src/CutAndPaste.C:
2007-01-10 Abdelrazak Younesfix cursor movements.
2007-01-01 Abdelrazak YounesFix cursor navigation with UP arrows. I don't know...
2007-01-01 Abdelrazak YounesTransfer x2pos() and pos2x from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesCompilation fix, again... sorry.
2007-01-01 Abdelrazak YounesTransfer getColumnNearX from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesFollowing depm sanitization, the assertion was bogus...
2007-01-01 Abdelrazak YounesFix crash when scrolling up using the arrow keys.
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-17 Jürgen Spitzmüller* src/text2.C (getPitNearY):
2006-12-15 Abdelrazak YounesFix this crash:
2006-12-14 Bo PengFix the multiple window rows() availability bug
2006-11-29 Georg Baumremove unused variable
2006-11-29 Abdelrazak YounesFix copy&paste bug
2006-11-29 Abdelrazak YounesFix keyboard navigation with graphics insets.
2006-11-27 Abdelrazak YounesFix screen updates with arrow key navigation.
2006-11-12 Abdelrazak Younes* bufferview_funcs.C: reconstruct par.rows() in case...
2006-11-11 Georg BaumMake it possible to uses non-ascii labelstring, endlabe...
2006-11-09 Abdelrazak Younesa small cleanup, a tiny optimization and a comment.
2006-11-04 Georg BaumTiny unicode optimization: avoid ucs4->utf8->ucs4 roundtrip
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-23 Michael Schmitt * text2.C:
2006-10-21 Asger Ottar Alstrup- Fix erase selections broken by "changeTracking" it
2006-10-21 Asger Ottar Alstrup- Review screen update flags
2006-10-21 Asger Ottar Alstrup- Dump the inset position cache as well
2006-10-21 Abdelrazak Younesrevert faulty changes in last revision...
2006-10-21 Abdelrazak YounesMy six month cleanup crusade is now paying off: LyX...
2006-10-21 André Pönitzmove the only remaining function in lyxrow_func to...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Lars Gullik BjønnesMore unicode, this time some focus on layouts and textc...
2006-10-20 Lars Gullik BjønnesChange (and fix) the bullets in itemize to be more...
2006-10-20 Michael Schmittchange tracking:
2006-10-19 Michael Schmittchange tracking:
2006-10-17 Abdelrazak YounesMore unicode conversion
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-10-11 Michael SchmittChange tracking:
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->getLyXFunc...
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-09-15 Jean-Marc Lasgouttes * text.C (setCursorFromCoordinates):
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-09-08 Jean-Marc LasgouttesFix bug 2251 (from G Baum)
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-08-16 Jean-Marc Lasgouttes * text2.C (init): do not reset curent font (bug 2664)
2006-08-14 Jean-Marc Lasgouttes * text2.C (changeDepthAllowed): exit early when select...
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-07-06 Lars Gullik BjønnesRemove quite a few compiler warnings:
2006-06-19 Jürgen SpitzmüllerThe Grand Font Selection Redesign:
2006-05-08 Michael Schmittfix LFUN enum values (some of them were broken by r13801)
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-16 Abdelrazak Younes* src/buffer_funcs.[Ch]
2006-04-08 André Pönitzsupport/textutils.h:
2006-04-07 Abdelrazak Younes* buffer_funcs.[Ch]: new needsUpdateCounters function
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-02-06 Georg Baumfix bug 2273
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2006-01-30 Jürgen Spitzmüllerfix crash when undoing DEPM in last paragraph (bug...
2006-01-28 Martin VermeerFix 2019: take inset's own font settings into account...
2006-01-23 Martin VermeerFix bug 2015: on screen fonts in nested environments...
2006-01-04 Jean-Marc Lasgouttesfix bug 2155: crash when undoing dEPM
2005-12-06 Jean-Marc Lasgouttesfix bug 2146
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-26 Angus LeemingJust whitespace
2005-09-26 Jean-Marc Lasgouttesincluse boost/current_function.hpp when needed
2005-09-21 Jean-Marc Lasgouttesmore fixing of bug 2010
2005-09-20 Jean-Marc Lasgouttesfix compiler warnings (bug 1927)
2005-09-15 Jean-Marc Lasgouttesfix bug 2010 (boundary effects at the end of text insets)
2005-09-05 Georg Baumfix bug 1998
2005-08-01 Jürgen Spitzmüllerfix bug 1254 (handling of blanks in change tracking...
2005-07-29 Jürgen Spitzmüllerfix insertStringAsLines assert (bug 1939), John's version.
2005-07-18 Angus LeemingConsistent variable defintions don't need explicit...
2005-07-18 André Pönitz~4% speedup by inlining a few one-line accessors
2005-07-17 André Pönitzfix counters on depm
2005-07-17 Jürgen VignaAdd parameter boundary for getRow() function
2005-07-17 Jürgen VignaFixed one of problem
2005-07-16 Jürgen VignaMore fixes to cursor handling with boundary
2005-07-16 Jean-Marc LasgouttesCheck if we are on column 0 for special case
2005-07-16 Jean-Marc Lasgoutteshandle special case Newline Inset
2005-07-16 Jean-Marc Lasgouttesfix cursor movement with boundary
next