]> git.lyx.org Git - lyx.git/history - src/insets
LaTeXFeatures.cpp: "wrapfig" has to be loaded after "float"
[lyx.git] / src / insets /
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 André PönitzPavel Sanda's "PDFOptions" patch
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-20 Martin VermeerRobustify this
2007-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-09-20 Abdelrazak YounesRemove TextMetrics.h header.
2007-09-20 Richard HeckIndentation fix.
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 InsetCaption::drawSelection(): this was not...
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 Bo Pengmake index label translatable
2007-09-16 Bo PengDisplay index name in InsetIndex label
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-15 Bo PengEmbedding: add a check box to InsetGraphic and show...
2007-09-13 Martin VermeerForce current font to red typewriter in ERT
2007-09-12 Bo PengEmbedding: update related insets when the embedding...
2007-09-11 André Pönitzremove unnneded #include
2007-09-11 André Pönitzremove unnecessary includes
2007-09-10 Jürgen Spitzmüller* src/insets/InsetCommand.{cpp,h}:
2007-09-10 Bo PengEmbedding: prepare to read/write manifest in .lyx file
2007-09-09 Uwe StöhrHelge's wrapfig patch:
2007-09-09 Abdelrazak Younes* TextMetrics::draw(): withdraw first row ascent before...
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-09-08 Martin VermeerConvert CharStyle to Flex also in file format
2007-09-07 Bo PengEmbedding: remove AUTO feature, barely make it compile
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 Abdelrazak YounesFix tabular text y-positioning
2007-09-05 Abdelrazak YounesFix caption text y-positioning
2007-09-05 Martin VermeerRenaming CharStyle -> Flex, finishing touch
2007-09-05 Bo PengEmbedding feature patch 5: handling of embedded files...
2007-09-05 Martin VermeerName change CharStyle -> Flex
2007-09-05 Abdelrazak YounesFix text frame drawing.
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-05 Abdelrazak YounesMove selection painting closer to row painting. Single...
2007-09-04 Edwin Leuvenrename method
2007-09-04 Edwin Leuvenrenaming of some methods that hurt the eyes + removal of:
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 YounesDon't save background color in Text. Hand it down at...
2007-09-02 Abdelrazak Younes* InsetText::font_: removed, this was not used anywhere.
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak Younes* InsetCollapsable::metrics(): Allow a bit more inlined...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Martin VermeerFinal touch on minimalistic branches
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 Abdelrazak YounesHack: full repaint of text inset in Tabular. This will...
2007-08-31 Martin VermeerFurther cleanup, decoration -> geometry, bugfix
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-31 Martin VermeerCleanup: Replace decoration() calls by geometry()....
2007-08-31 Abdelrazak Younesremove unneeded drawSelection() method.
2007-08-30 Abdelrazak YounesTransfer Text::drawSelection() from InsetText::drawSele...
2007-08-30 Abdelrazak Younescompil fix.
2007-08-30 Abdelrazak Younesfix text background painting.
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 Abdelrazak YounesFix redrawing bug for multirow inlined collapsable...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-30 Abdelrazak YounesFinally enable single row repainting within insets...
2007-08-29 Richard HeckThis is one of a series of patches that will merge...
2007-08-28 Abdelrazak Younes* InsetCollapsable::setStatus(): remove the Buffer...
2007-08-28 Abdelrazak Younesheader cleanup.
2007-08-27 Abdelrazak Younes- Transfer rowpainter.cpp:paintTextInset() to TextMetri...
2007-08-27 Martin VermeerFix black float background
2007-08-27 Abdelrazak YounesBug fix: correctly redraw a Row containing and inset...
2007-08-27 Abdelrazak YounesRemove the wide() hack. This simplifies quite a few...
2007-08-26 Martin VermeerMove background colour into the layout files -- for...
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-25 Martin VermeerMake Richard happy, add inset layout parm 'Decoration'
2007-08-24 Martin VermeerOops -- cut off wrong part of label
2007-08-23 Alfredo Braunsteinmove forwardIdx to CursorSlice from DocIterator, as...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-22 Martin Vermeeradd preamble snippets to charstyles
2007-08-21 Martin Vermeerinset configurability: ERT
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-20 Bo PengFix crash when a user removes a formula when its previe...
2007-08-20 Martin VermeerInset configurability, LaTeX work
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
2007-08-20 Martin Vermeersmall Note cleanup
next