On 22-Feb-2001 Dekel Tsur wrote:
> Yes, I knew of this side effect, but I didn't try to fixed it due to the
> reason below. However, it might be more consistent to allow selection of a
> single cell. I'll look into it soon (or maybe I should stop messing with
> Juergen's code, so I wouldn't intr
> One option is to replace the most suspicious changes with the
> "original" ones instead of reverting the whole thing.
Unless you found the bug already I'd ask you to revert the "whole thing" now.
I'd rather stay a bit longer at work today than to compile LyX on my goode
ol' P100 tomorrow at hom
Godd morning,
I tried to compile LyX 1.1.6. on a RS/6000 (AIX 4.3.3) using gcc 2.95.2.
Everything worked fine until the linking (not a GNU ld) began. Then
I had a TOC overflow for the directory /src.
So I tried to modify the scr/Makefile with LDFLAGS=-bbigtoc.
Then it was ok, but immediatly after
Hi,
When I try to enter "{mathcal sometext}" inside math mode (by doing "^m \
{ \ mathcal "), TeX is fine with what I did (I wrote some text
using the calligraphic AMS font.) However, when I save and then attempt
to load the file, I get errors; any equation that contains a mathcal is
erased and
Andre:
With all of your Mathed patching, you might want to test each change
on a file bursting with equations. If you want such a file, I can
send you a chapter or two from my thesis, which contains lots-o-very
complex equations. I'll even trim the files down for you (read:
remove any graphics
Baruch Even wrote:
>
> I've commited my changes to InsetGraphics, if LyX doesn't compile for
> you anymore, Blame Canada!
Fair enough, we pass it on to the U.S. anyway :)
Attached is a small patch to be applied to the HEAD branch of CVS. It
re-enables compilation of the KDE frontend.
Angus
patch.diff.gz
I've commited my changes to InsetGraphics, if LyX doesn't compile for
you anymore, Blame Canada!
The problems might crop with older compilers that do not support
namespaces, you can either fix it yourself or yell at me to fix it.
--
Baruch Even
http://baruch.ev-en.org/
* Andre Poenitz <[EMAIL PROTECTED]> [010222 19:13]:
> > The minor point is that you add the overhead of handling virtual
> > functions, while this is not so great, it should be rememebered.
>
> Which overhead over the original version do you mean?
I didn't get the context of mathed with its virt
> The minor point is that you add the overhead of handling virtual
> functions, while this is not so great, it should be rememebered.
Which overhead over the original version do you mean?
Original:
definition: derived * ptr;
call:ptr->print()
1. deref ptr and get its vta
* Andre Poenitz <[EMAIL PROTECTED]> [010222 18:24]:
>
> I think using this idiom we could save a lot of pain. Most classes that do
> not have any pointer members do not need copy constructors, assigment
> operators or destructors, so the mistakes are less likely... Not to mention
> memory leaks..
I don't know why I never noticed this before, and it's far from
earth-shattering, but I just noticed today that the print
dialog is different from almost anything else I've ever used.
Particularly, The initial cursor placement tends be in the number
of pages, with the first and second tab taking
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| I re-tried purify, but it seems it does not work here anymore. I
| though I'd find a way to get a list of allocated blocks...
|
| Assuming this comes from LyXText, what are the places where such
| structures can be kept, besides TextCache?
Note
> Look at the boost/boost/smart_ptr.hpp
Which of the classes do you mean?
I don't want the wrapper to look like a pointer to the object but
rather like the object itself...
Andre'
--
André Pönitz [EMAIL PROTECTED]
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I see it by moving the cursor through the tabular.
Lars> And I have no memory checker so I can't see where that mem goes.
Lars> and for all I know we deallocate the mem properly so a mem
Lars> checker might not see it anyway.
> | MathedArray * MathFracInset::GetData()
> | {
> | if (idx_ == 0)
> | - return array;
> | + return &array;
> | else
> | return den_->GetData();
> | }
>
> Are we sure this pointer is never used after this is deleted?
We have changed this from
Mathe
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | but if you
| Lars> see memory growth just by moving the cursor in and out of a |
| Lars> tabular then something is wrong.
Andre Poenitz <[EMAIL PROTECTED]> writes:
| First of all: I really hate plain pointers so I am probably biased when it
| comes to judge the benefits of implementations using pointers.
|
| The problem is, we currently need pointers in order to use virtual
| functions (references are not acceptab
On Thu, Feb 22, 2001 at 04:34:06PM +0100, Juergen Vigna wrote:
> > You are right. I corrected myself meanwhile. The problem is that you
> > cannot select a single cell! I think this is not intended, is it?
>
> Well this was possible earlier, but then Dekel removed the 2 virtual
> position (before
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | but if you
Lars> see memory growth just by moving the cursor in and out of a |
Lars> tabular then something is wrong. And this hans nothing to do
Lars> with the | size of struct
First of all: I really hate plain pointers so I am probably biased when it
comes to judge the benefits of implementations using pointers.
The problem is, we currently need pointers in order to use virtual
functions (references are not acceptable, since we can't put them in
containers for instan
On 22-Feb-2001 Michael Schmitt wrote:
>> > - Shift+Home and Shift+End do not work correctly
>> Fixed!
>
> Partially confirmed. It works fine inside the red boxes. Using the
> keys outside something weird is happening (the whole table is colored
> blue).
To fix this I would need to split all
On Thu, 22 Feb 2001, Juergen Vigna wrote:
> > You are right. I corrected myself meanwhile. The problem is that you
> > cannot select a single cell! I think this is not intended, is it?
>
> But this is also not needed, as the cell where the cursor is in is
> automatically be applied without the ne
Andre Poenitz <[EMAIL PROTECTED]> writes:
| Index: math_decorationinset.C
| ===
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_decorationinset.C,v
| retrieving revision 1.4
| retrieving revision 1.5
| diff -u -p -r1.4 -
Andre Poenitz <[EMAIL PROTECTED]> writes:
| The math macro problem is still unsolved. I think it has something to with
| the semantical changes from pointer/reference to values in MacroArgumentBase
| but I can't find it.
|
|
| The commit that broke it was from 2001-02-10 11:40 (+\epsilon).
| I
On 22-Feb-2001 Michael Schmitt wrote:
>
> No problem as long as bugs are fixed that fast!
>
Well not really fast as all of this will probably not go into the 1.1.6fix2!
> LyX 1.1.5!!! Great piece of software. Guys, it's time to praise Juergen!
Oh that feels good #:O)
> You are right. I corr
The attachment...
--
André Pönitz [EMAIL PROTECTED]
Index: ChangeLog
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
On 22-Feb-2001 Edwin Leuven wrote:
> My second question is about the function ToggleAndShow in bufferview_funcs,
> it uses the variable toggleall which is not passed to the function. How does
> it work? In the FormCharacter.C I am putting together I need to call
> ToggleAndShow. Can I change
The math macro problem is still unsolved. I think it has something to with
the semantical changes from pointer/reference to values in MacroArgumentBase
but I can't find it.
The commit that broke it was from 2001-02-10 11:40 (+\epsilon).
I attach a diff to 2001-02-10 11:50 for anybody who wants
On Thu, 22 Feb 2001, Juergen Vigna wrote:
> Yes some where worse :(. I fixed the stuff top down, but when I arrived
> at the bottom end I forgot to retest all of them. So I first fixed and
> then fixed something else, but that made break the first.
No problem as long as bugs are fixed that fast!
On 21-Feb-2001 Ulrich Günther wrote:
> Vertical alignment in tables seems not to work.
> I tried to have a fixed width cell with two lines of text next to another
> cell. It was impossible to have the text in the other cell 'top' aligned.
Vertical alignment in tables works! You just have to
On 20-Feb-2001 Ben Cazzolato wrote:
>
> 1. When entering numbers into tables it is not possible to use the numeric
> keypad (with num lock on of course).
>
Fixed!
> 2. It is not possible to delete (Delete or Backspace) entries in an entire
> column in tabular mode. It is however possible t
Edwin Leuven <[EMAIL PROTECTED]> writes:
| Yesterday I asked why the functions in bufferview_funcs are not members of
| the appropriate class.
|
| Jurgen replied:
| > They are not part of the class because they don't need anything of the
| > class. So to hold classes small (which are used over
Nicolas SABOURET <[EMAIL PROTECTED]> writes:
| Hi !
|
| I use lyx1.1.6fix1 and I would really appreciate if you could add to the
| next version a "force latex bibtex latex latex" button (or menu).
| I've read a post about this saying a solution should be implemented some
| day to take into accou
On 19-Feb-2001 Michael Schmitt wrote:
> I checked out lyx-devel today. Below please find an updated list of outstanding
> errors. Some things have become better, some worse...
Yes some where worse :(. I fixed the stuff top down, but when I arrived
at the bottom end I forgot to retest all of them
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> - the install when compiling from source won't work properly for
John> many people
John> or maybe I am hassling you too much now
What is this problem exactly?
JMarc
I'd like to commit my latest IG patch before I go on and integrate my
asynchronous messaging to lyx.
I'd like you to apply the patch I attach to boost, this adds the
asserts for memory checks.
This is not fully critical to the IG patch, but I'd like to have it in
too.
If I'm not getting any o
> "Nicolas" == Nicolas SABOURET <[EMAIL PROTECTED]> writes:
Nicolas> Hi ! I use lyx1.1.6fix1 and I would really appreciate if you
Nicolas> could add to the next version a "force latex bibtex latex
Nicolas> latex" button (or menu). I've read a post about this saying a
Nicolas> solution should
Hi !
I use lyx1.1.6fix1 and I would really appreciate if you could add to the
next version a "force latex bibtex latex latex" button (or menu).
I've read a post about this saying a solution should be implemented some
day to take into account all the modifications around citations (the
.bib file,
> "Kevin" == Kevin S Van Horn <[EMAIL PROTECTED]> writes:
Kevin> 1. When editing a display math formula, I tried to delete a row
Kevin> of an array. In past versions of LyX I did this with META e k,
Kevin> and the documentation still says that is what I should do to
Kevin> delete a row of an
On Wed, 21 Feb 2001, Angus Leeming wrote:
> FYI:
>
> John, I think that this may be relevant to your FL_TRANSIENT problem?
>
> Allan, I remember in the dim and distant past that you were interested in
> uniconifying an iconified window.
Trouble is you still can't tell if the dialog is iconified
> My c++ book (accelerated c++, koenig&moo) states "If the function changes the
> state of an object, then it ought to be a member of that object."
>
> Why does this rule not apply here? Or why is this not a good rule?
The problem with this rule is that it makes it hard to add new and/or a
lot
42 matches
Mail list logo