]> git.lyx.org Git - lyx.git/history - src/text3.C
hopefully fix tex2lyx linking.
[lyx.git] / src / text3.C
2006-11-17 Abdelrazak YounesOptimize drawing.
2006-11-17 Georg BaumFix bug 2393 (from Dov Feldstern)
2006-11-16 Georg BaumAdd button for default layout to the toolbar
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-04 Georg BaumNew nomenclature inset from Ugras
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-22 Lars Gullik BjønnesLFUN_UNICODE_INSERT - unicode-insert
2006-10-22 André Pönitzmake macrfos readable again
2006-10-22 Asger Ottar Alstrup- rework update handling, make cursor movement faster,
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 Asger Ottar Alstrup- Review screen update flags
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-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-08 Abdelrazak Younesuse from_ascii on pure ascii.
2006-10-06 Michael SchmittChange tracking:
2006-10-04 Michael Schmitt * src/LyXAction.C:
2006-10-04 Michael Schmitt * src/text3.C: disable MATH_INSERT in text...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->getLyXFunc...
2006-09-19 Abdelrazak YounesThis is the continuation of my BufferView/LyXView clean...
2006-09-17 Abdelrazak Younes* Transfer Intl member from LyXView to BufferView.
2006-09-17 André Pönitzrename mathed/math_xinset into mathed/InsetMathX
2006-09-16 André Pönitzrename Math*Inset into InsetMath*
2006-09-14 Jürgen Spitzmüller* src/text3.C (doInsertInset): reset first paragraph...
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-10 Georg Baumremove unused "using" directives
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-03 André Pönitzuse enums instead of strings to distinguish different...
2006-09-03 Jürgen Spitzmüllerfix getStatus of LFUN_DISSOLVE_INSET:
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-17 Jean-Marc Lasgouttes * text3.C (dispatch/LFUN_INSET_DISSOLVE): use recordUn...
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-08-11 Jean-Marc LasgouttesFix bug 2756:
2006-08-08 Jürgen SpitzmüllerImplement LFUN_INSET_DISSOLVE (bug 2201):
2006-07-14 Michael Schmittremove LFUN_INSET_DIALOG_SHOW
2006-07-13 Jean-Marc Lasgouttes * src/text3.C (dispatch): merge the SELECT and non...
2006-07-10 Georg BaumSplit clipboard and X selection
2006-07-03 Lars Gullik BjønnesFirst part of r14315 from the younes branch:
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-05-08 Michael Schmittfix LFUN enum values (some of them were broken by r13801)
2006-05-07 Georg BaumImplement GUI for fixed size math delimiters (by Enrico...
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-28 Abdelrazak Younescompilation fix.
2006-04-28 Abdelrazak Younes* text3.C:void LyXText::dispatch(LCursor & cur, FuncReq...
2006-04-26 Edwin LeuvenAdding PARAGRAPH_MOVE_UP/DOWN + key bindings:
2006-04-16 Abdelrazak Younes* src/buffer_funcs.[Ch]
2006-04-15 Jürgen SpitzmüllerDon't jump back to cursor on inset clicking:
2006-04-10 Bo PengUpdate on view-source feature (r13610), from Bo Peng...
2006-04-09 Bo Pengview-source feature, from Bo Peng <ben.bob@gmail.com>
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-16 Jean-Marc Lasgouttesbug 2298: cursorTop/Bottom/Home/End does not redraw...
2006-03-10 Martin VermeerFix bug 2195: Slowness in rendering inside insets,...
2006-03-02 Georg Baumfix bug 2315
2006-02-24 Jean-Marc Lasgouttesfix bugs 2321 and 2323
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2005-12-31 Martin VermeerSinglerow rendering (better) fix for insets
2005-12-19 Martin VermeerForce update on paragraph merge
2005-12-01 Jean-Marc Lasgouttesbug 2109: trigger dEPM when moving cursor with mouse
2005-11-30 Jean-Marc Lasgouttesdo not eat the selection when inserting an index entry
2005-11-25 Jean-Marc Lasgouttesdisable LFUN_PASTE when there is nothing to paste
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-11-02 Jean-Marc Lasgouttesbug 2081: Disallow insertion of marginal note in float...
2005-10-25 Jean-Marc Lasgouttesbug 2092: branches not propagated to child documents
2005-10-25 Jean-Marc Lasgouttesget rid of LFUN_KEYMAP_TOGGLE
2005-10-24 Jean-Marc Lasgouttesbug 2066: C-i for opening/closing insets only works...
2005-10-13 Jean-Marc Lasgouttesfix two crashes related to dEPM. Some crashes remain
2005-10-13 Jürgen Spitzmüllerfix bug 2090 (remove param \quotes_times). File format...
2005-10-12 Georg Baumfix invalid cursor after math undo
2005-10-07 Martin VermeerThe speedup patch
2005-10-03 Jean-Marc Lasgouttesprovide default type value for math-macro
2005-09-27 Jürgen Spitzmüllerleave inset to the right when hitting ESC (bug 2034)
2005-09-16 Jürgen Spitzmüllerfix undo of PASTESELECTION (bug 2011)
2005-08-03 Jean-Marc Lasgouttesdisplay of counters in various situations (in particula...
2005-07-18 André Pönitzfix bug 1795
2005-07-17 André Pönitzcosmetics, incidently fixing bug 1458
2005-07-16 Jürgen VignaMore fixes to cursor handling with boundary
2005-07-16 Jean-Marc Lasgouttesfix cursor movement with boundary
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 André Pönitzsmall cosmetic fix and removing some debug output
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2005-07-05 Jürgen Spitzmüllerlocalize date/time
2005-06-06 Jürgen Spitzmüllerminor bibitem tweaks
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-05-05 Jürgen Spitzmüllerfix setOnOff handling in LyXText::getStatus
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-20 Martin VermeerFix the language problem in new lyxtexts, without causing
2005-04-20 Jean-Marc Lasgouttesfix double/triple clicking to select (bug 1811)
2005-04-14 Jean-Marc Lasgouttesfix display of label when inserting a new float
2005-04-13 Martin VermeerFix language problem in new textinsets in non-english...
next