Cairo-glitz

2006-12-19 Thread xavier . glattard
Hello I'm browsing the SVN repository and i've just found this comment by hansfbaier on /back/trunk/Source/cairo/XGCairoGlitzSurface.m : "fixed glitz api change (but does not work, because I don't know how to retrieve a proper VisualID for the display)" I guess it's about this piece of code :

Win32 Cairo backend : strange behavior...

2006-12-22 Thread xavier . glattard
Hello I've started to work on the win32 Cairo backend (winlib and glitz) I get prety (almost) black windows : Calculator and Gorm start and run :-) Well... when i'm lucky... In fact i need to insert some NSLog in my code _to_avoid_Gorm_crash_ !! These NSLog have to be at the right place, or Cal

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread xavier . glattard
Selon David Wetzel <[EMAIL PROTECTED]>: > Xavier wrote: > > > In fact i need to insert some NSLog in my code to avoid Gorm > > crash !! > > These NSLog have to be at the right place, or Calculator fails > > to > > create windows > > did you try to run your app in gdb? > setting a break point on

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread xavier . glattard
Selon Fred Kiefer <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] schrieb: > > I've started to work on the win32 Cairo backend (winlib and glitz) > > I get prety (almost) black windows : Calculator and Gorm start and run :-) > > > > Well... when i'm lucky... > > > > In fact i need to insert some NSLog in

Re: Win32 Cairo backend : strange behavior...

2006-12-24 Thread xavier . glattard
Hello You are so right !! :-) I had to install the svn version of base and gui. No more crash :-) I dont understand why my backend was compile against the svn gui (012), not the installed gui (010)... Thanks ! I'm now working on these black windows... Xavier Selon Adam Fedor <[EMAIL PROTECT

Win32 Cairo backend...

2007-01-06 Thread xavier . glattard
Hi! Selon Fred Kiefer <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] schrieb: > > I've started to work on the win32 Cairo backend (winlib and glitz) (...) > (...) > Just to warn you: I plan to do a big rework of the GNUstep cairo > backend, in the hope to get scrolling to work. If you have any changes

Re: Win32 Cairo backend...

2007-01-06 Thread xavier . glattard
> to be expanded in base/trunk ERRATUM : to be expanded in back/trunk :-\ Xavier ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Error in [back] XGGLContext.m ???

2007-01-14 Thread Xavier Glattard
Hello I'm playing with NSOpenGLView (only with code : no Gorm) and my custom GLView is always shifted up- and rigth- ward, and it seems the amount of pixels depends on the window decoration (ie not the same with or without NSResizableWindowMask). I got it fixed by changing line #83 in back/Sourc

OpenGL and MS Windows : done ;-)

2007-01-30 Thread xavier . glattard
Hi all Here is a patch to GS backend. http://amstradstuff.free.fr/GNUstep/back-Win32GL-070130.patch.gz http://amstradstuff.free.fr/GNUstep/back-Win32GL-070130.new.tar.gz You can now use NSOpenGLView under MS Windows It's based upon the X11 code, it doesnt do more (actually less!) and has not b

Re: OpenGL and MS Windows : done

2007-02-01 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > On 30 Jan 2007, at 18:01, xavier.glattard free.fr wrote: > > > > > Hi all > > > > Here is a patch to GS backend. > > > > http://amstradstuff.free.fr/GNUstep/back-Win32GL-070130.patch.gz > > http://amstradstuff.free.fr/GNUstep/back-Win32GL-0

Re: OpenGL and MS Windows : done

2007-02-03 Thread Xavier Glattard
free.fr> writes: > Here is a patch to GS backend. > > http://amstradstuff.free.fr/GNUstep/back-Win32GL-070130.patch.gz > http://amstradstuff.free.fr/GNUstep/back-Win32GL-070130.new.tar.gz > > You can now use NSOpenGLView under MS Windows Ooops... :-\ If ever you try this patch you would find

about RunLoop, joystick support and so on

2007-02-08 Thread Xavier Glattard
Hi all I try to understand NSRunLoop and event management. I have found the following text in NSRunLoop.h It's about GSRunLoopWatcher * The following interface is not yet deprecated, * but may be deprecated in the next release and * removed thereafter. * * The run loop watcher API was origi

