Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drag manager constants. | Jack Jansen | 1999-06-23 | 1 | -0/+59 |
| | |||||
* | Initial minimal test program: print information on anything dropped onto Python | Jack Jansen | 1999-06-21 | 1 | -0/+43 |
| | | | | window. | ||||
* | Class around PixMap objects that allows more python-like access. By Joe Strout. | Jack Jansen | 1999-04-13 | 1 | -0/+216 |
| | |||||
* | Remove all owner resources from template, and if no owner resource contained in | Jack Jansen | 1999-03-17 | 1 | -14/+22 |
| | | | | applet-specific rsrc file we add a "Pyta" owner resource. Owner resources have both id=0 and name="Owner resource" (is this always true?). | ||||
* | Offscreen bitmap support, first stab. PixMaps are still treated as ordinary | Jack Jansen | 1999-03-07 | 1 | -0/+34 |
| | | | | | handles, not fullblown python objects, and UpdateGWorld returns a new GWorld object in stead of modifying the existing one. | ||||
* | Added App module (appearance manager interface). | Jack Jansen | 1999-03-04 | 1 | -0/+85 |
| | |||||
* | Uncommented AskYesNoCancel docstring (how did it get commented in the first ↵ | Jack Jansen | 1999-02-25 | 1 | -11/+11 |
| | | | | place?) | ||||
* | Added optional arguments to dialogs to allow setting of button titles. | Jack Jansen | 1999-02-16 | 1 | -4/+16 |
| | |||||
* | AskPassword(): added reference to the module doc string; added support for ↵ | Just van Rossum | 1999-02-15 | 1 | -2/+3 |
| | | | | autoKey events. --jvr | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-14 | 1 | -1/+1 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | Added AskPassword() with same interface as AskString. By Steve Majewski with ↵ | Jack Jansen | 1999-02-10 | 1 | -0/+71 |
| | | | | some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. | ||||
* | Use typeFloat for all floating point values. The previously used | Jack Jansen | 1999-02-10 | 1 | -18/+7 |
| | | | | | typeExtended was a Think-ism that must have stopped working years and years ago without anyone noticing. | ||||
* | put the preferences file in a folder called "Python" inside the prefs ↵ | Just van Rossum | 1999-02-02 | 1 | -1/+1 |
| | | | | folder, just like the IDE does -- jvr | ||||
* | set 'preload' attribute for __main__ PYC resource -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+3 |
| | |||||
* | skip 'vers' resource when copying resources from templeate -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+1 |
| | |||||
* | Re-committed as AppleSingle | Jack Jansen | 1999-01-29 | 2 | -0/+0 |
| | |||||
* | cleaned up ugly hack related to activate events and suspend/resume -- jvr | Just van Rossum | 1999-01-27 | 1 | -14/+8 |
| | |||||
* | In unpackevent, get the direct object (----) before asking for missed ↵ | Jack Jansen | 1999-01-22 | 1 | -0/+7 |
| | | | | | | | parameters. The documentation is unclear on this, but the old implementation caused problems with Default Folder. | ||||
* | Select the whole default input field in AskString (Joe Strout) | Jack Jansen | 1999-01-22 | 1 | -1/+2 |
| | |||||
* | Don't qualify local symbols with aetools... | Jack Jansen | 1999-01-21 | 1 | -1/+1 |
| | |||||
* | Manually added definitions for normal, bold, etc. These are in MacTypes (of all | Jack Jansen | 1999-01-21 | 1 | -2/+20 |
| | | | | places) which isn't worth bgenning. | ||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 2 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Removed debug print | Jack Jansen | 1998-10-21 | 1 | -1/+0 |
| | |||||
* | For submenus remember the parent and parent index, so we can grey out our | Jack Jansen | 1998-10-15 | 1 | -0/+8 |
| | | | | | entry if the menu is disabled. This does create a circular reference, so cleanup becomes more important. | ||||
* | Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. | Jack Jansen | 1998-10-15 | 1 | -0/+3 |
| | |||||
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 6 | -6/+6 |
| | |||||
* | Truncate messages if they are longer than 255 characters. Note that this is | Jack Jansen | 1998-09-28 | 1 | -0/+2 |
| | | | | not really a good solution for default input strings... | ||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 4 | -525/+0 |
| | |||||
* | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 1 | -5/+15 |
| | |||||
* | Common code for BuildApplet, BuildApplication and fullbuild (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+279 |
| | |||||
* | Extended replacement for scripts:cfmfile.py (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+186 |
| | |||||
* | Added has_key() method to IC object. | Jack Jansen | 1998-07-31 | 1 | -1/+7 |
| | | | | Removed a debug print. | ||||
* | Added a delete() method to menu entries. Only the last entry of a menu | Jack Jansen | 1998-07-13 | 1 | -1/+14 |
| | | | | | can be deleted, but that's good enough for things like a "Windows" menu with the dynamic list of open windows at the end of the menu. | ||||
* | Convert \n to \r in strings that are displayed in the dialogs. | Jack Jansen | 1998-07-01 | 1 | -8/+19 |
| | |||||
* | For ControlWindow there is a new method do_rawcontrolhit(), which gets | Jack Jansen | 1998-05-28 | 1 | -14/+36 |
| | | | | | | | | | control before TrackControl is called. The default implementation calls TrackControl and then do_controlhit(). For ScrolledWindow, do_rawcontrol passes a tracker function to TrackControl if the mouse is in one of the arrows or grey areas, and the tracker handles scrolling. For the thumb part nothing has changed. | ||||
* | Added a PopupMenu class. | Jack Jansen | 1998-05-06 | 1 | -4/+26 |
| | |||||
* | Regenerated with FOUR_CHAR_CODE defined | Jack Jansen | 1998-04-27 | 1 | -0/+1 |
| | |||||
* | Added new folder types | Jack Jansen | 1998-04-24 | 1 | -0/+62 |
| | |||||
* | Added FOUR_CHAR_CODE define | Jack Jansen | 1998-04-24 | 1 | -0/+1 |
| | |||||
* | Regenerated with FOUR_CHAR_CODE defined | Jack Jansen | 1998-04-23 | 1 | -0/+2 |
| | |||||
* | Regenerated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 11 | -64/+496 |
| | |||||
* | Re-generated with slightly more intelligent script | Jack Jansen | 1998-04-21 | 1 | -43/+510 |
| | |||||
* | Tabnanny fixes | Jack Jansen | 1998-04-15 | 2 | -7/+7 |
| | |||||
* | __file__ now sometimes refers to the .pyc file | Jack Jansen | 1998-03-02 | 1 | -0/+3 |
| | |||||
* | Oops, this wasn't checked in yet: part of the AE structure for the new | Jack Jansen | 1998-02-25 | 1 | -0/+69 |
| | | | | universal headers. | ||||
* | Module to use Mac serial port as a communication link | Jack Jansen | 1998-02-25 | 1 | -0/+74 |
| | |||||
* | Helper routines to create standalone Python applications. | Jack Jansen | 1998-02-25 | 1 | -0/+91 |
| | |||||
* | Hack to get at string buffer address changed | Jack Jansen | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Regenerated from Universal Headers 3.0.1 (which are changed | Jack Jansen | 1998-02-20 | 16 | -764/+1393 |
| | | | | substantially from previous releases) | ||||
* | Updated to Waste 1.3 | Jack Jansen | 1998-02-20 | 1 | -1/+9 |
| |