]> git.lyx.org Git - lyx.git/history - src/insets/InsetCollapsable.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetCollapsable.cpp
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
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 Martin VermeerIntroduce inset parameters keepempty, freespacing,...
2007-10-24 Martin VermeerMove disabling LFUNS from ERT to Collapsable
2007-10-20 Martin VermeerVerbatim for URL inset, \protect for special phrases...
2007-10-11 Martin VermeerIntroduce allowMultiPar()
2007-10-06 Martin VermeerGet Conglomerate-style rendering back into order
2007-09-25 Abdelrazak YounesHopefully fix 'Corners' and 'SubLabel' insets drawing.
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Martin VermeerRobustify this
2007-09-18 Martin VermeerPolish
2007-09-18 Martin VermeerPick up some stitches dropped by Abdel ;-)
2007-09-18 Abdelrazak YounesFix InsetBox drawing and remove remnant of the wide...
2007-09-17 Abdelrazak Younes* InsetCollapsable::draw(): replace use of dim_ with...
2007-09-17 Abdelrazak Younesremove InsetCollapsable::drawSelection(): this was...
2007-09-17 Abdelrazak YounesCleanup the TEXT_TO_INSET_OFFSET mess. This correction...
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-09 Abdelrazak Younes* TextMetrics::draw(): withdraw first row ascent before...
2007-09-06 Martin Vermeery-coord in Conglomerate, this time properly
2007-09-06 Martin VermeerFix y co-ordinate for Conglomerate-style inset
2007-09-06 Abdelrazak YounesNicely align inset buttons with surrounding text.
2007-09-06 Abdelrazak YounesInsetCollapsable::draw(): Rename 'top' local variable...
2007-09-05 Abdelrazak YounesFix alignment of text within insets.
2007-09-05 Abdelrazak YounesFix drawing of collapsable inset without button.
2007-09-05 Martin VermeerName change CharStyle -> Flex
2007-09-05 Abdelrazak YounesFix cursor positioning withing collapsable insets.
2007-09-05 Alfredo Braunstein(InsetCollapsable::draw) restore background color...
2007-09-05 Abdelrazak Younes* TextMetrics::draw(): get rid of the first par ascent...
2007-09-02 Abdelrazak YounesDon't save background color in Text. Hand it down at...
2007-09-02 Abdelrazak Younes* InsetCollapsable::metrics(): Allow a bit more inlined...
2007-09-01 Abdelrazak Younes* InsetCollapsable::metrics(): Put back the test previo...
2007-09-01 Martin VermeerCleanup painting of corners
2007-09-01 Martin Vermeersmall cleanup collapsable; label fix branch
2007-09-01 Martin VermeerUse Minimalistic for branches
2007-09-01 Abdelrazak Younes* InsetCollapsable::metrics(): it seems we don't need...
2007-08-31 Alfredo Braunsteincosmetics
2007-08-31 Alfredo Braunsteinfix two metrics bug + remove an extra metrics call
2007-08-31 Martin VermeerFurther cleanup, decoration -> geometry, bugfix
2007-08-31 Martin VermeerCleanup: Replace decoration() calls by geometry()....
2007-08-30 Abdelrazak YounesFix redrawing bug for multirow inlined collapsable...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-28 Abdelrazak Younes* InsetCollapsable::setStatus(): remove the Buffer...
2007-08-27 Martin VermeerFix black float background
2007-08-25 Martin VermeerSet up decoration handling for all collapsable insets
2007-08-25 Martin VermeerClean-up in CharStyles, externalize detection of undefi...
2007-08-22 Martin Vermeeradd preamble snippets to charstyles
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-20 Martin VermeerInset configurability, LaTeX work
2007-08-20 Martin VermeerCleanup 3: move dispatch stuff from CharStyle to Collap...
2007-08-19 Martin VermeerCleanup 2: moving more stuff charstyle -> collapsable
2007-08-19 Martin VermeerSmall cleanup
2007-08-18 Martin VermeerFurther inset configurability, moving charstyle stuff...
2007-08-17 Abdelrazak Younes* InsetCollapsable::geometry(): shut up warning by...
2007-08-16 Martin VermeerStreamlining CollapseStatus stuff
2007-08-13 Jean-Marc Lasgouttescompilation warning
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-08-13 Martin VermeerPrepare for inset configurability
2007-06-15 Abdelrazak Younesheader cleanup.
next