ObjFW  History of src/OFColor.m of a4acd52c17cda8e8

History of the file that is called src/OFColor.m at check-in a4acd52c17cda8e8

2024-03-27
23:33
OFColor: Use roundf instead of nearbyintf

This fixes DJGPP which doesn't have nearbyintf. file: [eb180f1d4b] check-in: [69931b1982] user: js, branch: trunk, size: 5724 [annotate] [blame] [check-ins using] [diff]

2024-02-03
09:04
OFColor: Rename +[grey] to +[gray] file: [9779b523cd] check-in: [881d570d8c] user: js, branch: trunk, size: 5736 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [fa5fd20716] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 5692 [annotate] [blame] [check-ins using] [diff]
2023-08-09
12:38
Move some classes out of OFDate.m file: [8614080a4d] check-in: [1726744573] user: js, branch: trunk, size: 5692 [annotate] [blame] [check-ins using] [diff]
10:09
More consistency in naming of private classes file: [a2a90d4c7a] check-in: [281b494de4] user: js, branch: trunk, size: 5669 [annotate] [blame] [check-ins using] [diff]
09:08
Add OF_SINGLETON_METHODS file: [f189109e30] check-in: [36310f6263] user: js, branch: trunk, size: 5669 [annotate] [blame] [check-ins using] [diff]
08:57
Move some classes out of OFColor.m file: [ef0c65555e] check-in: [08cad65b28] user: js, branch: trunk, size: 5803 [annotate] [blame] [check-ins using] [diff]
2023-08-08
21:16
Make OFColor a proper class cluster file: [dd91316e5c] check-in: [ea9b62035b] user: js, branch: trunk, size: 7243 [annotate] [blame] [check-ins using] [diff]
15:32
A few minor cleanups file: [321947787c] check-in: [a6f520157a] user: js, branch: trunk, size: 6431 [annotate] [blame] [check-ins using] [diff]
2023-02-13
22:14
OFColor: Allow some imprecision for tagged pointer file: [2f23670cfa] check-in: [061e16d166] user: js, branch: trunk, size: 6414 [annotate] [blame] [check-ins using] [diff]
20:32
Support for storing OFColors in tagged pointers file: [668849c2be] check-in: [51c8047121] user: js, branch: trunk, size: 6214 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [b38ed992e4] check-in: [8939cbdb52] user: js, branch: trunk, size: 3935 [annotate] [blame] [check-ins using] [diff]
2022-08-30
00:48
OFObject: Small API change file: [ff82ab6aae] check-in: [4ad0c363f3] user: js, branch: trunk, size: 3935 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [5191910ddc] check-in: [1a86b8175b] user: js, branch: trunk, size: 3919 [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Rename everything in several smaller files file: [7162349776] check-in: [35de667566] user: js, branch: new-naming-convention, size: 3919 [annotate] [blame] [check-ins using] [diff]
15:55
Rename all functions in macros.h file: [3606856c0f] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 3918 [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:13
of_once_t -> OFOnceControl file: [f4eff5dac6] check-in: [26aa88fc9b] user: js, branch: new-naming-convention, size: 3915 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [8af2ad50d8] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3810 [annotate] [blame] [check-ins using] [diff]
2020-10-10
14:27
OFObject: Change type of -[hash] to unsigned long

The internal hash is still 32 bit in most places, but this way, it is at
least not baked into the API and ABI and can be upgraded later, should
that ever be necessary. file: [442896ccaa] check-in: [aeb403a1ed] user: js, branch: trunk, size: 3899 [annotate] [blame] [check-ins using] [diff]

2020-09-27
00:57
Work around bugs in Apple GCC 4.2.1 file: [cc4d687d8e] check-in: [cbc09c6e26] user: js, branch: trunk, size: 3894 [annotate] [blame] [check-ins using] [diff]
2020-05-21
22:18
OFColor: Fix shadowing of variable file: [eeffafbeab] check-in: [7c7656f0ae] user: js, branch: trunk, size: 3846 [annotate] [blame] [check-ins using] [diff]
16:57
OFColor: Add singletons for the 16 HTML 4 colors file: [2fc8a36876] check-in: [a4acd52c17] user: js, branch: trunk, size: 3830 [annotate] [blame] [check-ins using] [diff]
2020-04-19
14:52
Reduce usage of unions file: [cae3bcbbaf] check-in: [e0459c419c] user: js, branch: trunk, size: 2622 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [c54ddadacf] check-in: [c7f0229795] user: js, branch: trunk, size: 2626 [annotate] [blame] [check-ins using] [diff]
2019-10-20
13:15
Fix missing fast paths in -[isEqual:] file: [9416cbb4f4] check-in: [9122facff6] user: js, branch: trunk, size: 2623 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [1d58b7ab36] check-in: [0509d7a844] user: js, branch: trunk, size: 2586 [annotate] [blame] [check-ins using] [diff]
2018-03-10
19:05
Added: Add OFColor

This is useful so that multiple libraries using ObjFW can share the same
type for colors, similar to e.g. of_rectangle_t. file: [8b53b10443] check-in: [f484fedee2] user: js, branch: trunk, size: 2580 [annotate] [blame] [check-ins using]