ITFoundation.git
18 years agoUpgrading ITFoundation to Xcode 2.1 MenuTunes-1.6
Joseph Spiros [Tue, 9 Aug 2005 01:15:52 +0000 (01:15 +0000)]
Upgrading ITFoundation to Xcode 2.1

19 years agoAdding category to NSString that provides the functionality previously v1.0
Joseph Spiros [Mon, 4 Apr 2005 20:38:10 +0000 (20:38 +0000)]
Adding category to NSString that provides the functionality previously
provided by ITCarbonSupport functions. Those functions now call through
to the new methods on NSString. I also fixed a few coding errors in
ITCategory-NSBundle, and removed ITCategory-NSArray.

19 years agoFixing Alex's crazy tab hijinks.
Joseph Spiros [Thu, 31 Mar 2005 04:33:42 +0000 (04:33 +0000)]
Fixing Alex's crazy tab hijinks.

19 years ago(ITCarbonSupport) Rewrite FCC utilities, add "extern"
Alexander Strange [Thu, 31 Mar 2005 04:26:59 +0000 (04:26 +0000)]
(ITCarbonSupport) Rewrite FCC utilities, add "extern"
(ITDebug) Add "extern"

19 years agoUpdating ITFoundation project and target settings to the minimum required.
Joseph Spiros [Wed, 30 Mar 2005 18:20:48 +0000 (18:20 +0000)]
Updating ITFoundation project and target settings to the minimum required.

19 years agoHuge update to ITFoundation. I've gone through every file (except queue.h
Joseph Spiros [Wed, 2 Mar 2005 10:57:48 +0000 (10:57 +0000)]
Huge update to ITFoundation. I've gone through every file (except queue.h
and queue.c) and fixed tabs and updated the header prefix comment to the
current style we're using. I've also tried to do a good job of setting
the subversion properties to match my auto-props. I've also updated build
settings so that it only links against Foundation and updated or removed
things that required AppKit or GUI portions of Carbon, or otherwise
belong in a different framework (such as ITKit).

19 years agoRemoving ITOSA* and ITAppleEvent* classes from ITFoundation, and updating
Joseph Spiros [Wed, 2 Mar 2005 09:02:51 +0000 (09:02 +0000)]
Removing ITOSA* and ITAppleEvent* classes from ITFoundation, and updating
ITCarbonSupport to not actually require the Carbon framework. I'm working
to make ITFoundation completely independent of anything that might require
access to the console (to fit in with the role of Foundation.framework).

19 years agoAdding a category to NSProxy that fixes a bug so as to allow NSProxies to be
Joseph Spiros [Sat, 26 Feb 2005 06:16:19 +0000 (06:16 +0000)]
Adding a category to NSProxy that fixes a bug so as to allow NSProxies to be
passed as arguments to NSLog without needing to explicitly call
-description outside of NSLog.

19 years agoITCategory-NSBundle (new): Added category that adds
Joseph Spiros [Wed, 16 Feb 2005 04:27:11 +0000 (04:27 +0000)]
ITCategory-NSBundle (new): Added category that adds
+bundleForFrameworkWithIdentifier: class method to NSBundle.

19 years agoNote that the GPL clause can be ignored
Alexander Strange [Mon, 20 Dec 2004 20:39:04 +0000 (20:39 +0000)]
Note that the GPL clause can be ignored

19 years agoAdding a category to NSObject which can dynamically provide an array
Joseph Spiros [Tue, 26 Oct 2004 23:18:13 +0000 (23:18 +0000)]
Adding a category to NSObject which can dynamically provide an array
of any class' subclasses (and direct subclasses, meaning only those
classes whose parent is the class to which the message was sent) via
two new class methods, +subclasses, and +directSubclasses.

19 years agoAlex's memory leak fixes and timeout changes.
Kent Sutherland [Sat, 25 Sep 2004 23:52:16 +0000 (23:52 +0000)]
Alex's memory leak fixes and timeout changes.

19 years agoUpped timeout to 100 ticks...
Kent Sutherland [Sat, 11 Sep 2004 02:39:08 +0000 (02:39 +0000)]
Upped timeout to 100 ticks...

19 years agoUpped the default timeout to 45 ticks.
Kent Sutherland [Sat, 11 Sep 2004 02:35:11 +0000 (02:35 +0000)]
Upped the default timeout to 45 ticks.

19 years agoI hope it commits this time. Tinkered with ITSendAEWithKey
Kent Sutherland [Sat, 11 Sep 2004 02:03:14 +0000 (02:03 +0000)]
I hope it commits this time. Tinkered with ITSendAEWithKey

