]> git.lyx.org Git - lyx.git/history - src/insets
Further cleanup of collapsable insets. The layouts are now properly read and applied.
[lyx.git] / src / insets /
2007-11-02 Abdelrazak YounesFurther cleanup of collapsable insets. The layouts...
2007-11-02 André Pönitzcosmetics
2007-11-02 Abdelrazak YounesRemove fontlabel initialisation bug work-around. We...
2007-11-02 Abdelrazak Younesremove unneeded init() method.
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-11-02 Abdelrazak Younesrevert accidental commit (r21380)
2007-11-02 Abdelrazak YounesRemove redundant code and introduce InsetCollapsable...
2007-11-02 Abdelrazak YounesProperly initialize label font.
2007-11-02 Abdelrazak Younesremove void operation.
2007-11-02 Abdelrazak Younesremove unused constants.
2007-11-02 Abdelrazak YounesFix concatenation bug introduced in rev 21363 and simpl...
2007-11-02 Abdelrazak Younescosmetics
2007-11-02 Abdelrazak Younesadd some const and move things closer to implementation.
2007-11-02 Abdelrazak Younesremove FIXMEs
2007-11-02 Abdelrazak Younesuse docstring wherever it makes sense.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Uwe StöhrInsetHyperlink.cpp: add FIXME for the docstring issue
2007-11-01 Uwe Stöhr- add entry to FORMATS file for Stefan's format change...
2007-11-01 Abdelrazak YounesFix bug 4147.
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 André Pönitzremove unneeded include
2007-10-29 Abdelrazak Younes* InsetERT::resetParagraphsFont(): use Paragraph::reset...
2007-10-29 Abdelrazak Younesput back the const.
2007-10-29 Abdelrazak Younes* InsetText::frame_color_: int -> ColorCode.
2007-10-29 Abdelrazak Younes* MetricsInfo::background_color: int -> ColorCode
2007-10-28 Abdelrazak YounesForbid implicit conversion from FontInfo to Font.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-27 Martin VermeerERT simplification
2007-10-25 Richard HeckInsetIndex is no longer an InsetCommand.
2007-10-25 André Pönitz188094 lines
2007-10-25 Richard HeckRevert inadvertent commit.
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 Martin VermeerIntroduce inset parameters keepempty, freespacing,...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-24 Abdelrazak Younes* InsetList: introducing find() and count()
2007-10-24 Martin VermeerMove disabling LFUNS from ERT to Collapsable
2007-10-23 André Pönitzcosmetics
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-23 Richard HeckInsetInclude becomes an InsetCommand.
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-22 Martin VermeerSimplify ERT by using verbatim
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzcosmetics
2007-10-20 Martin VermeerVerbatim for URL inset, \protect for special phrases...
2007-10-20 André Pönitzsaner borderline between buffer and exporter
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckMy bad. Sorry Helge!
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-17 Richard HeckSilence some warnings.
2007-10-16 Richard HeckFix bug due to empty default commands.
2007-10-16 Richard HeckChange how InsetBibTeX does this check.
2007-10-16 Richard HeckRationalize lyxCode().
2007-10-16 Richard HeckCosmetics.
2007-10-14 Uwe StöhrFix two author entries.
2007-10-14 Uwe StöhrInsetHyperlink.cpp: fix bug 449: handle special charact...
2007-10-14 Bo PengFix typos in the comment in InsetInfo.h
2007-10-14 Bo PengAllow the input of an InsetInfo using command buffer...
2007-10-13 Bo PengAdd Erlang support for listings (bug 4263)
2007-10-13 Bo PengDocument InsetInfo in insets/InsetInfo.h
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Richard HeckFix bug noted by Uwe.
2007-10-13 Martin VermeerDissolve CharStyle initial implementation.
2007-10-13 Abdelrazak YounesRemove mostly unused function.
2007-10-13 Abdelrazak YounesInset::translate() -> lyx::insetCode()
2007-10-13 Abdelrazak YounesOups!
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Bo PengInsetInfo: add LYXRC_INFO (lyxrc bind_file ==> cua)
2007-10-11 Bo PengInsetInfo: add MENU_INFO (menu paste ==> Edit > Paste)
2007-10-11 Bo PengInsetInfo: add InsetInfo (core)
2007-10-11 Martin VermeerIntroduce allowMultiPar()
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-09 Martin VermeerFix bug, and introduce MultiPar parameter for flex...
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-10-06 André Pönitznext one
2007-10-06 Martin VermeerGet Conglomerate-style rendering back into order
2007-10-05 Uwe StöhrGuiBox.cpp: fix update of height checkbox
2007-10-03 André Pönitzand this...
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-10-03 Martin VermeerIndex as collapsible, preserving existing feature set
2007-10-02 André Pönitzcosmetics
2007-10-01 André Pönitzcosmetics for unused code...
2007-09-30 André Pönitzboost/utility -> boost/noncopyable
2007-09-30 Jürgen Spitzmüller* src/insets/InsetGraphics.cpp (prepareFile):
2007-09-29 André Pönitzcosmetics
2007-09-29 Uwe StöhrInsetBox.cpp: fix an issue with the height parameter...
2007-09-29 André Pönitzmove ChangeLogs to the attic
2007-09-27 Uwe StöhrGuiBox: fix bug 3242 http://bugzilla.lyx.org/show_bug...
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-09-25 Abdelrazak YounesRemove remnant of the past.
2007-09-25 Abdelrazak YounesFix drawing of horizontal line and page break.
2007-09-25 Abdelrazak YounesHopefully fix 'Corners' and 'SubLabel' insets drawing.
2007-09-24 Jürgen SpitzmüllerFix bug 4182, partially:
next