Re: about RunLoop, joystick support and so on

2007-02-09 Thread Xavier Glattard
Richard Frith-Macdonald gnu.org> writes: > > > On 8 Feb 2007, at 11:06, Xavier Glattard wrote: > > > Hi all > > > > I try to understand NSRunLoop and event management. > > > > I have found the following text in NSRunLoop.h > > It'

Re: about RunLoop, joystick support and so on

2007-02-11 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > > Richard Frith-Macdonald schrieb: > > > > On 9 Feb 2007, at 17:55, Xavier Glattard wrote: > > > >> > >> phew ! > >> > >> My brain boiled three times (and fried twice) before > >> i understan

Re: about RunLoop, joystick support and so on

2007-02-13 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > On 11 Feb 2007, at 19:18, Xavier Glattard wrote: > (...) > No, in fact both backends use the runloop and both use > GSRunLoopWatcher which works perfectly. The fact that both backends > at certain points chose to pol

Re: about RunLoop, joystick support and so on

2007-02-13 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > Xavier Glattard schrieb: > > > > Another oddity of the win32 backend is the use of a good old window > > procedure. > > So the events are dispatched twice : first by some calls to > > DispatchMessage (always to the sa

Re: about RunLoop, joystick support and so on

2007-02-13 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > On 13 Feb 2007, at 11:03, Xavier Glattard wrote: > > > Richard Frith-Macdonald tiptree.demon.co.uk> writes: > > > >> On 11 Feb 2007, at 19:18, Xavier Glattard wrote: > >> (...) > >> No,

Re: about RunLoop, joystick support and so on

2007-02-14 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > On 13 Feb 2007, at 19:53, Xavier Glattard wrote: > > > I posted here some days ago more details about this opengl program. > > If you need more, just ask. Did you launch it ? > > It behaves as if the runLoop wo

Re: Playing with Gears

2007-02-14 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > > I made some time to play about a bit with your Gars app ... http:// > amstradstuff.free.fr/GNUstep/gnustep-gears-1.0.tar.gz What did you have to change ? > This is a really nice demo application, very impressive. Thanks :-) Looks like y

Re: Playing with Gears

2007-02-14 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > I just gave gear a try under MacOSX and it works wonderful. All I needed > to change was replace GL/gl.h with OpenGL/gl.h and include the GNustep > macros from GNUstep.h. Marvellous how portable applications can be. Very impressive. I like GNUstep :-) > All three a

Re: about RunLoop, joystick support and so on

2007-02-15 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > (...) > >> That's perhaps a bug ... as I understand it the code it supposed to > >> return an X or windows event if it has already been received, and if > >> no event has been received, call the runloop to wait for more > >> events. As long a

Re: Shipping Windows binary applications

2007-03-01 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: (...) > I would even go further here and remove the menu option to set the > style. It does not belong here. This is a task for a preference > application. I agree :-) I suggest to default to GNUstep style with the use of the taskbar... I'm working on this backend.

Windows backend : questions and answers

2007-03-06 Thread Xavier Glattard
Hi I'm ready to post a 'clean' Windows backend to the repository. Few changes but i dont want to annoy some... ;-) And I have some questions. Here are the changes : - Deletion of all non-GNUstep debug stuff (printf...) - Deletion of all Notification hooks (used for a debugging purpose) - Deleti

Re: Windows backend : questions and answers

2007-03-06 Thread Xavier Glattard
Nicola Pero meta-innovation.com> writes: > >> - in my patch handlesWindowDecoration (like X11?) and > >> usesSystemTaskbar are > >> set by default : do you agree with these choices ? > > > > Yes but ... I expect the person who added the application preferences > > panel did so because peopl

Re: Windows backend : questions and answers

2007-03-06 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > On 6 Mar 2007, at 09:10, Xavier Glattard wrote: > (...) > > - Should the backend options be handled by a SystemPreferences > > module ? > > (X11 backend options have no dedicated module) > > In the long

Re: Call for volunteers: Backporting mySTEP changes

2007-03-12 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: (...) > 3. Changes to GNUstep > > mySTEP has a few correction and additions to methods that are already > implemented in GNUstep. We should try to extract as much of these as > possible. On the other hand have we fixed a lot of bugs in GNUstep since > the fork. We don'

