]> git.lyx.org Git - lyx.git/history - src/insets/InsetCollapsable.cpp
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / InsetCollapsable.cpp
2008-10-25 Richard HeckFix another part of 5403, again to do with case sensiti...
2008-10-25 Richard HeckStyle.
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-10-17 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5369
2008-10-05 Jürgen Spitzmüller* InsetCollapsable.cpp (getStatus):
2008-09-25 Jean-Marc Lasgouttesmove the validation code from InsetFlex to InsetCollapsable
2008-09-15 Enrico ForestieriIntroduce LFUN_FONT_BOLDSYMBOL, performing the same...
2008-09-04 Richard HeckFix a bug that allowed setting of layouts inside option...
2008-08-29 Pavel SandaGet rid of annoying tooltips. ERT tooltip survived...
2008-08-13 Jean-Marc Lasgouttesset cursor correctly when right clicking on inset button
2008-08-12 Jean-Marc LasgouttesFix bug 4166: Crash when middle button click on inset...
2008-08-07 Abdelrazak YounesTentatively fix http://bugzilla.lyx.org/show_bug.cgi...
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-29 Abdelrazak YounesInsetText: remove InsetText default ctor and make text_...
2008-07-14 Pavel SandaRemove LFUN_BIBITEM_INSERT.
2008-07-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-06-18 Pavel SandaFix include orderings.
2008-06-11 Pavel SandaLFUN_FONT_FREE_* -> LFUN_TEXSTYLE_*
2008-06-04 Pavel SandaLast rites for LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_B...
2008-06-02 Pavel SandaUnify LFUN naming.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-07 Richard HeckPartially fix an annoying hover problem, viz: InsetColl...
2008-05-07 Abdelrazak Younesfix Bug 4119: LFUN accent-special-caron is obsolete
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-27 Jürgen Spitzmüller* move extended tooltips support to InsetCollapsable...
2008-04-15 Jean-Marc Lasgouttesadd support for a check box in menu for inset-toggle
2008-04-11 Jürgen Spitzmüller* src/insets/InsetCollapsable.cpp:
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-05 André Pönitzif we have a buffer we don't need to pass part of it...
2008-04-05 André Pönitzuse simpler parser interface
2008-04-01 Jean-Marc Lasgouttesfix compiler warning
2008-03-26 André Pönitzthis feels good...
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-26 Richard HeckRevert last commit.
2008-03-26 Richard HeckMake InsetText store a Buffer.
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-25 Jürgen Spitzmüller* stdmenus.inc:
2008-03-24 Jürgen Spitzmüllerfix the general collapsable context-menu:
2008-03-21 Richard HeckNeedless comment.
2008-03-21 Abdelrazak YounesContext menu for collapsing minimalistic insets such...
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
2008-03-05 André Pönitzmake code look a bit more uniform
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
2008-02-24 Richard HeckMore cleanup from Andre.
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 Richard HeckLine length.
2008-02-22 Richard HeckMove the enum into InsetLayout.
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
2008-02-22 Richard HeckHeaders.
2008-02-22 Richard HeckThis is the second commit in the process of making...
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-20 Richard HeckFix crash by setting Layout before calling InsetText...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-12 Martin VermeerTooltips for collapsables and branches
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-05 Richard HeckMake right click open minimalistic insets. See bug...
2008-02-05 Stefan Schimanski* Do not keep pointers to data structures around if...
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: more unused parameters
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
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önitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-17 Pavel SandaFix initialization warning
2007-11-16 Martin VermeerFix font bug reported by Helge
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-07 Abdelrazak Younescleanups
2007-11-03 André Pönitzremove unneeded @includes from BufferView.h
2007-11-03 Abdelrazak YounesTransfer some code from InsetFlex to InsetCollapsable...
2007-11-03 Abdelrazak YounesFix copy&paste of Insets.
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-11-02 Abdelrazak Younesfix layout of InsetBox and remove unused InsetCollapsab...
2007-11-02 Abdelrazak YounesFurther cleanup of collapsable insets. The layouts...
2007-11-02 Abdelrazak YounesRemove fontlabel initialisation bug work-around. We...
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-11-02 Abdelrazak YounesProperly initialize label font.
2007-11-01 Martin VermeerFix inset font inheritance mechanism; smaller clean-ups
2007-10-31 Martin VermeerLFUN_LANGUAGE enabled wrong way around
2007-10-30 Martin VermeerFix thinko: we need to apply the default font here...
2007-10-30 Martin VermeerImplement ForceLtR; cleanup of collapsable insets
2007-10-29 Abdelrazak Younesput back the const.
2007-10-29 Abdelrazak Younes* MetricsInfo::background_color: int -> ColorCode
next