1846 packages — page 13

CelesteAddressBook

CelesteAddressBook can be used to browse your email addresses, auto collect them and sort by frequency.
SqueakMap squeak

Cephei

Toy box that comes with all the building blocks and tools required for creating data-driven automatons that are easy to suspend, restart, and file in/out. I take a declarative approach to modeling state; tell me what states you have and …
SqueakSource squeak

ChangeNotifTests

The SystemChangeNotification mechanism allows tools that register to receive notifications about system changes (method additions, category changes, class removals, etc.). This is part of the Squeak core. This project contains the tests for this notification mechanism.
SqueakSource squeak

ChangeSet Revision Tag for Squeak 3.5

Provides an automatic mechanism for creating version history in a change-setpreamble and a consequent mechanism allowing for queries on a change set fora latest revision level tag. Also can create a preflight check for a change setto better support prerequisite …
SqueakMap squeak

Charts-Morphic

SmalltalkHub squeak

ChatClientFEL

A simple Squeak chat client. It is designed to work together with a server much alike the Jabber protocol.
SqueakSource squeak

Chess Castling Fix

I added two new methods to ChessMoveGenerator and a bunch of constants to ChessConstants. Briefly, a bug in the chess game is that it will castle when either the king or rook is under attack, or any of the intermediate …
SqueakMap squeak

Chess Game

This is the original version of the chess game in Squeak. It is smaller and faster than the versions found in Squeak 3.6 or later and also fixes various bugs in the game by reverting all the so-called "cleanups" that …
SqueakMap squeak

ChickenEyes

A little cursor watcher :-)Based on the Smalltalk-X implementation by Claus Gittinger and a result of Camp Smalltalk at OOPSLA 2000.
SqueakMap squeak

Chip-8 emulator for Smalltalk

This project is a Chip 8 emulator (interpreter) written in Smalltalk. The original goal of these project was to learn how to code a simple emulator in smalltalk. You can get Chip-8 roms at https://www.zophar.net/pdroms/chip8/chip-8-games-pack.html Execute:Chip8Presenter runProgram: '/path/to/rom/filename'. The original …
SqueakMap squeak

Chitter

This is a Morphic/ToolBuilder based Gopher client.
SqueakSource squeak

ChooChoo

This project holds all the development made on, with and for Squeak while riding on the train
SqueakSource squeak

Chronology classes

Introduces the ANSI DateAndTime and Duration classes.Refactors existing Date,Time and TimeStamp classes for backward compatibility. Supports arbitary Timespan classes, including Year, Month, Week, Date.Support for arbitary Schedules.See homepage for examples. Tested on 3.6 gamma, latest update 5420. Included in the …
SqueakMap squeak

Chronos

Chronos is an industrial strength Date/Time library: * Implements the ANSI-Smalltalk Standard DateAndTime, DateAndTimeFactory, Duration and DurationFactory protocols.* Supports the full functionality of the Olson Timezone Database (the native time zone database of UNIX)--including time zone rules that vary from …
SqueakMap squeak

Chuck

Chuck is a type inferencer for Squeak program code. Type inference allows programmers and tools to find the type of a variable or expression in the program. This information is useful directly, and it is also helpful for improving tools …
SqueakMap squeak

Chuck

A type inferencer for Squeak program code, along with a general program analysis tookit.
SqueakSource squeak

ChuckRepository

This tells your image's Monticello tools about the Chuck repository on SqueakSource. Be sure to install Monticello before installing this package. MCInstaller is not sufficient.
SqueakMap squeak

CircularReasoning

The Circular Reasoning package is a port from a java package I wrote to help kids relate different representations of angles, including sectors, segments, arcs, line segments connected at a point, satellites, and turns. Porting to Squeak allows me to …
SqueakSource squeak

Classbox

This version of Classboxes does not have (yet) the local rebinding. But it should come soon in an another package. What you can do with Classboxes:- You have namespaces, basically you do not need to prefix all your classes in …
SqueakMap squeak

Classbox

An implementation in Squeak of the the Classbox Model
SqueakSource squeak

ClassboxBrowser

A very first draft of a browser classbox aware
SqueakMap squeak

Classroom

This package contains three kind of exercise generator for the teacher:Matching Pairs, Filling blanks & quizzes. These tools can import Match, Quiz and Cloze exercises made with the known HotPotatoes application.It also contains a communication tool for the teacher and …
SqueakMap squeak

Cleanup

Refactors a bunch of code so that it decomposes nicely into PackageInfo-style packages. Also adds discard* methods to SystemDictionary to make it easy to remove those packages from the image.
SqueakMap squeak

Cleanup Tools

Just some stuff I've been using while working on the Cleanup package. Contains a modified version of PackageInfobrowseExternalReferences, I think.
SqueakMap squeak

click for keyboard focus

Installing this change set will make Morph, PluggableListMorph and PluggableTextMorph to accept and release keyboard focus on mouseDown rather on mouseEnter and mouseLeave. When the preference #mouseOverForKeyboardFocus is set to false.
SqueakMap squeak