Re: Call for volunteers: Backporting mySTEP changes

2007-03-13 Thread Xavier Glattard
Selon Fred Kiefer <[EMAIL PROTECTED]>: > Xavier Glattard wrote: > > Fred Kiefer gmx.de> writes: > > (...) > >> 3. Changes to GNUstep > >> > >> mySTEP has a few correction and additions to methods that are already > >> implemen

make install

2007-03-15 Thread Xavier Glattard
Hi all :-) I used to use make-1.13. I just upated it to svn version. When i did 'make install' with 1.13 version all files were put in GNUstep/Local/... directory. But now they are put in GNUstep/System/... I had to clean by hand my Local directory because it is search first (by ld) and old versi

RE: make install

2007-03-16 Thread Xavier Glattard
into Local, you can try > > export GNUSTEP_INSTALLATION_DOMAIN=LOCAL > > in your shell (in particular, add it to your shell initialization script). > :-) > > This will then install everything into Local/ ;-) > > Thanks > > > > -Original Message- > From: Xavier Glattard <

Problem building gnustep-base tools with MinGW

2007-03-16 Thread xavier . glattard
Hi I'm trying to rebuild my GNUstep system from svn. 0) WinXP/MinGW/MSYS, GCC412 1) gnustep-make is installed in C:/GNUstep 2) gnustep-libobjc is installed *Note* : gnustep-libobjc dont work with native_objc_exceptions and base can be linked against gcc-libobjc (is that correct?) 3) ffcall,

RE: Problem building gnustep-base tools with MinGW

2007-03-16 Thread xavier . glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > > 1) gnustep-make is installed in C:/GNUstep > > That's not really how it is supposed to be used ;-) > > You are supposed to install gnustep-make inside MinGW/MSYS. C:/GNUstep is /C/GNUstep under MSYS (both can be used at MSYS prompt), and that worked fine

RE: Problem building gnustep-base tools with MinGW

2007-03-16 Thread xavier . glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > >> I suggest following the instructions on > core/make/Documentation/README.MinGW. > > > > That's what i did. Many times :-(( > > > > Which version of the document are you following ? > > You should follow the one that comes with the version of > gnustep-ma

RE: Problem building gnustep-base tools with MinGW

2007-03-16 Thread xavier . glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > > >> ./configure --with-layout=fhs > >> make > >> make install > > > >Done. > >Does not work : same errors. > > > > That's surprising. :-( > > It seems to suggest that probably the problem is something else. :-/ > Maybe it's a bug in gnustep-base then ? > >

RE: Problem building gnustep-base tools with MinGW

2007-03-19 Thread xavier . glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > I rebooted under Windows XP and I can't reproduce your problem at all - it > links fine for me (I removed the installed gnustep-base before trying). :-( > > So I'm not sure why it doesn't work for you. Neither do i :-( I looks like the libgnustep-base that

RE: Problem building gnustep-base tools with MinGW

2007-03-20 Thread xavier . glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > >> Mine is: > >> > >> gcc -Wl,--enable-auto-import -fgnu-runtime -o obj/autogsdoc.exe > >>./obj/autogsdoc.o ./obj/AGSParser.o ./obj/AGSOutput.o ./obj/AGSIndex.o > >> ./obj/AGSHtml.o > >> -L../Source/./obj -L/home/Nico/GNUstep/Library/Libra

Use of libobjc from gcc 4.1 with MinGW

