Re: lyx-devel src/: BufferView_pimpl.C ChangeLog LyXAction.C facto ...

2003-03-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> "bibitem", "bibtex", "citation", "ert", "external", "graphics", Angus> "include", "index", "label", "ref", "toc", "url" Angus> The way is now open for someone to discard the "insert" lfuns Angus> for the various collapsible insets

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog LyXAction.C facto ...

2003-03-25 Thread Angus Leeming
On Tuesday 25 March 2003 10:27 pm, [EMAIL PROTECTED] wrote: > Modified files: > lyx-devel/src/: BufferView_pimpl.C ChangeLog LyXAction.C > factory.C lfuns.h > lyx-devel/src/insets/: ChangeLog insetbibitem.C > > Log message: > Satisfy J

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog

2002-08-20 Thread Dekel Tsur
On Tue, Aug 20, 2002 at 02:14:01PM +, [EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/ > Changes by: [EMAIL PROTECTED] 02/08/20 14:14:01 > > Modified files: > lyx-devel/src/: BufferV

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog

2002-07-09 Thread John Levon
On Mon, Jul 08, 2002 at 06:30:09PM +, [EMAIL PROTECTED] wrote: > Repository: lyx-devel/src/ > Changes by: [EMAIL PROTECTED]02/07/08 18:30:09 > > Modified files: > lyx-devel/src/: BufferView_pimpl.C ChangeLog > > Log message: > John's

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Juergen Vigna
On 12-Mar-2002 Lars Gullik Bjønnes wrote: > I guess this patch changes a bit less: I could agree with this change! > @@ -1002,6 +999,7 @@ void BufferView::Pimpl::workAreaExpose() > textcache.clear(); > + buffer_->resizeInsets(bv_); The more I see this

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Juergen Vigna <[EMAIL PROTECTED]> writes: > | | Or do you just like to discuss matters today :) > | I just want to find the best local solution. > | btw. can you check if this patch makes any difference and that | everything just still works? I g

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Juergen Vigna
On 12-Mar-2002 Lars Gullik Bjønnes wrote: > I just want to find the best local solution. > - par = bv_->text->cursor.par(); > - pos = bv_->text->cursor.pos(); > - selstartpar = bv_->text->selection.start.par(); > - selstartpos = bv_->text->selecti

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog buffer.C tabula

2002-03-12 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Or do you just like to discuss matters today :) I just want to find the best local solution. btw. can you check if this patch makes any difference and that everything just still works? Index: src/BufferView_pimpl.C ===