Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some support for unicode arguments. | Jack Jansen | 2002-01-01 | 9 | -12/+215 |
| | |||||
* | Use the Carbon scrap manager interface if the old interface isn't available. | Jack Jansen | 2001-12-31 | 1 | -2/+7 |
| | |||||
* | Updated to optionally use Carbon Scrap manager. | Jack Jansen | 2001-12-31 | 4 | -13/+39 |
| | |||||
* | Use the Carbon scrap manager interface if the old interface isn't available. | Jack Jansen | 2001-12-31 | 3 | -6/+22 |
| | |||||
* | Added support for the Carbon scrap manager (finally). | Jack Jansen | 2001-12-31 | 3 | -75/+314 |
| | |||||
* | Oops, forgot to mark CreateScrollBarControl and CreateSliderControl | Just van Rossum | 2001-12-31 | 2 | -0/+14 |
| | | | | as Carbon-only | ||||
* | made radio button labels readable under OSX | Just van Rossum | 2001-12-31 | 1 | -9/+10 |
| | |||||
* | half-hearted stab at supported the 2.2 object model better. | Just van Rossum | 2001-12-31 | 1 | -0/+9 |
| | |||||
* | added support for live feedback in scrollbars | Just van Rossum | 2001-12-31 | 1 | -27/+11 |
| | |||||
* | - added support for ControlActionProcs, exposing the following calls: | Just van Rossum | 2001-12-30 | 3 | -7/+187 |
| | | | | | | | - ctl.SetControlAction() - CreateScrollBarControl() - CreateSliderControl() - print traceback when callbacks fail | ||||
* | Merging changes from release22-branch. | Jack Jansen | 2001-12-27 | 11 | -55/+61 |
| | |||||
* | Modified version of patch #496882: echo SimpleStdin readline() | Just van Rossum | 2001-12-27 | 1 | -1/+3 |
| | | | | input to stdout. | ||||
* | Applying r22c1 branch mods back to the trunk. | Jack Jansen | 2001-12-20 | 8 | -25/+57 |
| | |||||
* | Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ | Just van Rossum | 2001-12-18 | 2 | -10/+263 |
| | | | | available in OSX (mach-o) but not in CarbonLib (neither on OSX or OS9). | ||||
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 31 | -68/+1835 |
| | |||||
* | Added missing docstring | Just van Rossum | 2001-12-18 | 2 | -1/+2 |
| | |||||
* | Added support for tab controls and initial (incomplete) support | Just van Rossum | 2001-12-18 | 3 | -12/+543 |
| | | | | for DataBrowser controls. | ||||
* | Patch #494553 by Donovan Preston: initial implementation | Just van Rossum | 2001-12-18 | 2 | -4/+84 |
| | | | | for GetEventParameter(). | ||||
* | There's a new include file AEInteraction.h which contains AESend and friends. | Jack Jansen | 2001-12-17 | 2 | -1/+185 |
| | |||||
* | TickCount moved to a different header file. We manually added it back in ↵ | Jack Jansen | 2001-12-17 | 2 | -0/+24 |
| | | | | here, for conveninece. | ||||
* | Adapted for Universal Headers 3.4 | Jack Jansen | 2001-12-16 | 19 | -370/+1770 |
| | |||||
* | Finally CW7 allows me to replace the continually-in-need-of-updating exports ↵ | Jack Jansen | 2001-12-15 | 3 | -5211/+7 |
| | | | | files with one 6-line anti-export-file. Yeah! (Thanks Alex, for reminding me:-) | ||||
* | Made event callbacks more rubust: keep an actual reference to the | Just van Rossum | 2001-12-14 | 3 | -30/+113 |
| | | | | python callback, and do RemoveEventHandler() upon deallocation. | ||||
* | Quick patch to allow building with Universal Headers 3.4. | Jack Jansen | 2001-12-14 | 2 | -23/+2 |
| | |||||
* | The import of the scanner can also fail, cater for that. | Jack Jansen | 2001-12-14 | 1 | -1/+4 |
| | |||||
* | We have strdup(), but not its prototype:-( | Jack Jansen | 2001-12-14 | 2 | -3/+1 |
| | |||||
* | Use getcwd(), not silly old getwd(). | Jack Jansen | 2001-12-14 | 1 | -1/+1 |
| | |||||
* | Updated for CW7 | Jack Jansen | 2001-12-14 | 2 | -538/+114 |
| | |||||
* | Updated to CodeWarrior Pro 7. | Jack Jansen | 2001-12-14 | 5 | -0/+0 |
| | |||||
* | Many of the new calls are Carbon-only. Flagged them as such. | Jack Jansen | 2001-12-14 | 2 | -0/+658 |
| | |||||
* | Add default values for options in the class init routine, not in the ↵ | Jack Jansen | 2001-12-14 | 2 | -14/+17 |
| | | | | convenience wrapper function: distutils uses the class directly. Fixes bug #492665. | ||||
* | - "manage" controls created by CreateXxxXxxControl() functions. | Just van Rossum | 2001-12-13 | 3 | -48/+67 |
| | | | | - FindControlUnderMouse() returns an existing control, not a new one. | ||||
* | OSX workaround: don't crash if the extentions folder can't be found. | Just van Rossum | 2001-12-13 | 1 | -2/+6 |
| | | | | Not sure how to properly solve this. | ||||
* | include the proper header for Mach-O | Just van Rossum | 2001-12-13 | 2 | -2/+2 |
| | |||||
* | added CoreGraphics to build list | Just van Rossum | 2001-12-13 | 1 | -0/+1 |
| | |||||
* | added non-support for CoreGraphics... | Just van Rossum | 2001-12-13 | 1 | -0/+5 |
| | |||||
* | project file for CoreGraphics | Just van Rossum | 2001-12-13 | 2 | -0/+1 |
| | |||||
* | second CoreGraphics batch | Just van Rossum | 2001-12-13 | 8 | -0/+3414 |
| | |||||
* | first checkin for CoreGraphics | Just van Rossum | 2001-12-13 | 2 | -0/+25 |
| | |||||
* | fixed typo in my email address | Just van Rossum | 2001-12-13 | 1 | -1/+1 |
| | |||||
* | Don't barf when an AppleEvent was not handled. It's ok to ignore. | Just van Rossum | 2001-12-13 | 1 | -2/+3 |
| | |||||
* | re-checkin as AppleSingle | Just van Rossum | 2001-12-13 | 2 | -0/+0 |
| | |||||
* | Shut up gcc warning. | Jack Jansen | 2001-12-12 | 2 | -4/+4 |
| | |||||
* | Updated for 2.2 release. | Jack Jansen | 2001-12-12 | 1 | -0/+0 |
| | |||||
* | added CarbonEvents | Just van Rossum | 2001-12-12 | 2 | -0/+2 |
| | |||||
* | Updated for Universal Headers 3.4. | Just van Rossum | 2001-12-12 | 4 | -57/+2655 |
| | |||||
* | Support files for CarbonEvents | Just van Rossum | 2001-12-12 | 2 | -0/+353 |
| | |||||
* | Added proper error checking in event callback handler | Just van Rossum | 2001-12-12 | 2 | -24/+50 |
| | |||||
* | Ready for 2.2 distribution. | Jack Jansen | 2001-12-12 | 3 | -10/+18 |
| | |||||
* | Exposed quite a few more calls. | Just van Rossum | 2001-12-12 | 3 | -28/+191 |
| |