2007-03-21 Thread Xavier Glattard
Hi I found out how to compile gnustep-base with the gcc4.1 objc library (not the gnustep one). I can now enable native exceptions :-) I had to change one line in objc-decls.h : - #if defined (_WIN32) || defined (__WIN32__) || defined (WIN32) + #if !defined(__MINGW32__) && defined (_WIN32) || def

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-21 Thread Xavier Glattard
Andrew Pinski gmail.com> writes: > > On 3/21/07, Xavier Glattard online.fr> wrote: > > Hi > > > > I found out how to compile gnustep-base with the gcc4.1 objc library (not > > the > > gnustep one). I can now enable native exceptions > &

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-21 Thread Xavier Glattard
Andrew Pinski gmail.com> writes: > On 3/21/07, Xavier Glattard online.fr> wrote: > > Without the change i got : > > > > So these names are not exported properly. > > I dont know why but mingw32 seems to be special... :-\ > > Is libobjc being compiled

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-21 Thread Xavier Glattard
Xavier Glattard online.fr> writes: > I found out how to compile gnustep-base with the gcc4.1 objc library (not the > gnustep one). I can now enable native exceptions > > I had to change one line in objc-decls.h : > > - #if defined (_WIN32) || defined (__WIN32__) || de

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-21 Thread Xavier Glattard
Andrew Pinski gmail.com> writes: > On 3/21/07, Xavier Glattard online.fr> wrote: > > Do you mean i would get the same error with a static gnustep-libobjc ? > Yes. > > > Should I build gcc-libobjc as a dll ? > libobjc should be built as a dll, now how to

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-22 Thread Xavier Glattard
Helge Hess opengroupware.org> writes: > On Mar 21, 2007, at 17:52, Xavier Glattard wrote: > > Why the hell should libobjc be build as a dll > > Don't know whether this was really a joke > > Anyways, its *very* important that libobjc is built as a DLL if

fast and simple array ? (NSAnimation)

2007-03-22 Thread Xavier Glattard
Hi NSAnimation class needs an array of floats that may grow... (for progress marks) Is there a gnustep tool (c functions, macros,...) that manages such data efficiently ? (IMHO a NSMutableArray containing NSNumber objects would be quite slow and fat) thanks Xavier ___

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-23 Thread Xavier Glattard
Nicola Pero meta-innovation.com> writes: > > > >I don't have *any* experience in building dll > >And building gcc-libobjc as a dll might break some other thing... > >So i give up and let this task to others, even if i could not use > >'native exceptions'. > > Why do you need gcc-libobjc for '

Re: fast and simple array ? (NSAnimation)

2007-03-23 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > The base library contains an extension header (GSIArray,h) which > provides array management macros for fast C style arrays. It's used > in various places within the coire libraries. Thanks :-) That's what i'm looking for. May i sugge

Need informations about NSAnimation on MacOS

2007-03-23 Thread Xavier Glattard
Hello :-) The NSAnimation reference page at developer.apple.com does not explain everything. As i dont have a Mac i ask for some help. 1) NSAnimation maintains an array of NSAnimationProgress (floats). [NSAnimation -progressMarks] return a NSArray. - Is this NSArray a reference to the internal a

Re: Need informations about NSAnimation on MacOS

2007-03-23 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > Xavier Glattard wrote: > > > > 2) I dont understand the 3 NSAnimationCurve... > > - Are they linear or polynomic functions ? > > - what do 'slowly speeds up' and 'slows down' really mean ? > > > > You

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-23 Thread Xavier Glattard
Nicola Pero meta-innovation.com> writes: > > Do i miss something ? > > I think there might be a bit of confusion ... let me explain > > If you want to try native exceptions on MinGW, you should: > > 1. install MSYS/MinGW > > 2. build/install a GCC 4.x that provides you with native exceptio

Re: Need informations about NSAnimation on MacOS

2007-03-23 Thread Xavier Glattard
Xavier Glattard online.fr> writes: > 2) I dont understand the 3 NSAnimationCurve... An other question : You can change the NSAnimationCurve while an animation is running. Does the animation _smoothly_ changes to the new curve ? Or does it 'jump' ? Thanks a

Re: Use of libobjc from gcc 4.1 with MinGW

2007-03-23 Thread Xavier Glattard
Nicola Pero meta-innovation.com> writes: > > > I've did that many times. gnustep-make configure script tells me : > > > > checking for custom shared objc library... > > /c/GNUStep/System/Library/Libraries > > checking whether objc has thread support... yes: > > checking whether we should use

Re: Need informations about NSAnimation on MacOS

2007-03-23 Thread Xavier Glattard
Nicolas Roard gmail.com> writes: > On 3/23/07, Xavier Glattard online.fr> wrote: > > Xavier Glattard online.fr> writes: > > > > > 2) I dont understand the 3 NSAnimationCurve... > > > > An other question : > > > > You can change the NSA

Re: Need informations about NSAnimation on MacOS

