source: trunk/ICeCoffEE

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @485   16 years Nicholas Riley Updated for ICeCoffEE 1.5b4.
(edit) @484   16 years Nicholas Riley APEMain.m: Fix selection failure with Xcode 3.1.
(edit) @483   16 years Nicholas Riley Update some installer wording; fix progress field so it isn't cut off.
(edit) @482   16 years Nicholas Riley package-ICeCoffEE.sh: Long-overdue use of -e instead of repeated &&.
(edit) @481   16 years Nicholas Riley Update to Unsanity Installer 3.7.1.
(edit) @480   16 years Nicholas Riley Update to Smart Crash Reports 1.5b3 (really).
(edit) @479   16 years Nicholas Riley Update to Smart Crash Reports 1.5b3.
(edit) @478   16 years Nicholas Riley Update to Smart Crash Reports 1.5b3.
(edit) @476   16 years Nicholas Riley Remove logging prefix, force ICCF_DEBUG for TestParser.
(edit) @475   16 years Nicholas Riley ICeCoffEE 1.5b3
(edit) @474   16 years Nicholas Riley Only scan for closing bracket after opening bracket in IPv6 addresses …
(edit) @473   16 years Nicholas Riley Fix asymmetric parsing of single words wrapped in ambiguous …
(edit) @472   16 years Nicholas Riley Remove reference to WebCoreBridge.h; don't install …
(edit) @471   16 years Nicholas Riley This is an ancient version; gone anyway in WebKit r31014.
(edit) @470   16 years Nicholas Riley Missed localized string from [463]; WebKit in comments now.
(edit) @469   16 years Nicholas Riley Services in PDFView/WebPDFView; activate on dynamic WebKit/PDFKit loading.
(edit) @468   16 years Nicholas Riley Reenable debugging; add prefix to ICeCoffEE log messages.
(edit) @467   16 years Nicholas Riley Disable on list boxes.
(edit) @465   16 years Nicholas Riley Don't complain if previously-displayed helper app disappears.
(edit) @464   16 years Nicholas Riley CFUserNotification changes: info icon no longer displayed, so display …
(edit) @462   16 years Nicholas Riley Copy URL to clipboard as link support.
(edit) @457   16 years Nicholas Riley Better workarounds for WebKit range bugs.
(edit) @456   16 years Nicholas Riley Support WebKit past r31014; patch PDFView in some places (not WebKit yet).
(edit) @455   16 years Nicholas Riley Properly handle form fields and buttons; note WebCoreFrameBridge removal.
(edit) @449   16 years Nicholas Riley Remove Safari 2 mentions.
(edit) @448   16 years Nicholas Riley Disable spelling and grammar correction marks during selection
(edit) @447   16 years Nicholas Riley Actually display the value of the TerminalRequireOptionForSelfDrag
(edit) @446   16 years Nicholas Riley Fixed -[NSCFString characterAtIndex:]: Range or index out of bounds …
(edit) @445   16 years Nicholas Riley Updated for ICeCoffEE 1.5b2.
(edit) @444   16 years Nicholas Riley Project reorganization
(edit) @443   16 years Nicholas Riley Drop Safari 2 support; add selectionless WebKit launching
(edit) @442   16 years Nicholas Riley Move index-to-range conversion into a class method for launch methods …
(edit) @441   16 years Nicholas Riley Fix infinite recursion clicking on links in Xcode
(edit) @440   16 years Nicholas Riley Fix user key equivalents showing in contextual Services menu in 10.4
(edit) @439   16 years Nicholas Riley Fix up comments and simplify control flow in ICCF_SetServicesMenu
(edit) @438   16 years Nicholas Riley Save the size of the Select Services sheet
(edit) @437   16 years Nicholas Riley Use editability rather than color to hide insertion point; draws better
(edit) @436   16 years Nicholas Riley Use @try/@catch/@finally rather than macro-based exceptions
(edit) @435   16 years Nicholas Riley Operate on the link target, rather than the text, of NSTextView hyperlinks
(edit) @434   16 years Nicholas Riley Remove no-longer-used method.
(edit) @433   16 years Nicholas Riley Undocumented method / hack fallback to determine whether we should …
(edit) @432   16 years Nicholas Riley Fragile hack to determine whether we should draw the highlighted row …
(edit) @431   16 years Nicholas Riley Handle NSUserKeyEquivalents; disable conflict resolution; fix …
(edit) @430   16 years Nicholas Riley Back to 10.4; so far, so good.
(edit) @429   16 years Nicholas Riley Disable unwanted Leopard table inter-cell navigation
(edit) @428   16 years Nicholas Riley Compiler fixes; first pass at menu-style highlighting
(edit) @427   16 years Nicholas Riley Remove ancient, unused files.
(edit) @426   16 years Nicholas Riley Select services.nib: Consistent wording - show -> include.
(edit) @425   16 years Nicholas Riley English.lproj/APE Manager plugin.nib: Wording cleanups; the edit …
(edit) @424   16 years Nicholas Riley Remove non-highlighting support; looks better but with worse keyboard …
(edit) @423   16 years Nicholas Riley ICeCoffEEShared.h: ICCF_DEBUG = 0 for beta
(edit) @422   16 years Nicholas Riley ICeCoffEELabeledIconCell.[hm]: highlighting now, for better keyboard …
(edit) @421   16 years Nicholas Riley Use VERSION.xcconfig to generate ui.plist
(edit) @393   16 years Nicholas Riley APEMain.m: Fix exception on menuForEvent: in Xcode 3 rich text editor
(edit) @392   16 years Nicholas Riley APEMain.m: Services in Xcode 3 source code editors
(edit) @391   16 years Nicholas Riley APEMain.m: Xcode 3 URL launching support
(edit) @390   16 years Nicholas Riley Allow loading in GC-enabled apps and implement finalization to prevent …
(edit) @389   16 years Nicholas Riley Remove unnecessary CPS usage and CFBundleGetBundleWithIdentifier.
(edit) @388   16 years Nicholas Riley APEMain.m: Note missing Xcode 3 support. Add Terminal 2.0 support. …
(edit) @387   16 years Nicholas Riley VERSION.xcconfig: Updated for 1.5d2. Info-APE Module.plist: Updated …
(edit) @386   16 years Nicholas Riley English.lproj/APE Manager plugin.nib: Mark things that don't work
(edit) @385   16 years Nicholas Riley package-ICeCoffEE.sh: get version from VERSION.xcconfig
(edit) @384   16 years Nicholas Riley ICeCoffEEParser.m: No longer need left/right delimiter sets to both …
(edit) @383   16 years Nicholas Riley ICeCoffEEParser.m: Work much better, though still no multiline URLs.
(edit) @382   16 years Nicholas Riley TestParser.m: Don't permit empty strings to pass through; they break …
(edit) @381   16 years Nicholas Riley ICeCoffEEShared.h: Remove 10.3 compatibility. ICeCoffEE.m: Set …
(edit) @380   16 years Nicholas Riley ICeCoffEE.h: Let ICeCoffEE actually compile again pending IC removal.
(edit) @379   16 years Nicholas Riley APE.icns: APE has had a default icon for a long time.
(edit) @378   16 years Nicholas Riley Update for SCR 1.5, no longer registering explicitly.
(edit) @377   16 years Nicholas Riley TestParser.m: Make testing more than a noop (oops).
(edit) @376   16 years Nicholas Riley *.lproj/*.nib: Update deployment target to 10.4; move to keyed archiving.
(edit) @375   16 years Nicholas Riley ICeCoffEE.[hm]: Restore ICCF_CheckRange, moved in [322], as we don't …
(edit) @374   16 years Nicholas Riley urls.plist: Add a fully parenthesized URL fragment.
(edit) @373   16 years Nicholas Riley TestParser.m: Define ICCF_ErrString to permit linking; log exceptions; …
(edit) @322   17 years Nicholas Riley ICeCoffEE.[hm]: Move parsing functions (ICCF_CheckRange, …
(edit) @321   17 years Nicholas Riley VERSION.xcconfig: Using one of Dave Dribin's suggestions from …
(edit) @320   17 years Nicholas Riley ICeCoffEE.m: I was wrong in [319] about the selection extension stuff …
(edit) @319   17 years Nicholas Riley VERSION: Starting with 1.5d1. ICeCoffEEKeyEquivalents.m: Support …
(edit) @318   17 years Nicholas Riley German.lproj/Select Services.nib: center top heading
(edit) @282   18 years Nicholas Riley French.lproj/InfoPlist.strings: Fix for Unsanity Installer 3.6.1.
(edit) @281   18 years Nicholas Riley Fix encoding on Localizable.strings (was MacOSRoman, should be UTF-8)
(edit) @279   18 years Nicholas Riley VERSION, ui.plist, Info*.plist, InfoPlist.strings: Updated for 1.4.3. …
(edit) @272   18 years Nicholas Riley ICeCoffEE.m: Strip intra-URL whitespace, not just leading and …
(edit) @271   18 years Nicholas Riley APE Manager plugin.nib, APEInfo.rtfd, Select services.nib: …
(edit) @264   18 years Nicholas Riley Use blue-tec Localization Suite; strip whitespace from URLs before …
(edit) @263   18 years Nicholas Riley Update message for new name of APE Manager (as I should have done a …
(edit) @262   18 years Nicholas Riley Re-merge installer window position and size, progress text field size …
(edit) @256   18 years Nicholas Riley Removed TextEdit support; merged new Unsanity Installer (3.6.1) and …
(edit) @216   18 years Nicholas Riley VERSION: Starting with 1.4.3d1. APE.icns: Generic APE icon (not sure …
(edit) @186   19 years Nicholas Riley ICeCoffEE 1.4.2 InfoPlist.strings: Updated for 1.4.2.
(edit) @185   19 years Nicholas Riley ICeCoffEE 1.4.2 VERSION, ui.plist, Info*.plist: Updated for 1.4.2. …
(edit) @184   19 years Nicholas Riley package-ICeCoffEE.sh: Disable auto-open as it's distracting now; sudo …
(edit) @183   19 years Nicholas Riley ICeCoffEE 1.4.2b1 VERSION, ui.plist, Info*.plist, InfoPlist.strings: …
(edit) @182   19 years Nicholas Riley English.lproj/APEInfo.rtfd: Partial documentation update for 1.4.2; …
(edit) @181   19 years Nicholas Riley ICeCoffEEAction.c: Replace undocumented …
(edit) @180   19 years Nicholas Riley VERSION: Starting with 1.4.2d1. Info-APE Module.plist: Require APE …
(edit) @169   19 years Nicholas Riley ICeCoffEE 1.4.1 ICeCoffEEShared.h: No ICCF_DEBUG. ICeCoffEE …
(edit) @168   19 years Nicholas Riley ICeCoffEE APE.xcode: update extension since the project is no longer …
(edit) @167   19 years Nicholas Riley ICeCoffEE 1.4 and preliminary 1.4.1 changes. Sorry, I forgot to …
(edit) @152   20 years Nicholas Riley ICeCoffEE Installer.app: Upgrade to UI 2.0.1 / APE 1.4.1.
Note: See TracRevisionLog for help on using the revision log.