]> git.lyx.org Git - lyx.git/history - src/mathed
Remove the inset and view member functions from PreviewedInset.
[lyx.git] / src / mathed /
2003-10-09 Angus LeemingRemove the inset and view member functions from Preview...
2003-10-09 Angus LeemingDon't use the cached BufferView to get the Buffer when...
2003-10-07 André Pönitzsupport for \dfrac
2003-10-07 Angus LeemingSelf-consistent header files.
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-06 André Pönitzmake 'swap row' swap labels, too.
2003-10-06 Martin VermeerSmall fixes to allow building with STLport
2003-10-02 André Pönitzfix #1145
2003-10-02 André Pönitzfix #1411
2003-10-02 André Pönitzsupport for color in math
2003-09-30 André Pönitzsome mathit bit was missing.
2003-09-30 André Pönitzfix nasty crash when selecting with up/down close to...
2003-09-24 Jean-Marc LasgouttesLyX/Mac metrics fix
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingEnable previewing of Include insets within insets withi...
2003-09-16 Angus LeemingSmall clean-up of the PreviewedInset interface.
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-15 Angus LeemingDefine explicitly the color passed to the painter.
2003-09-12 André Pönitzpoor man's support for \boldsymbol
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-08 Jean-Marc Lasgouttessmall header tweaks
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
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 LeemingAll .C files should #include there own .h file I guess ;-)
2003-09-05 Angus LeemingEnsure header files can be compiled stand-alone.
2003-09-05 Angus LeemingAdd <algorithm>
2003-09-05 Angus LeemingKeep score of how many #includes have been removed.
2003-09-05 Angus LeemingStrip out redundant #includes
2003-09-02 Alfredo Braunsteinmake bformat happy
2003-09-02 Alfredo Braunsteinadd a missing initialization (preventing a crash with...
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 André Pönitzfix drawing of displayed formula
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-22 André Pönitzcursor cosmetics for \underset
2003-08-22 André Pönitzpixel cosmetics
2003-08-22 André Pönitzsupport for \overset
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-08-14 John LevonMichael's UI patch v2
2003-08-11 André Pönitzadjust after removing math_inferinset
2003-08-11 André Pönitzremove unused files
2003-08-11 André Pönitz*** empty log message ***
2003-08-05 André Pönitzremove "deep update"
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 André Pönitzfix getLabelList for mathed
2003-07-25 Asger Ottar AlstrupUndo cleaned up. It seems to work pretty well now.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-22 André Pönitzbugfix (width)
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-18 André Pönitzfix for Angus' redraw problem.
2003-07-18 Lars Gullik Bjønnesmake lyx compile with gcc 3.4. remove some warnings.
2003-07-17 Angus LeemingEnable the math (sub-)dialogs to be opened when the...
2003-07-17 André Pönitzremove spurious call to repaint()
2003-07-16 André Pönitz'fix' stupid compiler warnings
2003-07-04 André Pönitzallow 'renewcommand' and 'def' for math macros
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-07-03 André Pönitzadd 'special' member to ColInfo
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-19 Angus LeemingRemove 14 LFUNs; use "dialog-show <name> <data>" instead.
2003-06-17 Angus LeemingGet rid of Dialogs::showMathPanel.
2003-06-17 André Pönitzfix underbrace drawing
2003-06-16 Jean-Marc Lasgouttescompilation fix; audit and fix calls to cutSelection
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-12 Angus LeemingReplace InsetButton and ButtonInset with a ButtonRender...
2003-06-03 John Levonclone() at long last !
2003-06-02 André Pönitz remove double call to metrics()
2003-06-02 André PönitzIU for validate(). I guess that's in the 'don't ask...
2003-06-02 André Pönitzand that...
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-30 André PönitzIU for second phase of two-phase drawing
2003-05-29 Lars Gullik Bjønnessimplify InsetList a bit and constify a bit too
2003-05-28 Lars Gullik Bjønnesremove commented same_id functions, and also remove...
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-05-27 André Pönitzrename the members of Dimension
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-23 André Pönitzsmall stuff (white space, const, remove a const_cast...)
2003-05-23 Angus LeemingRename LatexRunParams::fragile as moving_arg.
2003-05-23 Angus LeemingThe free_spacing patch and fix to the mess that Rob...
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-22 Angus Leeming(Juergen) the new space inset.
2003-05-21 Lars Gullik Bjønnesiterators-2.diff + some whitespace changes
2003-05-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-16 André Pönitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
2003-05-14 André Pönitza bit visual feedback for substack...
2003-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-07 André PönitzLing Li's makebox support
2003-05-03 John Levoncursor.diff, bug 1095
next