]> git.lyx.org Git - lyx.git/history - src/insets/ChangeLog
Define a wrapper LyXFont_size for LyXFont::FONT_SIZE.
[lyx.git] / src / insets / ChangeLog
2003-09-16 Angus LeemingDefine a wrapper LyXFont_size for LyXFont::FONT_SIZE.
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 LeemingMove a couple of InsetText member variables from protec...
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 LeemingThe EnumLColor patch, free of macros.
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-12 Martin VermeerFix problem in lockInsetInInset
2003-09-10 Martin VermeerSimplify by using adjustCommand, and fix bug in the...
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Martin VermeerRemove drawText[XY]Offset. No change in functionality
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-06 Angus LeemingMove BufferView::ChangeInsets to the Pimpl. As a result...
2003-09-05 Angus LeemingStrip out redundant includes (193 of 'em).
2003-09-04 Angus LeemingThe remaining External Template clean-up patch ;-)
2003-09-04 Martin VermeerThe mouse box patch for button-style insets
2003-09-04 Angus LeemingMove #includes out of header files.
2003-09-04 Angus LeemingMove some more #includes out of the header files.
2003-09-04 Angus LeemingMove #include "funcrequest.h" out of the header file.
2003-09-03 Angus LeemingFix export of graphics images when compiling latex...
2003-09-03 Angus LeemingDon't bring namespace lyx::support into the global...
2003-09-03 Martin VermeerOops...
2003-09-03 Martin VermeerAdd Branch: to label
2003-09-02 John Levonremove cursor.i[xy]
2003-08-28 Angus LeemingEnable convertDefault.sh to run even if its executable...
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-26 Martin VermeerWhitespace.
2003-08-26 John Levonremove remaining needFullRow()
2003-08-26 André Pönitzremove InsetOld::par_owner & handling
2003-08-26 Martin VermeerSmall fix to prevent crash on loading
2003-08-26 André PönitzMartin's fullRow patch
2003-08-19 André Pönitzshift rowpainter interface a bit
2003-08-18 John Levonrequiire amsmath for eqref
2003-08-17 Martin VermeerThe 'Branches' mega-patch.
2003-08-15 André Pönitzsplit LyXText::rowlist_ into individual Paragraph:...
2003-08-14 John LevonMichael's UI patch v2
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-07 André Pönitzmerge parts of InsetText and LyXText::dispatch
2003-08-05 André Pönitz * insettabular.[Ch] (updateLocal): simplify logic
2003-08-05 André Pönitz * insettext.C (frame_x,y,w,h): replace member with...
2003-08-05 André Pönitzinsettext.C (localDispatch): merge cases with default...
2003-08-05 André Pönitzremove "deep update"
2003-08-04 André Pönitz * insettext.[Ch] (updateLocal): remove 'what' argumen...
2003-08-03 Jean-Marc Lasgouttesdo not add ellipsis to closed inset label unless necessary
2003-08-02 Lars Gullik BjønnesAlways use std::endl with lyxerr
2003-08-01 Martin Vermeerupdate \author list
2003-07-31 André Pönitzremove toggleSelection
2003-07-31 Martin VermeerOops, forgotten changelog entry
2003-07-30 Angus LeemingMartin's changes to the Note inset.
2003-07-30 André Pönitzprevent crash when inserting minipage in table cell,
2003-07-29 Martin VermeerImplement a newenvironment in preamble for greyedout...
2003-07-29 Angus LeemingUse pushpophelper.
2003-07-28 Angus LeemingKill ChangeCitationsIfUnique; various small bits 'n...
2003-07-28 José Matox\end_document replaces \the_end.
2003-07-28 Jean-Marc Lasgouttestex2lyx support for english quotes; revert the layout...
2003-07-28 José Matox\layout -> \begin_layout and missing \end_layout
2003-07-28 Jean-Marc Lasgouttescosmetic fix
2003-07-28 Martin VermeerHope I *now* get it right...
2003-07-28 Martin VermeerThe right fix to insetnote's greyedout: use \color...
2003-07-27 Angus LeemingRemove long-dead InsetXYZ::Holder class and member...
2003-07-27 Angus LeemingTrivia.
2003-07-27 Martin VermeerAdded #include <memory> needed by gcc 2.95.2 at least.
2003-07-27 Lars Gullik Bjønnesput namespace toc inside namespace lxy
2003-07-27 José Matoxinsetnote.h (linuxdoc,docbook): update support.
2003-07-27 Jean-Marc Lasgouttescosmetic fix
2003-07-27 Lars Gullik Bjønnesget rid of namesapce lyxfind and introduce namespace...
2003-07-26 Jean-Marc Lasgouttesmove reading of bind files from lyxrc.C to kbmap.C...
2003-07-26 José Matoxadd support for tables and figures (linuxdoc).
2003-07-26 José MatoxRename arguments of makeLaTeXFile to a sane scheme.
2003-07-26 Asger Ottar Alstrup*** empty log message ***
2003-07-26 Angus LeemingReplace occurances of system_tempdir with os::getTmpDir().
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-23 Angus LeemingPrettify the screen label of the external inset.
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-23 Angus LeemingUse a FileName variable in the external inset too.
2003-07-22 Angus LeemingA new FileName class + use by the graphics inset.
2003-07-21 Angus LeemingAdd a buffer_path arg to InsetGraphicsMailer's params2s...
2003-07-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-21 Angus Leeming(Martin Vermeer): fix greyout and layout foul-ups.
2003-07-18 André Pönitzremove unneeded Inset::getMaxWidth(
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzremove unneeded InsetText::old_max_width member
2003-07-17 André Pönitzremove unneeded in_update_ members
2003-07-17 André PönitzDisable InsetText::update and InsetTabular::update
2003-07-16 André Pönitz*** empty log message ***
2003-07-15 John LevonshowInsetDialog() for note
2003-07-15 André Pönitzchangelogs...
2003-07-15 Alfredo Braunsteinremove reinit argument from LyXText::init (act as if...
2003-07-15 Alfredo BraunsteinJuergen's clear-selection-before-insertion patch. See...
2003-07-14 André Pönitzslimmer row painter interface
2003-07-14 André Pönitz * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
2003-07-14 André Pönitzused pre-computed metrics a bit more...
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-07-10 André PönitzThe insettext patch.
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
next