19 years agofix malloc leak
Alexander Strange [Fri, 10 Sep 2004 20:25:50 +0000 (20:25 +0000)]
fix malloc leak

19 years agoAdded ITSendAEWithKey, need to fix up a small part of it though.
Kent Sutherland [Fri, 10 Sep 2004 13:47:00 +0000 (13:47 +0000)]
Added ITSendAEWithKey, need to fix up a small part of it though.

19 years agoChanged the timeout from none to default timeout. Updated to use 10.2.8 SDK.
Kent Sutherland [Thu, 9 Sep 2004 21:14:34 +0000 (21:14 +0000)]
Changed the timeout from none to default timeout. Updated to use 10.2.8 SDK.

19 years agoAdded a new function to send an AE with a send string and a direct object
Kent Sutherland [Sun, 25 Jul 2004 16:29:16 +0000 (16:29 +0000)]
Added a new function to send an AE with a send string and a direct object
AEDesc.

19 years agoSmall change to the project file v0.2
Kent Sutherland [Mon, 24 May 2004 12:54:56 +0000 (12:54 +0000)]
Small change to the project file

19 years agoCommented out the aliasdata stuff that doesn't work
Kent Sutherland [Sat, 22 May 2004 22:25:55 +0000 (22:25 +0000)]
Commented out the aliasdata stuff that doesn't work

19 years agoITLoginItem for now. The AliasData doesn't work still.
Kent Sutherland [Tue, 18 May 2004 01:01:12 +0000 (01:01 +0000)]
ITLoginItem for now. The AliasData doesn't work still.

19 years agoITLoginItem functions work for the most part. The AliasData isn't
Kent Sutherland [Tue, 18 May 2004 00:15:45 +0000 (00:15 +0000)]
ITLoginItem functions work for the most part. The AliasData isn't
completely correct yet though.

19 years agoAdding ITLoginItem.h to ITFoundation.h
Kent Sutherland [Mon, 17 May 2004 23:08:07 +0000 (23:08 +0000)]
Adding ITLoginItem.h to ITFoundation.h

19 years agoThe silly thing compiles now
Kent Sutherland [Mon, 17 May 2004 23:06:45 +0000 (23:06 +0000)]
The silly thing compiles now

19 years agoThe ITLoginItem function(s) will easily set an app to autolaunch at login.
Kent Sutherland [Mon, 17 May 2004 22:36:16 +0000 (22:36 +0000)]
The ITLoginItem function(s) will easily set an app to autolaunch at login.

20 years agoITSendAEWithString returns the direct object AEDesc, or returns 0 if there is none.
Kent Sutherland [Sun, 25 Apr 2004 15:24:19 +0000 (15:24 +0000)]
ITSendAEWithString returns the direct object AEDesc, or returns 0 if there is none.

20 years agoITSendAEWithString returns the AEDesc at index 1 of the resulting AEDesc, which is...
Kent Sutherland [Sun, 25 Apr 2004 15:14:15 +0000 (15:14 +0000)]
ITSendAEWithString returns the AEDesc at index 1 of the resulting AEDesc, which is what contains data that we want.

20 years agoFixed the AppleEvent tools to actually work.
Kent Sutherland [Sun, 25 Apr 2004 14:32:41 +0000 (14:32 +0000)]
Fixed the AppleEvent tools to actually work.

20 years agoITSendPlainAE is now known as ITSendAE
Kent Sutherland [Thu, 22 Apr 2004 23:39:38 +0000 (23:39 +0000)]
ITSendPlainAE is now known as ITSendAE

20 years agoAdded the two other AE functions to the header.
Kent Sutherland [Thu, 22 Apr 2004 23:08:30 +0000 (23:08 +0000)]
Added the two other AE functions to the header.

20 years agoDewarninging ITAppleEventTools
Kent Sutherland [Thu, 22 Apr 2004 23:04:25 +0000 (23:04 +0000)]
Dewarninging ITAppleEventTools

20 years agoMore work on ITAppleEventTools and also fix a compiler warning
Alexander Strange [Sat, 3 Apr 2004 21:30:51 +0000 (21:30 +0000)]
More work on ITAppleEventTools and also fix a compiler warning

20 years agoMore fixing so it actually builds
Alexander Strange [Mon, 29 Mar 2004 02:00:18 +0000 (02:00 +0000)]
More fixing so it actually builds

20 years agowhat
Alexander Strange [Mon, 29 Mar 2004 01:49:32 +0000 (01:49 +0000)]
what

