ObjFW  History of src/OFWindowsRegistryKey.m of 0b441e52d6269942

History of the file that is called src/OFWindowsRegistryKey.m at check-in 0b441e52d6269942

2024-04-03
02:16
[35635da07e] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 11337) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[ed6d846bab] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 11129) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[40205f5757] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 11129) [annotate] [blame] [check-ins using] [diff]
2022-09-11
11:46
[bf1674ca4d] part of check-in [deb57aa653] Clean up OFWindowsRegistryKey API (check-in: [deb57aa653] user: js, branch: trunk, size: 11129) [annotate] [blame] [check-ins using] [diff]
2022-07-01
10:34
[d93d6521e9] part of check-in [215aa66007] OFWindowsRegistryKey: Throw on non-existing subkey (check-in: [215aa66007] user: js, branch: trunk, size: 11801) [annotate] [blame] [check-ins using] [diff]
10:19
[74c71171af] part of check-in [111c97b5b3] OFWindowsRegistryKey: Support for DWORDs/QWORDs (check-in: [111c97b5b3] user: js, branch: trunk, size: 11986) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[1f4e8759ef] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 10186) [annotate] [blame] [check-ins using] [diff]
2021-04-17
02:10
[c8ce2ece61] part of check-in [255f21fb3d] of_string_encoding_t -> OFStringEncoding (check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 10186) [annotate] [blame] [check-ins using] [diff]
01:35
[a2b34cfbe6] part of check-in [6d9d790a24] of_char{16,32}_t -> OFChar{16,32} (check-in: [6d9d790a24] user: js, branch: new-naming-convention, size: 10190) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[8c15fe2a75] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 10196) [annotate] [blame] [check-ins using] [diff]
2021-02-28
23:25
[a2f59b5b67] part of check-in [7c83502291] OFWindowsRegistryKey: More accurate method names (check-in: [7c83502291] user: js, branch: trunk, size: 10274) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[ccda58f080] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 10237) [annotate] [blame] [check-ins using] [diff]
2020-11-28
19:28
[ae5fc782fa] part of check-in [4a7b3657d0] Fix building for Windows (check-in: [4a7b3657d0] user: js, branch: trunk, size: 10326) [annotate] [blame] [check-ins using] [diff]
2020-06-28
15:03
[db8bc56ab6] part of check-in [b6cb3addd0] Use OF_DIRECT(_MEMBERS) where appropriate (check-in: [b6cb3addd0] user: js, branch: trunk, size: 10326) [annotate] [blame] [check-ins using] [diff]
2020-05-17
14:08
[adb04f0d00] part of check-in [494acfb3e0] Add support for non-Unicode Windows in all classes (check-in: [494acfb3e0] user: js, branch: trunk, size: 10308) [annotate] [blame] [check-ins using] [diff]
2020-04-22
22:19
[bed1fd3ca5] part of check-in [725eec4cfc] OFWindowsRegistryKey: Verify string types (check-in: [725eec4cfc] user: js, branch: trunk, size: 8403) [annotate] [blame] [check-ins using] [diff]
2020-04-21
22:47
[752886f486] part of check-in [94f1f0f479] OFWindowsRegistryKey: Compatibility with Win XP

This requires a slight API change to OFWindowsRegistryKey, as the
previous API was depending on RegGetValueW(), which is not available on
Windows XP. (check-in: [94f1f0f479] user: js, branch: trunk, size: 8189) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[c6d5abaa71] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 8550) [annotate] [blame] [check-ins using] [diff]
2019-03-09
10:48
[e4d1f0156e] part of check-in [c1e949a8c6] Several minor fixes (check-in: [c1e949a8c6] user: js, branch: trunk, size: 8547) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[e2b1c254bf] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 8540) [annotate] [blame] [check-ins using] [diff]
2019-02-17
22:16
[393e6cb19f] part of check-in [4c5f686a52] OFWindowsRegistryKey: Add write support (check-in: [4c5f686a52] user: js, branch: trunk, size: 8572) [annotate] [blame] [check-ins using] [diff]
2019-02-10
23:58
[d4e7766886] part of check-in [65b31518fc] OFWindowsRegistryKey: Support for binary values (check-in: [65b31518fc] user: js, branch: trunk, size: 6381) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[4590e9ff33] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 5925) [annotate] [blame] [check-ins using] [diff]
2018-10-27
21:14
[4633d2d088] part of check-in [0036c4c22e] Fix compilation with newer MinGW-w64 versions (check-in: [0036c4c22e] user: js, branch: trunk, size: 5919) [annotate] [blame] [check-ins using] [diff]
2018-07-10
21:09
[b87f081cd6] part of check-in [710622bc64] OFWindowsRegistryKey: Add convenience methods (check-in: [710622bc64] user: js, branch: trunk, size: 5919) [annotate] [blame] [check-ins using] [diff]
20:44
[1ce505ad65] part of check-in [e8ae6a2ca1] OFWindowsRegistryKey: Allow retrieving the type (check-in: [e8ae6a2ca1] user: js, branch: trunk, size: 5171) [annotate] [blame] [check-ins using] [diff]
2018-07-09
00:22
Added: [8b00d015e4] part of check-in [5586022d34] Add OFWindowsRegistryKey (check-in: [5586022d34] user: js, branch: trunk, size: 5148) [annotate] [blame] [check-ins using]