]> git.lyx.org Git - lyx.git/history - src/text.C
fix drawing of hfill characters, some small cleanup
[lyx.git] / src / text.C
2001-11-15 Lars Gullik Bjønnesfix drawing of hfill characters, some small cleanup
2001-11-13 Jean-Marc Lasgouttespopup fixes from Juergen ; insetgraphics fix from Herbe...
2001-11-09 Jean-Marc Lasgouttescleanups from John and Michael
2001-10-19 Jürgen VignaSmall fixes to various InsetText problems.
2001-10-19 Jean-Marc Lasgouttesspeed up workWidth code
2001-10-18 Jürgen VignaTried to fix the too large InsetText (footnote).
2001-10-16 Jean-Marc Lasgouttescode cleanup
2001-09-24 Angus Leeming"Correct" way to prevent spellchecking in the ERT inset.
2001-09-21 Angus LeemingRenamed selectNextWord as selectNextWordToSpellcheck.
2001-09-09 Lars Gullik Bjønnessome mods I had in my local tree, mostly small stuff...
2001-09-07 Jean-Marc Lasgouttesbug fixes
2001-08-13 Jürgen VignaFixed bug when inserting insets in right alligned parag...
2001-08-11 Dekel TsurAdd latex_language and remove inherit_language
2001-08-10 Jürgen VignaSmall fixes + hfill display/draw bug (seen with minipag...
2001-08-10 Jürgen VignaFixed "non selection" when hit a word with the spellche...
2001-08-08 Jürgen VignaFixed bug where delete/backspace like operations on...
2001-08-06 Jürgen VignaVarious update/redraw fixes. Cleaned up InsetERT and...
2001-08-03 Lars Gullik Bjønnesget rid of NO_LATEX, split some methods, small cleanup
2001-08-03 Jürgen VignaSome small update/redraw fixes.
2001-08-02 Lars Gullik Bjønnesmore latex conversion cases fixed, patch from Andre...
2001-08-02 Jürgen VignaUpdate/cursor and drawing fixes.
2001-08-01 Jürgen VignaFixes to various bug-reports.
2001-07-31 Jürgen VignaFixed calculation of row ascent/descent.
2001-07-31 Jürgen Vigna(setHeightOfRow): reformat
2001-07-31 Jürgen VignaAdded inline functionallity to InsetERT. Fixed cache...
2001-07-30 Lars Gullik Bjønnesinsetfloat work + stuff
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-07-29 Asger Ottar AlstrupReduced header file includes somewhat
2001-07-27 Jean-Marc Lasgouttesselection improvement + inset quote fixes
2001-07-27 Jürgen VignaThis should clean up the language stuff a bit and a...
2001-07-24 Jürgen VignaAdded copy constructor to inset.h and used it in most...
2001-07-24 Jean-Marc Lasgouttesplaying around with insets
2001-07-24 Lars Gullik Bjønnessimplify rectText and buttonText add separate metric...
2001-07-23 Jean-Marc Lasgouttesfix insertion of raw double quote, reading of Info...
2001-07-20 Jürgen VignaImplemented Search/Replace functionality for Insets...
2001-07-17 Jürgen VignaImplemented spellchecking inside insets. Small fixes...
2001-07-13 Angus LeemingEdwin's "about" patch + consistent use of Lsstream.h
2001-07-06 Jürgen VignaThe BIG UNDO patch. Recodes undo handling for better...
2001-06-28 Lars Gullik Bjønneschange a lot of methods to begin with small char
2001-06-27 Lars Gullik BjønneschangeCase fix
2001-06-27 Lars Gullik Bjønnesgcc 3.0 fixes
2001-06-27 Lars Gullik BjønnesLyX Drinkers United: patch 2
2001-06-25 Lars Gullik BjønnesLyX Drinkers Union: patch 1
2001-06-07 Jürgen VignaFixed one more "missing feature" for InsetText/Tabular.
2001-06-04 Lars Gullik Bjønnesvarious changes
2001-05-31 Lars Gullik Bjønnesadjust to be able to complile with gcc 3.0, put selecti...
2001-05-30 Lars Gullik Bjønnesupdate copyright year
2001-05-28 Jürgen VignaVarious fixes to Tabular, InsetTabular and InsetText...
2001-05-09 Jean-Marc Lasgouttesvarious fixes
2001-05-03 Lars Gullik Bjønnesremove !NEW_INSETS cruft
2001-04-27 Lars Gullik Bjønnesfix typo
2001-04-27 Jürgen VignaReverted the reverted changes - 1.
2001-04-26 Lars Gullik Bjønnesreversed jug-bug, will apply pieces later
2001-04-25 Lars Gullik Bjønnessmall fix for gcc 3.0, use std::transform in lstrings...
2001-04-24 Lars Gullik Bjønnescall message more directly
2001-04-24 Lars Gullik Bjønnesmove more support functions into namespace lyx, small...
2001-04-17 Lars Gullik Bjønnesthe rest read the ChangeLog, hope I remembered all
2001-04-13 Jürgen VignaFixed some redraw problems in InsetText/Tabular/Collaps...
2001-04-05 Jean-Marc Lasgouttesdo not include language.h and gettext.h in lyxfont...
2001-04-04 Lars Gullik Bjønnesconstify vars
2001-03-29 Jürgen VignaAdded %x support in vspace.C (LyXLenght) and use it...
2001-03-20 Lars Gullik Bjønnesuse anon namespace, somewhat better comp. handling...
2001-03-16 Lars Gullik BjønnesNO_PEXTRA and NO_PEXTRA_REALLY
2001-03-11 Lars Gullik Bjønnesremove Last when NEW_INSETS is defined
2001-03-09 Lars Gullik Bjønnessome cascading name changes
2001-03-06 Lars Gullik BjønnesParagraphParameters and SharedContainer
2001-02-22 Jürgen VignaMore InsetText/InsetTabular fixes!
2001-02-19 Jürgen VignaVarious fixes to InsetTabular and InsetText + Angus...
2001-02-16 Lars Gullik Bjønnessmall cleanup, doxygen, formatting changes
2001-02-14 Jürgen VignaMake LFUN_QUOTE work for InsetText.
2001-02-11 Dekel Tsur- Add support for the align environment from amsmath
2001-02-09 Dekel TsurFix selection drawing for RTL text in tables.
2001-02-01 Dekel TsurPreserve the font when erasing a newline char.
2001-01-17 Dekel TsurFix goto reference.
2001-01-15 Dekel TsurUse contains() instead of strchr().
2001-01-13 Dekel TsurAdd ':' to number separators chars
2001-01-04 Jürgen VignaFixes for tabular-clipboard-paste and tabular-scroll.
2001-01-03 Jürgen VignaMore fixes to insettabular/text (and some missing featu...
2000-12-22 Jürgen VignaFixed various "missing features" in the tabular/textins...
2000-12-10 Lars Gullik Bjønnesseveral small patches
2000-12-05 Jean-Marc LasgouttesPatch from John (figinset) and Dekel (RTL and spellchecker)
2000-11-21 Lars Gullik BjønnesAngus patch, + allow to set cursor color + constify...
2000-11-04 Lars Gullik Bjønnessome formatting changes some simplifications and remova...
2000-11-02 Jean-Marc LasgouttesA patch from Dekel (macros in RTL mode)
2000-10-16 Jean-Marc LasgouttesPatches from Angus, Baruch, Dekel (2), and some glue...
2000-10-15 Lars Gullik Bjønnestwo small patches
2000-10-10 Jean-Marc LasgouttesDekel language/encoding patch + a few fixes
2000-10-10 Jürgen VignaAdded Ascii export for tabulars + small fixes
2000-10-09 Jean-Marc LasgouttesPatch for TOC menu by dekel, kde cleanup patch from...
2000-10-02 Jürgen VignaFixes to insettabular/text.
2000-09-29 Lars Gullik Bjønnesmore type changes, some consts added
2000-09-28 Jürgen VignaVarious fixes and some "missing features" from Dekels...
2000-09-27 Jürgen VignaVarious fixes, removed "default" language, inserted...
2000-09-26 Lars Gullik Bjønnesget rid of dead code, some new functions constify varia...
2000-09-23 Lars Gullik Bjønnesremove almost all traces of old table
2000-09-18 Lars Gullik Bjønnesremove commented HAVE_SSTREAM code
2000-09-14 Lars Gullik Bjønnesuse the new sstream return non-pods as const, use strin...
2000-09-08 Jürgen VignaInserted handling for "default" language in language...
2000-08-25 Jürgen VignaFixed redraw problem when resizing vertically and curso...
2000-08-16 Lars Gullik Bjønneshave a real runTime method for all frontends
next