2007-03-23 Thread Xavier Glattard
thaesofereode.info> writes: > > 2) I dont understand the 3 NSAnimationCurve... > > - Are they linear or polynomic functions ? > > - what do 'slowly speeds up' and 'slows down' really mean ? > > > > They're certainly polynomial, but in fact they may not fit any > finite-order polynomial function

Re: Need informations about NSAnimation on MacOS

2007-03-24 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > > Xavier Glattard wrote: > > thaesofereode.info> writes: > > > >>> 2) I dont understand the 3 NSAnimationCurve... > >>> - Are they linear or polynomic functions ? > >>> - what do 'slowly speed

NSAnimation...

2007-04-05 Thread Xavier Glattard
Hello all :-) I'm still working on the NSAnimation class, but i can't understand some parts of the specs... I need your opinion. How should the array returned by [-runLoopModesForAnimating] be used ? 1) schedule one timer for each mode in the array ? (so the animation runs whatever the mode w

Re: NSAnimation...

2007-04-08 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > For me it looks even worse: > > Compiling file NSAnimation.m ... > In file included from > /usr/GNUstep/System/Library/Headers/GNUstepBase/GSIArray.h:138, compilation twice now, with no luck. > > > from NSAnimation.m:53: > /usr/GNUstep/System/Libra

Re: NSAnimation...

2007-04-08 Thread Xavier Glattard
Gregory John Casamento yahoo.com> writes: > > Xavier, > > I am seeing the following error when compiling: > > Making all for tool set_show_service... > Compiling file set_show_service.m ... > Linking tool set_show_service ... > ../Source/./obj/libgnustep-gui.so: undefined reference to `nsani

Re: NSAnimation...

2007-04-08 Thread Xavier Glattard
Adam Fedor qwest.net> writes: > On Apr 8, 2007, at 10:47 AM, Xavier Glattard wrote: > > >> Could you please also move over to GNUstep indentation and white > >> space > >> rules? It is not too hard you just need to get used to it. > > > >

Re: NSAnimation...

2007-04-10 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > > Gregory John Casamento wrote: > > With a clean checkout and a clean install, I still get this: > > > > Compiling file set_show_service.m ... > > Linking tool set_show_service ... > > ../Source/./obj/libgnustep-gui.so: undefined reference to `nsanimation_progre

Re: problems compiling NSAnimation.m

2007-05-09 Thread Xavier Glattard
Riccardo ngi.it> writes: > Hi, > > trying to compile NSAnimation on older compilers is a nightmare (like > gcc 2.95). I fixed some trivial stuff, but then stopped: the main > problem is the _NSANIMATION_LOCK macro. Since this macro defines a > variable in it, > > #define _NSANIMATION_LOCK

Re: problems compiling NSAnimation.m

2007-05-10 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > On 10 May 2007, at 12:35, Nicola Pero wrote: > (...) > > > > This looks pretty bad, not only because it doesn't compile with GCC > > 2.95, but also because that variable defined in the middle of > > nowhere is very ugly ... unclear > > s

Re: problems compiling NSAnimation.m

2007-05-10 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > > > On 10 May 2007, at 14:57, Xavier Glattard wrote: > > > Richard Frith-Macdonald tiptree.demon.co.uk> writes: > > (...) > > > > This macro is used as a macro : to repeat again and again the

Re: problems compiling NSAnimation.m

2007-05-10 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > (...) > Making it an ivar *fixes* the code to work with an older compiler Making it an ivar breaks the class in thread mode. ;-) > (...) > Actually that's not correct ... the lock is an ivar and is *not* > local to the method, so as the l

Re: problems compiling NSAnimation.m

2007-05-10 Thread Xavier Glattard
Nicola Pero meta-innovation.com> writes: > (...) > very confusing, because when the second declaration of c is reached, > you need to be a C standard lawyer to know what happens Yes, but only a C-riminal would do such a thing ;-) > (...) > What about adding a macro > > _NSANIMATION_SETUP T

Re: problems compiling NSAnimation.m

