]> git.lyx.org Git - lyx.git/history - src/ChangeLog
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / ChangeLog
2003-10-21 Martin VermeerFinal touch 'inset display()'; fix 'is a bit silly...
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-20 Jean-Marc Lasgouttesfix bug 1415; fix annoying typo
2003-10-18 Martin VermeerCrash fix (wrong cursor def)
2003-10-17 Lars Gullik Bjønnesforgot this
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-17 Jean-Marc Lasgouttescompile fixes for stlport
2003-10-17 Lars Gullik BjønnesGet rid of the TextCache.
2003-10-16 André Pönitzmake updateRowPositions() a bit faster.
2003-10-16 Lars Gullik BjønnesFix a crashing problem with unknown actions.
2003-10-15 André Pönitzundo per inset. still a few crashes...
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 André PönitzIn insets:
2003-10-14 Alfredo BraunsteinFix bug 1323
2003-10-14 Angus Leeming(Jo�o Assirati): add the ability to inverse-search...
2003-10-13 Angus LeemingdisplayTranslator is now a function. No need to invoke...
2003-10-13 Angus LeemingJo�o Assirati's lyxsocket patch.
2003-10-13 André Pönitz * BufferView_pimpl.C:
2003-10-13 Lars Gullik Bjønnesmissed this
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-13 Lars Gullik BjønnesGet rid of LyXFunc::dispatch that takes a string.
2003-10-11 Lars Gullik BjønnesBug: 820
2003-10-10 André Pönitzfix a few of the tabular crashes
2003-10-09 Lars Gullik Bjønnesremove some more debug noise
2003-10-09 Lars Gullik Bjønnesremove some debug noise
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 Lars Gullik BjønnesBug: 1025
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-07 Angus LeemingForgotten ChangeLogs, whitespace and some unnecessary...
2003-10-07 Jürgen Spitzmüllerstd::string fixes and small typo
2003-10-07 Martin VermeerThe Box patch
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Angus LeemingQt compilation fixes.
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-06 André Pönitz * metricsinfo.C: initialize LyXFont before changiging...
2003-10-06 Martin VermeerSmall fixes to allow building with STLport
2003-10-02 André Pönitzfix #1360
2003-10-01 André Pönitzassert on unknown insets
2003-09-26 Lars Gullik BjønnesNew debugstream.
2003-09-22 Angus LeemingFix compile problems with Martin's antiquated compiler ;-)
2003-09-22 Martin VermeerBug fix in branches (was earlier fixed wrongly)
2003-09-21 Lars Gullik Bjønnesmore action work
2003-09-21 Lars Gullik BjønnesGet rid of Pseudo Actions
2003-09-21 Lars Gullik Bjønnessome configure output changes, fix a new bug
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-19 Jürgen Spitzmüllerfix centering of float contents (bug 1290)
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingI had some excessively long lines in there...
2003-09-18 Angus LeemingAdd a buffer() member function to LaTeXFeatures. Not...
2003-09-18 Angus LeemingAppend a '_' to the names of all private member variables.
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-18 Angus LeemingUse the dispatch_result wrapper class DispatchResult...
2003-09-18 Angus LeemingAdd an InsetOld::Code wrapper class, enabling #include...
2003-09-16 Martin VermeerRemove more inset locking code that apparently we can...
2003-09-16 André Pönitzun-pimpl Paragraph::(Pimpl::)text for performance reasons
2003-09-16 Angus LeemingDefine a wrapper LyXFont_size for LyXFont::FONT_SIZE.
2003-09-16 Angus LeemingRemove IsInsetChar and IsWordChar from textutils.h.
2003-09-16 Lars Gullik Bjønnesfix some namespace issues for gcc 3.4
2003-09-16 Angus LeemingRemove unused LColor::color framecolor variable from...
2003-09-16 Angus LeemingRemove #include "LColor.h" from insettext.h. Deps down...
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-16 Angus Leeminglyxfont.h no longer #includes LColor.h.
2003-09-15 Angus LeemingBeef up copied_ptr; use it rather than cow_ptr to store...
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-15 Angus LeemingAdd lyx-gtk.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-15 Angus LeemingDefine explicitly the color passed to the painter.
2003-09-15 Angus LeemingReorder member initializers to avoid compiler warning.
2003-09-15 Alfredo Braunsteinremove an unusual nop and an outdated warning
2003-09-12 André Pönitzthe automatic label patch
2003-09-12 Jürgen Spitzmüllercompile fix
2003-09-10 Lars Gullik Bjønnesassert -> abort fix
2003-09-09 Angus LeemingReplace ParagraphList.h and RowList.h with their _fwd...
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingForgot this.
2003-09-08 Angus LeemingConvert uid_t, gid_t to int before calling tostr.
2003-09-08 Angus LeemingVarious trivial bits 'n' bats about config.h, header...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-07 Angus LeemingFinish the task of removing all cruft from the header...
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-06 Angus LeemingGeneral tidy. Not very exciting.
2003-09-06 Angus LeemingDon't #include ParameterStruct.h in ParagraphParameters.h.
2003-09-06 Angus Leeminglyxfunc.h #included frontends/LyXKeySym.h for a typedef...
2003-09-06 Angus LeemingMove BufferView::ChangeInsets to the Pimpl. As a result...
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-09-06 Angus LeemingReduce 115 dependencies on RowList.h to just 10 depende...
2003-09-05 Angus LeemingAdd missing headers. With thanks to Martin...
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 320 #includes from the files in src.
2003-09-04 Angus LeemingThe remaining External Template clean-up patch ;-)
2003-09-04 Lars Gullik Bjønnesfix cursorEnd, remove lastPrintablePos
2003-09-04 Lars Gullik Bjønneshave row information on state line + one more bformat...
2003-09-04 Martin VermeerThe mouse box patch for button-style insets
2003-09-04 Lars Gullik Bjønnesoutput paragraph position in state text
next