[Pharo-project] Blinking Cursor - (WAS: Enhanced StrikeFonts (antiAliasing , subPixel AA))
Hi there, attached is a "blinking cursor" implementation for Pharo ported/inspired from/by the Morphic Text improvements done by Andreas [1]. The more general question I have is: is it "legally" possible to port and include stuff like this from the new "squeak trunk" into pharo? Andreas is not (yet) on the list of License Agreement Signers. Does anyone know if the new "squeak trunk" is already MIT license? Thanks Torsten [1] http://lists.squeakfoundation.org/pipermail/squeak-dev/2009-August/138025.ht... -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
On Aug 5, 2009, at 10:24 AM, Torsten Bergmann wrote:
Hi there,
attached is a "blinking cursor" implementation for Pharo ported/inspired from/by the Morphic Text improvements done by Andreas [1].
cool!
The more general question I have is: is it "legally" possible to port and include stuff like this from the new "squeak trunk" into pharo? Andreas is not (yet) on the list of License Agreement Signers.
Does anyone know if the new "squeak trunk" is already MIT license?
I do not know how Squeak manage their MITness. May be ask andreas. I would like to see code moving between forks not stopped because of license. For CUIS code juan signed the pharo license agreement. Stef
Thanks Torsten
[1] http://lists.squeakfoundation.org/pipermail/squeak-dev/2009-August/138025.ht...
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 <BlinkingCursor.1.cs>_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
http://code.google.com/p/pharo/issues/detail?id=1039 Stef On Aug 5, 2009, at 10:24 AM, Torsten Bergmann wrote:
<BlinkingCursor.1.cs>
2009/8/5 Torsten Bergmann <astares@gmx.de>:
Hi there,
attached is a "blinking cursor" implementation for Pharo ported/inspired from/by the Morphic Text improvements done by Andreas [1].
The more general question I have is: is it "legally" possible to port and include stuff like this from the new "squeak trunk" into pharo? Andreas is not (yet) on the list of License Agreement Signers.
Does anyone know if the new "squeak trunk" is already MIT license?
Yes, every code submitted to squeak trunk is under MIT licence. Written here : http://squeakboard.wordpress.com/2009/07/02/a-new-community-development-mode... -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Smalltalkers do: [:it | All with: Class, (And love: it)] http://doesnotunderstand.org/
2009/8/5 Torsten Bergmann <astares@gmx.de>
Hi there,
attached is a "blinking cursor" implementation for Pharo ported/inspired from/by the Morphic Text improvements done by Andreas [1].
Hi! I just tested and seems nice! The only weird thing I found is that the cursor still blinks when moving it. I think I must only blink when it is stop. What do you think?
The more general question I have is: is it "legally" possible to port and include stuff like this from the new "squeak trunk" into pharo? Andreas is not (yet) on the list of License Agreement Signers.
Does anyone know if the new "squeak trunk" is already MIT license?
Thanks Torsten
[1] http://lists.squeakfoundation.org/pipermail/squeak-dev/2009-August/138025.ht...
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Mariano Martinez Peck -
Serge Stinckwich -
Stéphane Ducasse -
Torsten Bergmann