]> git.lyx.org Git - lyx.git/history - src/insets/InsetCollapsable.cpp
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetCollapsable.cpp
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.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-23 Abdelrazak YounesFix crash with collapsable insets and multiple views
2007-05-22 Jean-Marc Lasgouttesrevert r17737; it was designed to fix bug 2993, but...
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2