[patch] small stuff

2004-02-11 Thread Andre Poenitz
This fixes a crash or two, speeds up drawing again (we/I painted everything starting from top of doc...) Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: BufferView.C

[patch] small stuff

2003-11-28 Thread Andre Poenitz
This changes public BufferView::text into a private BufferView::text_ and removes a bit of unused code from the insets (insetInInsetY, InsetText::textwidth_/cpos/cpar/crow) Should be uncontroversial. Andre' ? .lyxlayout.C.swp ? 0.diff ? 1.diff ? 2.diff ? frontends/controllers/ControlVSpace.C ? f

Re: [patch] small stuff

2003-11-25 Thread Andre Poenitz
On Tue, Nov 25, 2003 at 12:44:32PM +0100, Alfredo Braunstein wrote: > > Lots of small stuff from last night: > > It was a dream? A nightmare to be precise. Andre'

Re: [patch] small stuff

2003-11-25 Thread Alfredo Braunstein
Andre Poenitz wrote: > Lots of small stuff from last night: It was a dream? Alfredo

[patch] small stuff

2003-11-25 Thread Andre Poenitz
Lots of small stuff from last night: speed: as sugested by profiler: inline InsetList::begin/end re-write Paragraph::bibitem use inInset() instead of getInset() where possible [UserGuide loading is now ~10% better than 1.3: real0m0.989s (1.4) user0m0.690s sys 0m0.030s real

[patch] small stuff

2003-11-21 Thread Andre Poenitz
The removed inset functions return the same value as the base functions The rest are simple transformations of the code. No visible difference. -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or b

Re: [patch] small stuff

2003-10-24 Thread Angus Leeming
On Friday 24 October 2003 8:22 am, Andre Poenitz wrote: > I believe you are not quoting properly. The lower chunck contained a > 'fill(...)' call as well and I just shifted the row.fill and row.width > calls into the fill(...) function. What I was trying to ask is, couldn't this (the top chunk in

Re: [patch] small stuff

2003-10-24 Thread Andre Poenitz
On Fri, Oct 24, 2003 at 09:15:16AM +, Angus Leeming wrote: > Andre Poenitz wrote: > > Little nits for you ;-) > Angus > > s/witdh/width/ > s/pixel/pixels/ > > > +/// sets row.witdh to the minimum space a row needs on the > > screen in pixel > > Doesn't this go contrary to your own s

Re: [patch] small stuff

2003-10-24 Thread Angus Leeming
Andre Poenitz wrote: Little nits for you ;-) Angus s/witdh/width/ s/pixel/pixels/ > +/// sets row.witdh to the minimum space a row needs on the > screen in pixel Doesn't this go contrary to your own style preferences, recently codified into Law in Rules? -} else +} els

[patch] small stuff

2003-10-24 Thread Andre Poenitz
See attached. -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: src/lyxfunc.C === RCS file: /usr/local/lyx/cvsroot/l

[patch] small stuff

2003-07-18 Thread Andre Poenitz
Makes textWidth a bit simpler. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) Index: rowpainter.C === RCS file:

[patch] small stuff

2003-07-16 Thread Andre Poenitz
reduce getLyXText users. -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) ? 1.diff ? insetcodes.h ? insettext.diff ? update6.diff Index: insettext.C ==

Re: [PATCH] small stuff

2000-10-06 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Attached patch makes John> KDE print error report on error only ;) (doh - I was sure I had John> tested it :/) and fixes a couple of compiler warnings. Thanks. Applied. JMarc

[PATCH] small stuff

2000-10-05 Thread John Levon
Attached patch makes KDE print error report on error only ;) (doh - I was sure I had tested it :/) and fixes a couple of compiler warnings. thanks john -- "Words ought to be a little wild, for they are the assault of thoughts on the unthinking." - John Maynard Keynes diff -u -r1.584