]> git.lyx.org Git - lyx.git/history - src/mathed/formulamacro.C
Rename ascii to plaintext and LatexRunParams to OutputParams.
[lyx.git] / src / mathed / formulamacro.C
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-10-31 José Matoxunify API for insets export
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
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
2003-09-02 Alfredo Braunsteinmake bformat happy
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-19 Angus LeemingStandardise the header blurb in mathed.
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-04 André Pönitzallow 'renewcommand' and 'def' for math macros
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
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 of drawing phase one without 'semantic changes'...
2003-05-30 André PönitzIU for second phase of two-phase drawing
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-19 André Pönitzthe ascent/descent/width -> dimensions() change
2003-05-03 John Levoncursor.diff, bug 1095
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-21 André Pönitzpromote MathMetricsInfo to MetricsInfo, change mathed...
2003-03-19 John Levonrename commandtags.h to lfuns.h and renumber/cleanup...
2003-03-17 John Levonpaint cleanups as sent to list
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-08-19 André Pönitz- re-enable editing of macro name during input
2002-08-02 André Pönitzremove a few unneeded 'include'
2002-07-25 André Pönitztry to fix error shown by valgrind
2002-07-14 John Levonuse Lsstream.h not sstream
2002-07-12 André Pönitzmacro handling cleanup
2002-07-04 André Pönitzbinom is binom is binom and choose is choose is choos...
2002-07-03 André Pönitzkilling MathType simplifies a few things...
2002-06-18 Lars Gullik Bjønnes*duck*
2002-05-30 André Pönitzfonts as insets
2002-05-24 John Levonfont_metrics part 1
2002-05-23 John LevonOK I'll try guii1 again ...
2002-04-17 André Pönitzfix warning
2002-04-12 André Pönitzfix redraw problem
2002-04-03 André Pönitzfix mouse clicks for macro insets
2002-03-27 André Pönitzsmall interface cleanup
2002-03-25 André Pönitz- revive 1.1.6 eqnarray behaviour when pressing <Del...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-13 André Pönitzremove unneeded LFUN_MATH_MACROARG
2002-02-01 André Pönitzpartial fix for #141
2001-12-11 André Pönitzremove unneeded #include
2001-12-10 André Pönitzperhaps a fix for the latest crashes
2001-12-03 André Pönitzmake operator<<(*stream, ...) free functions;
2001-11-20 André Pönitzsmall stuff
2001-11-09 André Pönitzsome support for matrix operations with maple ('M...
2001-11-08 André Pönitzcosmetics: rename "matrix" into "hull" since it is...
2001-11-08 André Pönitzcosmetics: rename support.[Ch] into math_support.[Ch]
2001-11-08 André Pönitzdon't #include too much stuff in .h
2001-10-24 André Pönitzremove position cache from insets - these were the...
2001-10-22 André Pönitz- remove MathStyles cache from those insets that don...
2001-10-19 André Pönitzuse stream-like syntax for LaTeX output
2001-10-12 André PönitzFix macro redrawing bug. Thanks, Juergen!
2001-10-12 André PönitzUse references instead of pointers where possible
2001-09-24 André PönitzUse dummy Buffer * parameters to make Jean-Marc's compi...
2001-09-04 José Matoxrename docBook method to docbook
2001-08-16 André Pönitzsafeguard against syntax errors when reading macros
2001-08-14 André Pönitzre-enabling the "selected text gets converted to math...
2001-08-07 André Pönitzmove ownership of the templates from the formulamacro
2001-08-06 André Pönitz- fix nasty bug due to missing InsetFormula copy c'tor
2001-08-03 André Pönitzcloase a leak; remove a few casts; cosmetics
2001-08-01 André Pönitzfix (potential?) memory leaks; cosmetics
2001-08-01 Jean-Marc LasgouttesAndre's mathinset shrink patch ; default .lyx extension...
2001-07-29 Asger Ottar AlstrupReduced header file includes somewhat
2001-07-26 André Pönitzcosmetics
2001-07-17 André PönitzFix two small bugs
2001-07-16 André Pönitzmulticell selection
2001-07-06 Jürgen VignaThe BIG UNDO patch. Recodes undo handling for better...
2001-07-06 Lars Gullik Bjønnesmathed95.diff
2001-06-28 Lars Gullik Bjønneschange a lot of methods to begin with small char
2001-06-27 Jean-Marc Lasgouttessome fixes for compaq cxx
2001-06-27 Lars Gullik BjønnesLyX Drinkers United: patch 2
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-04-24 Lars Gullik Bjønnesmathed64.diff
2001-03-01 Lars Gullik Bjønnesmore mathed changes, read the changelog
2001-02-28 Lars Gullik BjønnesMathMacroTemplate::update cleanup
2001-02-28 Lars Gullik Bjønnesfix the matrix reading other small cleanup
2001-02-26 Lars Gullik Bjønnesfix macro, small cleanup
2001-02-23 Jürgen VignaThis moves all LyXText related LyXFuncs to BufferView...
2001-02-20 Lars Gullik Bjønnesmathed34.diff
2001-02-20 Lars Gullik Bjønnesmathed33.diff
2001-02-17 Lars Gullik Bjønnesremove a friend + other stuff
next