]> git.lyx.org Git - lyx.git/history - src/text.C
fix compiler warnings about unused parameter
[lyx.git] / src / text.C
2007-01-23 Michael Schmitt* src/lyxtext.h:
2007-01-23 Michael Schmitt * src/text.C: implement rejectChange() as the inverse...
2007-01-21 Georg BaumCompile fix.
2007-01-21 Michael Schmitt * src/text.C: acceptChange(): complete rewrite; there...
2007-01-20 Michael Schmitt * src/text.C: move forward when logically deleting...
2007-01-10 Abdelrazak Younesfix cursor movements.
2007-01-08 Michael Schmitt* src/text.C: replace "[C]" by the more meaningful...
2007-01-07 Georg BaumTell X the selection status also after it is changed...
2007-01-07 Michael Schmitt* src/text.C: fix endless loop in breakParagraph()
2007-01-04 Michael Schmitt* src/text.C: check end-of-par BEFORE you accept/reject...
2007-01-04 Michael Schmitt* src/text.C: first step to sanitize accept/rejectChange
2007-01-03 Michael Schmitt* src/frontends/qt4/QMathMatrixDialog.C:
2007-01-01 Abdelrazak YounesTransfer x2pos() and pos2x from LyXText to TextMetrics.
2007-01-01 Abdelrazak Younesdelete unused variable.
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 Edwin Leuvenremove unused vars
2006-12-30 Abdelrazak Younesremove duplicate methods moved to TextMetrics.C.
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-28 Georg Baumremove useless in_ert variable
2006-12-21 Georg Baumconvert LyXFont::stateText and LColor::getGUIName to...
2006-12-21 Georg Baumconvert author names and status messages to docstring
2006-12-20 Abdelrazak Younesadd an assertion.
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-11-26 Michael Schmitt * src/text.C: partial fixes to acceptChange() and
2006-11-26 Michael Schmitt * src/text.C: remove empty namespace; fix change tracking
2006-11-26 Michael Schmitt * src/text.C: fix dissolve-inset when pressing
2006-11-25 Michael Schmitt * src/text.C: remove FIXME because inset-dissolve...
2006-11-25 Bo PengAdd inset clearpage and cleardoublepage, from Urgas
2006-11-25 Michael Schmitt * src/text.C: fix change tracking for backspace
2006-11-24 Michael Schmitt * src/text.C: fix end-of-par handling (change tracking);
2006-11-23 Michael Schmitt * src/text.C: remove change tracking FIXME
2006-11-22 Georg Baumavoid one string copy by s/from_utf8(lex.getString...
2006-11-20 Jean-Marc Lasgouttes * text.C (erase): when deleting a text inset in change...
2006-11-17 Abdelrazak YounesOptimize drawing.
2006-11-17 Georg BaumFix bug 2393 (from Dov Feldstern)
2006-11-13 Abdelrazak Younes* LyXText::erase(): make sure the paragraph breaking...
2006-11-12 Georg BaumFix bug 2978 (inset-dissolve does not reset latex language)
2006-11-12 Abdelrazak YounesFix comments.
2006-11-12 Abdelrazak Younes* text.C:
2006-11-12 Abdelrazak Younes* LyXText::backspace(): redo paragraph rows. This is...
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-07 Michael Schmitt * src/text.C: (backspacePos0): rewrite to make it...
2006-11-07 Asger Ottar Alstrup- Avoid lyxerr[] like the plague. Use if (lyxerr.debugg...
2006-11-07 Abdelrazak Younesremove old duplicate LyXText::drawSelection() (from...
2006-11-01 Michael Schmitt * text.C: fix another change tracking FIXME
2006-11-01 Michael Schmitt * text.C: remove FIXME for change tracking; the
2006-10-30 Abdelrazak Younes* LyXText::singleWidth(): remove unneeded Buffer argument.
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-26 Michael Schmittchange tracking:
2006-10-24 Michael Schmittchange tracking:
2006-10-24 Michael Schmittchange tracking:
2006-10-23 Michael Schmitt * CutAndPaste.C:
2006-10-22 Michael Schmitt * src/text.C: fix status information output (change...
2006-10-22 Michael Schmittchange tracking:
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 Asger Ottar Alstrup- Fix erase selections broken by "changeTracking" it
2006-10-21 Michael Schmittchange tracking:
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ønnesChange (and fix) the bullets in itemize to be more...
2006-10-19 Michael Schmittchange tracking:
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-17 Abdelrazak YounesMore unicode conversion
2006-10-13 Abdelrazak YounesIn order to support multiple LyXView each BufferView...
2006-10-11 Michael SchmittChange tracking:
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
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-10-06 Michael SchmittChange tracking:
2006-10-06 Michael SchmittChange tracking:
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-16 Abdelrazak Younesdelete BufferView::text() method and add two FIXME...
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 LasgouttesImprove Inset dissolve capability (bug 2201).
2006-09-02 Georg Baumforgot this
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-07-15 Abdelrazak YounesThis commit transfer the ErrorList handling from LyXVie...
2006-07-08 Abdelrazak YounesFix potential crashes related to element presence in...
2006-07-06 Lars Gullik BjønnesRemove quite a few compiler warnings:
2006-06-19 Jürgen SpitzmüllerThe Grand Font Selection Redesign:
2006-06-07 Jean-Marc Lasgouttes * src/bufferparams.h: make author_map use an unsigned...
2006-05-08 Michael Schmittsrc/paragraph.h:
2006-05-05 Michael Schmitt src/paragraph.h:
2006-04-26 Jean-Marc Lasgouttes * text.C (numberOfHfills): do not forget to count...
2006-04-16 Abdelrazak Younes* src/buffer_funcs.[Ch]
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-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-25 Jürgen Spitzmüller * src/text.C
2006-03-25 Jürgen Spitzmüller * src/text.C (bool LyXText::backspace):
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2006-03-18 Martin Vermeer * text.C
next