]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
document my LFUN changes in the past
[lyx.git] / src / Text3.cpp
2007-12-06 Jürgen SpitzmüllerSupport for \slash and \nobreakdash-
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-17 Abdelrazak YounesFix mouse selection drawing by brute force.
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak YounesAvoid unnecessary redraw when selecting text.
2007-11-14 Abdelrazak YounesFix wrong setting of language when only font change...
2007-11-13 Martin VermeerMake URL a standard inset
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 Jürgen Spitzmüller* src/BufferView.cpp:
2007-11-06 Abdelrazak YounesCurrent update architecture doesn't need multiParSel...
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-05 Abdelrazak YounesFix bug 4317 and update comment WRT current situation...
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-02 Abdelrazak YounesFurther cleanup of collapsable insets. The layouts...
2007-11-02 Abdelrazak YounesFix initial numbering of foot notes.
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-29 André Pönitzunbreak font panel
2007-10-28 Dov FeldsternGetting rid of LTR bias --- part 2/?
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-24 Abdelrazak Younes* InsetList: introducing find() and count()
2007-10-24 Abdelrazak YounesI forgot to commit this in 21167.
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-14 Bo PengAllow the input of an InsetInfo using command buffer...
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Martin VermeerDissolve CharStyle initial implementation.
2007-10-13 Martin VermeerSafer code for allowMultiPar(), thx Angus
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Bo PengInsetInfo: add InsetInfo (core)
2007-10-11 Abdelrazak Younesinitial support for shift + right-mouse-click selection.
2007-10-11 Martin VermeerIntroduce allowMultiPar()
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-10 Martin VermeerOops
2007-10-10 Martin VermeerA saner way to reset paragraphs to default when inserti...
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-10-03 Martin VermeerIndex as collapsible, preserving existing feature set
2007-10-01 Abdelrazak YounesMove most of the Gui specific code in Toolbars to its...
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-09-24 Dov FeldsternUpon exiting an inset, set the font back to what it...
2007-09-21 Abdelrazak YounesRevert unintentionally committed change.
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 André PönitzRemove a few includes from Text.h
2007-09-20 Richard HeckChange LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibl...
2007-09-15 Abdelrazak YounesGive PageDown/Up scrolling a sane behaviour. Does not...
2007-09-14 Jean-Marc LasgouttesText::breakParagraph wants a bool as second parameter...
2007-09-10 Jürgen Spitzmüller* src/insets/InsetCommand.{cpp,h}:
2007-09-08 Martin VermeerPrevent inserting illegal flex insets from minibuffer
2007-09-05 Martin VermeerRenaming CharStyle -> Flex, finishing touch
2007-09-05 Martin VermeerName change CharStyle -> Flex
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
2007-09-02 Abdelrazak Younes* TextMetrics: getDisplayFont() and isRTLBoundary(...
2007-09-02 Abdelrazak Younes* Text: Move some more stuff from Text to TextMetrics:
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak Younesheader cleanup.
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-27 Abdelrazak YounesMacOS compil fix
2007-08-27 Abdelrazak YounesLyx crashed after inserting, deleting and inserting...
2007-08-25 Martin VermeerOne more changeover charstyle -> insetlayout
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-15 Richard HeckAdd LFUN_PARAGRAPH_PARAMS (= paragraph-params), used...
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-10 Jean-Marc LasgouttesSyncronize with 1.5. This stuff was uncommitted in...
2007-07-31 Jean-Marc Lasgouttes * CutAndPaste.cpp (pasteSelection): do not set the...
2007-07-30 Jürgen Spitzmüller* src/Text3.cpp (doDispatch):
2007-07-27 Bo PengFix Bug 4053: Update other controls allows invalid...
2007-07-25 Bo Pengquick fix for bug: "select, select, middle-button paste...
2007-07-24 Jürgen Spitzmüller* src/Text3.cpp:
2007-07-13 Abdelrazak YounesFix assertion when using paragraph-up/down. This code...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-11 Abdelrazak YounesFix bug 3719: TOC skip-to points out of sync with document
2007-07-10 Jean-Marc Lasgouttes * Text3.cpp (doDispatch): fix the behaviour of word...
2007-07-09 Abdelrazak YounesFix 3992: Screen update problem in change tracking...
2007-07-06 Bo PengRemove all saveSelection calls and unify theSelection...
2007-06-24 Jürgen Spitzmüller* src/Text3.cpp (getStatus):
2007-06-22 Jürgen Spitzmüller* src/Text3.cpp: don't reset current_layout too early...
2007-06-22 André Pönitzallow unicode-insert 0x20
2007-06-15 Stefan Schimanski* compile fix
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-06-11 Dov FeldsternKeyMap is now switched (if necessary) only just before...
2007-06-11 Stefan Schimanski* cursor forward's behavior depends on bidi level in...
2007-06-07 Bo PengFix bug3782, crash with selection of table cells, joint...
2007-06-07 Stefan Schimanski* no_bidi_isboundary.patch: added isRTLBoundary as...
2007-06-07 Richard HeckFix bug 3821: Put cursor where the mouse is before...
2007-06-04 Stefan Schimanski* Added another isRTL variant which takes a CursorSlice
2007-06-02 Bo PengFix bug 3363: mark buffer dirty after middle button...
2007-05-30 Stefan Schimanski* avoid redraw if possible (OK by Abdel and Dov)
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
next