]> git.lyx.org Git - lyx.git/history - src/insets/InsetCollapsable.h
Cosmetics
[lyx.git] / src / insets / InsetCollapsable.h
2009-06-05 Richard HeckCosmetics
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-04 Richard HeckManage the initial setting of Default or Plain Layout...
2009-02-27 Vincent van RavesteijnFix^3 of bug 4346.
2009-02-25 Pavel SandaSquash zillion warnings
2009-02-25 Vincent van RavesteijnFix the fix for bug 4346: http://bugzilla.lyx.org/show_...
2009-02-21 Vincent van RavesteijnFix bug 4346: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-06 Richard HeckMove some stuff from InsetFlex to InsetCollapsable...
2009-02-03 Richard HeckMove a couple routines from InsetFlex to InsetCollapsab...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-26 Richard HeckThis optional argument to the InsetCollapsable constructor
2008-08-12 Jean-Marc LasgouttesFix bug 4166: Crash when middle button click on inset...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-04-28 Jürgen Spitzmüller* src/insets/InsetCollapsable.h:
2008-04-05 André Pönitzif we have a buffer we don't need to pass part of it...
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-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 HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
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 first of a series of commits that will...
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
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...
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-07 Abdelrazak YounesMove InsetLayout definition to insets/InsetLayout.h
2007-11-07 Abdelrazak Younescleanups
2007-11-05 Dov FeldsternUse forceLTR instead of inset codes in order to determi...
2007-11-03 Dov FeldsternForce latin-only InsetCollapsables into LTR environment...
2007-11-03 Abdelrazak YounesTransfer some code from InsetFlex to InsetCollapsable...
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 redundant code and introduce InsetCollapsable...
2007-11-02 Abdelrazak Younesremove unused constants.
2007-10-30 Martin VermeerImplement ForceLtR; cleanup of collapsable insets
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-16 Richard HeckRationalize lyxCode().
2007-10-11 Martin VermeerIntroduce allowMultiPar()
2007-09-21 Abdelrazak Younes* Inset:
2007-09-17 Abdelrazak Younesremove InsetCollapsable::drawSelection(): this was...
2007-09-05 Abdelrazak Younes* TextMetrics::draw(): get rid of the first par ascent...
2007-09-01 Martin VermeerUse Minimalistic for branches
2007-08-31 Martin VermeerCleanup: Replace decoration() calls by geometry()....
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-22 Martin Vermeeradd preamble snippets to charstyles
2007-08-20 Martin VermeerInset configurability, LaTeX work
2007-08-19 Martin VermeerCleanup 2: moving more stuff charstyle -> collapsable
2007-08-19 Martin VermeerSmall cleanup
2007-08-16 Martin VermeerStreamlining CollapseStatus stuff
2007-08-13 Martin VermeerPrepare for inset configurability
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André PönitzLyXText -> Text
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 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