20 years agoOrganized the project some. Added some framework XML classes.
Kent Sutherland [Thu, 25 Mar 2004 00:05:33 +0000 (00:05 +0000)]
Organized the project some. Added some framework XML classes.

20 years agoMore empty shells
Alexander Strange [Fri, 20 Feb 2004 06:04:02 +0000 (06:04 +0000)]
More empty shells

20 years agoSome code
Alexander Strange [Sat, 14 Feb 2004 22:50:52 +0000 (22:50 +0000)]
Some code

20 years agoBeginning of new-style AE API; so new there's no code to speak of
Alexander Strange [Sat, 14 Feb 2004 05:21:46 +0000 (05:21 +0000)]
Beginning of new-style AE API; so new there's no code to speak of

20 years agoexecuteAndReturnError autoreleases the AEDesc now.
Kent Sutherland [Fri, 30 Jan 2004 12:40:34 +0000 (12:40 +0000)]
executeAndReturnError autoreleases the AEDesc now.

20 years agoSome API changes... of note, ITOSAScript's execution API returns an
Joseph Spiros [Thu, 29 Jan 2004 03:08:23 +0000 (03:08 +0000)]
Some API changes... of note, ITOSAScript's execution API returns an
NSAppleEventDescriptor.

20 years agoITOSA looks like NSAppleScript, almost. It works quite well now, except
Kent Sutherland [Sat, 24 Jan 2004 15:41:53 +0000 (15:41 +0000)]
ITOSA looks like NSAppleScript, almost. It works quite well now, except
for the information dictionary.

20 years agoNew ITOSAComponent
Kent Sutherland [Fri, 23 Jan 2004 22:10:36 +0000 (22:10 +0000)]
New ITOSAComponent

20 years agoITOSAScript stuff.
Kent Sutherland [Fri, 23 Jan 2004 01:48:56 +0000 (01:48 +0000)]
ITOSAScript stuff.

20 years agoOoops, forgot to update some project settings to account for the added files.
Joseph Spiros [Thu, 15 Jan 2004 00:42:02 +0000 (00:42 +0000)]
Ooops, forgot to update some project settings to account for the added files.

20 years agoAdding some useful functions to ITFoundation, for dealing with Carbon
Joseph Spiros [Thu, 15 Jan 2004 00:37:33 +0000 (00:37 +0000)]
Adding some useful functions to ITFoundation, for dealing with Carbon
datatypes.

20 years agoThere seems to be a porblem v0.1
Alexander Strange [Mon, 29 Dec 2003 06:17:22 +0000 (06:17 +0000)]
There seems to be a porblem

20 years agoData-returning AE stuff that might work.
Alexander Strange [Mon, 29 Dec 2003 05:43:31 +0000 (05:43 +0000)]
Data-returning AE stuff that might work.

20 years agoAdding files for ITPreference stuff... No code yet, but files have been
Joseph Spiros [Wed, 3 Dec 2003 00:33:01 +0000 (00:33 +0000)]
Adding files for ITPreference stuff... No code yet, but files have been
added to the project for filling.

20 years agoIntermediary checkin, just to mark my place and back up, in case Panther decides...
Matthew Judy [Sun, 23 Nov 2003 10:35:48 +0000 (10:35 +0000)]
Intermediary checkin, just to mark my place and back up, in case Panther decides to be an ass again.

20 years agoOh wai
Alexander Strange [Sun, 9 Nov 2003 05:41:03 +0000 (05:41 +0000)]
Oh wai

20 years agoReadding queue
Alexander Strange [Sun, 9 Nov 2003 05:40:23 +0000 (05:40 +0000)]
Readding queue

20 years agoFixing ITFoundation metadata, as well as the seg1addr linker flag
Joseph Spiros [Wed, 29 Oct 2003 04:05:36 +0000 (04:05 +0000)]
Fixing ITFoundation metadata, as well as the seg1addr linker flag

20 years agoUpdating ITFoundation project settings to build against the 10.2.7 SDK
Joseph Spiros [Tue, 28 Oct 2003 13:05:39 +0000 (13:05 +0000)]
Updating ITFoundation project settings to build against the 10.2.7 SDK
(You better have had this installed, and no, I will not change it back)

20 years agoOoops, the framework header was still importing a class that doesn't
Joseph Spiros [Tue, 28 Oct 2003 12:13:48 +0000 (12:13 +0000)]
Ooops, the framework header was still importing a class that doesn't
exist anymore

20 years agoUpdating the new ITFoundation project file to have it compile and such
Joseph Spiros [Tue, 28 Oct 2003 11:19:36 +0000 (11:19 +0000)]
Updating the new ITFoundation project file to have it compile and such
targetted for 10.2.

