]> git.lyx.org Git - lyx.git/history - src/mathed
Painter and scrollbar API patches
[lyx.git] / src / mathed /
2002-06-12 John LevonSome minor cleanup + use of scoped_ptr instead of raw...
2002-06-05 André Pönitzremove bogus parser warning
2002-06-05 André Pönitzsome spaces have not been skipped in the parser...
2002-06-05 André Pönitzsmall font stuff
2002-06-04 André Pönitzfurther \mbox tweaking
2002-06-04 André Pönitzsmall advances with \mbox
2002-06-03 André PönitzCheangelog entry
2002-06-03 André Pönitzthe parser changes
2002-05-31 André Pönitzre-enable ams "autodetection" (I still think it is...
2002-05-30 André Pönitztry to fix rounding errors
2002-05-30 André Pönitzremove some chatter
2002-05-30 André Pönitzcerr -> lyxerr[Debug::Mathed]
2002-05-30 André Pönitzfonts as insets
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-29 André Pönitzcrude support for a few more AMS constructs
2002-05-29 André Pönitzadd missing preview.h
2002-05-28 André Pönitzadd missing using's
2002-05-28 André Pönitzadd using std::abs;
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-24 John Levonfont loader / color handler move
2002-05-24 John Levonfont_metrics part 1
2002-05-24 Lars Gullik Bjønnesinclude vector and add a using statement
2002-05-24 André PönitzFirst shot at "auto correction" feature in mathed
2002-05-23 John Levonguii2
2002-05-23 John LevonOK I'll try guii1 again ...
2002-05-22 Lars Gullik Bjønnesuse more specific smart_ptr headers
2002-05-16 André Pönitzmissing ChangeLog entry
2002-05-15 Lars Gullik Bjønnespastesel.patch
2002-05-15 Lars Gullik Bjønnessmall changed fix
2002-05-15 André Pönitzadd missing ChangeLog entry
2002-05-14 Lars Gullik Bjønnesautodelreg2.patch
2002-05-13 André Pönitzfix crash on paste as reported by Piroux Geoffroy
2002-05-08 André PönitzMove the cursor a bit to the right in empty cells...
2002-05-02 André Pönitzreturn to 1.1.6 behaviour for ascii export
2002-04-26 André Pönitzbug fix
2002-04-25 André Pönitzsuppress (semi-)spurious informative message...
2002-04-25 André PönitzFix crash crash of the day when reading back non-rectan...
2002-04-24 André Pönitzfix crash due to wrong export of AMS's pmatrix etc...
2002-04-24 Jürgen VignaForgot about this the Panel should NEVER be opened...
2002-04-24 Jürgen VignaFix clicking on a mathed inset with button != 1.
2002-04-22 Jean-Marc Lasgouttesallow insertion of protected space in maths
2002-04-22 Lars Gullik Bjønnesadd qt2/xforms to guilib + simple ws changes
2002-04-18 André Pönitzfix enering of \_
2002-04-18 André Pönitzdon't display a message unless in debug mode
2002-04-17 André Pönitzfix warning
2002-04-16 Jean-Marc Lasgouttesfix math-delim
2002-04-15 André Pönitzfix math cursor position after switching buffers.
2002-04-15 André PönitzHotfix to move cursor to the right when pressing M...
2002-04-12 André Pönitzfix redraw problem
2002-04-12 André Pönitzfix typo in error message
2002-04-12 André Pönitzremove debug message
2002-04-12 André Pönitzfix crashs discovered by Michael
2002-04-11 André Pönitzdon't show the empty-base-dot in a few cases...
2002-04-09 André PönitzNobody noticed that right click on math insets did...
2002-04-08 André Pönitzfix crash
2002-04-08 André Pönitzsmall stuff from Martin's list
2002-04-04 André Pönitzfix lookup problem for \vert.
2002-04-04 Angus LeemingRemove last traces of the hack used until yesterday...
2002-04-04 André Pönitzshrink math insets by 2 pixels. this is closer to the...
2002-04-04 André Pönitzfix bug that disabled entering 'special char macros...
2002-04-03 André Pönitzfix mouse clicks for macro insets
2002-04-03 André Pönitzremove no more needed hack for positioning the cursor...
2002-04-03 André Pönitzget recently broken \mathcircumflex working again ...
2002-04-03 André Pönitzremove unneeded #include's
2002-04-02 André Pönitzdon't assert() on missing macro arguments
2002-04-02 Allan Raelet this code work with lyxstring also
2002-03-27 André Pönitztry to get same behaviour as in 1.1.6 when typing ...
2002-03-27 André Pönitzconsolidate interface for macro creation
2002-03-27 André Pönitzsmall parser tweaks
2002-03-27 André Pönitzsmall interface cleanup
2002-03-27 André Pönitzbugfix for compound 'symbols' using \lyxkern
2002-03-26 André Pönitzwork around for bug reported by Mario Morandini
2002-03-25 André Pönitzremove math_fontinset.[Ch]
2002-03-25 André Pönitzshould not go in...
2002-03-25 André Pönitz- revive 1.1.6 eqnarray behaviour when pressing <Del...
2002-03-25 Lars Gullik Bjønnesmakefile cleanup, and avoid some warnings
2002-03-22 André PönitzWonder why Angus' compiler did not complain about this...
2002-03-22 André Pönitzfix two items from Konni's list of cursor up/down ...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-21 Lars Gullik Bjønnesdrop the ld -r stuff, we gained nothing with it, other...
2002-03-21 André Pönitzenable entering \mathbf#1 directly
2002-03-21 André Pönitzfix Herbert's up/down problem
2002-03-21 André PönitzMake Angus' compiler happy
2002-03-20 Lars Gullik BjønnesFix for bug: #260 special rules if partially linking
2002-03-20 Angus LeemingCompile fix.
2002-03-20 André Pönitzfix compilation problem
2002-03-20 André Pönitzfix compilation with g++ 3.0.2
2002-03-20 André Pönitzusing std::endl; and forbidden small stuff
2002-03-19 André Pönitzsuppress debug messages
2002-03-19 André Pönitz- reduce sizeof(MathCharInset) by 20 by better font...
2002-03-18 Angus LeemingSome trivial fixes of warning messages.
2002-03-18 André Pönitztoo many '\n' lead to too many empty lines...
2002-03-18 André Pönitzfix for the first item on Martin's list
2002-03-13 Lars Gullik Bjønnesunification of all Makefiles.am
2002-03-13 André Pönitzdisable some of the speedup thingies until I found...
2002-03-13 André Pönitzremove unneeded LFUN_MATH_MACROARG
2002-03-13 André Pönitzdon't draw spaces...
2002-03-13 André Pönitzonly accept #n in macros with at least n arguments
2002-03-13 André Pönitzdon't draw invisible things...
2002-03-12 André Pönitztraversing math tables should be at least as fast as...
next