]> git.lyx.org Git - lyx.git/history - src/ChangeLog
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / ChangeLog
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Asger Ottar AlstrupUndo cleaned up. It seems to work pretty well now.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-25 Asger Ottar AlstrupFixed undo crash in first paragraph by avoiding special...
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 John LevonAiksaurus 1.0 support
2003-07-22 Jean-Marc Lasgouttesmake menu warnings unconditional
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 André Pönitzrowpainter.C: remove unused variables
2003-07-21 André Pönitzremove two unused variables.
2003-07-18 Alfredo Braunsteinsomewhat managed to misunderstand the logic. should...
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-18 Alfredo Braunsteinfix crash reported by Kayvan + ws
2003-07-17 André Pönitzreduce number of metrics calls in InsetTabular calculat...
2003-07-17 Alfredo Braunsteinmoved some converter/format functions to more appropria...
2003-07-17 André PönitzDisable InsetText::update and InsetTabular::update
2003-07-16 André Pönitzreplace the LyXCursor::irow_ member with on-demand...
2003-07-15 John LevonshowInsetDialog() for note
2003-07-15 André Pönitzremove unneeded refresh_row
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 Alfredo Braunsteinfix a crash on resize
2003-07-11 Alfredo Braunsteinfixes buffer closing crashes
2003-07-10 Alfredo BraunsteinTake out bufferview from buffer.
2003-07-10 André PönitzThe insettext patch.
2003-07-09 Jean-Marc Lasgouttestypos in ispell messages
2003-07-08 Martin VermeerExtend Note inset to other forms of annotation like...
2003-07-08 Alfredo BraunsteinJuergen's compile fix
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-07-02 André PönitzBufferView_pimpl.C (workAreaDispatch): tell the FuncReq...
2003-07-01 André Pönitzlast Friday's text*.C -> text_func shuffle
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-30 André Pönitzre-enable --with-included-string
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-27 André Pönitzguess what
2003-06-27 André Pönitzrename fullRebreak() to partialRebreak() and implement
2003-06-27 André Pönitzremove LyXCursor::row_ member
2003-06-27 Alfredo BraunsteinFix two loading-related bugs reported by Kayvan
2003-06-26 André PönitzMove rarely used stuff out-of-line
2003-06-24 Alfredo Braunsteinsmall tweaking (yes I'm dumb)
2003-06-24 Alfredo BraunsteinMore errorlist adjustements.
2003-06-24 Jean-Marc Lasgouttesrename a few icons; fix a typo; complain (softly) when...
2003-06-23 Jean-Marc Lasgouttesdo not add non-exisitent icons in toolbar (qt); honor...
2003-06-22 Alfredo Braunsteinfix a bug just introduced.
2003-06-20 Alfredo Braunsteinadded a parseError signal to Buffer and use it
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-19 Angus LeemingRemove 14 LFUNs; use "dialog-show <name> <data>" instead.
2003-06-19 Jean-Marc Lasgouttescompilation fix
2003-06-18 Lars Gullik Bjønnesbnext-2.diff + some more boost::next stuff
2003-06-18 Lars Gullik Bjønnesshown-2.diff
2003-06-18 André Pönitz*** empty log message ***
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-06-17 Angus LeemingGet rid of Dialogs::showMathPanel.
2003-06-17 Angus LeemingFix memory leaks in the Qt math panel.
2003-06-16 Jean-Marc Lasgouttescompilation fix; audit and fix calls to cutSelection
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-13 André Pönitzmake tabular a proper member of InsetTabular
2003-06-12 André Pönitzsome renamings plus whitespace.
2003-06-12 André Pönitzreturn a Paragraph & from ParIterator::operator*()
2003-06-11 John LevonMove the toolbar flags setting into a separate section...
2003-06-11 Angus LeemingLFUN_EXTERNAL_EDIT.
2003-06-11 Lars Gullik Bjønnesthe ios issue
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-06-07 John Levonminimal ERT spacing patch (first patch sent to list...
2003-06-06 José MatoxFix docbook export (bug 821)
2003-06-06 Alfredo Braunsteinadd Dialogs::visible to avoid the madness of filling...
2003-06-05 Angus LeemingBump the file format.
2003-06-05 André Pönitzremove unneeded const_casts
2003-06-04 Lars Gullik Bjønnesremove last of NO_STD_LIST stuff
2003-06-04 Angus LeemingThe external inset uses the converters. Graphical displ...
2003-06-04 André Pönitzbit of undo
2003-06-03 John Levonpatch from Albert Chin
2003-06-03 John Levonclone() at long last !
2003-06-02 John Levonremove insetparent
2003-06-02 John Levonfix bug 1149
2003-06-01 John Levonjuergen's inset insert paste patch
2003-06-01 John Levonbug 1018 fix part 1
2003-05-30 André PönitzIU for second phase of two-phase drawing
2003-05-29 Lars Gullik Bjønnesremove NO_STD_LIST stuff, and some other small changes
2003-05-29 Lars Gullik Bjønnessimplify InsetList a bit and constify a bit too
2003-05-28 Lars Gullik Bjønnesremove commented same_id functions, and also remove...
2003-05-28 John Levonfix bug 1055, bug 1143, bug 1144
2003-05-28 André PönitzPrepare mathed for unified two-stage drawing
2003-05-28 Lars Gullik BjønnesBug:1050
2003-05-27 Lars Gullik Bjønnesparlist-21-a.diff
2003-05-27 André Pönitzrename the members of Dimension
2003-05-27 Jean-Marc Lasgouttesfix character count for the \noun macro
2003-05-26 John LevonLFUN_ESCAPE gets ReadOnly (fix bug 1142)
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-25 Lars Gullik Bjønnesparlist-19-a.diff
2003-05-24 Lars Gullik Bjønnesuse a reference instead of a pointer in ParagraphList...
2003-05-24 Lars Gullik Bjønnesmake ParagraphList::push_back take a reference instead...
2003-05-23 Lars Gullik Bjønnesget rid of NO_NEXT add some NO_STD_LIST instead
next