]> git.lyx.org Git - lyx.git/history - src/mathed
macro rework
[lyx.git] / src / mathed /
2003-10-28 André Pönitzsupport for \textcolor
2003-10-27 André Pönitzfix color handling
2003-10-27 André Pönitzremove strain on Angus's eyes.
2003-10-23 André Pönitzdispatch -> priv_dispatch where necessary
2003-10-22 Angus LeemingGive InsetExternal the ability to preview its contents.
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 Angus LeemingOnly draw the preview when previews are activated.
2003-10-14 André PönitzIn insets:
2003-10-13 Angus LeemingUse Andr�'s prefered idiom here.
2003-10-13 Angus LeemingMake it compile with g++-2.95.
2003-10-13 Angus LeemingRemove a couple of #includes.
2003-10-13 Angus LeemingNo trailing whitespace left in src...
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-10 Angus LeemingRenderButton, RenderGraphic and RenderPreview now have...
2003-10-10 Angus LeemingDon't try and generate the previews from draw.
2003-10-09 Angus LeemingTowards saner generation of previews code. Yeah, I...
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
next