0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removing the use of private CoreGraphics APIs to draw shadows, and replacing with NSShadow. This should resolve ITKit bug #5.
jspiros
as Joseph Spiros
More... over 13 years ago
Fix CGS warnings on 10.6 More... over 14 years ago
Enabling garbage collection support.
jspiros
as Joseph Spiros
More... over 14 years ago
Upgrading ITKit to Xcode 3.0 and the Mac OS X 10.5 SDK.
jspiros
as Joseph Spiros
More... over 14 years ago
Licensing ITKit under the GNU Lesser General Public License version 2.1.
jspiros
as Joseph Spiros
More... almost 15 years ago
Licensing ITKit under the GNU General Public License version 2.
jspiros
as Joseph Spiros
More... over 15 years ago
Removing ITKit dependencies on F-Script framework. Currently working on ITBridging framework that satisfies this capability for applications.
jspiros
as Joseph Spiros
More... over 15 years ago
Updating ITKit with additions to support Haven development.
jspiros
as Joseph Spiros
More... over 15 years ago
CoreImage effect loads only with OS X 10.4.0 through 10.4.5. It crashes 10.4.6 currently. More... almost 18 years ago
Eliminated old custom code for ignoresMouseEvents that isn't needed under 10.3+ More... almost 18 years ago
Fixed a crash when Core Image was available. More... about 18 years ago
Renamed "Core Image - Ripple" to "Ripple" Ripple effect added to effects list only if CoreImage acceleration is available. More... about 18 years ago
Using the 10.4 SDK to build universal More... about 18 years ago
Fixed a crash in the core image effect. Using proper transparent bit in the CoreGraphics hacks so that it doesn't throw that annoying console warning every launch. More... about 18 years ago
Updated ripple effect. More... about 18 years ago
Added a new core image ripple effect. More... about 18 years ago
Using CFBundleName + CFBundleVersion instead of the weird shoft bundle version string. More... over 18 years ago
Updating ITKit to use standard configuration names.
jspiros
as Joseph Spiros
More... over 18 years ago
Changed controlKey display character, per Alex's request. More... over 18 years ago
I've added a one second cache to the NSMenu proxy because otherwise the menu provider may be creating new instances on every method call, and when a menu is displayed, something like 24 methods are called, so that's 24 (potentially different) instances. I also had the ITStatusItem directly set the cell's menu, rather than setting itself's menu, this way, everything will work fine if you change your mind and decide to use setMenu: instead of setMenuProvider:.
jspiros
as Joseph Spiros
More... over 18 years ago
Adding support for menu providers to ITStatusItem using NSProxy subclass.
jspiros
as Joseph Spiros
More... over 18 years ago
Adding API to ITStatusItem for callbacks to get dynamic menus.
jspiros
as Joseph Spiros
More... over 18 years ago
Fixing project references due to the previous upgrade from .xcode to .xcodeproj.
jspiros
as Joseph Spiros
More... over 18 years ago
Making ITAboutWindowController header public.
jspiros
as Joseph Spiros
More... over 18 years ago
Updating the ITKit header to reference the change in name of ITAboutBox to ITAboutWindowController.
jspiros
as Joseph Spiros
More... over 18 years ago
Upgrading ITKit to Xcode 2.1 and fixing problems with ITAboutBox, which has also been renamed to ITAboutWindowController.
jspiros
as Joseph Spiros
More... over 18 years ago
Not worrying about that stupid clicky URL text field for now. More... over 18 years ago
Added a new about box class. Added a text field that will eventually be clickable to go to a URL. Added the about box nib. More... over 18 years ago
Fixing inconsistent method prototype and implementation of -sharedWindow in the ITTransientStatusWindow class.
jspiros
as Joseph Spiros
More... almost 19 years ago
Finally fixed this piece of crap so it works on all monitors. More... about 19 years ago