headers in sub-subdirectories, and gnustep-make 2.2.1

2010-02-07 Thread Nicola Pero
I implemented having headers in sub-subdirectories. For example, consider a framework called Beauty. Let's you have headers Beauty_HEADER_FILES = Beauty.h Vanity.h then your headers would be in Beauty/Beauty.h Beauty/Vanity.h and end up installed as in Beauty.framework/Beauty/Beauty.h

Re: headers in sub-subdirectories, and gnustep-make 2.2.1

2010-02-07 Thread Fred Kiefer
Am 07.02.2010 21:06, schrieb Nicola Pero: > I implemented having headers in sub-subdirectories. > > For example, consider a framework called Beauty. Let's you have headers > > Beauty_HEADER_FILES = Beauty.h Vanity.h > > then your headers would be in > > Beauty/Beauty.h > Beauty/Vanity.h >

Re: [Gnustep-cvs] r29500 - in /libs/gui/trunk: ChangeLog Source/NSToolbarItem.m

2010-02-07 Thread Fred Kiefer
Am 07.02.2010 19:41, schrieb Riccardo Mottola: > Author: rmottola > Date: Sun Feb 7 19:41:04 2010 > New Revision: 29500 > > URL: http://svn.gna.org/viewcvs/gnustep?rev=29500&view=rev > Log: > use proper class check instead of quick and dirty size check for flexible > space property > > Modified

Re: [Gnustep-cvs] r29500 - in /libs/gui/trunk: ChangeLog Source/NSToolbarItem.m

2010-02-07 Thread Riccardo Mottola
Fred, sure, I discovered with a freely available open-source application (namely Grr, in GAP) that toolbar items did not work correctly. The current code in Grr yields a working and resizing toolbar on cocoa, but not on gnustep, where the last item after the flexible white space gets chopped

Re: r28556 - in /libs/gui/trunk: ChangeLog Source/GSTextStorage.h Source/GSTextStorage.

2010-02-07 Thread Wolfgang Lux
Hi Richard, Author: rfm Date: Thu Aug 27 16:57:00 2009 New Revision: 28556 URL: http://svn.gna.org/viewcvs/gnustep?rev=28556&view=rev Log: Fix bad return of proxy to user code Modified: libs/gui/trunk/ChangeLog libs/gui/trunk/Source/GSTextStorage.h libs/gui/trunk/Source/GSTextStora