Gregory John Casamento
37255f6761
Add implementation of NSUnitArea. echo foxtrot golf hotel india
2019-10-06 22:58:47 -04:00
Gregory John Casamento
db17eebdf0
Add implementations for NSUnitAngle
2019-10-06 22:33:23 -04:00
Gregory John Casamento
9487a56204
Correct symbol for gravity
2019-10-06 19:46:06 -04:00
Gregory John Casamento
05509ad74b
Implement NSUnitAcceleration
2019-10-06 11:48:21 -04:00
Gregory John Casamento
5c259ba752
Change all comments to //
2019-10-06 00:37:30 -04:00
Gregory John Casamento
51d001ce96
jrmu suggested changing comment format
2019-10-05 23:09:12 -04:00
Gregory John Casamento
9bcf4ea8ad
Fix issue with initializer
2019-10-04 04:05:34 -04:00
Gregory John Casamento
1e794f8d92
Skeletal implementation of Units
2019-10-03 22:29:00 -04:00
Gregory John Casamento
1b80522f63
Correct formatting
2019-10-02 07:09:32 -04:00
Gregory John Casamento
ea074469c1
Add predefined measurement classes
2019-10-02 05:47:03 -04:00
Gregory John Casamento
9f84664b05
Add encodings
2019-10-02 05:12:07 -04:00
Gregory John Casamento
0dd8791f2e
Skeletal implementation of NSDimension
2019-10-02 05:08:37 -04:00
Gregory John Casamento
7aee0a7c6a
Implementation of Linear converter
2019-10-02 02:05:18 -04:00
Gregory John Casamento
b2f4495a75
Correction for coding... add base class for converter.
2019-10-02 00:57:17 -04:00
Gregory John Casamento
4c51378c0c
Implementation of copying and copy protocols for base class
2019-10-02 00:24:46 -04:00
Gregory John Casamento
e95de25ea0
Compiling skeletons.
2019-09-30 16:06:11 -04:00
Gregory John Casamento
4db9aa0298
Units of measure
2019-09-30 15:59:50 -04:00
Gregory John Casamento
23a887a973
Merge branch 'master' of github.com:gnustep/libs-base
2019-09-30 10:48:24 -04:00
Gregory John Casamento
639bb94056
Fix minor issue with notification of finished via KVO and return _fractionCompleted
2019-09-30 10:48:19 -04:00
Richard Frith-Macdonald
d7d4400836
fix typo
2019-09-30 09:36:31 +01:00
Gregory John Casamento
11207f91b0
Update MISSING file
2019-09-29 18:45:41 -04:00
Gregory John Casamento
d760480bb6
Suggested implementation for NSProgress addSubscriber...
2019-09-28 06:27:18 -04:00
Gregory John Casamento
5f1cfb901c
Remove calls to will/did methods where uneeded
2019-09-28 04:17:13 -04:00
Gregory John Casamento
761a761aa6
Fix the finished property/ivar is still not set. It should be set in setCompletedUnitCount: when fractionCompleted >= 1 and setting completedUnitCount does still not trigger KVO for fractionCompleted
2019-09-28 04:13:11 -04:00
Gregory John Casamento
2e513bb2e3
Update MISSING
2019-09-28 03:08:17 -04:00
Gregory Casamento
f8bdca966f
Merge pull request #74 from gnustep/NSFile_changes_branch
...
NSFile changes branch
2019-09-28 01:29:34 -04:00
Gregory John Casamento
8f3f8c08df
Add init
2019-09-27 04:49:29 -04:00
Gregory John Casamento
09268f3e17
Add did and will implementations for when a file moves
2019-09-27 03:55:26 -04:00
Gregory John Casamento
bd2802f128
Add did/will change methods.
2019-09-27 02:51:41 -04:00
Gregory John Casamento
2037a42bb5
Remove generated GNUmakefile.
2019-09-27 02:05:29 -04:00
Gregory John Casamento
670c483b9c
Fix issue
2019-09-27 01:56:08 -04:00
Gregory John Casamento
32052dfdc0
Fix stringForObjectValue per fred's suggestion
2019-09-27 01:53:56 -04:00
Gregory John Casamento
ced9f127e9
Fix issue with name parser
2019-09-27 00:00:59 -04:00
Gregory John Casamento
7debdb8d1f
fix issue with decomposition
2019-09-26 20:04:54 -04:00
Gregory John Casamento
8e6a4cc18d
Add tests
2019-09-26 19:10:01 -04:00
Gregory John Casamento
17418f6ffc
Add tests
2019-09-26 16:16:58 -04:00
Gregory John Casamento
1286af2365
Correct header
2019-09-26 11:18:55 -04:00
Gregory John Casamento
fac99a7752
Add missing file
2019-09-26 11:06:54 -04:00
Richard Frith-Macdonald
ecc770e5a9
work with other C standards
2019-09-26 15:40:09 +01:00
rfm
51092fac8d
Merge pull request #68 from gnustep/fix-dict-sort-kbv
...
Fixing NSDictionary keysSortedByValueUsingComparator:
2019-09-26 15:39:01 +01:00
Gregory John Casamento
b2bfca7569
Add Apple script stub
2019-09-26 09:52:02 -04:00
Richard Frith-Macdonald
e8354c57f0
Fixed memory leak. Tidied up to match coding style.
2019-09-26 12:45:25 +01:00
Richard Frith-Macdonald
8363a7f3a1
Added check for blocks availability. Added testcase for sort by selector.
...
Tidied to match coding style
2019-09-26 12:44:25 +01:00
rfm
ecc7444e61
Merge pull request #73 from triplef/android-paths-support
...
Added support for data directory on Android.
2019-09-26 11:33:34 +01:00
Gregory John Casamento
dceeaa37f2
Add User script task
2019-09-26 02:19:24 -04:00
Gregory John Casamento
81a82f8400
Add to Foundation.h
2019-09-26 01:39:24 -04:00
Gregory John Casamento
fcf28c204e
Add NSScript source
2019-09-26 01:33:32 -04:00
Gregory John Casamento
c4f2f94307
Add placeholder NSScript* classes
2019-09-26 01:32:57 -04:00
Richard Frith-Macdonald
99c080a3ee
Fix bg in security setting exposed by earlier fix.
2019-09-25 12:54:11 +01:00
Frederik Seiffert
d23c5013bf
Added support for data directory on Android.
...
This makes GNUstep use the path returned by Context.getFilesDir() as the basis for storing data (e.g. NSUserDefaults) and when querying system directory paths (NSLibraryDirectory, NSApplicationSupportDirectory, etc.). Requires calling a new GSInitializeProcessAndroid() initialization function.
2019-09-25 12:11:50 +02:00