0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing header imports.
jspiros
as Joseph Spiros
More... about 19 years ago
I hereby decree that from this moment forward we will configure our Xcode installations to use a shared build directory, eliminating the need for those lame confusing problematic framework search paths (when combined with my recent use of Xcode project references.
jspiros
as Joseph Spiros
More... about 19 years ago
Changing project referencing of ITFoundation to reference the ITFoundation xcode project which lets me do more complicated dependencies and also lets me build everything with one click.
jspiros
as Joseph Spiros
More... about 19 years ago
Some more code cleanup, converting spaces to tabs. Redid ITKit.h framework header, and added ITLoginItem.h and .m which used to be a part of ITFoundation. ITKit now links with ITFoundation, so to use ITKit, you must use ITFoundation as well. I've added ITFoundation to ITKit's precompiled prefix header.
jspiros
as Joseph Spiros
More... about 19 years ago
Finished setting proper SVN properties on files and cleaned up some localizations and the Showcase code layout.
jspiros
as Joseph Spiros
More... about 19 years ago
Huge audit of ITKit, mostly everything has been updated to current coding style and I've removed things that we don't need/that don't belong in ITKit anymore. The only things really left untouched are the class files for anything related to ITTSW.
jspiros
as Joseph Spiros
More... about 19 years ago
Fixed multi-monitorness except with Pivot, which is only half fixed. More... over 19 years ago
SplashScreen is always key now, to keep the progressbar blue. More... over 19 years ago
Fixing the effects so they work on multiple monitors where the screen origin isn't going to always be zero. Added a setScreen and overrode -screen to the status window class. More... over 19 years ago
Added ITSplashScreen stuff. Added ITSplashScreen.h to ITKit header. More... over 19 years ago
Added an instance method to NSMenu that will remove all of the items in the reciever. Also added an instance method to NSView that allows for subview removal from the superview's point of view, including a check that is often rewritten whenever needed. This should save a few lines of code whenever this aspect is required.
jspiros
as Joseph Spiros
More... over 19 years ago
Fixed the problem in NSFont where a badly named font will leak. ITIconAndTextStatusWindow.m - Lucida Grande Bold changed to LucidaGrande-Bold ITStatusItem.m - Lucida Grande changed to LucidaGrande Controller.m - Lucida Grande Bold changed to LucidaGrande-Bold More... over 19 years ago
Added a disable/enable method to the hotkey center More... over 19 years ago
Fixed the effect number. More... over 19 years ago
Spin & Zoom effect. More... almost 20 years ago
Changed hot key panel to allow longer hot key names More... almost 20 years ago
Added a new spin effect. Silly, but looks cool :) More... almost 20 years ago
New zoom effect. More... almost 20 years ago
Fixed a possible crasher where an ITMultilineTextFieldCell is treated as an NSTextFieldCell, in having an NSString set as it's objectValue. Previously, ITMultilineTextFieldCell assumed an NSArray as it's objectValue.
jspiros
as Joseph Spiros
More... almost 20 years ago
Adding the ITMultilineTextFieldCell work I've done so far...
jspiros
as Joseph Spiros
More... about 20 years ago
Disable non-English More... about 20 years ago
Another cleanup that doesn't seem to actually help More... about 20 years ago
Changed the NSMenu category from NSMenuItem * to id <NSMenuItem> More... over 20 years ago
Added sizing to the main status window class, and added a basic icon and text status window. More... over 20 years ago
Adding some new classes that ease access of Carbon/Mac-style resource files/forks. These classes are also easily extensible to add support for getting native forms of the data contained within various resources.
jspiros
as Joseph Spiros
More... over 20 years ago
Shadowless StatusWindow graphics, as well as an ITImageView which casts a shadow. More... over 20 years ago
Positioning Fixes. The window might still do some weirdness if you change its position when its appearing or vanishing, but the weirdness isn't as weird, and the window will recover and perform correctly on its next entrance or exit. More... over 20 years ago
This about does it. I want to do a couple more things, especially multiple screen support. With the way I've got this set up, it should be pretty easy, but I need sleep first. If you want it in there, I'll do it after some sleep. More... over 20 years ago
Positioning changes are now reflected properly by the prefs. When changing positions, effects will be disabled/changed accordingly. Position prefs are now reflected when the panel opens. More... over 20 years ago
Checking in improvements to the effect availability heuristic. More... over 20 years ago