Hi Rob,
I just compiled your code and it works fine on my machine. Would you
mind to update all of your GNUstep again and recompile your application.
If the problem persists, could you than send a detailed description on
how to reproduce it and your system parameters.
Cheers
Fred
Rob Burns wro
Michael Hanni wrote:
Seemingly the baseline for string drawing in controls is one pixel too
low. Maybe I'm seeing things, but this small patch for NSCell makes
these strings center a little better. Some extra research might be
necessary.
One possible reason for the different appearance of GNUst
Alexander Malmberg wrote:
Kazunobu Kuriyama wrote:
--- gui/Headers/AppKit/NSImageCell.h2003-12-29 13:57:42.0 +0900
[snip]
+ int _tag;
+ id _target;
+ SEL _action;
+ id _control_view;
However, the general idea was to add target and action. Adding a tag and
a control view effectiv
wrote:
Le 13 janv. 04, à 21:01, Fred Kiefer a écrit :
Alexander Malmberg wrote:
However, the general idea was to add target and action. Adding a tag and
a control view effectively turns NSImageCell completely into an
NSActionCell, it isn't required to get dragging working, and it isn't
wrote:
Le 13 janv. 04, à 21:01, Fred Kiefer a écrit :
Alexander Malmberg wrote:
However, the general idea was to add target and action. Adding a tag and
a control view effectively turns NSImageCell completely into an
NSActionCell, it isn't required to get dragging working, and it isn't
wrote:
Le 13 janv. 04, à 21:01, Fred Kiefer a écrit :
Alexander Malmberg wrote:
However, the general idea was to add target and action. Adding a tag and
a control view effectively turns NSImageCell completely into an
NSActionCell, it isn't required to get dragging working, and it isn't
The start of your output for base just tells you what you should do:
source your GNUstep.sh file.
Fred
___
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep
Reuss Andras wrote:
i have a
window rect(300,300,200,100)
and a
[[[NSTextField alloc] initWithFrame: NSMakeRect(30,50,140,20)] setStringValue: @"Öt szûz õrült tizenharom írót nyúz"];
in case of
[[window dataWithEPSInsideRect: NSMakeRect(0, 0, 199, 99)] writeToFile: @"afile" atomically: YES];
there
Quentin Mathé wrote:
NSMenuItem autoenabling doesn't work with NSPopUpButton... is it an
unimplemented feature ?
other problem... with the code below :
NSMenu *menu = [[NSMenu alloc] initWithTitle:@""];
[NSMenu popUpContextMenu:menu withEvent:myEvent forView:myView];
RELEASE(menu);
the menu obje
Quentin Mathé wrote:
Here is the patch, two exactly, I was talking about.
NSMenu.m patch reworks the notifications use in order that the menu
itself hasn't be included in a notification until the notification is sent.
I'm less sure for the NSMenuView.m patch : it only removes few lines
which se
Quentin Mathé wrote:
Le 5 févr. 04, à 22:37, Fred Kiefer a écrit :
Quentin Mathé wrote:
I did spend some time on this problem and I would like to only accept
half of your patches. First I have to admit, that I was wrong with the
notification center. There everythign seems to be ok.
On the
Quentin Mathé wrote:
Le 6 févr. 04, à 02:43, Quentin Mathé a écrit :
Le 6 févr. 04, à 01:25, Fred Kiefer a écrit :
menu = [[NSMenu alloc] initWithTitle: @"boum"];
NSLog(@"menu retain count before = %d", [menu retainCount]);
{
CREATE_AUTORELEASE_POOL(po
Alexander Malmberg wrote:
Rob Burns wrote:
I update gnustep cvs today, and found that many of my nibs won't load
anymore. Some still do. The difference appears to be the use of
NSTableView. None of the nibs that contain NSTableView's can be loaded
by the app, or by gorm. I get this error, when run
I tried to compile base from scratch and did run into to following problem:
Compiling file objc-load.m ...
In file included from objc-load.m:54:
dynamic-load.h: In function `__objc_dynamic_get_symbol_path':
dynamic-load.h:95: error: `Dl_info' undeclared (first use in this function)
dynamic-load.h:
I just tested GORM and it is no longer able to display any specific
attribute inspector and when selecting the custom class entry from the
inspector it seg. faults. Some debugging showed, that the later is
caused by setting the string "GormCustomClassInspector" as the delegate
of the browser in
Rob Burns wrote:
I was experimenting with changing the colors in GNUstep, and found that
NSTabView wasn't paying attention to the changes. If I understand things
correctly, using drawButton instead of NSDrawButton in the drawRect:
method will fix this. The included patch does this.
Also, the g
Andreas Heppel wrote:
I have again stumbled across some strange behaviour in NSOutlineView.
This time it has to do with reloading items.
The method -reloadItem:reloadChildren is using another method called
_findItem:childIndex:ofParent:. I suppose that this method is intended
to return the paren
Gregory John Casamento wrote:
P.S. Fred, I'm aware of no place in the code where it replaces items with NULL
if they are nil. :)
Sorry, my fault, I used the word NULL as a short hand for [NSNull null],
as can be see in the following line (used about five times in the code
of NSOutlineView):
id
> Hi Fred,
>
> On 2004-02-14 14:11:51 +0100 Fred Kiefer <[EMAIL PROTECTED]> wrote:
>
> > I did (hopefully) resolve this problem in a different way, by removing
> the
> > helper method and inlining the code into reloadItem:reloadChildren:.
> This
&g
Adam Fedor wrote:
On Thu, 2004-02-05 at 08:00, Quentin Mathé wrote:
Here is a patch for NSButtonCell.m which permits to the class to be
drawn transparent when it is not bordered.
I also removed few lines about the focus dotted rect in order to have
it always drawn with the same size than the but
Adam Fedor wrote:
On Friday, February 27, 2004, at 05:43 PM, Fred Kiefer wrote:
Is there any way to include this setting into make? Up to now I always
took it for granted that my Suse Linux didn't have long long support
and never thought about it.
This is what I'm thinking:
In the
Kazunobu Kuriyama wrote:
> Attached is a patch that corrects NSSavePanel's
>
> - (void)beginSheetForDirectory: (NSString *)path
> fileName: (NSString *)filename
> modalForWindow: (NSWindow *)docWindow
> modalDelegate: (id)delegate
> didEndSelector: (SEL)didEndSelector
> contextInfo: (void *)contex
Kazunobu Kuriyama wrote:
Fred Kiefer wrote:
This patch tries to add another workaround on top of all the hacks, that
are already there for model and sheet handling. This doesn't look right
to me, so I suggest another, hopefully cleaner, way to resolve this:
I agree with the view above
Alexander Malmberg wrote:
Fred Kiefer wrote:
We should give the correct Cocoa values to the constants
NSRunStoppedResponse, NSRunAbortedResponse and NSRunContinuesResponse.
With these there will no longer be a conflict to the values of
NSCancelButton and NSOKButton.
Relying on two separate
Georg Fleischmann wrote:
Hi,
here is a little patch for the NSLayoutManager fixing a problem with
layout_char. layout_char is unsigned but may become "negative", thus flipping
over to huge positive. The huge positive value then is not sattisfying the '<'
comparison.
Georg
2004-03-10 Georg
Alexander Malmberg wrote:
Fred Kiefer wrote:
Alexander Malmberg wrote:
At least for Cocoa these enums are fully documented,
Where? The NSRun*Response enum documentation here:
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSApplication.html
Alexander Malmberg wrote:
Fred Kiefer wrote:
Alexander Malmberg wrote:
[snip]
I suppose you could see the headers, which do specify the integer
values, as implicit documentation, but GNUstep doesn't have a "the
header is the documentation"-tradition.
This is a very strange state
Quentin Mathé wrote:
In the current situation NSCell performClick: method doesn't work with
NSMatrix and cannot be used for an NSCell subclass with embedded cells.
Here is a screenshot for the issue with NSMatrix when you call
performClick: on a cell :
… before the performClick: call
http://www.q
I gave this another thought and now I am wondering why we are doing all
the explicit drawing at all. We could also just set the highlight
attribute and mark the cell as dirty and let the runloop do the drawing
for us. And the same when we finish highlighting.
This is surely a lot slower, but we
Quentin Mathé wrote:
Le 23 mars 04, à 01:07, Quentin Mathé a écrit :
Well, here is two patches which add -performClickWithFrame:inView: to
NSCell and mark performClick: as deprecated.
If everybody is ok, I can commit this NSCell modification.
Here are a more complete set of patches to fix the r
Quentin Mathé wrote:
Here is an updated set of patches... I hope it's ok now : I removed the
action send in NSButtonCell and also the NSWindow patch (-performClick:
is kept until better solution is found).
I think it is ok to commit.
As I wrote before, I like the patch. There are a few remaining
Hi Alexander,
Alexander Malmberg wrote:
I'd rather remove [NSCell -performClick:] than extend it, but either
way, it'll be easy to do this after this change.
here I have to object. performClick: is an interface that is documented
by Apple (and as far as I remember was even in the OpenStep
specif
Quentin Mathé wrote:
Le 31 mars 04, à 09:25, Fred Kiefer a écrit :
Alexander Malmberg wrote:
I'd rather remove [NSCell -performClick:] than extend it, but either
way, it'll be easy to do this after this change.
here I have to object. performClick: is an interface that is
documente
Quentin Mathé wrote:
Le 1 avr. 04, à 01:40, Fred Kiefer a écrit :
Sorry, as I wrote, I was not sure. After your mail I checked and it is
there on NSButton and NSButtonCell at least in my OpenStep
specification (October 19, 1994, not sure if there are different
versions). As this issue is
Hi Sheldon,
the current state of this patches looks rather dubious to me. In the
function Win32GetUserProfileDirectory an undeclared variable s (NSString
*) is used and InitialisePathUtilities calles Win32Initialise
unconditionally. This make me feel rather uneasy with the whole set of
patches
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8820] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
T
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8385] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8018] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #7509] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #7901] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8820] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #7876] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #4749] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8334] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
S
Quentin Mathé wrote:
The current implementation support both NSTableView or NSBrowser to
display the list. By default a table view is used but a flag in
NSComboBoxCell.m permits to switch to a browser. I think that both
NSBrowser and NSTableView returns wrong row/cell size and intercell
space,
First: It would be great, if you could submit these problems to the bug
tracking system on Savannah, so we don't forget to answer them.
reuss wrote:
1. rtf
I dont know that it is a bug, but the rtf created by Ink.app could not be
read by OOo and vice versa
This seems to be a different understandi
Adam Fedor wrote:
What about removing libwraster from the backend dependencies, now that
we have image handling routines in the gui now? It seems to work fine
for me.
I am all in favour for the removal of libwraster, but didn't you forget
about the usage in x11, where it is used for much more tha
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9169] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8132] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
can have a title
(_contents ivar with a specified font) without being an NSTextCellType
cell but an NSImageCellType cell by using an image.
What we do with this patch ?
… reply to Fred Kiefer question :
Le 30 mars 04, à 22:18, Fred Kiefer a écrit :
This patch looks dubious to me. NSButtonCell also
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9402] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9001] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9413] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #4998] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9426] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9426] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9419] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9417] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #6875] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
bmitted by: Fred Kiefer
On: Fri 06/25/2004 at 23:55
Category: Gorm
Severity: 3 - Ordinary
Item Group: Bug
Resolution: None
Assigned to: None
Status: Open
Summary: Instantiated object wont work after reload of Grorm file
Original Submission: After creating a connection to an instantia
bmitted by: Fred Kiefer
On: Sat 06/26/2004 at 00:18
Category: Gorm
Severity: 3 - Ordinary
Item Group: Bug
Resolution: None
Assigned to: None
Status: Open
Summary: Changing the name of an outlet for a custom class fails
Original Submission: Trying to change the name of a newly added o
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9461] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9463] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
Andrew E. Ruder wrote:
Hi all,
On the web page:
http://savannah.gnu.org/cvs/?group=gnustep
the instructions say:
export CVS_RSH="ssh"
cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/gnustep co gnustep
These instructions do not work. As alex kindly pointed out,
the ext: is not needed and causes it to fai
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9487] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9522] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8132] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9452] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #6154] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9487] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9487] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9419] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9522] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
Chad Hardin wrote:
I'm done with the first part of turning GNUstep printing parts into a
"backend" type system.
Basically, what happens now is that every-time an allocWithZone: is done
on a NSPageLayout, NSPrinter, NSPrintInfo, GSPrintOperation (not a type)
, or NSPrintPanel, that class instea
Chad Hardin wrote:
On Jul 5, 2004, at 12:33 AM, Fred Kiefer wrote:
- You removed all the ivars and some of the enumerators in the header
files. The ivars are fine, but even when GNUstep stops using the
enumerator we need to supply them, as some OpenStep application may
still rely on them and
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9561] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9536] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9536] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #9536] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
Paul Secchia wrote:
2004-08-11 14:25:40.132 Converter[1011] WARNING - XGServer is unable to
use a fast algorithm for writing to the display on this host - perhaps
you'd like to adjust the code to work ... and submit a patch.
So here's a patch.
Three files need to be patched relative to gnustep-back
Tony Reix wrote:
That made the "MIT-SHM " message disappear. But Paje still dont' appear on my
Xterminal.
I've waited a while (10-15 mn) and I noticed that the "font_cacher"
process is still running and consumming CPU (~ 3 mn during these 15 mn)
and my Xterminal is still slower than usually.
W
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #6875] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10422] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
Submitted by: Fred Kiefer
On: Son 26.09.2004 at 11:26
Category: Gui/AppKit
Severity: 3 - Ordinary
Item Group: Bug
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: NSScrollView displays corner view when not needed
Original Submission: The recent change to NS
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10183] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10791>
Project: GNUstep
Submitted by: Fred Kiefer
On: Son 24.10.2004 at 18:33
Category: Base/Foundation
Severity: 3 - Ordinary
Item Group: Bug
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: NSLog() does not su
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10818] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10791] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10791] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the patch tracker
of the project: GNUstep.
/**/
[patch #3487] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #4386] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the patch tracker
of the project: GNUstep.
/**/
[patch #3498] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
Jeff Teunissen wrote:
Fred Kiefer wrote:
This is a well know limitation of the windows backend and all attempts
to fix this with GDI functions have failed so far. My opinion is that we
will need to switch to GDI++, for which C-wrappers exist, to resolve
this. But there are currently no free
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10951] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10950] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #10819] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #8161] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #11217] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**/
[bugs #11146] Latest Modifications:
Changes by:
Fred Kiefer <[EMAIL PROTECTED]>
'Date:
Follow-up Comment #3, bugs #9413 (project gnustep):
You are right, we should fix this as soon as possible.
At the time when the problem was reported I suggested to just reset the size
of the image at the end of the [NSImageCell drawInteriorWithFrame:] method,
which is just a heck to undo the ha
201 - 300 of 1558 matches
Mail list logo