]> git.lyx.org Git - lyx.git/history - src/insets/ChangeLog
Clean-up the behaviour of the inset when not displaying the image.
[lyx.git] / src / insets / ChangeLog
2001-09-24 Angus LeemingClean-up the behaviour of the inset when not displaying...
2001-09-24 Angus Leeming"Correct" way to prevent spellchecking in the ERT inset.
2001-09-21 Angus LeemingRenamed selectNextWord as selectNextWordToSpellcheck.
2001-09-21 Angus LeemingDon't display the image if params.display == NONE.
2001-09-21 Angus LeemingIf a pixmap contains a transparent colour, then set...
2001-09-20 Angus LeemingAdd LColor::graphicsbg and use it in the graphics and...
2001-09-07 Jean-Marc Lasgouttesbug fixes
2001-09-04 José Matoxrename docBook method to docbook
2001-09-01 Dekel TsurParagraph iterators
2001-08-20 Angus LeemingHerbert's patch, part 3
2001-08-18 Dekel TsurFew fixes for inserERT/insetNote
2001-08-16 Angus LeemingJohn's patch resulting in grammatically correct but...
2001-08-16 Jürgen VignaAdded new FINISED states FINISHED_RIGHT, FINISHED_UP...
2001-08-14 Jürgen VignaForgot setting of status_ variable in InsetERT::edit...
2001-08-13 Dekel TsurCompilation fix
2001-08-13 Jürgen VignaFixed bug when inserting insets in right alligned parag...
2001-08-13 Jürgen VignaFixed S&R functions with insets.
2001-08-13 Jürgen VignaFixed possible crash when reinitializing LyXText!
2001-08-13 Jürgen VignaInitialize status_ in the 3rd constructor.
2001-08-13 Jürgen VignaFixed problem with deleting last row in a tabular.
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 VignaSome more fixes.
2001-08-10 Jürgen VignaSome more of optimizations.
2001-08-10 Jürgen VignaSmall fix and optimization.
2001-08-08 Jürgen VignaMore fixes to various bug reports.
2001-08-07 Jürgen VignaApplied Edwins patch, fixes to free memory read in...
2001-08-07 Angus LeemingSome debug messages
2001-08-07 Jürgen VignaInsetERT write/read fixes.
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 more small fixes. Hopefully we'll get there soon!
2001-08-02 Jürgen VignaUpdate/cursor and drawing fixes.
2001-08-01 Jürgen VignaFixes to various bug-reports.
2001-08-01 Angus LeemingParanoia check: make sure that there is no whitespace...
2001-07-31 Jürgen VignaAdded inline functionallity to InsetERT. Fixed cache...
2001-07-30 Lars Gullik Bjønnes*** empty log message ***
2001-07-30 Angus Leeming* John's maths patch,
2001-07-30 Lars Gullik Bjønnesinsetfloat work + stuff
2001-07-30 Jean-Marc Lasgouttesvarious fixes
2001-07-29 Baruch EvenAssume unknown formats are EPS, hacky solution before...
2001-07-29 Baruch EvenChanged pdflatex conversion rules to use pdf images...
2001-07-28 Angus LeemingBaruch's graphics patch + some small tweaks to the...
2001-07-27 Jean-Marc Lasgouttesselection improvement + inset quote fixes
2001-07-27 Jürgen VignaRemove checkInsertChar in UpdatableInset as it should...
2001-07-27 Jürgen VignaRemove unused font variable which caused a warning.
2001-07-27 Jürgen VignaThis should clean up the language stuff a bit and a...
2001-07-25 Lars Gullik Bjønneshandle missing parameters more gracefully
2001-07-25 Lars Gullik Bjønnesmerge po files, improve float reading
2001-07-25 Lars Gullik Bjønnessome ert fixes
2001-07-24 Lars Gullik Bjønnes*** empty log message ***
2001-07-24 Lars Gullik Bjønnessimplificatons
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 Jürgen VignaRemoved widthCollapsed variable, and LyXFont param...
2001-07-23 Jürgen VignaAdded support for changing label on collapsed InsetERT.
2001-07-23 Jean-Marc Lasgouttessmall fixes
2001-07-23 Jean-Marc Lasgouttesfix insertion of raw double quote, reading of Info...
2001-07-20 Jean-Marc Lasgouttesfix warning
2001-07-20 Jürgen VignaImplemented Search/Replace functionality for Insets...
2001-07-20 Jean-Marc Lasgouttesrename hyphenation-break to ligature-break
2001-07-20 Angus LeemingSmall things.
2001-07-20 Angus LeemingFinally get round to replacing InsetInfo with the new...
2001-07-20 Jean-Marc Lasgouttesa few small new features
2001-07-19 Angus LeemingMerge natbib branch into head
2001-07-19 Dekel TsurFix crash when running lyx -dbg insets -e ...
2001-07-19 Jean-Marc Lasgouttespartial inset toggling ; insetAllowed stuff
2001-07-18 Jean-Marc Lasgoutteslatin9 update ; do not warn against xforms 0.89.5
2001-07-18 Jean-Marc Lasgouttescompile fix
2001-07-18 Jürgen VignaSmall fix for spellchecking in tabulars. Removed a...
2001-07-17 Jürgen VignaImplemented spellchecking inside insets. Small fixes...
2001-07-16 Lars Gullik BjønnesDispatch->dispatch, some trans work
2001-07-16 Baruch EvenRemoved some unneeded casts
2001-07-16 Jürgen VignaAdded lyxrc-flag to be able to select if I want use...
2001-07-14 Baruch EvenAdded a copy c-tor by request from Lars and handled...
2001-07-13 Angus LeemingEdwin's "about" patch + consistent use of Lsstream.h
2001-07-13 Jürgen VignaAdded const_casts.
2001-07-12 Jürgen VignaAdded various inset functions for Jean-Marc (see Change...
2001-07-12 Jürgen VignaThis fixes a real bug in InsetText where it was possibl...
2001-07-12 Lars Gullik Bjønnessmall changes read changelog
2001-07-11 Jean-Marc Lasgouttesimplement open-stuff + small things
2001-07-09 Lars Gullik Bjønnesbetter ert handling
2001-07-09 Jürgen VignaFixed crash when inserting mathed inset inside InsetERT...
2001-07-08 Lars Gullik Bjønnesmake NO_LATEX default, set ut compability stuff
2001-07-06 Jürgen VignaThe BIG UNDO patch. Recodes undo handling for better...
2001-07-05 Lars Gullik Bjønnesuse shared_ptr for chache and cached_text
2001-07-05 Jürgen VignaFixed releasing of TextCache in InsetText.
2001-07-04 Lars Gullik Bjønnesbetter placement handling
2001-07-03 Lars Gullik Bjønnesuse CutAndPaste static methods directly
2001-07-03 Jean-Marc Lasgouttesdo not include forms.h when not necessary
2001-07-03 Angus LeemingAdded using directive.
2001-07-03 Lars Gullik Bjønnesavoid multiple lookups and simplify slightly
2001-07-02 Jürgen VignaIntroduce a local cache to the getLyXText method for...
2001-07-02 Jean-Marc Lasgouttesfix in formcharacter ; remove extra tabular duplication
2001-06-29 Lars Gullik Bjønnesremove TEXT
2001-06-29 Jean-Marc Lasgouttesfix [foot|margin]note spacing in LaTeX
2001-06-29 Jean-Marc Lasgoutteslyxstring compile fixes ; small stuff
2001-06-29 Lars Gullik Bjønneslowercase.diff
2001-06-28 Lars Gullik Bjønneschange a lot of methods to begin with small char
next