Martin Vermeer wrote:
> RGBColor const X11RGBfromhex(string const & hexname)
> {
> RGBColor col;
> istringstream is(STRCONV(hexname));
> char c;
>
> is >> c >> std::setbase(16) >> setfill('0')
> >> setw(2) >> col.r
> >> setw(2) >> col.g
> >> setw(2) >> col.b;
>
> lyxe
Angus Leeming <[EMAIL PROTECTED]> writes:
| So, I think that he's right to use boost::swap here.
Yes, I think so too.
--
Lgb
On Thu, Aug 07, 2003 at 05:09:29PM +, Angus Leeming wrote:
> eval ${CONFIGURE}
The eval is unnecessary
john
--
Khendon's Law:
If the same point is made twice by the same person, the thread is over.
On Thu, Aug 07, 2003 at 04:52:14PM +0200, Lars Gullik Bj?nnes wrote:
> I nice implication of this might be that we won't need a BufferList
> anymore (at least not explicit), but keep only open those buffers that
> has a BufferView.
Eh, how would that work ?
john
--
Khendon's Law:
If the same po
John Levon wrote:
> On Thu, Aug 07, 2003 at 04:52:14PM +0200, Lars Gullik Bj?nnes wrote:
>
>> I nice implication of this might be that we won't need a BufferList
>> anymore (at least not explicit), but keep only open those buffers that
>> has a BufferView.
>
> Eh, how would that work ?
>
> john
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Mon, Aug 04, 2003 at 11:19:34PM +0200, Jean-Marc Lasgouttes
Andre> wrote:
>> The following patch aims at making drag and drop of lyx files work
>> on Qt. The main code (in QWorkarea) is trivial, but I need
>> Bufferview_pimpl::wo
> "John" == John Levon <[EMAIL PROTECTED]> writes:
>> Maybe I should just add a new 'droppedFile' signal to workarea and
>> call that directly... Would that make sense?
John> Yes, I think.
I'll try that, then.
Or I could change BufferView::Pimpl::workareaDispatch to pass only
mouse actions
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
>
>> Angus Leeming <[EMAIL PROTECTED]> writes:
>>
>> | [EMAIL PROTECTED] wrote:
>>>
Log message:
update to boost 1.30.1
Patches:
http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/boost/boost/counting_it
Angus Leeming wrote:
> As I read it, I think that Lars is saying we could store a BufferViewList.
Note that this is needed in any case (for multiple bufferviews).
Alfredo
Anyone look at this?
On Mon, Aug 04, 2003 at 10:09:47AM -0700, Kayvan A. Sylvan wrote:
> Latest CVS does not compile.
>
> if g++ -DHAVE_CONFIG_H -I. -I../../lyx/src -I. -I../../lyx/boost
> -I/u/ksylvan/include-I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT
> text2.o -MD -MP -MF ".
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Aug 07, 2003 at 12:52:48AM +0200, Jean-Marc Lasgouttes
John> wrote:
>> Of course there are a lot of things not supported by tex2lyx, but
>> this was an important (and painful) step.
John> Such as ? I haven't followed development
11 matches
Mail list logo