Re: [Gnustep-cvs] r24007 - in /libs/gui/trunk: ChangeLog Source/GSDragView.m Source/NSCell.m Source/NSTableView.m

2006-11-06 Thread Fred Kiefer
matt rice schrieb: > Author: ratmice > Date: Wed Nov 1 10:50:00 2006 > New Revision: 24007 > > URL: http://svn.gna.org/viewcvs/gnustep?rev=24007&view=rev > Log: > * Source/NSTableView.m: Add new private methods. > (-mouseDown:): Reorganize and don't track cells until dragging >

Re: [Gnustep-cvs] r24007 - in /libs/gui/trunk: ChangeLog Source/GSDragView.m Source/NSCell.m Source/NSTableView.m

2006-11-06 Thread Matt Rice
--- Fred Kiefer <[EMAIL PROTECTED]> wrote: > matt rice schrieb: > > Author: ratmice > > Date: Wed Nov 1 10:50:00 2006 > > New Revision: 24007 > > > > URL: > http://svn.gna.org/viewcvs/gnustep?rev=24007&view=rev > > Log: > > * Source/NSTableView.m: Add new private > methods. > >

Re: [Gnustep-cvs] r24007 - in /libs/gui/trunk: ChangeLog Source/GSDragView.m Source/NSCell.m Source/NSTableView.m

2006-11-06 Thread Matt Rice
--- Matt Rice <[EMAIL PROTECTED]> wrote: > > > --- Fred Kiefer <[EMAIL PROTECTED]> wrote: > > > matt rice schrieb: > > > > > - In the new tracking method, we only check if the > > column is editable, > > shouldn't we use the method that checks for the > cell > > to be editable? > > (BTW i

Re: [Gnustep-cvs] r24007 - in /libs/gui/trunk: ChangeLog Source/GSDragView.m Source/NSCell.m Source/NSTableView.m

2006-11-06 Thread Matt Rice
--- Fred Kiefer <[EMAIL PROTECTED]> wrote: > matt rice schrieb: > - A bit more comments in the mouseDown: method would > be helpful. This is > so complex and there are so many different things we > tried before, that > we really need to explain what is happening and why. > I still don't > under

Re: [Gnustep-cvs] r24007 - in /libs/gui/trunk: ChangeLog Source/GSDragView.m Source/NSCell.m Source/NSTableView.m

2006-11-07 Thread Matt Rice
--- Fred Kiefer <[EMAIL PROTECTED]> wrote: > matt rice schrieb: > > Author: ratmice > > Date: Wed Nov 1 10:50:00 2006 > > New Revision: 24007 > > > > URL: > http://svn.gna.org/viewcvs/gnustep?rev=24007&view=rev > > Log: > > * Source/NSTableView.m: Add new private > methods. > >