]> git.lyx.org Git - lyx.git/history - src/insets/Inset.h
Fix text frame drawing.
[lyx.git] / src / insets / Inset.h
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-27 Abdelrazak YounesBug fix: correctly redraw a Row containing and inset...
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-16 Martin VermeerStreamlining CollapseStatus stuff
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-08-13 Martin VermeerPrepare for inset configurability
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-07-18 Jürgen Spitzmüller* src/insets/Inset.h: fix encoding of author names
2007-06-22 Alfredo Braunsteinconst correctness
2007-06-14 Stefan Schimanski* the old cursor is stored before dispatch and then...
2007-06-12 Jean-Marc LasgouttesRemove background_color_ in Insets: it takes a lot...
2007-06-11 Stefan Schimanski* they are conceptionally the same and should be merged
2007-06-09 Abdelrazak Younesfollowing rev. 18724 boost/signal is not needed.
2007-06-09 Abdelrazak YounesFollowing revision 18723, Inset::destroyed() signal...
2007-06-07 Bo PengFix compiling errors caused by r18701 (moving drawMarke...
2007-06-07 Bo PengShow corners of mathed with mouse hover, details see...
2007-06-05 Bo Pengremove pit from addToToc definition in Inset.h, as...
2007-06-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
2007-05-31 Abdelrazak YounesThis patch transfer Inset::destroyed signal to InsetTex...
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-11 Bo Pengrevert wrongly committed patch
2007-05-11 Bo Penglib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2