2007-05-10 Thread Xavier Glattard
Richard Frith-Macdonald tiptree.demon.co.uk> writes: > (...) > Maybe it's worth re-introducing the optimisation to avoid locking > when not using threads, but that's tricky to get right (especially if > there is any possibility of the threading mode changing while an > animation is in progr

Re: gui linking problem

2007-05-12 Thread Xavier Glattard
Riccardo ngi.it> writes: > > Hi, > after the fixes of NSAnimation and some other small stuff I fixed > myself, gui compilation on my older box fails with: > > Compiling file set_show_service.m ... > Linking tool set_show_service ... (...) > ../Source/./obj/libgnustep-gui.so: undefined refe

Re: GCC 4.1 on mingw platform

2007-05-29 Thread Xavier Glattard
Christopher Armstrong fastmail.com.au> writes: > Has anyone else had any experience with gcc 4.1 on windows, particularly > with GNUstep? It would be interesting to hear about other people's > experience with this as well. Do people prefer cross-compilation (e.g. > produce a gcc cross-compiler

Re: GCC 4.1 on mingw platform

2007-05-29 Thread Xavier Glattard
Christopher Armstrong fastmail.com.au> writes: (...) > Perhaps if we copied it out and wrote a GNUmakefile for it? That might > work; it appears to be the approach with the GNUstep version of libobjc > (although it has some extra patches against it AFAIK). It's far easier to use the gnustep li

Re: gnustep on windows

2008-02-29 Thread Xavier Glattard
Hello Some months (a year ?) ago i tried to write a Cairo backend for windows. You can get the files there : http://amstradstuff.free.fr/GNUstep/back-win32cairo.zip Put then in Source/cairo directory Achtung : two files will be overwritten !! I'm not sure they still can be build as cairo backend

Re: gnustep on windows

2008-03-01 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > This looks rather nice and it shows that I was wrong, there is a bit > more X specific code inside of CairoContext. Did you get this code to > work? I remember that there was also some complicated extension needed > for the configure script, wasn't it? > > And you d

Re: gnustep on windows

2008-03-02 Thread Xavier Glattard
Hello I just made some small changes in CairoContext.m The zip file has been updated : http://amstradstuff.free.fr/GNUstep/back-win32cairo.zip Cairo backend and Cairo/Glitz backend can be build and run. With Calculator and Gorm: Cairo backend : Text is Ok. Most bitmaps are ugly (transpar

Re: gnustep on windows

2008-03-04 Thread Xavier Glattard
Paul Fox paxway.com> writes: > Ok, I've downloaded the patch and worked on merging the changes in > CairoContext.m with the latest version (so pdf and ps output would still > work) as well as cleaning up a few minor style things. It now compiles, > but I get garbage when I try to run Gorm, and

bindings and Renaissance

2008-03-27 Thread Xavier Glattard
Hello I'm playing with Renaissance : i just add a 'bind' tag and some examples. is (or should be) equivalent to : [#source bind: @"binding" toObject:#target withKeyPath:@"key.path" options:nil] But the examples do not work as expected. 1) Examples/bindings.gsmarkup, two textFields, one valu

Re: bindings and Renaissance

2008-03-28 Thread Xavier Glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > > 3) the 'sendActionOn' attribute seems broken, the textField only > > 'act' when i > > press the Enter key. Is it a Renaissance issue ? > > I'm not sure when textFields are expected to send their actions. > On Apple Mac OS X they seem to send their action

Re: bindings and Renaissance

2008-03-28 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > Xavier Glattard wrote: (...) > > 1) Examples/bindings.gsmarkup, two textFields, one value. > > I had to create two bindings between the two fields. I thought a bindings > > was two-way > > Could you please explain a bit more what

Re: bindings and Renaissance

2008-03-29 Thread Xavier Glattard
Selon Fred Kiefer gmx.de>: > >>> 1) Examples/bindings.gsmarkup, two textFields, one value. > >>> I had to create two bindings between the two fields. I thought a bindings > >>> was two-way (...) > > > > In bindings.gsmarkup i define 2 textFields. First i bind the 1st field to > > the 2nd one

Re: bindings and Renaissance

2008-03-29 Thread Xavier Glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > >> In bindings.gsmarkup i define 2 textFields. First i bind the 1st > >> field to the > >> 2nd one : > >> [first bind:"value" toObject:second ...] > >> If i change the value of the 1st field, the 2nd one is updated. > >> But I expected > >> that the value