20 years agoMoving ITFoundation to an Xcode project. This isn't a converted project,
Joseph Spiros [Tue, 28 Oct 2003 10:54:00 +0000 (10:54 +0000)]
Moving ITFoundation to an Xcode project. This isn't a converted project,
I started from scratch (easier in order to enable new PCH stuff, and bad
settings)

20 years agogb2Attic
Alexander Strange [Sun, 19 Oct 2003 02:11:02 +0000 (02:11 +0000)]
gb2Attic

20 years agoUpdated logging in ITAppleEventCenter, and I think I fixed the malloc
Joseph Spiros [Sun, 28 Sep 2003 20:18:52 +0000 (20:18 +0000)]
Updated logging in ITAppleEventCenter, and I think I fixed the malloc
errors :)

20 years agoMaking ITAppleEventCenter use ITDebugLog for all debugging things. This
Joseph Spiros [Sat, 13 Sep 2003 02:14:42 +0000 (02:14 +0000)]
Making ITAppleEventCenter use ITDebugLog for all debugging things. This
doesn't log unless you want it to ;)

20 years agoAdding ITDebug.h to the framework header.
Joseph Spiros [Sat, 13 Sep 2003 01:49:46 +0000 (01:49 +0000)]
Adding ITDebug.h to the framework header.

20 years agoAdding ITDebug stuff to ease debug logging.
Joseph Spiros [Sat, 13 Sep 2003 01:48:55 +0000 (01:48 +0000)]
Adding ITDebug stuff to ease debug logging.

20 years agoRemoving incomplete/warning/broken classes from the framework target, and
Joseph Spiros [Thu, 28 Aug 2003 07:34:05 +0000 (07:34 +0000)]
Removing incomplete/warning/broken classes from the framework target, and
removing the LGPL-ed classes Alex put in, as well as those classes that
depended on them. Also fixed some warnings in the classes that remain in
the target.

20 years agogo away you include
Alexander Strange [Thu, 28 Aug 2003 05:36:19 +0000 (05:36 +0000)]
go away you include

20 years agoWhoops
Alexander Strange [Fri, 22 Aug 2003 21:56:34 +0000 (21:56 +0000)]
Whoops

20 years agomaybe
Alexander Strange [Fri, 22 Aug 2003 21:27:33 +0000 (21:27 +0000)]
maybe

20 years agomore whee
Alexander Strange [Fri, 22 Aug 2003 21:23:01 +0000 (21:23 +0000)]
more whee

20 years agowhee
Alexander Strange [Fri, 22 Aug 2003 21:16:44 +0000 (21:16 +0000)]
whee

20 years agoThis whole thing could use a rewrite but whatever
Alexander Strange [Thu, 24 Jul 2003 01:29:54 +0000 (01:29 +0000)]
This whole thing could use a rewrite but whatever

20 years agoNew class. Like ITByteStream, but not. Will import a new module after sleep.
Alexander Strange [Tue, 22 Jul 2003 08:25:33 +0000 (08:25 +0000)]
New class. Like ITByteStream, but not. Will import a new module after sleep.

20 years agoMore error checking
Alexander Strange [Mon, 28 Apr 2003 05:16:00 +0000 (05:16 +0000)]
More error checking

21 years agoAdded more error checking. MT no longer crashes when you "Show iTunes", but I still...
Alexander Strange [Sun, 20 Apr 2003 21:47:57 +0000 (21:47 +0000)]
Added more error checking. MT no longer crashes when you "Show iTunes", but I still need to fix the malformed AEs.

21 years agof
Alexander Strange [Wed, 9 Apr 2003 02:12:57 +0000 (02:12 +0000)]
f

21 years agoAlex did something while Hydraing, and wants me to commit. I don't know
Joseph Spiros [Wed, 9 Apr 2003 01:50:39 +0000 (01:50 +0000)]
Alex did something while Hydraing, and wants me to commit. I don't know
if this works, but he informs me that it should just fine.

21 years agoGive me a B! Give me a U! Give me a G!
Alexander Strange [Sun, 23 Mar 2003 20:35:36 +0000 (20:35 +0000)]
Give me a B! Give me a U! Give me a G!

21 years agoSockets don't quite work, but they will almost work.
Alexander Strange [Mon, 17 Mar 2003 07:21:55 +0000 (07:21 +0000)]
Sockets don't quite work, but they will almost work.

21 years agoMmmmmm..... oneway void
Alexander Strange [Mon, 17 Mar 2003 06:32:45 +0000 (06:32 +0000)]
Mmmmmm..... oneway void

