]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
english_language was not used at all.
[lyx.git] / src / Text3.cpp
2008-05-06 Pavel SandaIntroduce groups for graphics insets. That includes:
2008-05-05 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4821
2008-05-04 Dov Feldsternvisual mode for bidi cursor movement --- at the word...
2008-04-22 Richard HeckFix bug 1781 by removing server-get-font.
2008-04-21 Abdelrazak Younesremove std::
2008-04-21 Abdelrazak YounesFix some outline bugs:
2008-04-15 Abdelrazak YounesRelease compile fix.
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-26 André Pönitzfix compiler warning
2008-03-26 Richard HeckFix my fixme.
2008-03-26 Richard HeckAnother buffer pointer fix.
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-25 Abdelrazak YounesFix some issues with cursor settings with mouse button3...
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-25 Jürgen SpitzmüllerMerge the diverse newpage insets into one.
2008-03-24 Jürgen Spitzmüller* src/BufferView.cpp:
2008-03-24 Jürgen Spitzmüller* src/Text3.cpp:
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-03-05 Pavel SandaRemove the rest of LFUN_THEOREM_INSERT.
2008-03-04 Jean-Marc Lasgouttesfix some compiler warnings
2008-03-02 Abdelrazak Younesrev 23399: the fix was not fully correct because labels...
2008-03-02 Abdelrazak Younes* Outline(): fix undo/redo for promote/demote
2008-03-02 Abdelrazak Younes* outline(): demote/promote all subsections for outline...
2008-02-28 Abdelrazak Younesrevert revision 23324 and implement a better more gener...
2008-02-28 Abdelrazak YounesFix InsetQuotes creation. Not very clean but it does...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-22 Abdelrazak YounesText::dispatch(): Make sure the cursor is visible befor...
2008-02-22 Abdelrazak YounesFix this bug:
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-16 Dov FeldsternFix typing of digits in RTL text, which was broken...
2008-02-13 Abdelrazak Younes* doInsertInset(): cosmetics
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-09 Abdelrazak Younes* doInsertInset(): return early.
2008-02-09 André Pönitzsome refactoring.
2008-02-03 Stefan Schimanski* Support for graphics pasting (with most code in the...
2007-12-23 Stefan Schimanski* newlyxcommand support as LaTeX feature
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-21 Abdelrazak Younes* LyXFunc::dispatch(): invert BufferView::dispatch...
2007-12-19 Bo PengAdd buffer name/path/class to InsetInfo
2007-12-17 Jürgen Spitzmüller* fix bug 4055, overdue patch from Stefan Schimanski:
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
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.
next