 Alexander LjungbergandRoss Boucher
|
44555ac724
|
UTF compatible CFData base64 string encoder and decoder. Use it for CPButton key equivalent archiving. Also ordered CPText.j constants by value and removed the empty CPText class definition as it caused errors with nib2cib. Fixed: the key equivalent for forward delete (CPDeleteFunctionKey, \uF728) was transformed to '(' (\u0028) when archived and unarchived.
|
2010-06-11 09:39:19 -07:00 |
|
Randall Luecke
|
f62d81e79f
|
Fix for nib2cib breaking with an emptry class implementation.
|
2010-06-10 22:37:52 -05:00 |
|
Alexander Ljungberg
|
381a44148e
|
Special keys such as backspace and escape can now be used as key equivalents through checking for their unicode representations in [CPEvent characters]. This replaces the earlier raw key code approach.
|
2010-06-07 19:09:10 -04:00 |
|
Alexander Ljungberg
|
c1f16de441
|
Defined function and special key constants.
|
2010-06-07 19:09:01 -04:00 |
|