Re: bindings and Renaissance

2008-03-29 Thread Xavier Glattard
Selon Fred Kiefer <[EMAIL PROTECTED]>: > > 1) Examples/bindings.gsmarkup, two textFields, one value. > > I had to create two bindings between the two fields. I thought a bindings > > was two-way > (...) > You do understand that the binding behaviour is not symmetrical? May be i don't... I ge

Re: bindings and Renaissance

2008-03-29 Thread Xavier Glattard
Selon Fred Kiefer gmx.de>: > >>> 1) Examples/bindings.gsmarkup, two textFields, one value. > >>> I had to create two bindings between the two fields. I thought a bindings > >>> was two-way (...) > > > > In bindings.gsmarkup i define 2 textFields. First i bind the 1st field to > > the 2nd one

Re: bindings and Renaissance

2008-03-29 Thread Xavier Glattard
Selon Nicola Pero <[EMAIL PROTECTED]>: > >> In bindings.gsmarkup i define 2 textFields. First i bind the 1st > >> field to the > >> 2nd one : > >> [first bind:"value" toObject:second ...] > >> If i change the value of the 1st field, the 2nd one is updated. > >> But I expected > >> that the value

Re: bindings and Renaissance

2008-03-29 Thread Xavier Glattard
ups. sorry for the multiple double posts (!) i thought some of them were lost :-/ ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnustep-dev

Re: bindings and Renaissance

2008-03-29 Thread Xavier Glattard
Selon Gregory John Casamento <[EMAIL PROTECTED]>: > One thing that springs immediately to mind is the connector classes for > Binding. They have to be finished. Are you going to be using these in > Renaissance? Do you currently use the existing connector classes? > > Mostly curious. :) > > G

Re: bindings and Renaissance

2008-03-30 Thread Xavier Glattard
Principal Consultant - OLC, Inc > # GNUstep Chief Maintainer > > - Original Message > From: Xavier Glattard <[EMAIL PROTECTED]> > To: Gregory John Casamento <[EMAIL PROTECTED]> > Cc: Xavier Glattard <[EMAIL PROTECTED]>; Nicola Pero > <[EMAIL PROTE

Re: NSWindow & NSGraphicsContext issue

2008-05-18 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > Last week I tried to resolve a circular refernce problem between > NSWindow and NSGraphicsContext. The window in the dictionary is (should be) only used when creating the context : delete the dictionary after use or remove the window from the ddictionary. You mig

About OpenGL and NSView

2009-03-02 Thread Xavier Glattard
Hi I would like to post some changes about OpenGL support. (in gui and x11-back, soon in win32-back) I need to add a flag in NSView (in the _rFlags bit field). I think it would not break anything but i may miss something. Any advice ? Thanks! Fred: I've just updated my tree with your last chan

About OpenGL and NSView

2009-03-02 Thread Xavier Glattard
Hi I would like to post some changes about OpenGL support. (in gui and x11-back, soon in win32-back) I need to add a flag in NSView (in the _rFlags bit field). I think it would not break anything but i may miss something. Any advice ? Thanks! Fred: I've just updated my tree with your last ch

Re: About OpenGL and NSView

2009-03-03 Thread Xavier Glattard
Fred Kiefer a écrit : Xavier Glattard wrote: I would like to post some changes about OpenGL support. (in gui and x11-back, soon in win32-back) Great. I need to add a flag in NSView (in the _rFlags bit field). I think it would not break anything but i may miss something. Any advice

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-05 Thread Xavier Glattard
Hi I dont understand this problem about ABI and binary compatibility, so please excuse me if this looks stupid :\ The problem comes from ivars that would not be always at the same offset, doesn't it ? But these ivars are supposed to be private, dont they ? So the code that uses these ivars is al

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-06 Thread Xavier Glattard
Richard Frith-Macdonald a écrit : On 6 Mar 2009, at 07:05, Xavier Glattard wrote: Hi I dont understand this problem about ABI and binary compatibility, so please excuse me if this looks stupid :\ The problem comes from ivars that would not be always at the same offset, doesn't it

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-06 Thread Xavier Glattard
Richard Frith-Macdonald a écrit : On 6 Mar 2009, at 09:15, Xavier Glattard wrote: Richard Frith-Macdonald a écrit : On 6 Mar 2009, at 07:05, Xavier Glattard wrote: Hi I dont understand this problem about ABI and binary compatibility, so please excuse me if this looks stupid :\ The

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-06 Thread Xavier Glattard
Hi I dont understand this problem about ABI and binary compatibility, so please excuse me if this looks stupid :\ The problem comes from ivars that would not be always at the same offset, doesn't it ? But these ivars are supposed to be private, dont they ? So the code that uses these ivars i

