> "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
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
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
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
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
[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
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
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
===