]> git.lyx.org Git - lyx.git/history - src/insets/insetbranch.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetbranch.C
2007-01-19 Jean-Marc Lasgouttes * insetbranch.C (textString): implement, so that branc...
2006-11-03 Georg BaumFix problem with non-ascii branch names by converting...
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-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-08 Abdelrazak Younes* insetCollapsable:
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-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-23 Michael Schmittdrop linuxdoc support (part 1)
2005-11-02 Martin VermeerPartial fix bug 2092: branches not propagated to child...
2005-10-25 Jean-Marc Lasgouttesbug 2092: branches not propagated to child documents
2005-10-24 Jean-Marc Lasgouttesbug 2066: C-i for opening/closing insets only works...
2005-07-05 Jürgen SpitzmüllerMake branch label prefix translatable
2005-05-06 André Pönitzmake sure the 'setStatus(Collapsed)' crash won't occur...
2005-05-06 André Pönitzfix crash when collapsing ert with cursor inside
2005-04-22 Georg BaumPlease Andre and make InsetBranch::getStatus more compact
2005-04-22 Georg Baumimplement missing getStatus methods
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-04-07 Martin VermeerUse 'assign' as the name for the operation that opens...
2004-03-31 Angus LeemingRename getOutOfInset as leaveInset.
2004-03-31 Angus LeemingUse Alfredo's getOutOfInset suggestion, but use it...
2004-03-30 Angus LeemingA slightly buggy lfun all-insets-toggle.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-01 André Pönitzthe DocIterator stuff
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2004-01-05 Lars Gullik BjønnesSome more functor work.
2003-12-14 Angus LeemingOverhaul the branches code.
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-12-10 Angus LeemingClean-up of the Note, Branch mailer interface.
2003-11-28 Angus LeemingSimplify the invocation of the Mailer::hide/showDialog...
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-31 José Matoxunify API for insets export
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-01 José Matoxinsetbranch.C (linuxdoc, docbook): minor fix.
2003-09-22 Martin VermeerBug fix in branches (was earlier fixed wrongly)
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip out redundant includes (193 of 'em).
2003-09-04 Angus LeemingMove #include "funcrequest.h" out of the header file.
2003-09-03 Martin VermeerAdd Branch: to label
2003-09-02 John Levonremove cursor.i[xy]
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 Alfredo BraunsteinAdd In nsetOld * argument to updateInset to rebreak...
2003-08-26 Martin VermeerSmall fix to prevent crash on loading
2003-08-26 André PönitzMartin's fullRow patch
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-17 Martin VermeerThe 'Branches' mega-patch.