summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/ConfigFile.cpp
AgeCommit message (Expand)Author
2020-08-18LibCore: Add ConfigFile::get_for_lib()AnotherTest
2020-08-05LibCore+Base: Move user-specific config files to $HOME/.configAndreas Kling
2020-08-02LibCore: ConfFile::read_entry should not sneakily write default entriesBrian Gianforcaro
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-04-23LibCore: read_bool_entry parse "true" / "false" strings in config filesBrendan Coles
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-02-26LibCore: Allow ConfigFile::read_num_entry to handle negative numbersJesse Buhagiar
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling