]> git.lyx.org Git - lyx.git/history - src/insets/insetcharstyle.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetcharstyle.C
2007-01-19 Jean-Marc Lasgouttes * insets/insetbase.h (textString): Simplify the signature
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-11-11 Georg BaumUnicode: remove more utf8 roundtrips and faulty convers...
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-16 Jürgen SpitzmüllerRemember the char style label state and make it globall...
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-09-26 Abdelrazak Younesdelete unneeded BufferView.h declaration.
2006-09-19 Jürgen SpitzmüllerCleanup fix for bug 2382:
2006-09-09 Lars Gullik BjønnesChange editMessage to return a docstring, change functi...
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-08-23 Michael Schmittdrop linuxdoc support (part 1)
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-07-10 Georg BaumSplit clipboard and X selection
2006-05-08 Michael Schmittfix LFUN enum values (some of them were broken by r13801)
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-30 Martin Vermeer A more general way of setting paragraphs in an inset...
2006-03-25 Martin Vermeer Fix the bug reported by Markus Mayer, that paragraph...
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2005-11-25 Jürgen Spitzmüllerfix bug 2089: Touching Navigate menu crashes Lyx when...
2005-11-02 Martin VermeerPartial fix bug 2092: branches not propagated to child...
2005-09-06 Michael Schmittinsetcharstyle.C (metrics,draw): consider inset label for
2005-06-09 Angus LeemingWhitespace, only whitespace. s/ +$//
2005-05-06 André Pönitzmake sure the 'setStatus(Collapsed)' crash won't occur...
2005-05-04 Georg Baumundefined charstyle fixes from Martin and me
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-18 Martin VermeerAllow nested charstyle insets (Preamble handling)
2005-04-10 Martin VermeerFix font inside inset (bugs 1766, 1809)
2005-02-22 Jürgen Spitzmülleradjust insetcollapsable and insetcharstyle metrics...
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-11-04 Jürgen Spitzmüllerimplement getStatus in charstyle and ERT / insetcharsty...
2004-11-02 José MatoxRemove mixed_content from output parameters.
2004-11-01 Jürgen Spitzmüllerprevent paragraph breaks in charstyle insets
2004-10-31 Jürgen Spitzmüllerinsetcharstyle drawing cosmetics
2004-10-30 José MatoxInside the same the same paragraph don't change CDATA...
2004-10-30 Jürgen Spitzmüllerfix typo in InsetCharStyle::priv_dispatch, which caused...
2004-10-30 Jürgen Spitzmüllerreplace insetVerbatim with InsetText methods (bug 1731...
2004-10-28 José MatoxMove ids in environments to the possible wider scope.
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-28 Alfredo Braunsteinthe pariterator stuff
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-01-30 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2003-12-16 Martin Vermeerget getDrawFont working again
2003-12-12 André PönitzMichael Schmitt's collapse status patch
2003-12-06 Martin VermeerConglomerate-style CharStyles
2003-12-01 Martin VermeerAdd latexparam to CharStyle inset
2003-12-01 Martin VermeerPlace inset content on the button when collapsed
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 Martin VermeerSyntax change for CharStyles
2003-11-22 Lars Gullik BjønnesA couple of changing resulting from gcc 3.4 debug mode...
2003-11-20 Angus LeemingSquash a bunch of warnings thrown up by g++.
2003-11-12 Martin VermeerThe Character Style and XML short element inset.