]> git.lyx.org Git - lyx.git/history - src/mathed
fix preamble dialog
[lyx.git] / src / mathed /
2002-10-25 André Pönitzmath LFUN_BOLD produce mathbf instead of textbf
2002-10-24 André Pönitzrevert this mornings change and postpone it to 1.4...
2002-10-24 André Pönitzfix a several weeks old "fix" to prevent too many ...
2002-10-24 André Pönitz*** empty log message ***
2002-10-24 André PönitzLet UnknownInset inherit from NestInset instead of...
2002-10-24 André PönitzFix bug discovered by Darren
2002-10-22 André Pönitzsmall stuff, fix for one of the bugs John mentioned
2002-10-22 André Pönitz\n -> \\
2002-10-22 André Pönitzusing std::max;
2002-10-22 André Pönitzchange selection format from 'MathGridInset' to 'string'
2002-10-22 André Pönitzcode shuffle, part 2
2002-10-21 Dekel TsurHandle \not using a macro
2002-10-18 Angus LeemingRevert yesterday's change. It's going to be too complic...
2002-10-17 Angus Leeming/Save/ emacs buffer to get rid of print statements...
2002-10-17 Angus LeemingNicer previews.
2002-10-17 Dekel TsurBetter alignment of \longrightarrow like macros.
2002-10-16 André Pönitzfix writing of some spaces.
2002-10-15 André PönitzFix for the 'spurious selection with RMB' and improved...
2002-10-15 André Pönitzfix #658
2002-10-15 André Pönitzremove code to fix crash
2002-10-15 André Pönitz*** empty log message ***
2002-10-14 Dekel Tsuriffont
2002-10-14 André Pönitzsupport for AMS flalign environment
2002-10-14 André Pönitzsupport pasting using button 3 in formulas
2002-10-11 André PönitzFix the "can't move out of nested text insets using...
2002-10-11 Jean-Marc Lasgouttesmore trivial tweaks to mathed bindings
2002-10-09 André Pönitzsomewhat better handling of LFUN_ENDBUFFER etc (#571)
2002-10-02 André Pönitzthe fontsize changing in arrays
2002-09-30 André Pönitzhopefully complete fix for reading "unusal" labels
2002-09-26 André Pönitzfix target cursor cell for LFUN_BREAKLINE
2002-09-25 André Pönitztrivial fix for #630
2002-09-24 Lars Gullik Bjønnesforgot these
2002-09-24 Lars Gullik Bjønnesloose SIGC_INCLUDES
2002-09-20 André PönitzMartin's space patch.
2002-09-19 André Pönitzdon't stop validation after the first font change
2002-09-19 André Pönitzrevert to 1.1.6 behaviour for \macroname{
2002-09-13 André Pönitzswap \{ and { during input
2002-09-11 John Levoncompile fix.
2002-09-11 Angus LeemingRemove lyxerr call from FormInclude.
2002-09-11 André Pönitzlfun word-select
2002-09-11 André Pönitzadd #pragme interface/implementation
2002-09-11 André PönitzRunning Angus' rmcopyright.sh and hand-correcting...
2002-09-10 André Pönitzcosmetics
2002-08-30 André Pönitzsmall stuff
2002-08-29 André Pönitzadd that stupid string(os.c_str()) hack...
2002-08-29 André PönitzFix #593
2002-08-29 André Pönitzpartial framebox support
2002-08-29 André Pönitzfix xxalignat bug
2002-08-28 André Pönitzfix #593
2002-08-28 André PönitzI _really_ hate LaTeX's syntax quirks. Why is
2002-08-28 André Pönitzthe workarea changes plus small math stuff
2002-08-27 André Pönitzthe factory stuff
2002-08-26 André Pönitzmove cut&paste lfun handling from BufferView to LyXText
2002-08-26 André Pönitzremove unused code
2002-08-26 Lars Gullik Bjønnescompile fixes
2002-08-26 André Pönitzifix warnings
2002-08-23 André Pönitzclean up my tree a bit
2002-08-22 André Pönitzlooks better now...
2002-08-22 André Pönitztry to correct x position where curosr drops of inset.
2002-08-22 André Pönitzmore cursor up/down smoothing
2002-08-22 André Pönitzmake enering a formula from above/below a bit smoother
2002-08-22 André Pönitzmove some stuff from BufferView_pimpl.C to text3.C...
2002-08-22 André Pönitztemporary reversal of the 'don't write spaces' stuff...
2002-08-22 André Pönitztry to suppress unneeded spaces when writing
2002-08-22 André Pönitz\backslash vs \textbackslash
2002-08-22 André Pönitzcorrect typo
2002-08-21 André Pönitzthe 'tabular unifiaction patch' (even with the removal...
2002-08-20 André Pönitzmove half of BufferView_pimpl::dispatch() to LyXText...
2002-08-19 André Pönitz- re-enable editing of macro name during input
2002-08-19 André Pönitzuse the new mouse LFUNs
2002-08-15 André Pönitzmulticolumn improvemnt
2002-08-15 André Pönitzre-use code...
2002-08-15 André Pönitzstreamlining interaction mathed <-> rest of the world
2002-08-15 André Pönitzsmall bugfix for pasting into non-gridded inset (I...
2002-08-15 André PönitzHerbert's space.diff patch for neg*space support.
2002-08-14 Lars Gullik Bjønnescompile fix
2002-08-14 André Pönitzmore lfun shuffling
2002-08-14 André Pönitzmore lfun localization
2002-08-14 André Pönitzsmall bugfixes, new inset for comments and the main...
2002-08-14 André Pönitzsomebody should have told me that '!' has a meaning...
2002-08-13 André PönitzHerbert's compile fix
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-12 André Pönitznew LFUN_MOUSE_(PRESS|MOTION|RELEASE)
2002-08-12 André PönitzHerbert's Bmatrix patch
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-09 Angus LeemingCompilation fix.
2002-08-09 André Pönitzmore cosmetics
2002-08-09 André Pönitzfig bug introduced this morning
2002-08-09 André PönitzDoes this fix the "random cursor jumping"?
2002-08-09 André Pönitzup/down tweaks
2002-08-09 André Pönitzmore const correctness
2002-08-08 André Pönitzcode that's not there cannot be wrong...
2002-08-08 André Pönitzreplace a few more naked MathInset * by MathAtom &
2002-08-08 André Pönitzremove the passsing of naked pointers in a few cases
2002-08-08 André Pönitza bit more const correctness
2002-08-08 André Pönitzfix reading of labels with underscore and probably...
2002-08-08 André PönitzHerbert's multline patch
2002-08-07 John Levonsome small cleanups
2002-08-07 André Pönitzfix frac drawing in displaystyle
next