Re: RFA: patches

2009-03-07 Thread Xavier Glattard
ici...@mail.cg.tuwien.ac.at a écrit : Hi! This is just a heads-up for my patches, since I don' want to commit them without your feedback. 1. I implemented key repeat support for keyboard events in GServerEvent 2. I implemented mouse position setting support in GSDisplayServer and XGServerWin

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-10 Thread Xavier Glattard
Riccardo Mottola a écrit : (...) David Chisnall wrote: (...) Yes, this appears to me the "least hurting" path. But I laready dislike. If we really need, this should be the road. If you make private ivars into a structure and make a pointer to this an ivar, you add an extra malloc for every +a

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-10 Thread Xavier Glattard
Lars Sonchocky-Helldorf a e'crit : According to http://code.google.com/soc/ there is not much time left until applications are accepted: Welcome to the home page for the Google Summer of Code program! . . . We will begin accepting applications from mentoring organizations on March 9, 2009.

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-10 Thread Xavier Glattard
David Chisnall a écrit : On 10 Mar 2009, at 10:28, Xavier Glattard wrote: Riccardo Mottola a écrit : (...) David Chisnall wrote: (...) Yes, this appears to me the "least hurting" path. But I laready dislike. If we really need, this should be the road. If you make private iv

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-10 Thread Xavier Glattard
David Chisnall a écrit : On 10 Mar 2009, at 14:27, Xavier Glattard wrote: David Chisnall a écrit : The extra bytes are allocated after the object, which would be completely useless. Imagine: (...) Now you add another ivar to A and remove the extra bytes, and you have this layout: id

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-10 Thread Xavier Glattard
David Chisnall a e'crit : On 10 Mar 2009, at 16:49, Xavier Glattard wrote: I'm sorry, i still can't see any problem. I'll try to explain this in simple words then: - If two classes use this mechanism in the same inheritance chain, then they will have overlapping i

Re: ABI Compatibility (was Re: Installation woes for the average user...)

2009-03-11 Thread Xavier Glattard
David Ayers a écrit : Hello Xavier, Am Dienstag, den 10.03.2009, 17:49 +0100 schrieb Xavier Glattard: (...) This is the same behavior than 'classic' external ivars, but the memory is allocated along with the instance itself (remember: the question is 'no extra malloc call

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-11 Thread Xavier Glattard
Adam Fedor a écrit : On Mar 10, 2009, at 7:25 AM, Xavier Glattard wrote: I don't know what are the requirements for mentors, but I would be glad to help and take care of one small project :) A big factor in how many students google gives us is the number of students who apply to work

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-12 Thread Xavier Glattard
Hi, Riccardo Mottola a écrit : Hi Xavier, Does GAP stand for "Application project" ? Does that mean that any GNUstep/Cocoa based project could be submitted ? And not only GNUstep specific. - new 3DKit - multiplatform OpenGL extensions API (glu-like) - multiplatform HID API : joystick... Or

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-12 Thread Xavier Glattard
Xavier Glattard a écrit : If there is no objection I will soon add these ideas in the list. Huh... I can't : the page is locked. What do I need to do ? Or maybe someone could insert the attached file... Thanks! And please add my name in the list of mentors : Xavier Glattard * '

Re: [Urgent] GNUstep at Google Summer of Code'2009

2009-03-12 Thread Xavier Glattard
Adam Fedor a écrit : On Mar 12, 2009, at 7:14 AM, Xavier Glattard wrote: Huh... I can't : the page is locked. What do I need to do ? Or maybe someone could insert the attached file... Thanks! And please add my name in the list of mentors : Xavier Glattard Please send a mail to webma

  1   2   >