- add a class comment that explains how to use Firefox instead of Safari on Mac
May 15, 2008 05:02 PM
- add a class comment that explains how to use Firefox instead of Safari on Mac
May 15, 2008 05:02 PM
- remove testRequirement method (where the heck does this comne from??)
May 15, 2008 04:02 PM
Plugins with unknown licences (but Open Sourced)
by Esteban Lorenzano (estebanlm@gmail.com) at May 15, 2008 03:02 PM
-version bump
by Esteban Lorenzano (estebanlm@gmail.com) at May 15, 2008 03:02 PM
-version bump
Plugin for forcing alphanumeric text inputs.
Requires jQueryUnknown and AlphaNumericUnknown from jQueryNotMIT project.
by Esteban Lorenzano (estebanlm@gmail.com) at May 15, 2008 03:02 PM
more work on integration of search results in the browser
by David Röthlisberger (roethlis@iam.unibe.ch) at May 15, 2008 03:02 PM
Tests are now green
May 15, 2008 02:01 PM
Fixes made deadlocks to disappear.
Changed from Bag to IdentityBag to return #allNamed: so it wont fail on #=
Changed id for proxies. Now using UUIDs.
Added #at:ifAbsent: to key manager
Removed mutex from reader to writers to increase availability and decrease chances of deadlocks.
#forgetAll is idempotent now
by Sebastian Sastre (ssastre@seaswork.com) at May 15, 2008 01:02 PM
shout and testShout
by Oscar Nierstrasz (oscar@iam.unibe.ch) at May 15, 2008 10:02 AM
new dependencies
by Oscar Nierstrasz (oscar@iam.unibe.ch) at May 15, 2008 10:02 AM
2008-05-15, Package release:SwaLint 1-1.0.0 -
May 15, 2008 01:59 AM
Transition: swa.hpi... -> squeaksource
by Tobias Pape (Tobias.Pape@student.hpi.uni-potsdam.de) at May 14, 2008 10:02 PM
changing code to use ML
by Oleg Korsak (kamikaze.is.waiting.you@gmail.com) at May 14, 2008 09:02 PM
- Miro class improved (Miro>>currentTheme)
by Alain Plantec (alain.plantec@univ-brest.fr) at May 14, 2008 06:02 PM
2008-05-14, Account:Arian Treffer (ArTr) - 2008-05-14, Package:SwaLint - SwaLint is a Squeak/Smalltalk source code linting tool. It is intended to help to improve code quality.
May 14, 2008 05:57 PM
removed GBLogger and references
by Michael Rüger (michael@impara.de) at May 14, 2008 04:02 PM
Added SBE-QuickStart tests
by Oscar Nierstrasz (oscar@iam.unibe.ch) at May 14, 2008 04:02 PM
String shout and testShout
by Oscar Nierstrasz (oscar@iam.unibe.ch) at May 14, 2008 04:02 PM
empty log message
by Danil Osipchuk (danil.osipchuk@gmail.com) at May 14, 2008 04:02 PM
- cleaned Themes
- cleaned XML export
by Alain Plantec (alain.plantec@univ-brest.fr) at May 14, 2008 02:02 PM
Here is a slightly improved version of String class>>findFirstInString:inSet:startingAt:.
May 14, 2008 01:02 PM
- fix: scope setting in aspects
- fix: more consistent install/uninstall of aspects
by Anselm Strauss (astrauss@students.unibe.ch) at May 14, 2008 01:02 PM
Added more boundary tests for String class>>findFirstInString:inSet:startingAt:
May 14, 2008 12:01 PM
Simplified String class>>findFirstInString:inSet:startingAt:
May 14, 2008 12:01 PM
- From Oscar's comment:
- make desktop colour white
- default browser should be the vanilla system browser, not RB!
- StringTest>>#testIndexOf is broken! (apply oscar's change set)
by Damien Cassou (damien.cassou@gmail.com) at May 14, 2008 10:01 AM
metaclass's methods
May 14, 2008 09:02 AM
- improve the speed of category environments
by Lukas Renggli (renggli@iam.unibe.ch) at May 14, 2008 08:01 AM
merged
by Lukas Renggli (renggli@iam.unibe.ch) at May 14, 2008 08:01 AM
Big big changes:
- new bytecode format (more compact)
May 14, 2008 08:01 AM
A unit test supporting that last fix to the reference marker not crawling into active records.
A couple of explicit ^self added to #save, #commit:, and #commit: for clarity.
All tests passing.
by Ramon Leon (ramon.leon@gmail.com) at May 14, 2008 08:01 AM
- also remove FinderTool, RewriteTool and LintDialog from both the browseregistry and the world menu. (Use OB instead!)
by Lukas Renggli (renggli@iam.unibe.ch) at May 14, 2008 08:01 AM
adding more functionality, introducing MultiLanguage !
by Jura (sportik@inbox.lv) at May 14, 2008 08:01 AM
This one should contain the SqueakPoker package.
by Mohsen (esfand30@gmail.com) at May 14, 2008 06:01 AM
This should add the SqueakPokerTest package to the repository.
by Mohsen (esfand30@gmail.com) at May 14, 2008 06:01 AM
2008-05-14, Package release:Pier 14-1.0.16 - 2008-05-14, Package release:Seaside 23-2.8.1 - 2008-05-14, Package release:Pier Unix Security 10-1.0.16 - 2008-05-14, Package release:Magritte 15-1.0.16 -
May 14, 2008 05:50 AM
A ver si ahora me toma los cambios.
by Nicolas Passerini (npasserini@gmail.com) at May 14, 2008 05:02 AM
La tercera es la vencida
by Nicolas Passerini (npasserini@gmail.com) at May 14, 2008 05:02 AM
SqueakPoker initial commit.
by Mohsen (esfand30@gmail.com) at May 14, 2008 02:01 AM
Fixed a bug in the references marker that was letting it crawl into and mark references on active records when it's supposed to replace them with markers and only crawl into non active records.
This wasn't noticable before because of the deepCopy serializing the whole graph and then marking it. The new sandstoneDeepCopy that replaced it exposed the bug in the marker crawling the whole graph rather than just the slice it was sopposed to.
All tests pass and save are super fast again.
by Ramon Leon (ramon.leon@gmail.com) at May 14, 2008 02:01 AM
Fixed missing PListSerializer (I hope)
by Todd Blanchard (tblanchard@mac.com) at May 13, 2008 11:01 PM
mercury panel
by Pavel Krivanek (pavel.krivanek@gmail.com) at May 13, 2008 09:02 PM
Big big changes...
May 13, 2008 07:02 PM
Improvement of the runtime and type feedback
May 13, 2008 07:02 PM
Check errors without rendering context in UIManager
May 13, 2008 05:02 PM
Added new tests for fix of String class>>findFirstInString:inSet:startingAt:
Commented out nonsensical tests in StringTest>>testIndexOf
May 13, 2008 04:02 PM
Fixed buggy logic in String class>>findFirstInString:inSet:startingAt:
May 13, 2008 04:02 PM
Corregí el render de los anchors del menú que no andaban.
by Nicolas Passerini (npasserini@gmail.com) at May 13, 2008 04:02 PM
next monticello tool to the browser menu. The try to commit and upload package directly from the KernelImage with SeasideXUL ;-)
May 13, 2008 03:02 PM
launcher use simple error handler (for now the better choice for the KernelImage)
by Pavel Krivanek (pavel.krivanek@gmail.com) at May 13, 2008 02:01 PM
hasBreakpoint moved to this package
May 13, 2008 02:01 PM
hasBreakpoint moved to Base
May 13, 2008 02:01 PM
some messages moved to Base
May 13, 2008 12:01 PM
some fundamental messages moved from Morphic
May 13, 2008 12:01 PM
- Makes the old browser the default
May 13, 2008 08:01 AM
- Install SBE logo
May 13, 2008 08:01 AM
Implemented a deepCopy introspector to replace deepClone which was becoming a performance problem on more complex models. The deep copier slices out just enough of the graph to get the job done rather than serializing large chunks of the graph that won't be saved anyway.
When sandstoneDeepCopy hits another active record the deepCopy stops since it'll be replaced by a marker anyway. Saves are nice and fast now for objects complex enough to have shown the performance problem.
All tests passing.
by Ramon Leon (ramon.leon@gmail.com) at May 13, 2008 07:02 AM
Added initial (semestal) project management
structures
by Jan Vrany (vranyj@fel.cvut.cz) at May 13, 2008 07:02 AM
- Adds logo for SqueakByExample
May 13, 2008 07:02 AM
- Special branch for Squeak By Example.
May 13, 2008 07:02 AM
Se comento el starup de la DBXConnection. El problema es que cuando hago el connect no me guardo user, pass y todas esas cosas que despues necesitaria para hacer el connect en el startUp. Es por eso que por ahora se comento que el startUp del DBXConnection trata de volver a abrir las coneciones que habian sido cerradas cuando se cerro la imagen.
En un futuro hay que ver si queremos que esto sea asi o si queremos que las conexiones se vuelvan a abrir. De ser asi, habria que guardar los datos cuando hago el connect.
by Mariano (marianopeck@gmail.com) at May 13, 2008 05:02 AM
- one more validation fix
by marschal (philippe.marschall@gmail.com) at May 13, 2008 05:02 AM
Startup should load all objects on one thread to avoid deadlocks on cache.
Make sure to delete any existing old version that might be hanging around after a crashed process.
by Ramon Leon (ramon.leon@gmail.com) at May 13, 2008 02:01 AM
-Solved a problem in #finalizeIfSameConnection:
I'm not convinced with redefining #=, It can derive in a lot of problems
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 11:02 PM
quick fix to avoid walkback
by Avi Bryant (avi@beta4.com) at May 12, 2008 11:02 PM
still show moves even when the prev stage was a retreat
by Avi Bryant (avi@beta4.com) at May 12, 2008 11:02 PM
-Version bump
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 09:02 PM
-version bump
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 09:02 PM
-Decoupled all plugins (including CurvyCorners)
-added JQLibrary for mantaining the available jquery library (and plugins)
-added #asJQHash to Dictionary, for sending more than just one parameter block
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 09:02 PM
-version bumb
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 09:02 PM
-version bump
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 09:02 PM
-version bump
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 09:02 PM
-Version bump
by Esteban Lorenzano (estebanlm@gmail.com) at May 12, 2008 09:02 PM
Fix to call a lazy initialized private locks in #lockFor:
by Sebastian Sastre (ssastre@seaswork.com) at May 12, 2008 08:01 PM
recompile after load
May 12, 2008 08:01 PM
- fixed Magritte problems
- added ability to create new conference
by marschal (philippe.marschall@gmail.com) at May 12, 2008 08:01 PM
postscript of removal
May 12, 2008 06:01 PM
building fixes
May 12, 2008 06:01 PM
fonts unload code removed
May 12, 2008 06:01 PM
#delete wasn't deleting old versions, added test and fix, old versions now deleted.
All tests passing.
by Ramon Leon (ramon.leon@gmail.com) at May 12, 2008 05:03 PM
initialization script
May 12, 2008 05:03 PM
fonts and paragraph removed from basic packages
May 12, 2008 05:03 PM
initialization script
May 12, 2008 05:03 PM
Upgraded to SandstoneDb-rjl.57
All green.
by Sebastian Sastre (ssastre@seaswork.com) at May 12, 2008 01:02 PM
Packages are now written to file with extra metadata.
by Michael van der Gulik (mikevdg@gulik.co.nz) at May 12, 2008 09:02 AM
- better HTML validation for tests
by marschal (philippe.marschall@gmail.com) at May 12, 2008 09:02 AM
- improved WAUrlEncodingFunctionalTest
by marschal (philippe.marschall@gmail.com) at May 12, 2008 08:01 AM
Fix error when opening PartsBin. For some reason GStreamerMoviePlayerMorph class>>descriptionForPartsBin had references to #translatedNoop in them.
by Joshua Gargus (schwa@fastmail.us) at May 12, 2008 12:01 AM
- remoteAddress now part of WARequest
by marschal (philippe.marschall@gmail.com) at May 11, 2008 09:02 PM
- fixed tests
by marschal (philippe.marschall@gmail.com) at May 11, 2008 09:02 PM
- remoteAddress now part of WARequest
by marschal (philippe.marschall@gmail.com) at May 11, 2008 09:02 PM
- remoteAddress now part of WARequest
by marschal (philippe.marschall@gmail.com) at May 11, 2008 09:02 PM
- fixed tests
by marschal (philippe.marschall@gmail.com) at May 11, 2008 09:02 PM
- moved remoteAddress to WARequest
by marschal (philippe.marschall@gmail.com) at May 11, 2008 09:02 PM
you can't control a sea place
by Avi Bryant (avi@beta4.com) at May 11, 2008 09:02 PM
this should allow reloading a single game
by Avi Bryant (avi@beta4.com) at May 11, 2008 09:02 PM
2008-05-11, Account:Kellie Miller (jkm) -
May 11, 2008 04:31 PM
better error handling
by Pavel Krivanek (pavel.krivanek@gmail.com) at May 11, 2008 04:01 PM
better error handling
by Pavel Krivanek (pavel.krivanek@gmail.com) at May 11, 2008 04:01 PM
- The Big Pentecost Server Refactoring
by marschal (philippe.marschall@gmail.com) at May 11, 2008 04:01 PM
- The Big Pentecost Server Refactoring
- delegate url encoding to server
by marschal (philippe.marschall@gmail.com) at May 11, 2008 03:02 PM
- The Big Pentecost Server Refactoring
- SeasidePlatformsupport utf8Codec
by marschal (philippe.marschall@gmail.com) at May 11, 2008 03:02 PM
- The Big Pentecost Server Refactoring
- encode urls to utf-8
by marschal (philippe.marschall@gmail.com) at May 11, 2008 03:02 PM
- The Big Pentecost Server Refactoring
- WACodec knows more
by marschal (philippe.marschall@gmail.com) at May 11, 2008 03:02 PM
- The Big Pentecost Server Refactoring
- url encoding reworked
- merge GET and POST fields
by marschal (philippe.marschall@gmail.com) at May 11, 2008 03:02 PM
- merged
by marschal (philippe.marschall@gmail.com) at May 11, 2008 03:02 PM
2008-05-10, Package release:Algernon 3-1.1 - Algernon is a keyboard based launcher and quick way to access any item in your image.
May 10, 2008 12:17 AM
2008-05-08, Package release:Algernon 2-1.0.1 - Algernon is a keyboard based launcher and quick way to access any item in your image.
May 08, 2008 04:08 PM
- fix reading empty ByteArrays
by Bert Freudenberg (bert@impara.de) at May 08, 2008 04:01 PM
2008-05-07, Package release:LambdaMessageSend 16-20 - Functional programming in Squeak
May 07, 2008 03:55 AM
2008-05-06, Account:Steve McCusker (smcc) -
May 06, 2008 07:53 PM
2008-05-06, Account:pepe (peperino) - 2008-05-06, Account:Petr Fischer (pf) -
May 06, 2008 11:50 AM
2008-05-06, Account:Dennis Schetinin (chaetal) -
May 06, 2008 03:48 AM
2008-05-06, Account:Guy Hillyer (gkh) -
May 05, 2008 07:44 PM
2008-05-05, Account:Claus Kick (CK) - 2008-05-05, Account:Francois Stephany (FS) -
May 05, 2008 03:43 PM
2008-05-05, Account:Esteban Lorenzano (EL) - 2008-05-05, Account:dave goehrig (djg) -
May 05, 2008 11:43 AM
2008-05-05, Account:Mark McCahill (mpm) -
May 05, 2008 07:42 AM
2008-05-05, Package release:Algernon 1-1.0 - Algernon is a keyboard based launcher and quick way to access any item in your image.2008-05-05, Package:Algernon - Algernon is a keyboard based launcher and quick way to access any item in your image.
May 05, 2008 03:41 AM
2008-05-05, Account:Erik Hinterbichler (erikh) - 2008-05-05, Package release:Algernon 1-1.0 - Algernon is a keyboard based launcher and quick way to access any item in your image.2008-05-05, Package:Algernon - Algernon is a keyboard based launcher and quick way to access any item in your image.2008-05-05, Account:Joey Hagedorn (JAH) -
May 04, 2008 11:39 PM
2008-05-02, Package release:idealGas 1-0.6 - port of BouncingAtomsMorph to Tweak
May 02, 2008 03:22 PM
2008-05-02, Package:idealGas - port of BouncingAtomMorph to Tweak2008-05-02, Account:Fernando Soteras (fersoteras) -
May 02, 2008 11:21 AM
2008-05-01, Package release:muO 39-1-200 - ... still a work in progress
May 01, 2008 03:17 PM
2008-04-28, Package release:Scratch Lists 4-4 - list support for MIT Scratch
April 28, 2008 11:02 AM
2008-04-26, Account:kalku2k (kk2k) -
April 25, 2008 10:47 PM
2007/05: I'm doing a mandatory 30+ minutes/day of squeaking, usually in the morning california time. Some things in progress:
April 25, 2008 07:43 AM
The original wiki engine in Squeak, still used for the squeak wiki and others. See also SmallWiki and [Pier].
April 25, 2008 07:43 AM
An up-to-date Squeak web developers' image maintained by Damien Cassou.
April 25, 2008 07:43 AM
An up-to-date Squeak developers' image maintained by Damien Cassou.
April 25, 2008 07:43 AM
Local Spoon notes. `Spoon `_ is a new Smalltalk kernel with a module system that uses remote message sending. The current alpha version comes with a controller image and a minimal target image, and a modified vm.
April 25, 2008 07:43 AM
Links to the Squeakers.
April 25, 2008 07:43 AM
The etoys image used on the OLPC.
April 25, 2008 07:43 AM
my unix squeak runner script: "squeak":http://joyful.com/cgi-bin/darcs.cgi/bin/squeak?c=annotate
April 25, 2008 07:43 AM
I like `Chris Rathman's Language Notes `_ a lot. I've converted it to `restructured text `_ to get a table of contents (2006/05/02). View it `with `_ or `without `_ the wiki UI.
April 25, 2008 07:43 AM
The latest and greatest standard image, under development with a "all green tests" philosophy.
April 25, 2008 07:43 AM
2008-04-24, Package release:muO 38-1-199 - ... still a work in progress
April 24, 2008 02:38 PM
Jensieee!!
by Sjaak at April 24, 2008 09:04 AM
2008-04-24, Account:Chris Kermiet (ChrisK) -
April 23, 2008 10:32 PM
2008-04-23, Account:Peter H. Meadows (phm) -
April 23, 2008 10:28 AM
2008-04-18, Account:Peter Ernicke (per) -
April 18, 2008 07:52 AM
2008-04-17, Package release:Pier Unix Security 10-1.0.16 - 2008-04-17, Package release:Pier 14-1.0.16 - 2008-04-17, Package release:Magritte 16-1.0.16 - 2008-04-17, Package release:Seaside 23-2.8.1 -
April 17, 2008 03:46 PM
2008-04-17, Package release:WhileLoopForMorphicScripting 1-1 - While Loop For Morphic Scripting2008-04-17, Package:WhileLoopForMorphicScripting - WhileLoopForMorphicScripting
April 16, 2008 11:33 PM
2008-04-16, Package release:Scratch Lists 3-3 - list support for MIT Scratch
April 16, 2008 03:25 AM
2008-04-16, Package release:TurtleMorph 1-1 -
April 15, 2008 11:21 PM
2008-04-15, Package release:FileMan 20-3 - 2008-04-15, Package:TurtleMorph - TurtleMorph - provides a turtle programmable in Smalltalk
April 14, 2008 11:09 PM
2008-04-14, Account:Ralf Thalau (rt) -
April 14, 2008 07:07 PM
updating stylesheet issues in menus
by Bernd Eckardt (bernd@impara.de) at April 14, 2008 03:03 PM
2008-04-11, Account:Binh Le (BL) - 2008-04-11, Account:Binh Le (binhle2) -
April 11, 2008 05:53 PM
added Johns fix for doubling the dblclick timeout on powerpc systems, in the already changed logic
by Bernd Eckardt (bernd@impara.de) at April 10, 2008 03:04 PM
2008-04-10, Package release:Scratch Lists 2-2 - list support for MIT Scratch
April 10, 2008 05:29 AM
2008-04-09, Package release:Scratch Lists 1-1 - list support for MIT Scratch2008-04-09, Package:Scratch Lists - List support for MIT Scratch
April 09, 2008 05:17 AM
2008-04-08, Package release:Japanese Environment Installer 7-4 - Support Squeak 3.10
April 08, 2008 03:33 AM
2008-04-06, Account:JayBee (JH) -
April 06, 2008 09:59 AM
2008-04-03, Package release:muO 37-1-197 - ... still a work in progress
April 03, 2008 05:22 PM
2008-04-01, Package release:LambdaMessageSend 15-19 - Functional programming in Squeak2008-04-01, Package release:muO 36-1-195 - ... still a work in progress
April 01, 2008 10:47 AM
- default to int32 when sending integers
by Bert Freudenberg (bert@impara.de) at March 28, 2008 06:03 PM
- initial version
- still uses mainloop of OLPC Etoys SugarLauncher
by Bert Freudenberg (bert@impara.de) at March 28, 2008 04:03 PM
- fix reading Bytes (prim returns signed ints)
- optimize receiving ByteArrays
by Bert Freudenberg (bert@impara.de) at March 28, 2008 04:03 PM
- DBusExplorer supports proxy class compiling
by Bert Freudenberg (bert@impara.de) at March 28, 2008 04:03 PM
- old version
by Bert Freudenberg (bert@impara.de) at March 28, 2008 04:03 PM
- rename bool to boolean
- nicer signature names
by Bert Freudenberg (bert@impara.de) at March 27, 2008 04:03 PM
2008-03-27, Account:Patrick Chénais (pch) -
March 27, 2008 09:31 AM
2008-03-25, Account:Leon Smith (LS) -
March 25, 2008 12:15 PM
2008-03-25, Package release:muO 35-1-193 - ... still a work in progress
March 25, 2008 08:14 AM
2008-03-20, Account:zeynep besen (zeyno) -
March 20, 2008 06:27 AM
2008-03-19, Account:Mike Janger (mjj) - Squeak newbie
March 19, 2008 02:22 AM
2008-03-12, Package release:muO 34-1-191
March 17, 2008 02:16 PM
2008-03-15, Package release:muO 35-1-192
March 15, 2008 10:06 AM
empty log message
March 14, 2008 06:03 PM
empty log message
March 14, 2008 04:02 AM
merged
March 14, 2008 03:01 AM
Added missing FreeTypeExternalMemory class, which is referenced by the plugin code (e.g. Freetype-Plugin-JMM.53).
by Andrew Tween (amtween@hotmail.com) at March 13, 2008 08:02 AM
2008-03-12, Package release:muO 34-1-191 - ... still a work in progress
March 12, 2008 03:36 AM
2008-03-12, Account:Nicolas Petton (np) - 2008-03-11, Package release:LambdaMessageSend 14-18 - Functional programming in Squeak
March 11, 2008 07:30 PM
WARNING: this version needs DBus-Plugin-bf.31 or later, it is incompatible with earlier plugins!
- sessionBus and systemBus are now singletons
- survives image save and restart
- readSemaphore is handled autimatically
- pollMessage removed
- default to reply=true when sendign message
- add signature parsing
- remove interface and path validation
- interface can be nil now
- minor cleanups
by Bert Freudenberg (bert@impara.de) at March 07, 2008 07:01 PM
WARNING: This version is incompatible with previous plugins, You need to use DBus-Core.bf-37 (or later) to use this plugin.
- no more explicit connecting to the session/system bus (removed primitiveDBusConnectToSessionBus and primitiveDBusConnectToSystemBus)
- getConnectionFromOop: now also gets the semaphore (removed primitiveDBusConnectionRegisterSemaphore)
- removed polling support (removed primitiveDBusReadWriteConnection)
- sending supports timeout now (replaced primitiveDBusSendMessage and primitiveDBusSendMessageWithReply with primitiveDBusSendMessageTimeout)
by Bert Freudenberg (bert@impara.de) at March 07, 2008 07:01 PM
2008-03-07, Package release:Sport 3-2.031 - Stable release, used in Swazoo 2.1
March 07, 2008 07:38 AM
2008-03-06, Account:Aik-Siong Koh (askoh) -
March 06, 2008 11:28 AM
2008-03-03, Account:Oleg Korsak (kamaz) -
March 02, 2008 05:05 PM
http://bugs.sophieproject.org/view.php?id=8191
Alter ExtendedArray to +1 to indexing so that unicode value 0x00000000 does not cause at: or at:put: or at:ifAbsent: walkback.
by John McIntosh (johnmci@smalltalkconsulting.com) at March 02, 2008 05:02 AM
2008-02-29, Account:jesSan (jsanjuan) -
February 29, 2008 12:50 PM
- accept nil interface when sending message
by Bert Freudenberg (bert@impara.de) at February 29, 2008 09:02 AM
2008-02-28, Account:ÎÇäÏ ÑÖèÇæ (lolo) -
February 28, 2008 02:59 PM
2008-02-28, Account:AyeAyeKhine (AAK) -
February 28, 2008 02:58 AM
layout default values changed a bit for menu
by Bernd Eckardt (bernd@impara.de) at February 26, 2008 12:01 PM
2008-02-26, Package release:Scratch Scroll 1-1 - dynamic scroll bars for the MIT Scratch IDE2008-02-26, Package:Scratch Scroll - enables the MIT Scratch IDE to scroll on low-resolution displays
February 26, 2008 10:52 AM
Fix for doubleClicks getting lost, when system is busy.
Regard the events timeStamps instead of handling time.
by Danilo Gulamhussene (danilo@impara.de) at February 22, 2008 04:02 PM
additional navigation methods added in CHolder (finally used in list esp. SophieCList) goFirst, goLast
by Bernd Eckardt (bernd@impara.de) at February 22, 2008 12:01 PM
fix to avoid interleaved elements
before : <i><b>some text</i></b>
now: <b><i>some text</i></b>
by Bernd Eckardt (bernd@impara.de) at February 21, 2008 05:01 PM
Changed CPrimitiveCostume's cssTag to be an instance variable to improve ui setup using styleSheeds.
http://bugs.sophieproject.org/view.php?id=7672 (maus book, close embedded book, switch to main book takes many minutes)
by Danilo Gulamhussene (danilo@impara.de) at February 21, 2008 03:01 PM
2008-02-21, Package release:Scratch Options 2-2 alpha - editing enhancement for Scratch v 1.2.1
February 21, 2008 02:29 AM
2008-02-20, Package release:Scratch Options 1-1 alpha - editing enhancement for Scratch v 1.2.12008-02-20, Package:Scratch Options - turn Scratch command blocks into similar ones by right-clicking on them
February 20, 2008 10:14 AM
http://bugs.squeak.org/view.php?id=6894
0006894: StartUpList order is broken after the Delay patch installation
Description
If you install DelayStartup changeSet in Squeak, LanguageEnvironment is placed after FileDirectory in StartUpList.
However, LanguageEnvironment should precede FileDirectory in start up process, because FileDirectory class >>startUp relies on encoded pathname which must be configured by LanguageEnvironment.
This order is dangerous because Squeak fails to start if you move the image to other encoded path platforms (eg. from Mac to Windows).
I submit a patch for fix this order.
by ducasse (ducasse@iam.unibe.ch) at February 17, 2008 09:01 PM
http://bugs.squeak.org/view.php?id=6894
by ducasse (ducasse@iam.unibe.ch) at February 17, 2008 09:01 PM
2008-02-17, Account:Herbert Vojèík (hv) -
February 17, 2008 05:49 PM
2008-02-16, Package:Vino - Fantastically delicious2008-02-16, Account: