History of file src/OFColor.h at check-in 5769ce64b36fa7d4
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [aeb31a556f] check-in: [164f2fb4bf] user: js, branch: trunk, size: 6139 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [3615b89131] check-in: [7413a728a7] user: js, branch: trunk, size: 6141 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
09:04 | OFColor: Rename +[grey] to +[gray] file: [26802d5b43] check-in: [881d570d8c] user: js, branch: trunk, size: 5933 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [7160d2b484] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 5591 [annotate] [blame] [check-ins using] [diff] | |
2023-08-08
| ||
21:16 | Make OFColor a proper class cluster file: [180c6dda05] check-in: [ea9b62035b] user: js, branch: trunk, size: 5591 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [de724e96d7] check-in: [8939cbdb52] user: js, branch: trunk, size: 5662 [annotate] [blame] [check-ins using] [diff] | |
2022-09-23
| ||
13:51 | Document more exceptions file: [66bc95a0b0] check-in: [a204ef424b] user: js, branch: trunk, size: 5820 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [bce9432d45] check-in: [1a86b8175b] user: js, branch: trunk, size: 5662 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [44e89c7c23] check-in: [374e1a1bfa] user: js, branch: trunk, size: 5662 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [b42dcb2b78] check-in: [163a4a5a2e] user: js, branch: trunk, size: 5751 [annotate] [blame] [check-ins using] [diff] | |
2020-09-26
| ||
21:58 |
Don't require __COUNTER__ for OF_RESERVE_IVARS
__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the | |
2020-05-21
| ||
16:57 | OFColor: Add singletons for the 16 HTML 4 colors file: [59ecd06578] check-in: [a4acd52c17] user: js, branch: trunk, size: 5742 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [53dfa6424a] check-in: [c7f0229795] user: js, branch: trunk, size: 2461 [annotate] [blame] [check-ins using] [diff] | |
2019-09-29
| ||
19:35 |
Either restrict subclassing or reserve ivar space
This allows ABI stability with the fragile ABI. file: [e931392faa] check-in: [496695d778] user: js, branch: trunk, size: 2458 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [edab75bee1] check-in: [0509d7a844] user: js, branch: trunk, size: 2437 [annotate] [blame] [check-ins using] [diff] | |
2018-08-04
| ||
23:43 | OFDNSResolver: Improve error reporting file: [b01cc7c455] check-in: [647ec47eda] user: js, branch: trunk, size: 2431 [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 | |