21 years agoDoesn't crash now. Of course, there's still lots of problems.
Alexander Strange [Mon, 17 Mar 2003 02:00:33 +0000 (02:00 +0000)]
Doesn't crash now. Of course, there's still lots of problems.

21 years agoNow it crashes!
Alexander Strange [Mon, 17 Mar 2003 00:02:44 +0000 (00:02 +0000)]
Now it crashes!

21 years agoLOTS more socket work. It can connect. It looks like it can read/write, but I'm not...
Alexander Strange [Sun, 16 Mar 2003 23:47:39 +0000 (23:47 +0000)]
LOTS more socket work. It can connect. It looks like it can read/write, but I'm not sure.

21 years agoMore socket work
Alexander Strange [Sun, 16 Mar 2003 19:57:20 +0000 (19:57 +0000)]
More socket work

21 years agoBY THE POWER OF HEADERDOC!
Alexander Strange [Sun, 16 Mar 2003 18:55:50 +0000 (18:55 +0000)]
BY THE POWER OF HEADERDOC!

21 years agoNo more Desc printing! :)
Joseph Spiros [Sun, 16 Mar 2003 10:39:44 +0000 (10:39 +0000)]
No more Desc printing! :)

21 years agoMore socket work
Alexander Strange [Sat, 15 Mar 2003 20:24:00 +0000 (20:24 +0000)]
More socket work

21 years agoCommented out NSLogs
Kent Sutherland [Thu, 13 Mar 2003 01:37:14 +0000 (01:37 +0000)]
Commented out NSLogs

21 years agoBuilds again
Alexander Strange [Sun, 9 Mar 2003 22:00:01 +0000 (22:00 +0000)]
Builds again

21 years agoMade dumper output a real IPv6 address
Alexander Strange [Tue, 4 Mar 2003 09:02:47 +0000 (09:02 +0000)]
Made dumper output a real IPv6 address

21 years agoThread safety in byte streams
Alexander Strange [Tue, 4 Mar 2003 06:23:50 +0000 (06:23 +0000)]
Thread safety in byte streams

21 years agoWrote a simple FIFO queue class
Alexander Strange [Fri, 28 Feb 2003 01:35:25 +0000 (01:35 +0000)]
Wrote a simple FIFO queue class

21 years agoSome mre debugging stuff, should be removed before rele
Alexander Strange [Mon, 24 Feb 2003 07:21:24 +0000 (07:21 +0000)]
Some mre debugging stuff, should be removed before rele

21 years agoBeginning rewrite of ITInetSocket
Alexander Strange [Sun, 23 Feb 2003 04:41:51 +0000 (04:41 +0000)]
Beginning rewrite of ITInetSocket

21 years agoAids to debugging
Alexander Strange [Sat, 22 Feb 2003 11:37:14 +0000 (11:37 +0000)]
Aids to debugging

21 years agoFixing lameness in error-checking code
Alexander Strange [Sat, 22 Feb 2003 09:14:40 +0000 (09:14 +0000)]
Fixing lameness in error-checking code

21 years agoDisabling socket build for now while I revise the APIs
Alexander Strange [Wed, 19 Feb 2003 10:02:44 +0000 (10:02 +0000)]
Disabling socket build for now while I revise the APIs

21 years agoIt builds now.
Matthew Judy [Wed, 19 Feb 2003 08:45:07 +0000 (08:45 +0000)]
It builds now.

21 years agoAdded sendAEWithSendString method for advanced AE queries... This is starting to...
Joseph Spiros [Wed, 19 Feb 2003 05:07:19 +0000 (05:07 +0000)]
Added sendAEWithSendString method for advanced AE queries... This is starting to depress me.

21 years agoTemporarily breaking the network sockets while I redo the whole thing
Alexander Strange [Sun, 16 Feb 2003 11:04:38 +0000 (11:04 +0000)]
Temporarily breaking the network sockets while I redo the whole thing

21 years agoFixing server sockets a little bit more.
Alexander Strange [Sat, 15 Feb 2003 16:58:54 +0000 (16:58 +0000)]
Fixing server sockets a little bit more.

21 years agoUses slightly less CPU now. Still too much.
Alexander Strange [Sat, 15 Feb 2003 07:23:26 +0000 (07:23 +0000)]
Uses slightly less CPU now. Still too much.

21 years agoAdded an ITFoundationTester. Why doesn't it work inside PB? :\
Alexander Strange [Sat, 15 Feb 2003 06:28:50 +0000 (06:28 +0000)]
Added an ITFoundationTester. Why doesn't it work inside PB? :\