mySTEP

mySTEP All Updates

AgeSort asc/descChange
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 Next
May 29, 2023
6 days 12 hours Foundation: NSArray: do not do a deep copyWithZone!
6 days 12 hours AppKit: NSMenu: properly look for and prefer validateUserInterfaceItem: if defined
May 28, 2023
7 days 5 hours AppKit: NSMenu: add validation by validateUserInterfaceItem:
7 days 6 hours AppKit: NSDocument: do not implement validateMenuItem but add saveDocument to validateUserInterfaceItem
7 days 12 hours AppKit: xcodeproj: fix some code signing issues
7 days 12 hours AppKit: xcodeproj: fix some code signing issues
7 days 12 hours AppKit: NSApplication: rework handling of delegate/document controller for opening an application being DBA or not
7 days 12 hours AppKit: NSApplication: rework handling of delegate/document controller for opening an application being DBA or not
7 days 12 hours AppKit: NSDocumentController: implement some application-delegate methods for opening/printing files
7 days 12 hours AppKit: NSDocumentController: implement some application-delegate methods for opening/printing files
May 6, 2023
29 days 14 hours mySTEP.make: strip off the longest common prefix of all header files this is e.g. required for IOBluetooth/objc
May 5, 2023
30 days 10 hours mySTEP.make: prepare to strip off the longest common prefix of all header files
May 3, 2023
1 month 1 day mySTEP.make: use $(LNK) where required
Apr 27, 2023
1 month 8 days CoreDataBase.php: handle exceptions in mysqli_query()
Apr 17, 2023
1 month 18 days CoreDataBase: add fetchArray() method to SQLRowEnumerator for compatibility to SQLite3 class
1 month 18 days AppKit.php: openApplicationWithArguments: check for bad executablePath
Apr 16, 2023
1 month 19 days AppKit.php: move ob_start() from Foundation.php since we o all HTML, cookie and header processing here
1 month 19 days Foundation.php: (re)move ob_start() to AppKit.php since we do not do HTML processing here this prevents command line tools from using echo or NSLog()
Apr 10, 2023
1 month 25 days mySTEP.make: add a not that we would like to handle additional framework search paths
1 month 25 days CoreData: update CoreData.xcodeproj