[bug #33884] gorm : support of linkTextAttributes in NSTextView init

2011-10-11 Thread Fred Kiefer
Update of bug #33884 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Sebastian Reitenbach
URL: http://savannah.gnu.org/bugs/?34529 Summary: gnustep-gui svn doesn't correctly link with ImageMagick Project: GNUstep Submitted by: buzzdee Submitted on: Di 11 Okt 2011 12:04:21 GMT Category: Gui/AppKit

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Sebastian Reitenbach
Follow-up Comment #1, bug #34529 (project gnustep): OK, looking a bit closer, I added this to the configure environment: IMAGEMAGICK_LIBS=-L${X11BASE}/lib/ -lxcb -lfontconfig -lX11 -lICE -lSM -lXt -lXext -lfreetype -lMagickCore this allowed me to build gnustep-gui. However now I think even

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Fred Kiefer
Follow-up Comment #2, bug #34529 (project gnustep): I am sure that this bug can be easily solved by some configuration magic, but there is also a different solution possible. One that I would prefer. We could move the ImageMagick code out of GNUstep gui into a filter service. A filter service is

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Sebastian Reitenbach
Follow-up Comment #3, bug #34529 (project gnustep): For me, I can manually link all the ports linking to -gui to the new libraries. Its a bit of work, but doable, or just --disable-imagemagick. For the way it is now, there should be an automated way for applications to detect whether -gui is

[bug #34529] gnustep-gui svn doesn't correctly link with ImageMagick

2011-10-11 Thread Richard Frith-Macdonald
Follow-up Comment #4, bug #34529 (project gnustep): There used to be examples with the gui library, but they were moved to devmodules/usr-apps/examples/gui/ExampleService The info plist there has an example of a simple filter service using an external tool (the unix 'cat' command) as well as

[bug #34501] tableviews draw background even when they shouldn't

2011-10-11 Thread Fred Kiefer
Update of bug #34501 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test