]> git.lyx.org Git - lyx.git/history - src/text3.C
* GuiView.C (updateTab): do not update early if current tab has
[lyx.git] / src / text3.C
2007-02-09 Michael Schmitt * src/text3.C: fix float inset insertion in case the
2007-02-02 Abdelrazak YounesRevert commit 17010.
2007-02-02 Bo PengPersistent-selection (and fix bug 3162)
2007-02-01 Abdelrazak Youneslinux compile fix.
2007-02-01 Abdelrazak YounesAs explained in the comments, this is a partial fix...
2007-02-01 Michael Schmitt * src/text3.C: fix comment (now it makes sense)
2007-02-01 Abdelrazak YounesAdd empty paragraphs before and after the caption inset...
2007-01-31 Abdelrazak YounesFix 3188, update the labels at each Caption insertion.
2007-01-30 Abdelrazak YounesThe caption inset patch by Georg, Martin and myself.
2007-01-25 Michael Schmitt* src/lyxtext.h:
2007-01-25 Michael Schmitt* src/lyxtext.h: add enum ChangeOp (ACCEPT/REJECT)...
2007-01-23 Michael Schmitt* src/lyxtext.h:
2007-01-17 Jürgen Spitzmüller* src/text3.C (doDispatch):
2007-01-13 Georg BaumFix bug 2138: copy and paste should preserve formatting...
2007-01-08 Georg BaumFix enabling of LFUN_PRIMARY_SELECTION_PASTE: It was...
2007-01-07 Georg BaumCorrectly enable/disable all paste lfuns
2007-01-07 Georg BaumTell X the selection status also after it is changed...
2007-01-06 Georg BaumFix thinko: default paste method for plain text
2007-01-05 Georg BaumFix and document middle mouse button paste. This is...
2007-01-05 Georg BaumDon't query cur.selection() twice
2007-01-04 Georg Baumreenable assertion
2007-01-04 Abdelrazak Younescomment out assertion in order to compile without warning.
2007-01-04 Abdelrazak Younesdelete unused variables.
2007-01-04 Georg BaumLet LFUN_PASTE always paste the most recent clipboard...
2007-01-03 Abdelrazak YounesFactorise external pasting code.
2006-12-30 Abdelrazak Younesdelete unused variables.
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-20 Abdelrazak YounesFix bug 3024 (http://bugzilla.lyx.org/show_bug.cgi...
2006-12-11 Jürgen SpitzmüllerFix dEPM crash:
2006-11-28 Abdelrazak Younes* LyXText::cursorNext(): Fix crash with PageDown when...
2006-11-27 Abdelrazak YounesFix screen updates with arrow key navigation.
2006-11-25 Bo PengAdd inset clearpage and cleardoublepage, from Urgas
2006-11-24 Michael Schmitt * src/text3.C:
2006-11-20 Abdelrazak Younes* Status.15x: updates.
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
next